Powershell 4 compatibility with Windows 2008 r2

Posted by Acerbity on Stack Overflow See other posts from Stack Overflow or by Acerbity
Published on 2014-06-12T14:46:03Z Indexed on 2014/06/12 15:24 UTC
Read the original article Hit count: 284

In my environment I have a single server that has access to pretty much my entire network. That server is running Windows 2008 r2, and I have upgraded Powershell to version 4.0. The question I have is this... Can I run cmdlets from that machine on other machines that are version 4 specific?

For instance, when I am using Powershell, even though it is version 4, it doesn't give me an intellisense autocomplete for "Get-Volume" like it would on a 2012 r2 machine. I understand that it won't run on that machine because the infrastructure won't allow for it, but what about a 2012 r2 machine remotely?

I am looking to run batch scripts from there for various purposes.

© Stack Overflow or respective owner

Related posts about powershell

Related posts about windows-server-2008-r2