NAME
Get-MaskingSet
SYNOPSIS
Gets masking sets. Masking sets are used to grant access to a virtual disk or iSCSI VHD for one or more servers.SYNTAX
Get-MaskingSet [[-FriendlyName]
] [-CimSession ] [-HostType ] [-ThrottleLimit ] [ ] Get-MaskingSet [-CimSession
[] [-InitiatorId ] [-ThrottleLimit ] ] Get-MaskingSet [-CimSession
[] [-TargetPort ] [-ThrottleLimit ] ] Get-MaskingSet [-CimSession
[] [-ThrottleLimit ] [-VirtualDisk ] ] Get-MaskingSet [-CimSession
[] [-StorageSubSystem ] [-ThrottleLimit ] ] Get-MaskingSet [-CimSession
] [-ThrottleLimit ] [-UniqueId ] [ ] DESCRIPTION
The Get-MaskingSet cmdlet returns a list of created masking sets. Masking sets are used to grant access to a
virtual disk or iSCSI VHD for one or more servers. 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-FriendlyName [
Gets the masking set with the specified friendly name or friendly name pattern. Required? false Position? 1 Default value none] Accept pipeline input? True (ByPropertyName)
Accept wildcard characters? false-HostType [
Specifies the host operating system or other host environmental factors that may influence the behavior that the storage system should have when showing a virtual disk to an initiator. If the HostType property is blank for the object you want to get, omit this parameter. Required? false Position? named Default value none] Accept pipeline input? True (ByPropertyName)
Accept wildcard characters? false-InitiatorId [
Gets the masking set associated with the specified InitiatorId object. Enter an InitiatorID CIM object, which] is exposed by the Get-InitiatorId cmdlet.
Required? false Position? named Default value none Accept pipeline input? True (ByValue) Accept wildcard characters? false-StorageSubSystem [
Gets the masking set associated with the specified StorageSubSystem object. Enter a StorageSubSystem CIM] object, which is exposed by the Get-StorageSubSystem cmdlet.
Required? false Position? named Default value none Accept pipeline input? True (ByValue) Accept wildcard characters? false-TargetPort [
Gets the masking set associated with the specified TargetPort object. Enter a TargetPort CIM object, which is] exposed by the Get-TargetPort cmdlet.
Required? false Position? named Default value none Accept pipeline input? True (ByValue) 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] -UniqueId [
Specifies the UniqueID of the masking set to get. Required? false Position? named Default value none] Accept pipeline input? True (ByPropertyName)
Accept wildcard characters? false-VirtualDisk [
Gets the masking set associated with the specified VirtualDisk object. Enter a VirtualDisk CIM object, which] is exposed by the Get-VirtualDisk cmdlet.
Required? false Position? named Default value none Accept pipeline input? True (ByValue) Accept wildcard characters? falseThis 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_InitiatorId http://msdn.microsoft.com/library/windows/desktop/hh830504.aspx You can pipe an InitiatorId object to the InitiatorId parameter. Microsoft.Management.Infrastructure.CimInstance#ROOT/Microsoft/Windows/Storage/MSFT_StorageSubsystem http://msdn.microsoft.com/library/windows/desktop/hh830569.aspx You can pipe a StorageSubsystem object to the StorageSubsystem parameter. Microsoft.Management.Infrastructure.CimInstance#ROOT/Microsoft/Windows/Storage/MSFT_TargetPort http://msdn.microsoft.com/library/windows/desktop/hh830582.aspx You can pipe a TargetPort object to the TargetPort parameter. Microsoft.Management.Infrastructure.CimInstance#ROOT/Microsoft/Windows/Storage/MSFT_VirtualDisk http://msdn.microsoft.com/library/windows/desktop/hh830584.aspx You can pipe a VirtualDisk object to the VirtualDisk parameter.OUTPUTS
Microsoft.Management.Infrastructure.CimInstance#ROOT/Microsoft/Windows/Storage/MSFT_MaskingSet http://msdn.microsoft.com/library/windows/desktop/hh830509.aspx This cmdlet outputs an object that represents a masking set.Example 1: Get all masking sets
PS C:\> Get-MaskingSet
This example gets and displays all existing MaskingSet objects which have been created using any available Storage Management Providers across all visible storage subsystems.Example 2: Get all Microsoft Windows masking sets
PS C:\> Get-MaskingSet -HostType MicrosoftWindows
This example gets and displays all masking sets hosted by a computer running Microsoft Windows.Example 3: Get the masking set for a specific virtual disk
PS C:\> Get-MaskingSet -VirtualDisk (Get-VirtualDisk -FriendlyName CompanyData)
This example gets the masking set for the CompanyData virtual disk. It does so by using the Get-VirtualDisk cmdlet
to get the appropriate VirtualDisk object and provide it to the VirtualDisk parameter of Get-MaskingSet.
RELATED LINKS
Online Version: http://go.microsoft.com/fwlink/?LinkId=816390Get-InitiatorPort
Get-TargetPort
New-MaskingSet
Remove-MaskingSet
Rename-MaskingSet
Get-VirtualDisk