-
Find where that user is | Dmitry’s PowerBlog: PowerShell and beyond
Get-ADComputer -filter * | foreach {gwmi -class Win32_ComputerSystem -ComputerName $_.Name -Property Name,Username} | where {$_.UserName -like “*myuser*”}| ft name,username
Find where that user is | Dmitry’s PowerBlog: PowerShell and beyond
Get-ADComputer -filter * | foreach {gwmi -class Win32_ComputerSystem -ComputerName $_.Name -Property Name,Username} | where {$_.UserName -like “*myuser*”}| ft name,username
The Art and Craft of Blogging
The latest news on WordPress.com and the WordPress community.
Leave a Reply