Skip to content

Instantly share code, notes, and snippets.

@drexpollus
drexpollus / iac.vb
Created April 10, 2026 03:25
VBscript implementation of PowerUp's Invoke-AllChecks
'-'
'-' invokeAllChecks.vbs
'-'
'-' VBscript implementation of the Invoke-AllChecks function of PowerUp developed by @harmj0y
'-' by: @ImAnEnabler
'-'
'-' In the environment I work, sc.exe is not allowed for non-admins, so I used WMI instead.
'-' Save the vbs file and run with cscript:
'-' cscript //nologo invokeAllChecks.vbs
'-'