Remove-AdminAllowedThirdPartyApps
Removes the application from the list of allowed non-Microsoft applications for the tenant.
Syntax
Remove-AdminAllowedThirdPartyApps
[-ApplicationId] <String>
[[-ApiVersion] <String>]
[<CommonParameters>]
Description
The Remove-AdminAllowedThirdPartyApps cmdlet removes the allowed non-Microsoft app IDs. Use Get-Help Remove-AdminAllowedThirdPartyApps -Examples for more detail.
Examples
EXAMPLE 1
Remove-AdminAllowedThirdPartyApps -ApplicationId 1ec3c80c-c2c0-4ea6-97a8-31d8c8c3d488
Adds the application ID to the list of allowed non-Microsoft applications for the tenant.
Parameters
-ApiVersion
The api version to call with.
Type: | String |
Position: | 2 |
Default value: | 2021-02-01 |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-ApplicationId
The app id or name of the allowed non-Microsoft app that will be removed.
Type: | String |
Position: | 1 |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |