Add-AdminAllowedThirdPartyApps
Adds the application to the list of allowed third party applications for the tenant.
Syntax
Default (Default)
Add-AdminAllowedThirdPartyApps
[-ApplicationId] <String>
[[-ApiVersion] <String>]
[<CommonParameters>]
Description
The Add-AdminAllowedThirdPartyApps function adds the allowed third party app ID. Use Get-Help Add-AdminAllowedThirdPartyApps -Examples for more detail.
Examples
EXAMPLE 1
Add-AdminAllowedThirdPartyApps -ApplicationId 00001111-aaaa-2222-bbbb-3333cccc4444
Adds the application Id to the list of allowed third party applications for the tenant.
Parameters
-ApiVersion
The api version to call with. Default 2018-01-01.
Parameter properties
Type: | String |
Default value: | 2021-02-01 |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | 2 |
Mandatory: | False |
Value from pipeline: | False |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
-ApplicationId
The app ID or name of the allowed third party app.
Parameter properties
Type: | String |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | 1 |
Mandatory: | True |
Value from pipeline: | False |
Value from pipeline by property name: | True |
Value from remaining arguments: | False |
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.