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
Technology Tips and News
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
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
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
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
Install the server tools and it will be there. Nothing says it is built in. The docs only say it can be used.
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
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
You can use this command:
dism /online /get-features
Technically not a powershell command but it should work