Skip to content

Commit

Permalink
docs: update
Browse files Browse the repository at this point in the history
  • Loading branch information
kpoineal committed Feb 4, 2025
1 parent a4f4314 commit d368314
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Start-WARACollector -TenantID "00000000-0000-0000-0000-000000000000" -Subscri
Start-WARAAnalyzer -JSONFile 'C:\WARA\WARA_File_2024-04-01_10_01.json'
# Assume output from analyzer is 'C:\WARA\WARA Action Plan 2024-03-07_16_06.xlsx'
Start-WARAReport -ExcelFile 'C:\WARA\WARA Action Plan 2024-03-07_16_06.xlsx'
Start-WARAReport -ExcelAnalysisFile 'C:\WARA\Expert-Analysis-v1-2025-02-04-11-14.xlsx'
#You will now have your PowerPoint and Word reports generated under the C:\WARA directory.
```
Expand Down Expand Up @@ -153,7 +153,7 @@ You can review all of the parameters of Start-WARAAnalyzer [here](docs/wara/Star

#### Run the analyzer against a specific JSON file.
```PowerShell
Start-WARAAnalyzer -JSONFile 'C:\Temp\WARA_File_2024-04-01_10_01.json' -Debugging
Start-WARAAnalyzer -JSONFile 'C:\WARA\WARA_File_2024-04-01_10_01.json'
```

### Start-WARAReport
Expand All @@ -167,7 +167,7 @@ You can review all of the parameters of Start-WARAReport [here](docs/wara/Start-

#### Create the Word and PowerPoint reports from the Action Plan Excel output.
```PowerShell
Start-WARAReport -ExcelFile 'C:\WARA_Script\WARA Action Plan 2024-03-07_16_06.xlsx'
Start-WARAReport -ExcelAnalysisFile 'C:\WARA\Expert-Analysis-v1-2025-02-04-11-14.xlsx'
```

## Project Structure
Expand Down

0 comments on commit d368314

Please sign in to comment.