xStorage

3.0.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 3.0.0.0

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

Install-PSResource -Name xStorage -Version 3.0.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

Functions

Assert-DriveLetterValid Assert-AccessPathValid Test-IsNanoServer New-InvalidArgumentException New-InvalidOperationException Get-LocalizedData

DSCResources

xDisk xDiskAccessPath xMountImage xWaitForDisk xWaitForVolume

Dependencies

This module has no dependencies.

Release Notes

- Converted AppVeyor build process to use AppVeyor.psm1.
- Added support for auto generating wiki, help files, markdown linting
 and checking examples.
- Correct name of MSFT_xDiskAccessPath.tests.ps1.
- Move shared modules into Modules folder.
- Fixed unit tests.
- Removed support for WMI cmdlets.
- Opted in to Markdown and Example tests.
- Added CodeCov.io support.
- Removed requirement on using Pester 3.4.6 because Pester bug fixed in 4.0.3.
- Fixed unit tests for MSFT_xDiskAccessPath resource to be compatible with
 Pester 4.0.3.
- xDisk:
 - BREAKING CHANGE: Renamed parameter DiskNumber to DiskId to enable it to
   contain either DiskNumber or UniqueId - See [Issue 81](https://github.com/PowerShell/xStorage/issues/81).
 - Added DiskIdType parameter to enable specifying the type of identifer
   the DiskId parameter contains - See [Issue 81](https://github.com/PowerShell/xStorage/issues/81).
 - Changed to use xDiskAccessPath pattern to fix issue with Windows Server
   2016 - See [Issue 80](https://github.com/PowerShell/xStorage/issues/80).
 - Fixed style violations in xDisk.
 - Fixed issue when creating multiple partitions on a single disk with no size
   specified - See [Issue 86](https://github.com/PowerShell/xStorage/issues/86).
- xDiskAccessPath:
 - BREAKING CHANGE: Renamed parameter DiskNumber to DiskId to
   enable it to contain either DiskNumber or UniqueId - See [Issue 81](https://github.com/PowerShell/xStorage/issues/81).
 - Added DiskIdType parameter to enable specifying the type
   of identifer the DiskId parameter contains - See [Issue 81](https://github.com/PowerShell/xStorage/issues/81).
 - Fixed incorrect logging messages when changing volume label.
 - Fixed issue when creating multiple partitions on a single disk with no size
   specified - See [Issue 86](https://github.com/PowerShell/xStorage/issues/86).
- xWaitForDisk:
 - BREAKING CHANGE: Renamed parameter DiskNumber to DiskId to
   enable it to contain either DiskNumber or UniqueId - See [Issue 81](https://github.com/PowerShell/xStorage/issues/81).
 - Added DiskIdType parameter to enable specifying the type
   of identifer the DiskId parameter contains - See [Issue 81](https://github.com/PowerShell/xStorage/issues/81).

FileList

Version History

Version Downloads Last updated
3.4.0.0 1,592,648 12/20/2017
3.3.0.0 4,314 11/15/2017
3.2.0.0 16,960 7/12/2017
3.1.0.0 16,301 6/1/2017
3.0.0.0 (current version) 426 5/31/2017
2.9.0.0 11,669 12/14/2016
2.8.0.0 3,616 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 more