We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fc9bd7 commit 1c8c625Copy full SHA for 1c8c625
1 file changed
support/entra/entra-id/dir-dmns-obj/pending-devices.md
@@ -65,7 +65,6 @@ To fix the problem, unregister the device by running `dsregcmd /leave` at an ele
65
66
```powershell
67
Get-MgDevice -All -Filter "TrustType eq 'ServerAd'" | Where-Object{(-not $_.AlternativeSecurityIds)} | select-object -Property AccountEnabled, Id, DeviceId, DisplayName, OperatingSystem, OperatingSystemVersion, TrustType | export-csv pendingdevicelist-summary.csv -NoTypeInformation
68
-
69
```
70
71
[!INCLUDE [Azure Help Support](../../../includes/azure-help-support.md)]
0 commit comments