Get‐SMBSecurityDescriptorName - microsoft/SMBSecurity GitHub Wiki

Get-SMBSecurityDescriptorName

SYNOPSIS

Returns a list of all SMB SecurityDescriptor names.

SYNTAX

Get-SMBSecurityDescriptorName [<CommonParameters>]

DESCRIPTION

Returns a list of all SMB SecurityDescriptor names.

EXAMPLES

Example 1

PS C:\> Get-SMBSecurityDescriptorName

Returns a list of all SMB SecurityDescriptor names.

PARAMETERS

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

None

OUTPUTS

System.Object

NOTES

RELATED LINKS

Get-SMBSecurityDescriptorName