Python Forum

Full Version: Automated service status for windows
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello All,

I am looking for a simple command to fetch the automated service status in Windows, ESX, VMware/VMware cluster servers.

Also, please assist me with the command to find the
"Disk Capacity status of most utilized/loaded disk for the above servers"
I think you can do that with this package: https://github.com/mhammond/pywin32
install with pip install pywin32 (from command line)
You'll have to do the digging.

Documentation is hard to find, but found this: http://timgolden.me.uk/pywin32-docs/contents.html
Larz60+ Thanks for the response.