You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, after the version update, the Invoke-GPOZaurr -Type GPOAnalysis command using -Forest parameter fails for each policy:
VERBOSE: Invoke-GPOZaurrContent - Processing ---
Cannot index into a null array.
At C:\Program Files\WindowsPowerShell\Modules\GPOZaurr\1.1.1\GPOZaurr.psm1:24651 char:13
+ $QueryServer = $ForestInformation['QueryServers'][$GPO.Do ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: (:) [], RuntimeException
+ FullyQualifiedErrorId : NullArray
Get-GPOReport : Cannot validate argument on parameter 'Server'. The argument is null or empty. Provide an argument that is not null or empty, and then try the command again.
At C:\Program Files\WindowsPowerShell\Modules\GPOZaurr\1.1.1\GPOZaurr.psm1:24652 char:110
+ ... GPO.GUID -Domain $GPO.DomainName -ReportType Xml -Server $QueryServer
+ ~~~~~~~~~~~~
+ CategoryInfo : InvalidData: (:) [Get-GPOReport], ParameterBindingValidationException
+ FullyQualifiedErrorId : ParameterArgumentValidationError,Microsoft.GroupPolicy.Commands.GetGpoReportCommand
GPOZaurr previous version 1.1.0
GPOZaurr current version 1.1.1
The text was updated successfully, but these errors were encountered:
I've never tested it, so it never fully worked. I've committed a fix which fixes GPOAnalysis, and doesn't crash, but I am not sure if all other reports correctly work.
Hello, after the version update, the Invoke-GPOZaurr -Type GPOAnalysis command using -Forest parameter fails for each policy:
GPOZaurr previous version 1.1.0
GPOZaurr current version 1.1.1
The text was updated successfully, but these errors were encountered: