Skip to content

Commit

Permalink
update README.md annotate file types and cmds to acquire
Browse files Browse the repository at this point in the history
  • Loading branch information
meme112233 committed Aug 6, 2024
1 parent e675819 commit 52bbe1c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -682,6 +682,8 @@ convert nessus2hdf Translate a Nessus XML results file into a Heimdal
#### Microsoft Secure Score to HDF
Output|Use|Command
---|---|---
Microsoft Secure Score json|This file contains the Graph API response listing SecureScore|PowerShell$ `Get-MgSecuritySecureScore -Top 500`
Microsoft Secure Score Control Profiles json|This file contains the Graph API response listing SecureScoreControlProfile|PowerShell$ `Get-MgSecuritySecureScoreControlProfile -Top 500`
Microsoft Combined json|Combine the outputs from secureScore and secureScoreControlProfile | `jq -s \'{"secureScore": .[0], "profiles": .[1]}\' secureScore.json secureScoreControlProfiles.json`


Expand Down

0 comments on commit 52bbe1c

Please sign in to comment.