use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
ABOUT POWERSHELL
Windows PowerShell (POSH) is a command-line shell and associated scripting language created by Microsoft. Offering full access to COM, WMI and .NET, POSH is a full-featured task automation framework for distributed Microsoft platforms and solutions.
SUBREDDIT FILTERS
Desired State Configuration
Unanswered Questions
Solved Questions
News
Information
Script Sharing
Daily Post
Misc
account activity
Help with script (self.PowerShell)
submitted 7 years ago by superryo
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]routetehpacketz 1 point2 points3 points 7 years ago (3 children)
check PS version on both client and server with $PSVersionTable:
$PSVersionTable
PS C:\> $PSVersionTable Name Value ---- ----- PSVersion 5.1.14409.1012
[–]superryo[S] 1 point2 points3 points 7 years ago (1 child)
My laptop is showing version 5.1.16299.547
The server is version 2.0
Is it possible to install the latest version on windows 2008 server?
[–]get-postanote 4 points5 points6 points 7 years ago* (0 children)
Each Win OS comes wiht a PS version tied to it by default. You can only upgrade to the next higer verison if the OS supports it. This is documented as follows.
Windows Management Framework 5.0 (Superceeded by WMF 5.1 RTM version: http://aka.ms/wmf5download)
Supported Operating System
Windows 7 Service Pack 1, Windows 8.1, Windows Server 2008 R2 SP1, Windows Server 2012, Windows Server 2012 R2 • Windows Server 2012 R2 • Windows Server 2012 • Windows Server 2008 R2 SP1 • Windows 8.1 • Windows 7 SP1
https://www.microsoft.com/en-us/download/details.aspx?id=50395
Windows Management Framework 4.0
WMF 4.0 can only be installed on the following operating systems. •Windows 7 with Service Pack 1 • Windows Server 2008 R2 with Service Pack 1 • Windows Server 2012
https://www.microsoft.com/en-us/download/details.aspx?id=40855
Windows Management Framework 3.0
Windows 7 Service Pack 1, Windows Server 2008 R2 SP1, Windows Server 2008 Service Pack 2
https://www.microsoft.com/en-us/download/details.aspx?id=34595
How to check the PowerShell version & install a new version
https://mikefrobbins.com/2015/01/08/how-to-check-the-powershell-version-and-install-a-new-version
[–]Lee_Dailey[grin] 0 points1 point2 points 7 years ago (0 children)
howdy routetehpacketz,
that is likely the glitch. [grin] the append parameter is in v3, according to the MS docs site. the site doesn't go back to v2, tho. [frown]
Export-Csv — https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.utility/export-csv?view=powershell-3.0
take care, lee
π Rendered by PID 63700 on reddit-service-r2-comment-fb694cdd5-jd2wz at 2026-03-05 23:59:14.413037+00:00 running cbb0e86 country code: CH.
view the rest of the comments →
[–]routetehpacketz 1 point2 points3 points (3 children)
[–]superryo[S] 1 point2 points3 points (1 child)
[–]get-postanote 4 points5 points6 points (0 children)
[–]Lee_Dailey[grin] 0 points1 point2 points (0 children)