How do you know about the Windows server's readiness for work?
-
How do you know that all the Windows 2008 servers started and the server is ready for work?
-
The following does not apply to methods get, but it may in some way help:
such code on the command line
sc query type= service state= all > srvsaall
I'll write down the status of all services in the file. srvsaall♪
such as
sc query type= service state= inactive > srvsaoff
I'm gonna put all the non-active services in the srvsaoff file.