API Reference
Command
Get-CxSmbShareAcl
Returns the share-level ACL for an SMB share.
Examples
Example 1: Reads the share ACL for the local Data share.
PS>
Get-CxSmbShareAcl -ShareName Data
Example 2: Audits the share-level permissions on a remote departmental file share.
PS>
Get-CxSmbShareAcl -ComputerName FS01 -ShareName Finance
Common Parameters
This command supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
For more information, see about_CommonParameters.