I Love PowerShell
Finding Logged On Users - Power Tips - PowerShell.com – PowerShell Scripts, Tips, Forums, and Resources
前回は物理的に対面でログオンしているユーザーの表示だったが、今度はリモートデスクトップを含んだログオンユーザーの表示。
gwmi -Class Win32_LogonSession | % { $_.GetRelated('Win32_UserAccount') | select -expandp caption | select -unique}
ただ、試してみた感じだとログオフせずに切断した情報とかが残って表示されている様な気もする・・・。
以前UPしたPowerShell: ◆ログオンしているユーザーを表示するのほうが純粋に今の情報に近い様な気がする。(詳しくは調べてみないと判らない・・・)
0 件のコメント:
コメントを投稿