One of the less well known features of Google Cloud Shell is that it has PowerShell preinstalled. All it takes to convert your Cloud Shell session into a PowerShell session is to run pwsh: Cloud Shell is based in Linux, so what you see is the .NET Core-based version of PowerShell (née PowerShell Core) as opposed to the .NET Framework-based version that you typically use on Windows. Some PowerShell modules still only target .NET Framework or depend on certain Windows features. These modules w...