Enable Or Disable Device
Enable or disable a device in Entra ID
Last updated
Was this helpful?
Enable or disable a device in Entra ID
This runbook enables or disables a Windows device object in Entra ID (Azure AD) based on the provided device ID. Use it to temporarily block sign-ins from a compromised or lost device, or to re-enable the device after remediation.
Device → Security → Enable Or Disable Device
Full Runbook name
rjgit-device_security_enable-or-disable-device
Version
1.0.1
Required modules
RealmJoin.RunbookHelper (>= 0.8.7)
Schedulable
no
Type: Microsoft Graph
Device.Read.All
Cloud device administrator
The device ID of the target device.
Required
true
Default Value
Type
String
Hidden in portal
yes (preset via runbook customization)
"Disable Device?" (final value: false) or "Enable Device again?" (final value: true) can be selected as action to perform. If set to false, the runbook will disable the device in Entra ID (Azure AD). If set to true, the runbook will enable the device in Entra ID (Azure AD) again.
Required
false
Default Value
False
Type
Boolean
Portal display name
Disable or Enable Device
Portal options
Disable Device
false
Enable Device again
true
Last updated
Was this helpful?
Was this helpful?