-
Notifications
You must be signed in to change notification settings - Fork 0
Invoke PpacD365PlatformUpdate
Start D365 Platform update.
Invoke-PpacD365PlatformUpdate [-EnvironmentId] <String> [-Version] <Version>
[-ProgressAction <ActionPreference>] [<CommonParameters>]
Invokes the D365 Platform update process for a given environment and version.
Invoke-PpacD365PlatformUpdate -EnvironmentId "env-123" -Version "10.0.45.4"
This will queue the update/install of D365 Platform version 10.0.45.4 for the specified environment.
Get-PpacD365PlatformUpdate -EnvironmentId "env-123" -Latest | Invoke-PpacD365PlatformUpdate
This will get the latest available D365 Platform version for the specified environment. It will then queue the update/install of that version for the specified environment.
Get-PpacD365PlatformUpdate -EnvironmentId "env-123" -Oldest | Invoke-PpacD365PlatformUpdate
This will get the oldest available D365 Platform version for the specified environment. It will then queue the update/install of that version for the specified environment.
The id of the environment that you want to work against.
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 1
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: FalseThe version of the D365 Platform to update/install.
Type: Version
Parameter Sets: (All)
Aliases:
Required: True
Position: 2
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False{{ Fill ProgressAction Description }}
Type: ActionPreference
Parameter Sets: (All)
Aliases: proga
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseThis cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
Author: Mötz Jensen (@Splaxi)