All Projects → dsccommunity → StorageDsc

dsccommunity / StorageDsc

Licence: MIT license
DSC resource module is used to manage storage on Windows Servers.

Programming Languages

powershell
5483 projects

Projects that are alternatives of or similar to StorageDsc

WSManDsc
DSC resources for configuring WS-Management and PowerShell Remoting.
Stars: ✭ 17 (-70.69%)
Mutual labels:  dsc-resources, dsc, powershell-dsc
CertificateDsc
DSC resources to simplify administration of certificates on a Windows Server.
Stars: ✭ 103 (+77.59%)
Mutual labels:  dsc-resources, dsc, powershell-dsc
ActiveDirectoryCSDsc
DSC resources for installing or uninstalling Active Directory Certificate Services components in Windows Server.
Stars: ✭ 45 (-22.41%)
Mutual labels:  dsc-resources, dsc, powershell-dsc
DnsServerDsc
This module contains DSC resources for the management and configuration of Windows Server DNS Server.
Stars: ✭ 51 (-12.07%)
Mutual labels:  dsc-resources, dsc
xHyper-V
This module contains DSC resources for deployment and configuration of Microsoft Hyper-V.
Stars: ✭ 105 (+81.03%)
Mutual labels:  dsc-resources, dsc
UpdateServicesDsc
This module contains community maintained DSC resources for deployment and configuration of Windows Server Update Services.
Stars: ✭ 23 (-60.34%)
Mutual labels:  dsc-resources, dsc
xExchange
This module contains DSC resources for deployment and configuration of Microsoft Exchange Server.
Stars: ✭ 62 (+6.9%)
Mutual labels:  dsc-resources, dsc
graphite-remote-adapter
Fully featured graphite remote adapter for Prometheus
Stars: ✭ 33 (-43.1%)
Mutual labels:  storage
Cherry-Node
Cherry Network's node implemented in Rust
Stars: ✭ 72 (+24.14%)
Mutual labels:  storage
talisman
Talisman helps with upgrade and wipe of a Portworx cluster on Kubernetes
Stars: ✭ 13 (-77.59%)
Mutual labels:  storage
js-cfb
💾 OLE File Container Format
Stars: ✭ 54 (-6.9%)
Mutual labels:  storage
CarryCapacity
Vintage Story mod which adds the capability to carry blocks in-hand and on your back
Stars: ✭ 17 (-70.69%)
Mutual labels:  storage
phaser-super-storage
A cross platform storage plugin for Phaser
Stars: ✭ 49 (-15.52%)
Mutual labels:  storage
oras
ORAS CLI
Stars: ✭ 672 (+1058.62%)
Mutual labels:  storage
DSIN
Deep Image Compression using Decoder Side Information (ECCV 2020)
Stars: ✭ 39 (-32.76%)
Mutual labels:  dsc
haro
Haro is a modern immutable DataStore
Stars: ✭ 24 (-58.62%)
Mutual labels:  storage
ECS-CommunityEdition
ECS Community Edition "Free & Frictionless"
Stars: ✭ 125 (+115.52%)
Mutual labels:  storage
ansible-unity
Ansible Modules for Dell EMC Unity
Stars: ✭ 19 (-67.24%)
Mutual labels:  storage
react-native-s3
React Native app to upload and display images from Amazon S3 using AWS Amplify as the back end service.
Stars: ✭ 41 (-29.31%)
Mutual labels:  storage
gcsfs
Google Cloud Storage filesystem for PyFilesystem2
Stars: ✭ 36 (-37.93%)
Mutual labels:  storage

StorageDsc

Build Status Code Coverage Azure DevOps tests PowerShell Gallery (with prereleases) PowerShell Gallery codecov

Code of Conduct

This project has adopted this code of conduct.

Releases

For each merge to the branch main a preview release will be deployed to PowerShell Gallery. Periodically a release version tag will be pushed which will deploy a full release to PowerShell Gallery.

Contributing

Please check out common DSC Community contributing guidelines.

Change log

A full list of changes in each version can be found in the change log.

Resources

The StorageDsc module contains the following resources:

  • MountImage: used to mount or unmount an ISO/VHD disk image. It can be mounted as read-only (ISO, VHD, VHDx) or read/write (VHD, VHDx).
  • Disk: used to initialize, format and mount the partition as a drive letter.
  • DiskAccessPath: used to initialize, format and mount the partition to a folder access path.
  • OpticalDiskDriveLetter: used to change the drive letter of an optical disk drive (e.g. a CDROM or DVD drive). This resource ignores mounted ISOs.
  • WaitForDisk wait for a disk to become available.
  • WaitForVolume wait for a drive to be mounted and become available.

This project has adopted this code of conduct.

Documentation and Examples

For a full list of resources in StorageDsc and examples on their use, check out the StorageDsc wiki.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].