Created powershell-version file. (#28184)
* Created powershell-version file. * fix: added front matter block
This commit is contained in:
committed by
Randell Dawson
parent
a2cd8efb0d
commit
70a2afef90
24
guide/english/powershell/powershell-version/index.md
Normal file
24
guide/english/powershell/powershell-version/index.md
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
---
|
||||||
|
title: PowerShell Version
|
||||||
|
---
|
||||||
|
|
||||||
|
## Displaying PowerShell Version Details
|
||||||
|
|
||||||
|
### Usage
|
||||||
|
There are times when determining the version of the current installation of PowerShell is necessary.
|
||||||
|
In order to view this information, the following command can be run to show the variable details.
|
||||||
|
|
||||||
|
```
|
||||||
|
$PSVersionTable
|
||||||
|
|
||||||
|
Name Value
|
||||||
|
---- -----
|
||||||
|
PSVersion 5.1.17134.228
|
||||||
|
PSEdition Desktop
|
||||||
|
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...}
|
||||||
|
BuildVersion 10.0.17134.228
|
||||||
|
CLRVersion 4.0.30319.42000
|
||||||
|
WSManStackVersion 3.0
|
||||||
|
PSRemotingProtocolVersion 2.3
|
||||||
|
SerializationVersion 1.1.0.1
|
||||||
|
```
|
Reference in New Issue
Block a user