Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. lerrus

    Filter results of existing script and modify look of output in CSV

    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...
  2. lerrus

    Filter results of existing script and modify look of output in CSV

    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 =...

Part and Inventory Search

Back
Top