Skip to content

Commit

Permalink
#423: README update
Browse files Browse the repository at this point in the history
  • Loading branch information
qngngyn committed Oct 18, 2023
1 parent 1e45637 commit 1729098
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,10 @@ Import-Module -Name ATAPAuditor

By default the module creates a new report in `Documents\ATAPReports` folder. A list of all available reports can be found in [above table](#reports). Just substitute the `ReportName` with the name of the benchmark. Append `-Path` to specify output folder.

:exclamation:
ATAP is only compatible with PowerShell 5. When run in a different PowerShell version, the user will be prompted to open a PowerShell 5 console or stop the script.
:exclamation:

**Examples:**
```PowerShell
Save-ATAPHtmlReport -ReportName "Microsoft Windows 11 Stand-alone" -RiskScore -Path C:\Temp\report.html
Expand Down

0 comments on commit 1729098

Please sign in to comment.