Remove-AzureADMSApplication

刪除應用程式物件。

Syntax

Remove-AzureADMSApplication
      -ObjectId <String>
      [<CommonParameters>]

Description

刪除 objectId 所識別的應用程式物件。

範例

範例 1:移除應用程式

PS C:\>Remove-AzureADMSApplication -ObjectId "acd10942-5747-4385-8824-4c5d5fa904f9"

此命令會移除指定的應用程式。

參數

-ObjectId

特定 Azure Active Directory 物件的唯一識別碼

Type:String
Position:Named
Default value:None
Required:True
Accept pipeline input:True
Accept wildcard characters:False

輸入

string