次の方法で共有


Remove-AdminAllowedThirdPartyApps

Removes the application from the list of allowed non-Microsoft applications for the tenant.

Syntax

Default (Default)

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 00001111-aaaa-2222-bbbb-3333cccc4444

Adds the application ID to the list of allowed non-Microsoft applications for the tenant.

Parameters

-ApiVersion

The api version to call with.

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 non-Microsoft app that will be removed.

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.