Mike Kanakos Use PowerShell to find Windows services configured to run as another user February 14, 2022 0 Comments Get-CIMInstance, Get-Service, Get-Member, Invoke-Command, ForEach-Object, Enter-PSSession, Get-WMIObject Learn how to use Invoke-Command and Get-CIMInstance to find all services running as another user.
Mike Kanakos Connecting to multiple computers with Invoke-Command January 13, 2020 0 Comments PowerShell, PS-Remoting, Invoke-Command, Enter-PSSession Learn how to connect to multiple computers from a PowerShell command prompt with my guide to getting started with PowerShell Remoting and Invoke-command.