PowerShell runs across multiple OS platforms and multiple versions on Windows. It can be difficult to manage your profile scripts across the different platforms and versions. Not all features are available on all platforms or in multiple versions.
In this presentation I will show you how to create a single profile script that is version and platform aware and configures your PowerShell environments the same across all platforms.
You will learn:
- Understand the differences in the versions of PowerShell
- Understand the differences of running PowerShell on different platforms
- Strategies for handling these differences in a PowerShell script