Out-CMSignedWindowsMobileCab

Signs a Windows Mobile CAB file.

Syntax

Out-CMSignedWindowsMobileCab
   [-ContentLocation] <String>
   -OutputPath <String>
   -PfxFilePath <String>
   -PfxPassword <SecureString>
   [-DisableWildcardHandling]
   [-ForceWildcardHandling]
   [-WhatIf]
   [-Confirm]
   [<CommonParameters>]

Description

The Out-CMSignedWindowsMobileCab cmdlet signs a Windows Mobile cabinet file and places the signed file in the specified location.

Note

Run Configuration Manager cmdlets from the Configuration Manager site drive, for example PS XYZ:\>. For more information, see getting started.

Examples

Example 1: Sign a Windows Mobile CAB file

PS XYZ:\>Out-CMSignedWindowsMobileCab -ContentLocation "\\Server1\Applications\Cab\Test.CAB" -PfxFilePath "\\Server1\Applications\sign\sign3.pfx" -PfxPassword $SecureString -OutputPath "\\Server1\Applications\Cab\TestSigned.CAB"

This command signs the Windows Mobile CAB file named Test.CAB using the provided certificate and password. The signed CAB file is placed in the specified output path.

Parameters

-Confirm

Prompts you for confirmation before running the cmdlet.

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

-ContentLocation

Specifies the path of the content. The site system server requires permissions to read the content files.

Type:String
Position:0
Default value:None
Required:True
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

-OutputPath

Specifies the output file path for the signed Windows Mobile CAB file.

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

-PfxFilePath

Specifies the path of a PFX file.

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

-PfxPassword

Specifies the PFX password as a secured string.

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

-WhatIf

Shows what would happen if the cmdlet runs. The cmdlet doesn't run.

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

Inputs

None

Outputs

System.Object