xStorage

2.8.0.0

This module contains all resources related to the PowerShell Storage module, or pertaining to disk management.

Minimum PowerShell version

4.0

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name xStorage -RequiredVersion 2.8.0.0

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name xStorage -Version 2.8.0.0

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

2015

Package Details

Author(s)

  • PowerShell DSC

Tags

DesiredStateConfiguration DSC DSCResourceKit DSCResource

DSCResources

xDisk xDiskAccessPath xMountImage xWaitForDisk xWaitForVolume

Dependencies

This module has no dependencies.

Release Notes

* added test for existing file system and no drive letter assignment to allow simple drive letter assignment in MSFT_xDisk.psm1
* added unit test for volume with existing partition and no drive letter assigned for MSFT_xDisk.psm1
* xMountImage: Fixed mounting disk images on Windows 10 Anniversary Edition
* Updated to meet HQRM guidelines.
* Moved all strings into localization files.
* Fixed examples to import xStorage module.
* Fixed Readme.md layout issues.
* xWaitForDisk:
 - Added support for setting DriveLetter parameter with or without colon.
 - MOF Class version updated to 1.0.0.0.
* xWaitForVolume:
 - Added new resource.
* StorageCommon:
 - Added helper function module.
 - Corrected name of unit tests file.
* xDisk:
 - Added validation of DriveLetter parameter.
 - Added support for setting DriveLetter parameter with or without colon.
 - Removed obfuscation of drive/partition errors by eliminating try/catch block.
 - Improved code commenting.
 - Reordered tests so they are in same order as module functions to ease creation.
 - Added FSFormat parameter to allow disk format to be specified.
 - Size or AllocationUnitSize mismatches no longer trigger Set-TargetResource because these values can"t be changed (yet).
 - MOF Class version updated to 1.0.0.0.
 - Unit tests changed to match xDiskAccessPath methods.
 - Added additional unit tests to Get-TargetResource.
 - Fixed bug in Get-TargetResource when disk did not contain any partitions.
 - Added missing cmdletbinding() to functions.
* xMountImage (Breaking Change):
 - Removed Name parameter (Breaking Change)
 - Added validation of DriveLetter parameter.
 - Added support for setting DriveLetter parameter with or without colon.
 - MOF Class version updated to 1.0.0.0.
 - Enabled mounting of VHD/VHDx/VHDSet disk images.
 - Added StorageType and Access parameters to allow mounting VHD and VHDx disks as read/write.
* xDiskAccessPath:
 - Added new resource.
 - Added support for changing/setting volume label.

FileList

Version History

Version Downloads Last updated
3.4.0.0 1,608,418 12/20/2017
3.3.0.0 4,316 11/15/2017
3.2.0.0 16,972 7/12/2017
3.1.0.0 16,301 6/1/2017
3.0.0.0 426 5/31/2017
2.9.0.0 11,673 12/14/2016
2.8.0.0 (current version) 3,643 11/2/2016
2.7.0.0 1,772 9/21/2016
2.6.0.0 4,252 5/18/2016
2.5.0.0 938 3/31/2016
2.4.0.0 1,505 2/3/2016
2.3.0.0 485 12/3/2015
2.2.0.0 305 10/22/2015
2.1.0.0 817 9/11/2015
2.0.0.0 258 7/24/2015
1.0.0.0 218 6/17/2015
Show less