Resolve-SID
SYNOPSIS
Resolves the Sid
SYNTAX
Resolve-SID [-SID] <String> [-ToString] [<CommonParameters>]
DESCRIPTION
Resolves the Sid
EXAMPLES
EXAMPLE 1
Resolve-SID -Export HTML -ReportPath C:\temp
PARAMETERS
-SID
Enter a SID string.
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 1
Default value: None
Accept pipeline input: True (ByPropertyName, ByValue)
Accept wildcard characters: False
-ToString
Display the resolved account name as a string.
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False
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.