Windows Networking
- IIS
- Restart:
iisrestart /noforce
(see also here) - Windows Server 2016: The IIS service long name in services.msc is “World Wide Web Publishing Service” (the command-line short name is “W3SVC”).
- vbscript to log something to the IIS response log file under C:\inetpub\log\ (NOTE: the client connection has to work):
Response.AppendToLog "Database Being Accessed"
- Restart:
- SSH:
- Using pscp.exe (from PuttyGen) to copy from Linux to Windows:
pscp -pw mypssword hub@nwb-tpccrhes1:/var/mfcobol/es/TPCCVSAM/ESmonitor1.log .
- Using pscp.exe (from PuttyGen) to copy from Linux to Windows:
Written on October 13, 2020