< Back
Resolve-SecurityOption
Post
NAME Resolve-SecurityOption
SYNOPSIS
Resolves the name of a security option as shown in the local security policy editor.
SYNTAX
Resolve-SecurityOption [[-Name] <String>] [<CommonParameters>]
Resolve-SecurityOption -Category <String> [<CommonParameters>]
DESCRIPTION
Resolves the name of a security option as shown in the local security policy editor to either the registry value
name, or the name of an implementing class.
PARAMETERS
-Name <String>
The name or description of a user right. Wildcards are supported for description values.
Required? false
Position? 2
Default value
Accept pipeline input? true (ByValue)
Accept wildcard characters? false
-Category <String>
Get the policies under a specific category, for example "Network security".
Required? true
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>Resolve-SecurityOption "User Account Control: Run all administrators in Admin Approval Mode"
Returns information about the security option.
RELATED LINKS
SYNOPSIS
Resolves the name of a security option as shown in the local security policy editor.
SYNTAX
Resolve-SecurityOption [[-Name] <String>] [<CommonParameters>]
Resolve-SecurityOption -Category <String> [<CommonParameters>]
DESCRIPTION
Resolves the name of a security option as shown in the local security policy editor to either the registry value
name, or the name of an implementing class.
PARAMETERS
-Name <String>
The name or description of a user right. Wildcards are supported for description values.
Required? false
Position? 2
Default value
Accept pipeline input? true (ByValue)
Accept wildcard characters? false
-Category <String>
Get the policies under a specific category, for example "Network security".
Required? true
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>Resolve-SecurityOption "User Account Control: Run all administrators in Admin Approval Mode"
Returns information about the security option.
RELATED LINKS