Loading |
VBScript |
JavaScript |
Powershell |
Search Options: List SFU Remote SettingsContent of List SFU Remote Settings.vbsMD5 Hash: 4F7E81FCC017ABE92571829F407E8060 |
||
' Description: Displays Services for UNIX remote settings.
On Error Resume Next strComputer = "." Set objWMIService = GetObject("winmgmts:" _ & "{impersonationLevel=impersonate}!\\" & strComputer & "\root\sfuadmin") Set colItems = objWMIService.ExecQuery _ ("Select * from SFU_Remote") For Each objItem in colItems Wscript.Echo "Key Name: " & objItem.KeyName Wscript.Echo "Machine: " & objItem.Machine Wscript.Echo "Path: " & objItem.Path Wscript.Echo Next | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |