About
Pricing
Community
Teams
Start Free Trial
Log in
namerg
asked on
12/28/2012
How to find out if PowerShell v3 is intalled ?
Is it Get-Host ?
Name : ConsoleHost
Version : 3.0 -----------------> Do i have Powershell v3 installed ?
InstanceId : 7b5ce532-ed4b-41a0-8e47-4c
da83852237
UI : System.Management.Automati
on.Interna
l.Host.Int
ernalHostU
serInterfa
ce
CurrentCulture : en-US
CurrentUICulture : en-US
PrivateData : Microsoft.PowerShell.Conso
leHost+Con
soleColorP
roxy
IsRunspacePushed : False
Runspace : System.Management.Automati
on.Runspac
es.LocalRu
nspace
Thanks for your help,
Powershell
2
1
Last Comment
namerg
8/22/2022 - Mon
ASKER CERTIFIED SOLUTION
becraig
12/28/2012
THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
namerg
12/28/2012
ASKER
You got it.
PS C:\scripts\AD> $Host.Version
Major Minor Build Revision
----- ----- ----- --------
3 0 -1 -1
All of life is about relationships, and EE has made a viirtual community a real community. It lifts everyone's boat
William Peck
PS C:\scripts\AD> $Host.Version
Major Minor Build Revision
----- ----- ----- --------
3 0 -1 -1