-
Notifications
You must be signed in to change notification settings - Fork 0
Get UdeVsPowerPlatformExtensionHistory
Get UDE VS Power Platform extension history.
Get-UdeVsPowerPlatformExtensionHistory [-All] [-OpenFolder] [-DeploysOnly] [-ProgressAction <ActionPreference>]
[<CommonParameters>]
Gets the UDE VS Power Platform extension history from the local logs folder.
Get-UdeVsPowerPlatformExtensionHistory
This will retrieve the latest UDE VS Power Platform extension history entry from the local logs folder.
Get-UdeVsPowerPlatformExtensionHistory -All
This will retrieve all UDE VS Power Platform extension history entries from the local logs folder.
Get-UdeVsPowerPlatformExtensionHistory -OpenFolder
This will open the folder containing the UDE VS Power Platform extension history logs in File Explorer.
Get-UdeVsPowerPlatformExtensionHistory -DeploysOnly
This will retrieve only UDE VS Power Platform extension history entries related to deployments from the local logs folder.
Instructs the cmdlet to return all extension history entries.
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: FalseInstructs the cmdlet to open the folder containing the extension history logs.
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: FalseInstructs the cmdlet to return only extension history entries related to deployments.
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: False
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)