We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b094b5 commit 6675315Copy full SHA for 6675315
1 file changed
Report.ps1
@@ -107,6 +107,11 @@ if (Test-CommandExists "dxdiag") {
107
Show-Output "The command `"dxdiag`" was not found."
108
}
109
110
+if (Test-CommandExists "dsregcmd") {
111
+ Show-Output "Creating report of Microsoft Entra ID device registration."
112
+ dsregcmd /status > "${Reports}\dsregcmd.txt"
113
+}
114
+
115
if (Test-CommandExists "gpresult") {
116
Show-Output "Creating report of group policies."
117
gpresult /h "${Reports}\gpresult.html" /f
0 commit comments