Mike Kanakos RTPSUG Meeting - Improving the Shell Experience with PowerShell POSH July 31, 2023 0 Comments PowerShell, RTPSUG, Community, Get-Member, Get-Command POSH is a new module built by James Brundage. It brings smart color formatting to areas of your PowerShell console in ways that you haven't seen before.
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.