On Windows XP SP3, how can I extend a volume using Powershell on a remote computer?
I prefer WMI over Powershell remoting.
|
On Windows XP SP3, how can I extend a volume using Powershell on a remote computer? I prefer WMI over Powershell remoting. |
||||
|
|
|
On my local computer I would do this by piping the commands to diskpart:
Maybe you can build on this to achieve the desired result on the remote computer |
||||