Jonathan Colon
Jonathan Colon
When using the Cluster filtering option some tables in the "Datastore Cluster => SDRS VM Overrides" section are returned empty. **vSphere Clusters:** ``` PS /home/rebelinux> Get-Cluster Name HAEnabled HAFailover DrsEnabled...
If the vCenter is connected with PowerCLI by IP and FQDN the SDRS VM Overrides table of the Datastore Cluster section display duplicate VMs entries. **PowerCLI connected vCenter (both entry...
https://github.com/AsBuiltReport/AsBuiltReport.VMware.vSphere/blob/b4f5483791c338d4080963989700a91730b050d9/Src/Public/Invoke-AsBuiltReport.VMware.vSphere.ps1#L466 If the report is generated using the vcenter ip address as -Target the $_.Entity.Name is equal as the IP instead of the vcenter FQDN ``` PS /home/rebelinux> $VIMachineCertificates =...
vCenter Resource Summary and vCenter Object Summary section are only displayed with $InfoLevel.vCenter -eq 2 https://github.com/AsBuiltReport/AsBuiltReport.VMware.vSphere/blob/b4f5483791c338d4080963989700a91730b050d9/Src/Public/Invoke-AsBuiltReport.VMware.vSphere.ps1#L223 I believe it would be beneficial to add these two sections in $InfoLevel.vCenter -ge...
Add list of users, groups, computers and what users/computers belong to what groups into the report.
A feature request I might suggest would be for the As-Built to dump out a list of users, groups, computers and what users/computers belong to what groups into the report.
The following PowerShell function can help you identify GPOs with missing permissions (missing both ‘Authenticated Users’ and ‘Domain Computers’ groups): ``` Function Get-GPMissingPermissionsGPOs { $MissingPermissionsGPOArray = New-Object System.Collections.ArrayList $GPOs =...
**Is your feature request related to a problem? Please describe.** Add support for BitLocker Recovery Keys
**Is your feature request related to a problem? Please describe.** Add support for collecting LAPS information
**Is your feature request related to a problem? Please describe.** It would be beneficial to add the option to generate the report in an available language. I don't know if...
Hi, Evaluating the generated .dot file I noticed that for each SubGraph a node with the same name as the subgraph is created. I have seen that in some cases...