StorageDsc

4.6.0.0

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

Minimum PowerShell version

4.0

There is a newer prerelease version of this module available.
See the version list below for details.

Installation Options

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

Install-Module -Name StorageDsc -RequiredVersion 4.6.0.0

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

Install-PSResource -Name StorageDsc -Version 4.6.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

(c) Microsoft Corporation. All rights reserved.

Package Details

Author(s)

  • Microsoft Corporation

Tags

DesiredStateConfiguration DSC DSCResourceKit DSCResource

DSCResources

DiskAccessPath MountImage OpticalDiskDriveLetter WaitForDisk WaitForVolume Disk

Dependencies

This module has no dependencies.

Release Notes

- Fix example publish to PowerShell Gallery by adding `gallery_api`
 environment variable to `AppVeyor.yml` - fixes [Issue 202](https://github.com/PowerShell/StorageDsc/issues/202).
- Added "DscResourcesToExport" to manifest to improve information in
 PowerShell Gallery and removed wildcards from "FunctionsToExport",
 "CmdletsToExport", "VariablesToExport" and "AliasesToExport" - fixes
 [Issue 192](https://github.com/PowerShell/StorageDsc/issues/192).
- Clean up module manifest to correct Author and Company - fixes
 [Issue 191](https://github.com/PowerShell/StorageDsc/issues/191).
- Correct unit tests for DiskAccessPath to test exact number of
 mocks called - fixes [Issue 199](https://github.com/PowerShell/StorageDsc/issues/199).
- Disk:
 - Added minimum timetowate of 3s after new-partition using the while loop.
   The problem occurs when the partition is created and the format-volume
   is attempted before the volume has completed.
   There appears to be no property to determine if the partition is
   sufficiently ready to format and it will often format as a raw volume when
   the error occurs - fixes [Issue 85](https://github.com/PowerShell/StorageDsc/issues/85).

FileList

Version History

Version Downloads Last updated
6.0.0 8,013 3/19/2024
6.0.0-previe... 7 3/16/2024
6.0.0-previe... 363 10/30/2023
5.1.0 55,758 2/22/2023
5.1.0-previe... 90 2/6/2023
5.1.0-previe... 62 1/26/2023
5.1.0-previe... 3,056 4/10/2021
5.0.2-previe... 126 12/30/2020
5.0.1 170,114 8/3/2020
5.0.1-previe... 19 7/25/2020
5.0.1-previe... 14 7/25/2020
5.0.1-previe... 22 6/20/2020
5.0.0 24,713 5/5/2020
5.0.0-previe... 18 5/3/2020
5.0.0-previe... 31 4/15/2020
4.9.0.0 87,368 10/30/2019
4.8.0.0 27,240 8/8/2019
4.7.0.0 59,893 5/15/2019
4.6.0.0 (current version) 60,233 4/3/2019
4.5.0.0 40,123 2/20/2019
4.4.0.0 8,793 1/10/2019
4.3.0.0 6,588 11/29/2018
4.2.0.0 4,289 10/25/2018
4.1.0.0 9,558 9/5/2018
4.0.0.0 35,530 2/8/2018
Show less