-
Notifications
You must be signed in to change notification settings - Fork 0
Confirm BapEnvironmentIntegration
Test the integration status
Confirm-BapEnvironmentIntegration [-EnvironmentId] <String> [-AsExcelOutput]
[-ProgressAction <ActionPreference>] [<CommonParameters>]
Invokes the validation of the PowerPlatform integration, from the Dataverse perspective
If it returns an output, the Dataverse is fully connected to the D365FO environment
Confirm-BapEnvironmentIntegration -EnvironmentId *uat*
This will invoke the validation from the Dataverse environment. It will only output details if the environment is fully connected and working.
Sample output: LinkedAppLcsEnvId LinkedAppLcsEnvUri IsUnifiedDatabase TenantId
0e52661c-0225-4621-b1b4-804712cf6d9a https://new-test.sandbox.operations.eu.dynamics... False 8ccb796b-7...
Confirm-BapEnvironmentIntegration -EnvironmentId *uat* -AsExcelOutput
This will invoke the validation from the Dataverse environment. It will only output details if the environment is fully connected and working. Will output all details into an Excel file, that will auto open on your machine.
The excel file will be empty if the integration isn't working.
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: FalseInstruct the cmdlet to output all details directly to an Excel file
This makes it easier to deep dive into all the details returned from the API, and makes it possible for the user to persist the current state
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)