We used altiris to call these commands remotely to manage the Thin Clients Disable the Write Filter: c:windowssystem32ewfmgr.exe -all -disable Enable the Write Filter: c:windowssystem32ewfmgr.exe c: -enable Commit the Changes: c:windowssystem32ewfmgr.exe c: -commit
‘ Section to interrogate the servers Serial number, trim the spaces then call dnscmd.exe to add the ilo%servername% as an alias to ilo%serialnumber% strComputer = “.” Set objWMIService = GetObject(“winmgmts:” _ & “{impersonationLevel=impersonate}!\” & strComputer & “rootcimv2”) Set colBIOS = objWMIService.ExecQuery _ (“Select * from Win32_BIOS”) For each objBIOS in colBIOS strSerial = objBIOS.SerialNumber Next […]