Copy-CMBlmSetting

Make a copy of a BitLocker management policy settings object.

Syntax

Copy-CMBlmSetting
    [-BlmSettings] <BlmSettings>
    -Name <String>
    [-Description <String>]
    [-DisableWildcardHandling]
    [-ForceWildcardHandling]
    [<CommonParameters>]

Description

This cmdlet makes a copy of a BitLocker Management policy settings object. All existing policies are included. Use the Get-CMBlmSetting to get this object.

Examples

Example 1: Copy an existing policy object

This example gets an existing BitLocker management policy settings object by name, and makes a copy.

Get-CMBlmSetting -Name "My BitLocker settings" | Copy-CMBlmSetting -Name "New BitLocker settings"

Parameters

-BlmSettings

Specify a BitLocker management policy settings object to copy. Use the Get-CMBlmSetting to get this object.

Type:BlmSettings
Position:1
Default value:None
Required:True
Accept pipeline input:True
Accept wildcard characters:False

-Description

Specify a description for the new BitLocker management policy object.

Type:String
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-DisableWildcardHandling

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

Type:SwitchParameter
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-ForceWildcardHandling

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

Type:SwitchParameter
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-Name

Specify a name for the new BitLocker management policy object.

Type:String
Position:Named
Default value:None
Required:True
Accept pipeline input:False
Accept wildcard characters:False

Inputs

Microsoft.ConfigurationManagement.PowerShell.Cmdlets.EP.BitLockerManagement.BlmSettings

Outputs

Microsoft.ConfigurationManagement.PowerShell.Cmdlets.EP.BitLockerManagement.BlmSettings