Install Software On Windows Server
- Free Windows Server Software Download
- Unable To Install Software On Windows Server 2008
- Install Software On Windows Server Mac
- Install Software On Windows Terminal Server
- Install Software Center Windows Server 2016
- Install Software On Windows Server
Windows 10 has nothing to do with the equation here. The question is, can I install Server 2016 on that particular hardware. We don't know what hardware you're talking about. I'm not a fan of production servers on desktop hardware. I'm even less of a fan on remote servers without something like an iDrac or iLO. Windows Server 2012, codenamed “Windows Server 8″, is the sixth release of Windows Server. It is the server version of Windows 8 and succeeds Windows Server 2008 R2. Two pre-release versions, a developer preview and a beta version, were released during development. The software was generally available to customers starting on September 4, 2012.
Windows 10 has nothing to do with the equation here. The question is, can I install Server 2016 on that particular hardware. We don't know what hardware you're talking about. I'm not a fan of production servers on desktop hardware. I'm even less of a fan on remote servers without something like an iDrac or iLO. Apr 17, 2018 Describes how to use Group Policy to remotely install software in Windows Server 2008 and Windows Server 2003. 314934 HOW TO: Use Group Policy to Remotely Install Software in Windows 2000. This step-by-step article describes how to use Group Policy to automatically distribute programs to client computers or users. You can use Group. To reduce the risks of breaches and downtime, IT pros need to be able to detect when new software is installed and quickly determine all the who-what-where-when-what details. Netwrix Auditor for Windows Server delivers complete visibility into what is happening across your Windows Server infrastructure, including unauthorized software installation.
I'm updating requirements for a software product for Windows Server 2016.
In 2012 R2 I always used to install the 'Application Server' role.
This seems to have vanished in 2016. I've been searching TechNet and Microsoft forums for an answer, but I've not found one.

Is there an official document somewhere, that indicates where these features have moved to, or if they've been discontinued and permanently removed.
Specifically I'm looking for these Windows 2012R2 features in 2016:
You should confirm all information before relying on it. Software piracy is theft, Using Karma crack, password, registration codes, key generators, serial numbers is illegal.Review Karma. Latshaw karma karaoke free download.
- AS-Incoming-Trans
- AS-Outgoing-Trans
- AS-HTTP-Activation
- AS-Web-Support
- AS-WAS-Support
Any help greatly appreciated.
Mikhail2 Answers
Application Server role has been deprecated in Windows Server 2012 R2 as you already noted, though there is no indication as to where role features are moved or how they are named now. Documentation just says: 'The Application Server role is deprecated and will eventually no longer be available as an installable server role. Instead, install individual features and roles separately.'

Though by looking at Server 2012 R2 installation I was able to find all the features you mentioned anyway, but it seems it is in Server 2016 where we see 'no longer be available as an installable server role' part really implemented - so there out of all role features/components mentioned by you I was only able to find that AS-WAS-Support from 2012 R2 renamed to WAS in Server 2016 this one is exactly what you need, i.e. Windows Process Activation and it includes exactly the same sub components in Server 2016. Screenshot of Get-WindowsFeature output:
If you execute Dism /online /Get-Features you also should be able to see WAS* features somewhere in between other IIS* features:
I think some functionality could have been merged into other features but maybe not. If you have software product requiring this role likely it does not have support for recently RTMed Server 2016 - you may work with vendor to get statement on supportability, if you have access to MSFT support just request them for information about where are all the features mentioned by you in Server 2016 and whether they all were they all removed or what.
Free Windows Server Software Download
Based on how it is worded in documentation mentioned above it is quite valid to ask MSFT to update their documentation to explain exactly where all the sub-components in Server 2016 as it does not seem to be the case that we can 'install individual features and roles separately'.
Unable To Install Software On Windows Server 2008
Additional section of MSFT documentation 'Features Removed or Deprecated in Windows Server 2016' does not add any clarifications on Application Server role, referring back to the list of what has been deprecated in 2012 R2 & 2012.
MikhailMikhailInstall Software On Windows Server Mac
Install Software On Windows Terminal Server
For DTC inbound and outbound transactions, these appear to be configurable via Powershell, with get-dtcnetworksetting
and set-dtcnetworksetting
in the msdtc
module. For example:
There's a number of PS commands for DTC in Server 2016, see get-command -module msdtc
for the full list.