Search found 2 matches

by marco_mora
Thu Sep 11, 2014 10:51 am
Forum: PowerShell Studio
Topic: Remote execution via invoke-command
Replies: 1
Views: 1810

Remote execution via invoke-command

I tried to run a remote cmd line using invoke-command. My code works if i use MS powershell, but it does not when used from PowerShell studio. See code below: $IPStats = Invoke-Command -ComputerName $Server_Name -ScriptBlock { netsh interface ipv4 show ipstats } $Object = New-Object -Type PSObject $...
by marco_mora
Tue Jan 07, 2014 12:02 pm
Forum: Productivity Pack Support
Topic: PowerShell Studio 2012 (3.1.28) does not show V3 cmdlets or
Replies: 1
Views: 6477

PowerShell Studio 2012 (3.1.28) does not show V3 cmdlets or

After installing PowerShell 3.0 and rebooting my pc, Powershell Studio 2012 still not shows support for v3. Neither the icon or platform shows V3. However the OS powerISE and CMD shows coreect version installed. When I run "Get-Host | Select-Object Version" This is Studio 2012: >> Platform...