Check PowerShell Version
You may run the below cmdlet to check the PowerShell version,
$PSversionTable |
Note: This cmdlet is applicable for below operating systems,
Windows 7, Windows 8, Windows 8.1 & Windows 10
Windows Server 2008 R2 SP1, Windows Server 2012, Windows Server 2012 R2, Windows Server 2016 & Windows Server 2019
Tip 💡
In order to get an unclipped output in PowerShell, please run the below cmdlet first and then run the actual cmdlet to get an unclipped output.
$FormatEnumerationLimit=-1 |
Comments
Post a Comment