摘要:
Dim fso, f1, ts, s Const ForReading = 1 Set fso = CreateObject("Scripting.FileSystemObject") Set ts = fso.OpenTextFile("e:\serverlist.txt", ForR... 阅读全文
摘要:
1.通过注册表或WMI查询创建新属性 注:新属性基于已有类,可以为 Windows计算机,也可以为Windows Server OperatingSystem。 Windows Server 2012 OperatingSystem包含Windows Server 2012 和Windows... 阅读全文
摘要:
选择“Windows 计算机”为对象,因为监视对象是以计算机为单位====================以下方式则无组成员返回:此时要求返回的对象为AD用户或组,猜测SCOM没有监视到该用户或组级别 阅读全文
摘要:
explorer /select,d:\test.txt 阅读全文
摘要:
gci "hklm:\SOFTWARE\Microsoft\NET Framework Setup\NDP" | % {(Get-ItemProperty registry::$_).PSChildName}gci "registry::HKEY_LOCAL_MACHINE\SOFTWARE\Mic... 阅读全文