Remove-NAVConfigurationPackageFile

Removes a configuration package file from the Business Central app database.

Syntax

Remove-NAVConfigurationPackageFile
      [-Code] <String>
      [-ServerInstance] <String>
      [-Force]
      [-WhatIf]
      [-Confirm]
      [<CommonParameters>]

Description

Removes a configuration package file from the Business Central app database.

Examples

EXAMPLE 1

Remove-NAVConfigurationPackageFile -Code GB.ENU.TRIAL -ServerInstance BC

If a package with code GB.ENU.TRIAL is present in the application database of the DynamicsNAV90 instance, it will be removed.

Parameters

-Code

Specifies the code of the configuration package file, uniquely identifying it.

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

-Confirm

Prompts you for confirmation before executing the command.

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

-Force

Forces the command to run without asking for user confirmation.

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

-ServerInstance

Specifies the name of a Business Central Server instance, for example, BC or myinstance. You can specify either the full name of an instance, such as MicrosoftDynamicsNavServer$myinstance or the short name such as myinstance.

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

-WhatIf

Describes what would happen if you executed the command without actually executing the command.

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