Creates a storage access control object. You can add or remove access to this object after you create the storage access control.
Syntax
New-EmcStorageAccessControl [-Silent] [<CommonParameters>]
Parameters
-Silent <SwitchParameter>
Attributes: Optional, Position: named
Turns off all the informational and verbose messages. However, it still displays errors.
<CommonParameters>
This cmdlet supports these common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, and OutVariable. Type get-help about_commonparameters for more details.
Examples
-------------- Example 1 --------------
C:\PS>$sac = New-EmcStorageAccessControl
This example creates a storage access control object.