Skip to content

Commit

Permalink
Update extra/mondoo-asset-count.mql.yaml
Browse files Browse the repository at this point in the history
Co-authored-by: Letha <[email protected]>
  • Loading branch information
tas50 and misterpantz authored Dec 1, 2023
1 parent 8b552ce commit e546418
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extra/mondoo-asset-count.mql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ queries:
mql: aws.sns.topics.length

- uid: mondoo-asset-count-in-windows-domain
title: All computer object from the Windows domain
title: All computer objects in the Windows domain
mql: |
parse.json(content: powershell('$time = (Get-Date).Adddays(-(180));Get-ADComputer -Filter {LastLogonTimeStamp -ge $time} -properties * | select Name,Enabled,OperatingSystem,OperatingSystemVersion,LastLogonDate | ConvertTo-Json').stdout).params
Expand Down

0 comments on commit e546418

Please sign in to comment.