Mike Kanakos What's new with Select-String in PowerShell7? March 14, 2020 0 Comments PowerShell, Select-String, PowerShell7 Learn about the new parameters included in Select-String with PowerShell 7.
Mike Kanakos Error Handling in PowerShell 7 with Get-Error and $Errorview March 10, 2020 0 Comments PowerShell, Get-Error, Error-Handling, PowerShell7 Learn about the new improvements to Error Handling and Error Messages in PowerShell 7
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.
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.
Mike Kanakos Video: Configuring PowerShell Remoting security & logging November 11, 2019 0 Comments PowerShell, Community, RTPSUG, PS-Remoting, WinRM, Event Logs Remoting in PowerShell unfairly gets a bad rap in the security world. When done right; PowerShell remoting is equal to SSH.
Mike Kanakos WMI vs CIM: What's the difference? November 04, 2019 0 Comments PowerShell, WMI, CIM Learn the difference between WMI and CIM and why one is more secure than the other when using PowerShell.