Set-AzureADDevice
更新裝置。
語法
Set-AzureADDevice
-ObjectId <String>
[-AccountEnabled <Boolean>]
[-AlternativeSecurityIds <System.Collections.Generic.List`1[Microsoft.Open.AzureAD.Model.AlternativeSecurityId]>]
[-ApproximateLastLogonTimeStamp <DateTime>]
[-DeviceId <String>]
[-DeviceMetadata <String>]
[-DeviceObjectVersion <Int32>]
[-DeviceOSType <String>]
[-DeviceOSVersion <String>]
[-DevicePhysicalIds <System.Collections.Generic.List`1[System.String]>]
[-DeviceTrustType <String>]
[-DisplayName <String>]
[-IsCompliant <Boolean>]
[-IsManaged <Boolean>]
[-ProfileType <String>]
[-SystemLabels <System.Collections.Generic.List`1[System.String]>]
[<CommonParameters>]
Description
Set-AzureADDevice Cmdlet 會更新 Azure Active Directory (AD) 中的裝置。
範例
範例 1:更新裝置
PS C:\>Set-AzureADDevice -ObjectId "99a1915d-298f-42d1-93ae-71646b85e2fa" -DisplayName "My OS/2 computer"
此命令會更新指定的裝置。
參數
-AccountEnabled
指出此帳戶是否啟用。
類型: | Boolean |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-AlternativeSecurityIds
指定替代的安全性識別碼。
類型: | List<T>[Microsoft.Open.AzureAD.Model.AlternativeSecurityId] |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-ApproximateLastLogonTimeStamp
@{Text=}
類型: | DateTime |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-DeviceId
指定裝置識別碼。
類型: | String |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-DeviceMetadata
此裝置的裝置元數據
類型: | String |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-DeviceObjectVersion
指定裝置的物件版本。
類型: | Int32 |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-DeviceOSType
指定作業系統。
類型: | String |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-DeviceOSVersion
指定作業分鏡版本。
類型: | String |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-DevicePhysicalIds
-DeviceTrustType
裝置信任類型
類型: | String |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-DisplayName
指定顯示名稱。
類型: | String |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-IsCompliant
指出裝置是否符合規範。
類型: | Boolean |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-IsManaged
指出裝置是否受管理。
類型: | Boolean |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-ObjectId
指定 Azure AD 中裝置的物件識別碼。
類型: | String |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | True |
接受萬用字元: | False |
-ProfileType
{{ Fill ProfileType Description }}
類型: | String |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-SystemLabels
{{ Fill SystemLabels Description }}
類型: | List<T>[String] |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
備註
請參閱 將 Set-AzureADDevice 移 轉至 Microsoft Graph PowerShell 的移轉指南。