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 Getting Started with PowerShell: The First Five Commands You Need to Master December 04, 2019 0 Comments PowerShell, Set-ExecutionPolicy, Get-Command, Get-ExecutionPolicy, Get-Member, Update-Help, Get-Help These five commands will help you master the advanced features of PowerShell.