-
Notifications
You must be signed in to change notification settings - Fork 0
Invoke PpePublishAllCustomizations
Start the publish all customizations process for a given environment.
Invoke-PpePublishAllCustomizations [-EnvironmentId] <String> [-ProgressAction <ActionPreference>]
[<CommonParameters>]
This cmdlet starts the publish all customizations process for a given Power Platform environment.
Can be helpful to run this cmdlet after importing a solution to make sure all customizations are published and ready to use.
Invoke-PpePublishAllCustomizations -EnvironmentId "eec2c11a-a4c7-4e1d-b8ed-f62acc9c74c6"
This will start the publish all customizations process for the environment with the id "eec2c11a-a4c7-4e1d-b8ed-f62acc9c74c6". It will fail if any internal error occurs during the publish process, otherwise it will complete silently.
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: False
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)