You may use the following commands to extend a partition in Windows Server 2008 R2.
- Open a command prompt
- diskpart
- list volume
- select volume (volume ID)
- extend (size) (if no size specified, it’s expanded to the maximum)
You may use the following commands to extend a partition in Windows Server 2008 R2.
The following (2) commands may be used to verify the status of a service on a remote computer as well as start the service on the remote computer. Additionally, you may substitute the name value with theĀ displayname value.
get-service -computername <<<INSERT>>> | where-object {$_.name -eq “<<<INSERT>>>”}
get-service -name <<<INSERT>>> -computername <<<INSERT>>> | set-service -status running
Copyright © 2024, Noel Alvarez. Proudly powered by WordPress. Blackoot design by Iceable Themes.