Skip to content
This repository has been archived by the owner on Oct 9, 2019. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
istairbn authored May 25, 2017
1 parent c743691 commit 37aeca2
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,4 +130,11 @@ C:\>Get-WAPCloudService -Name DCs | Get-WAPVMRoleVM | Connect-WAPVMRDP
#connect to specific VM Role VM instance over RDP
C:\>Get-WAPCloudService -Name DCs | Get-WAPVMRoleVM -Name SRV001 | Connect-WAPVMRDP
```
```
Disk Functions
Get-WAPVMRoleVMDisk : Fetches all Disks currently attached to a WAPVMRoleVM. Returns WAP.DISK objects
Expand-WAPVMRoleVMDisk: Takes a WAP.DISK Object a size in GB, expands the disk to the requested size.
Invoke-WAPVMRoleVMDiskExpansion: Takes a WAP.DISK Object a size in GB. This stops the VM, Invokes the epansion command and then restarts the VM.

Get-WAPVMRoleDisk: Fetches all Disks in the subscription. Returns WAP.DISKIMAGE Objects
New-WAPVMRoleVMDisk: Takes a WAP.DISKIMAGE object and a Cloud Service Name, then mounts attaches the Disk to the VM.

0 comments on commit 37aeca2

Please sign in to comment.