Get disk space information from multiple remote windows servers
问题 I am trying to make a tool that would login to multiple remote windows servers and get their drive details and display them under one window. Possible command that I am looking forward to execute in the remote server is wmic logicaldisk get size,freespace,caption . I intend to get the output of this command and display it. I have remote server hostname and IP, username and password. How do I connect to these remote servers and execute the command? 回答1: So, powershell is not enabled it means