We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc0f6f2 commit 1815cd3Copy full SHA for 1815cd3
Scripts/Get-ActiveUsersReport.ps1
@@ -0,0 +1,3 @@
1
+$users = quser
2
+
3
+$users | Out-File -FilePath ".\ActiveUsersReport.txt"
0 commit comments