Dear God, sorry I posted wrong script, anyway guitarzan big thanks your way to filter it works perfect :)
correct script with filter:
strComputer = "."
Set wshShell = WScript.CreateObject( "WScript.Shell" )
strComputerName = wshShell.ExpandEnvironmentStrings( "%COMPUTERNAME%" )
Set...
Hey,
below is a script to export security settings from GPO, most important for me is filter result to see only "PasswordComplexity" don't care about other security settings,
strComputer = "."
Set objWMIService = GetObject("winmgmts:\\" & strComputer & "\root\rsop\computer")
Set colItems =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.