Edit

Share via


New-CMMoreInfoUrlPolicy

Create a policy to specify the Security Policy link that BitLocker displays to users.

Syntax

Default (Default)

New-CMMoreInfoUrlPolicy
    [-PolicyState <State>]
    [-MoreInfoUrl <Uri>]
    [-DisableWildcardHandling]
    [-ForceWildcardHandling]
    [<CommonParameters>]

Description

Create a policy to specify the Security Policy link that BitLocker displays to users. The link should point to your organization's internal security policy. This policy site should provide users with information about your disk encryption requirements. BitLocker displays this link when it prompts users to encrypt a drive.

Examples

Example 1: New enabled policy with specified URL

This example creates a policy that's enabled with a link to the Contoso security policy for BitLocker Drive Encryption.

New-CMMoreInfoUrlPolicy -PolicyState Enabled -MoreInfoUrl https://contoso.com/bdepolicy

Parameters

-DisableWildcardHandling

This parameter treats wildcard characters as literal character values. You can't combine it with ForceWildcardHandling.

Parameter properties

Type:SwitchParameter
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-ForceWildcardHandling

This parameter processes wildcard characters and may lead to unexpected behavior (not recommended). You can't combine it with DisableWildcardHandling.

Parameter properties

Type:SwitchParameter
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-MoreInfoUrl

Specify a URL for your organization's internal security policy about your disk encryption requirements. BitLocker displays this link when it prompts users to encrypt a drive.

Parameter properties

Type:Uri
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-PolicyState

Use this parameter to configure the policy.

  • Enabled: If you enable this policy, configure the URL for the Security Policy link.

  • Disabled or NotConfigured: If you disable or don't configure this policy, BitLocker doesn't display this link for users.

Parameter properties

Type:State
Default value:None
Accepted values:Enabled, Disabled, NotConfigured
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

CommonParameters

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

Inputs

None

Outputs

Microsoft.ConfigurationManagement.AdminConsole.BitlockerManagement.PolicyObject