Skip to content
Daniel Scott-Raynsford edited this page Sep 1, 2017 · 7 revisions

Welcome to the iSCSIDsc wiki

Here you will find all the information you need to make use of the iSCSIDsc DSC resources, including details of the resources that are available, current capabilities and known issues, and information to help plan a DSC based implementation of iSCSIDsc.

Please leave comments, feature requests, and bug reports in then issues section for this module.

Getting started

To get started download iSCSIDsc from the PowerShell Gallery and then unzip it to one of your PowerShell modules folders (such as $env:ProgramFiles\WindowsPowerShell\Modules).

To install from the PowerShell gallery using PowerShellGet (in PowerShell 5.0) run the following command:

Find-Module -Name iSCSIDsc -Repository PSGallery | Install-Module

To confirm installation, run the below command and ensure you see the iSCSIDsc DSC resources available:

Get-DscResource -Module iSCSIDsc

Included resources

Clone this wiki locally