TestimoX

API Reference

Command

Get-CxSmbShareAcl

Namespace ComputerX.PowerShell
Inputs
System.String
Outputs
ComputerX.Smb.SmbSharePermissionEntry

Implements the Get-CxSmbShareAcl cmdlet.

Examples

Authored help example

Example 1


Get-CxSmbShareAcl -ComputerName SERVER1
        

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.

Syntax

Get-CxSmbShareAcl -ShareName <string> [-ComputerName <string>] [<CommonParameters>]
#

Parameters

ShareName string requiredposition: 0pipeline: false
Gets or sets the ShareName parameter.
ComputerName string optionalposition: 1pipeline: true (ByValue, ByPropertyName)
Target computer(s). Use '.' for local computer or provide DNS names.

Outputs

ComputerX.Smb.SmbSharePermissionEntry