Missing Get-WindowsFeature cmdlet on Windows 8.1 Enterprise

Hi

Just installed Windows 8.1 Enterprise. I don't have the cmdlet "Get-WindowsFeature". I do howerver have "Get-WindowsOptionalFeature" For Windows 2012 R2 I have both.

Is WindowsFeature removed on Windows 8.1?

Regards,

Michael Klinteberg

October 18th, 2013 11:01am

Get-WIndowsFeature is part of ServerManager module which is available only on Windows Server
Free Windows Admin Tool Kit Click here and download it now
October 18th, 2013 11:19am

Get-WIndowsFeature is part of ServerManager module which is available only on Windows Server
October 18th, 2013 11:19am

Get-WIndowsFeature is part of ServerManager module which is available only on Windows Server
Free Windows Admin Tool Kit Click here and download it now
October 18th, 2013 11:19am

thanks
October 21st, 2013 8:02am

I believe this answer is incorrect.  On Windows 8.1 you can use the Get-WindowsFeature if you target a Windows 2012 R2 host.  Get-WindowsFeature -computername W2K12Server

http://technet.microsoft.com/en-us/library/jj205469.aspx

Free Windows Admin Tool Kit Click here and download it now
May 29th, 2014 4:05pm

I think it is a defect in the documentation. I certainly cannot find the Get-WindowsFeature commandlet in my windows 8.1 machine. The Get-WindowsOptionalFeature is present though.
June 26th, 2014 3:40pm

This command only works on servers, but you can issue this command to a server from a workstation if you install RSAT. So, it's not on clients but would be available if you installed the Remote Server Administration Tools on your Windows 8.1 client, which would allow you to remotely administer Servers. You get all kinds of new commands when you install RSAT, but they don't all work on the client machine.
Free Windows Admin Tool Kit Click here and download it now
October 12th, 2014 7:44am

I second the below, it clearly states that it should be there but that it is used when a remote host is 2012

https://technet.microsoft.com/en-us/library/jj205469.aspx


  • Edited by iosDefector 2 hours 48 minutes ago Reword to make more sense
May 27th, 2015 12:20am

I second the below, it clearly states that it should be there but that it is used when a remote host is 2012

https://technet.microsoft.com/en-us/library/jj205469.aspx


  • Edited by iosDefector 2 hours 40 minutes ago Reword to make more sense
Free Windows Admin Tool Kit Click here and download it now
May 27th, 2015 12:24am

Install the server tools and it will be there.  Nothing says it is built in.  The docs only say it can be used.

May 27th, 2015 12:43am

I second the below, it clearly states that it should be there but that it is used when a remote host is 2012

https://technet.microsoft.com/en-us/library/jj205469.aspx


  • Edited by iosDefector Wednesday, May 27, 2015 4:21 AM Reword to make more sense
Free Windows Admin Tool Kit Click here and download it now
May 27th, 2015 4:19am

I second the below, it clearly states that it should be there but that it is used when a remote host is 2012

https://technet.microsoft.com/en-us/library/jj205469.aspx


  • Edited by iosDefector Wednesday, May 27, 2015 4:21 AM Reword to make more sense
May 27th, 2015 4:19am

You can use this command:

dism /online /get-features

Technically not a powershell command but it should work

Free Windows Admin Tool Kit Click here and download it now
September 9th, 2015 11:10am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics