Skip to content

Commit 693e53d

Browse files
committed
Update README.md
1 parent f74d8ea commit 693e53d

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
@@ -104,7 +104,7 @@ PowerShell 7.4 or higher, and the following PowerShell modules are required for
104104
105105
Each of these modules can be easily downloaded and installed via the PowerShell Gallery
106106

107-
- [VCF PowerCLI Module](https://www.powershellgallery.com/packages/VCF.PowerCLI/)
107+
- [VCF PowerCLI Module](https://www.powershellgallery.com/packages/VCF.PowerCLI/) version 9.0 or higher
108108
- [AsBuiltReport.VMware.vSphere Module](https://www.powershellgallery.com/packages/AsBuiltReport.VMware.vSphere/)
109109

110110
### :closed_lock_with_key: Required Privileges
@@ -333,4 +333,7 @@ PS C:\> New-AsBuiltReport -Report VMware.vSphere -Target 'vcenter-01.corp.local'
333333
334334
# Generate a vSphere As Built Report for vCenter Server 'vcenter-01.corp.local' using specified credentials. Export report to HTML & DOCX formats. Use default report style. Reports are saved to the user profile folder by default. Attach and send reports via e-mail.
335335
PS C:\> New-AsBuiltReport -Report VMware.vSphere -Target 'vcenter-01.corp.local' -Username 'administrator@vsphere.local' -Password 'VMware1!' -Format Html,Word -OutputFolderPath 'C:\Users\Tim\Documents' -SendEmail
336+
337+
# Generate a vSphere As Built Report for vCenter Server 'vcenter-01.corp.local' using specified credentials. Export report to HTML format. Use default report style. Generate the report in French. Save reports to 'C:\Users\Tim\Documents'.
338+
PS C:\> New-AsBuiltReport -Report VMware.vSphere -Target 'vcenter-01.corp.local' -Username 'administrator@vsphere.local' -Password 'VMware1!' -Format Html -OutputFolderPath 'C:\Users\Tim\Documents' -ReportLanguage 'fr-FR'
336339
```

0 commit comments

Comments
 (0)