NAME
Add-VirtualDiskToMaskingSet
SYNOPSIS
Adds a virtual disk to a specified masking set and grants access to the virtual disk to all initiator IDs defined in the masking set.SYNTAX
Add-VirtualDiskToMaskingSet [-MaskingSetFriendlyName]
[-CimSession ] [-DeviceAccesses
] [-DeviceNumbers ] [-PassThru] [-ThrottleLimit ] [-VirtualDisknames ] [-Confirm] [-WhatIf] [
] Add-VirtualDiskToMaskingSet [-CimSession
] [-DeviceAccesses ] [-DeviceNumbers
] [-PassThru] [-ThrottleLimit ] [-VirtualDisknames ] -MaskingSetUniqueId [-Confirm] [-WhatIf] [
] Add-VirtualDiskToMaskingSet [-CimSession
] [-DeviceAccesses ] [-DeviceNumbers [
] [-PassThru] [-ThrottleLimit ] [-VirtualDisknames ] [-Confirm] [-WhatIf] ] DESCRIPTION
The Add-VirtualDiskToMaskingSet cmdlet adds a virtual disk to a specified masking set and grants access to the
virtual disk to all initiator IDs defined in the masking set. ps_storage_spacesubsystem_not_remarkPARAMETERS
-CimSession [
Runs the cmdlet in a remote session or on a remote computer. Enter a computer name or a session object, such] as the output of a New-CimSession or Get-CimSession cmdlet. The default is the current session on the local
computer. Required? false Position? named Default value none Accept pipeline input? false Accept wildcard characters? false-DeviceAccesses [
Specifies the way in which initiators can access the virtual disk(s) that are part of this masking set. You] must specify a DeviceAccesses value for each virtual disk specified by the VirtualDiskNames parameter. Allowed
values are NoAccess, ReadOnly, ReadWrite, and Unknown. Required? false Position? named Default value none Accept pipeline input? false Accept wildcard characters? false-DeviceNumbers [
Specifies the device numbers for one or more virtual disks. Required? false Position? named Default value none Accept pipeline input? false Accept wildcard characters? false] -MaskingSetFriendlyName
Specifies the friendly name of the masking set to which you want to add a virtual disk. Required? true Position? 1 Default value noneAccept pipeline input? True (ByPropertyName)
Accept wildcard characters? false-MaskingSetUniqueId
Specifies the UniqueID of the masking set to which you want to add a virtual disk. Required? true Position? named Default value noneAccept pipeline input? True (ByPropertyName)
Accept wildcard characters? false-PassThru [
Specifies that the cmdlet should output an object representing the masking set to which it added a virtual disk. By default, this cmdlet does not generate any output. Required? false Position? named Default value none Accept pipeline input? false Accept wildcard characters? false] -ThrottleLimit [
Specifies the maximum number of concurrent operations that can be established to run the cmdlet. If this parameter is omitted or a value of 0 is entered, then Windows PowerShellr calculates an optimum throttle limit for the cmdlet based on the number of CIM cmdlets that are running on the computer. The throttle limit applies only to the current cmdlet, not to the session or to the computer. Required? false Position? named Default value none Accept pipeline input? false Accept wildcard characters? false] -VirtualDisknames [
Specifies one or more virtual disk names to add to the masking set. Required? false Position? named Default value none Accept pipeline input? false Accept wildcard characters? false] -Confirm [
Prompts you for confirmation before running the cmdlet.Prompts you for confirmation before running the cmdlet. Required? false Position? named Default value false Accept pipeline input? false Accept wildcard characters? false] -WhatIf [
Shows what would happen if the cmdlet runs. The cmdlet is not run.Shows what would happen if the cmdlet runs. The cmdlet is not run. Required? false Position? named Default value false Accept pipeline input? false Accept wildcard characters? false] This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable. For more information, see about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216). INPUTS
Microsoft.Management.Infrastructure.CimInstance#ROOT/Microsoft/Windows/Storage/MSFT_MaskingSet http://msdn.microsoft.com/library/windows/desktop/hh830509.aspx You can pipe a MaskingSet object to the InputObject parameter.OUTPUTS
Microsoft.Management.Infrastructure.CimInstance#ROOT/Microsoft/Windows/Storage/MSFT_MaskingSet http://msdn.microsoft.com/library/windows/desktop/hh830509.aspx If you specify the Passthru parameter, this cmdlet outputs an object that represents the masking set to which you added a virtual disk.Example 1: Add a virtual disk to an existing masking set
PS C:\> $maskingSet = Get-MaskingSet Cluster1MaskingSet
PS C:\> $virtualDisk = Get-VirtualDisk Volume12
PS C:\> $maskingSet | Add-VirtualDiskToMaskingSet -VirtualDisknames $virtualDisk.Name -DeviceAccesses ReadWrite
This example adds the virtual disks named Volume12 to a masking set named Cluster1MaskingSet, and sets the deviceaccess to read-write.
RELATED LINKS
Online Version: http://go.microsoft.com/fwlink/?LinkID=809331Get-MaskingSet
Get-VirtualDisk