Skip to content

Commit

Permalink
docs: update
Browse files Browse the repository at this point in the history
  • Loading branch information
kpoineal committed Feb 7, 2025
1 parent a0db1f4 commit c856914
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,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\Expert-Analysis-v1-2025-02-04-11-14.xlsx'
Start-WARAReport -ExcelAnalysisFile 'C:\WARA\Expert-Analysis-v1-2025-02-04-11-14.xlsx'
Start-WARAReport -ExpertAnalysisFile 'C:\WARA\Expert-Analysis-v1-2025-02-04-11-14.xlsx'
#You will now have your PowerPoint and Excel reports generated under the C:\WARA directory.
```
Expand Down Expand Up @@ -196,7 +196,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 -ExcelAnalysisFile 'C:\WARA\Expert-Analysis-v1-2025-02-04-11-14.xlsx'
Start-WARAReport -ExpertAnalysisFile 'C:\WARA\Expert-Analysis-v1-2025-02-04-11-14.xlsx'
```

## Project Structure
Expand Down

0 comments on commit c856914

Please sign in to comment.