Why is it that I see 2 different versions of my OS from PowerShell and PowerShell ISE?
The OS: Microsoft Windows Server 2012 R2 Datacenter Evaluation
PowerShell: version 4.0
PowerShell
PS C:\> [System.Environment]::OSVersion.Version
Major Minor Build Revision
----- ----- ----- --------
6 3 9600 0
PowerShell ISE
PS C:\> [System.Environment]::OSVersion.Version
Major Minor Build Revision
----- ----- ----- --------
6 2 9200 0