Displaying 2 results from an estimated 2 matches for "nsclient".
Did you mean:
tsclient
2013 Feb 12
1
[SC] EnumQueryServicesStatus:OpenService FAILED 123
...ows\\System32\\cmd.exe"
$scPath = "C:\\Windows\\System32\\sc.exe"
$findPath = "C:\\Windows\\System32\\find.exe"
# Create Service
exec{''Create Service nsc-devops'':
command => "${cmd} /c \"${scPath} create nsc-devops binPath=
\"C:\\NSClient++\\nsclient++.exe\" DisplayName= \"NSClient Devops\" Start=
\"auto\"\"",
path => ''c:\windows'',
unless => "${scPath} query nsc-devops | ${findPath} \"nsc-devops\"",
}
# Modify Service Description
exec{...
2015 Jan 08
0
simple logon script and different results
...t;> Denis
>>
>> Le 06.01.2015 11:27, lejeczek a ?crit :
>>
>>> hi everybody
>>>
>>> this is probably something on client (win7 sp1) end, so I hope.
>>> In my very simple logon.bat I have:
>>>
>>> xcopy %LOGONSERVER%\netlogon\nsclient.ini
>>> "%ProgramFiles%\NSClient++\nsclient.ini" /y /q
>>> xcopy /y %LOGONSERVER%\netlogon\nagiosNetinfo.vbs
>>> "%ProgramFiles%\NSClient++\scripts\nagiosNetinfo.vbs" /q /i
>>>
>>> and one client executes it fine whereas the other fai...