Loading |
VBScript |
JavaScript |
Powershell |
Search Options: List NFS Client Global SettingsContent of List NFS Client Global Settings.vbsMD5 Hash: 19BD5CA8036C98DBB7C60B87A13519A7 |
||
' Description: Displays Services for UNIX NFS client global settings.
On Error Resume Next strComputer = "." Set objWMIService = GetObject("winmgmts:" _ & "{impersonationLevel=impersonate}!\\" & strComputer & "\root\sfuadmin") Set colItems = objWMIService.ExecQuery _ ("Select * from NFSClient_Reg") For Each objItem in colItems Wscript.Echo "Key Name: " & objItem.KeyName Wscript.Echo "Read Configuration: " & objItem.ReadConfig Wscript.Echo Next | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |