This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
############################################################################################################# | |
# PowerSlim 0.1 | |
############################################################################################################# | |
import os,re | |
import clr,os | |
clr.AddReference("System.Management") | |
clr.AddReference("System.Management.Automation") | |
from System.Management.Automation import * | |
from System.Management.Automation.Host import * | |
from System.Management.Automation.Runspaces import * |