Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,9 @@ Local user privileges are required to run this report.
### PowerShell
<!-- ********** Add installation for any additional PowerShell module(s) ********** -->
```powershell
# Install AsBuiltReport.Core 1.5.0-RC1
Install-Module AsBuiltReport.Core -Repository PSGallery -AllowPrerelease

# Install
install-module AsBuiltReport.System.Resources -Force

Expand Down Expand Up @@ -212,4 +215,4 @@ PS C:\> New-AsBuiltReport -Report System.Resources -Target localhost -Username '

# Generate a System Resources As Built Report for 'localhost'. Export report to HTML & DOCX formats. Use default report style. Save reports to 'C:\Users\Jon\Documents' and set the report language to Spanish.
PS C:\> New-AsBuiltReport -Report System.Resources -Target localhost -Username 'User' -Password 'P@ssw0rd' -Format Html,Word -OutputFolderPath 'C:\Users\Jon\Documents' -ReportLanguage es-ES
```
```