Skip to content

Commit fdc5f56

Browse files
authored
Merge pull request #7 from rebelinux/dev
Update README with PowerShell module installation
2 parents 1c00c40 + be32403 commit fdc5f56

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,9 @@ Local user privileges are required to run this report.
106106
### PowerShell
107107
<!-- ********** Add installation for any additional PowerShell module(s) ********** -->
108108
```powershell
109+
# Install AsBuiltReport.Core 1.5.0-RC1
110+
Install-Module AsBuiltReport.Core -Repository PSGallery -AllowPrerelease
111+
109112
# Install
110113
install-module AsBuiltReport.System.Resources -Force
111114
@@ -212,4 +215,4 @@ PS C:\> New-AsBuiltReport -Report System.Resources -Target localhost -Username '
212215
213216
# 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.
214217
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
215-
```
218+
```

0 commit comments

Comments
 (0)