Power Help Files

This blog holds my PowerShell help files for those who have attended my classes. As I add new PowerShell help files into my classes, the online help will be located here.

If you like what you see, contact me and I'll let you know where I am instructing my next class.

Tuesday, September 11, 2012

Create-20410DataDrive

Last Update: September 11, 2012
PowerShell Version: 3.0

Libraries:
  • PSv3.psm1
  • 40210.psm1

.Synopsis
Creates the data drive for MOC 40210.
.DESCRIPTION
Creates a the data drive for MOC 40210.

.PARAMETER Path
The folder location of the VHD files.
.EXAMPLE
Create-40210DataDrive -Path s:\VM\40210A
Creates the data drive for MOC 40210A in the specifid path.

.NOTES
This cmdlet will only function correctly if the current session is
run under elevated credentials.
Last updated: September 211, 2012
.COMPONENT
Hyper-V



No comments:

Post a Comment