Remove-AzureADMSApplication

刪除應用程式物件。

語法

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

Description

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

範例

範例 1:移除應用程式

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

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

參數

-ObjectId

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

類型:String
Position:Named
預設值:None
必要:True
接受管線輸入:True
接受萬用字元:False

輸入

string