Windows 10 Admin Tools Pack

Windows 10 Admin Tools Pack Rating: 7,7/10 2627 reviews
For the third time I notice that after the upgrade to the new Windows 10 build, the management consoles from RSAT (Remote Server Administration Tools) disappeared on my computer. This happened during the upgrade 1603 -> 1703, 1703 -> 1709 and the last time it happened after April 2018 Update (Windows 10 1803). Every time I have to reinstall RSAT, which is very annoying. Can I do something to prevent the old version of RSAT from being removed or to automate the installation of a new version of administrative tools?
  1. Windows 10 Admin Tools Pack
  2. Admin Pack Tools For Windows 10 1809
  3. Windows 10 Admin Tools Packs
  4. Admin Pack Tools For Windows 10

How to Restore Default Administrative Tools in Windows 10 Administrative Tools in Control Panel points to a Windows Administrative Tools folder that contains tools for system administrators and advanced users. The tools in the folder might vary depending on which version of Windows you are using. Windows Server 2003 Administration Tools Pack installation and compatibility overview. If you want to remotely administer Windows Server 2003 or Windows 2000 member-based computers and domain controllers from Windows Server 2003-based clients or from Windows XP Professional-based clients, note the following installation issues. After you upgrade Microsoft Windows 10 to version 1809 (October Update) or later, you may notice that your RSAT (Remote Server Administration Tools) have uninstalled and that you cannot download or install RSAT on the new version of Windows 10. To install the Remote Server Administration Tools (RSAT) on Windows Server 2016 please follow these instructions. On the Windows Server 2016 open Server Manager. If Server Manager does not start by default press the “Windows + R” keys, Type “servermanager” in the “Open” field and press “Enter” or click the OK button. Windows 10 1809 brought some changes to RSAT tools for Administrators. Until the latest 1809 version Administrators had to download and install a package in order to use RSAT tools like Active Directory Users and Computers, Group Policy management, DHCP and DNS management etc.

All Admin Tools. 10.6M Downloads Updated Jul 26, 2015 Created Aug 25, 2011. A collection of useful commands and features for server admins and players. How to enable the Windows 10 Administrator account through the user management tool Open Administrative Tools, either through the Start menu or through Control Panel. Select the entry for Computer.

Answer

Reinstalling RSAT after upgrading the build of Windows 10

Indeed, there is such a problem. Each time when the Windows 10 build is upgraded, the RSAT files are deleted (the dnsmgmt.msc, gpmc.msc, dsa.msc, etc. removed from folder the %SystemRoot%system32). To restore administrative tools, you need to manually download and install the latest version of RSAT from https://www.microsoft.com/en-us/download/details.aspx?id=45520.This is by design restriction and somehow bypass it will not succeed. You always need to install the latest version of RSAT for your W10 build.

Windows 10 Admin Tools Pack

As you can see, the current version of RSAT at the moment is 1803 1.0 (May 2, 2018), https://skieynavigator721.weebly.com/blog/free-baseball-scorekeeping-software-for-mac.

Important note. In addition, you should understand that RSAT packages WindowsTH-RSAT_WS_1709-x64 / WindowsTH-RSAT_WS_1803-x64 are designed to manage Windows Server version 1709 / 1803. For usual Windows Server 2008 R2 – Windows Server 2016 servers, you must install WindowsTH-RSAT_WS2016- x64.

Microsoft requires that after upgrading the system, you must always delete the old version of RSAT and install the current version of the remote administration tools for your Windows 10 release (different versions of RSAT cannot be installed on the computer at the same time).

Can’t Uninstall RSAT (KB2693643) on Windows 10

In some cases, the old version of RSAT during the upgrade is uninstalled incorrectly (only a part of the snap-ins disappear). In this case, you must uninstall the update KB2693643 (this update contains the RSAT tools). However, if you try to remove the update via the Control Panel, you may receive an error:

An error has occurred. Not all the updates were successfully uninstalled

If you try to uninstall the update using WUSA from the command prompt (wusa /uninstall /kb:2693643), another error occurs:

Installer encountered an error: 0x8007005. Access is denied.

If you analyze the log file c:windowslogscbscbs.log, you can find that the uninstall error is due to the fact that the installer can’t delete the registry key: HKLMSOFTWAREMicrosoftFusionPublisherPolicyDefault v4.0_Policy.3.1.Microsoft.UpdateServices.Administration__31bf3856ad364e35.

This key must be removed manually:

Get-Item HKLM:SoftwareMicrosoftFusionPublisherPolicyDefaultv4.0_Policy.3.1.Microsoft.UpdateServices.Administration__31bf3856ad364e3514.0.0.0 Remove-Item

Then try again to remove the RSAT update using WUSA or DISM:

dism /online /remove-package /packagename:Microsoft-Windows-RemoteServerAdministrationTools-Client-Package-TopLevel~31bf3856ad364e35~amd64~~10.0.16299.2

You can get the full name of the RSAT package using the command:

DISM /Online /Get-Packages find 'RemoteServerAdministrationTools'

The update KB2693643 should be deleted successfully. After rebooting, you can install a new version of RSAT.

Missing DNS manage console in RSAT after Windows 10 upgrade

There was another problem: after reinstalling RSAT on the computer, the DNS management console (dnsmgmt.msc) is missing. To fix the problem, you can copy the files dnsmgmt.msc, dnsmgr.dll, DNSmgr.dll.mui from the another Windows 10 host and register the library:

regsvr32 c:windowssystem32dnsmgr.dll

Also you can install WS_1803 or WS2016 RSAT instead of WS_1709 RSAT.

In addition, the Microsoft website has an official KB article 4055558 (DNS manager console missing for RSAT client on Windows 10). The article states that to fix the problem on Windows 10 x64 you need to create two files:

installx64.batInstall pecl on mac.

@echo off
md ex
expand -f:* WindowsTH-RSAT_WS_1709-x64.msu ex
cd ex
md ex
copy .unattend_x64.xml ex
expand -f:* WindowsTH-KB2693643-x64.cab ex
cd ex
dism /online /apply-unattend='unattend_x64.xml'
cd .
dism /online /Add-Package /PackagePath:'WindowsTH-KB2693643-x64.cab'
cd .
rmdir ex /s /q

unattend_x64.xml

<?xml version='1.0' encoding='UTF-8'?> <unattend xmlns='urn:schemas-microsoft-com:setup' description='Auto unattend' author='pkgmgr.exe'> <servicing> <package action='stage'> <assemblyIdentity buildType='release' language='neutral' name='Microsoft-Windows-RemoteServerAdministrationTools-Client-Package-TopLevel' processorArchitecture='amd64' publicKeyToken='31bf3856ad364e35' version='10.0.16299.2'/> <source location='.' permanence='temporary'/> </package> </servicing> </unattend>

You need to put the MSU file of RSAT in to the directory with the files and run the file installx64.bat. As a result, RSAT is resets and the DNS management console appears.

Compress, Defrag and Optimize MariaDB/MySQL Database

November 3, 2020
Admin pack tools for windows 10 1809

Windows 10 Admin Tools Pack

Configuring High Performance NGINX and PHP-FPM Web Server

October 23, 2020

Install and Configure PostgreSQL on CentOS/RHEL

October 19, 2020

CentOS: How to Set Date, Time, TimeZone and.

October 12, 2020

How to Mount Google Drive or OneDrive in.

August 16, 2020

Admin Pack Tools For Windows 10 1809

-->

Windows 10 Admin Tools Packs

This article describes the tools that are available in Remote Server Administration Tools (RSAT) for Windows.

Original product version: Windows 10, version 1909, Windows 10, version 1903, Windows 10, version 1809. Windows 7 Service Pack 1. Windows Server 2019. Windows Server 2012 R2
Original KB number: 2693643

Introduction

Admin Pack Tools For Windows 10

RSAT enables IT administrators to remotely manage roles and features in Windows Server from a computer that is running Windows 10 and Windows 7 Service Pack 1.

You can't install RSAT on computers that are running Home or Standard editions of Windows. You can install RSAT only on Professional or Enterprise editions of the Windows client operating system. Unless the download page specifically states that RSAT applies to a beta, preview, or other prerelease version of Windows, you must be running a full (RTM) release of the Windows operating system to install and use RSAT. Some users have found ways of manually cracking or hacking the RSAT MSU to install RSAT on unsupported releases or editions of Windows. This behavior is a violation of the Windows end-user license agreement.

Installing RSAT is similar to installing Adminpak.msi in Windows 2000-based or Windows XP-based client computers. However, there's one major difference: in Windows 7, the tools aren't automatically available after you download and install RSAT. Enable the tools that you want to use by using Control Panel. To enable the tools, click Start, click Control Panel, click Programs and Features, and then click Turn Windows features on or off.

In the RSAT releases for Windows 10, tools are again all enabled by default. You can open Turn Windows features on or off to disable tools that you don't want to use for Windows 7.

For RSAT in Windows 7, you must enable the tools for the roles and features that you want to manage after you run the downloaded installation package.

Note

You can't do the following changes for RSAT in Windows 8 or later versions.

If you have to install management tools in Windows Server 2012 R2 for specific roles or features that are running on remote servers, you don't have to install additional software. Start the Add Roles and Features Wizard in Windows Server 2012 R2 and later versions. Then, on the Select Features page, expand Remote Server Administration Tools, and then select the tools that you want to install. Complete the wizard to install your management tools.

Download locations for RSAT

RSAT for Windows 10 platform and tools support matrix

Remote Server Administration Tools TechnologyDescriptionManages technology in Windows Server 2012 R2Manages technology in Windows Server 2016 Technical Preview and Windows Server 2012 R2
Active Directory Certificate Services (AD CS) toolsAD CS tools include the Certification Authority, Certificate Templates, Enterprise PKI, and Online Responder Management snap-ins.
Active Directory Domain Services (AD DS) tools and Active Directory Lightweight Directory Services (AD LDS) toolsAD DS and AD LDS tools include the following tools:
- Active Directory Administrative Center
- Active Directory Domains and Trusts
- Active Directory Sites and Services
- Active Directory Users and Computers
- ADSI Edit
- Active Directory module for Windows PowerShell
- Tools such as
  • DCPromo.exe
  • LDP.exe
  • NetDom.exe
  • NTDSUtil.exe
  • RepAdmin.exe
  • DCDiag.exe
  • DSACLs.exe
  • DSAdd.exe
  • DSDBUtil.exe
  • DSMgmt.exe
  • DSMod.exe
  • DSMove.exe
  • DSQuery.exe
  • DSRm.exe
  • GPFixup.exe
  • KSetup.exe
  • NlTest.exe
  • NSLookup.exe
  • W32tm.exe
Best Practices AnalyzerBest Practices Analyzer cmdlets for Windows PowerShell
BitLocker Drive Encryption Administration UtilitiesManage-bde, Windows PowerShell cmdlets for BitLocker, BitLocker Recovery Password Viewer for Active Directory
DHCP Server toolsDHCP Server tools include the DHCP Management Console, the DHCP Server cmdlet module for Windows PowerShell, and the Netsh command-line tool.
DirectAccess, Routing, and Remote Access- Routing and Remote Access management console
- Connection Manager Administration Kit console
- Remote Access provider for Windows PowerShell
- Web Application Proxy
DNS Server toolsDNS Server tools include the DNS Manager snap-in, the DNS module for Windows PowerShell, and the Ddnscmd.exe command-line tool.
Failover Clustering toolsFailover Clustering tools include Failover Cluster Manager, Failover Clusters (Windows PowerShell cmdlets), MSClus, Cluster.exe, Cluster-Aware Updating management console, Cluster-Aware Updating cmdlets for Windows PowerShell
GUI tools support Windows Server 2016 Technical Preview and Windows Server 2012 R2. Only PowerShell tools work in Windows Server 2012.
File Services toolsFile Services tools include the following tools:
- Share and Storage Management tools
- Distributed File System tools
  • The DFS Management snap-in
  • The Dfsradmin.exe, Dfsrdiag.exe, Dfscmd.exe, Dfsdiag.exe, and Dfsutil.exe command-line tools
  • PowerShell modules for DFSN and DFSR

- File Server Resource Manager tools
  • The File Server Resource Manager snap-in
  • The Dirquota.exe, Filescrn.exe, and Storrept.exe command-line tools.

- Services for NFS Administration tools
- iSCSI management cmdlets for Windows PowerShell
- Work Folders Management tools

The Share and Storage Management snap-in is deprecated after the release of Windows Server 2016. Storage Replica is new in Windows Server 2016 Technical Preview, and won't work in Windows Server 2012 R2.
Group Policy Management toolsGroup Policy Management tools include Group Policy Management Console, Group Policy Management Editor, and Group Policy Starter GPO Editor.
Group Policy has some new features in Windows Server 2016 Technical Preview that aren't available on older operating systems.
Hyper-V toolsHyper-V tools include the Hyper-V Manager snap-in and the Virtual Machine Connection remote access tool.Hyper-V tools aren't part of Remote Server Administration Tools for Windows 10. These tools are available as part of Windows 10. You don't have to install RSAT to use the tools. The Hyper-V Manager console for Windows Server 2016 Technical Preview doesn't support managing Hyper-V servers running Server 2008 or Server 2008 R2.Hyper-V in Windows 10 can manage Hyper-V in Windows Server 2012 R2.
IP Address Management (IPAM) Management toolsIP Address Management client console
IPAM tools in Remote Server Administration Tools for Windows 10 can't be used to manage IPAM running in Windows Server 2012 R2.

IPAM tools in Remote Server Administration Tools for Windows 10 can't be used to manage IPAM running in Windows Server 2012 R2.
Network Adapter Teaming, or NIC TeamingNIC Teaming management console
Network ControllerNetwork Controller PowerShell moduleNot available
Network Load Balancing toolsNetwork Load Balancing tools include the Network Load Balancing Manager, Network Load Balancing Windows PowerShell cmdlets, and the NLB.exe and WLBS.exe command-line tools.
Remote Desktop Services toolsRemote Desktop Services tools include:
- Remote Desktop snap-ins
- RD Gateway Manager
- tsgateway.msc
- RD Licensing Manager
- licmgr.exe
- RD Licensing Diagnoser
- lsdiag.msc
Use Server Manager to administer all other RDS role services except RD Gateway and RD Licensing.
Server for NIS toolsServer for NIS tools include an extension to the Active Directory Users and Computers snap-in, and the Ypclear.exe command-line toolThese tools aren't available in RSAT for Windows 10 and later releases.
Server ManagerServer Manager includes the Server Manager console.
Remote management with Server Manager is available in Windows Server 2016 Technical Preview, Windows Server 2012 R2, and Windows Server 2012.
Simple Mail Transfer Protocol (SMTP) Server toolsSMTP Server tools include the SMTP snap-in.These tools aren't available in RSAT for Windows 8 and later releases.
Storage Explorer toolsStorage Explorer tools include the Storage Explorer snap-in.These tools aren't available in RSAT for Windows 8 and later releases.
Storage Manager for Storage Area Network (SAN) toolsStorage Manager for SAN tools include the Storage Manager for SAN snap-in and the Provisionstorage.exe command-line tool.These tools aren't available in RSAT for Windows 8 and later releases.
Volume ActivationManage Volume Activation, vmw.exe
Windows System Resource Manager toolsWindows System Resource Manager tools include the Windows System Resource Manager snap-in and the Wsrmc.exe command-line tool.
WSRM has been deprecated in Windows Server 2012 R2. Tools for managing WSRM aren't available in RSAT for Windows 8.1 and later releases of RSAT.
Windows Server Update Services toolsWindows Server Update Services tools include the Windows Server Update Services snap-in, WSUS.msc, and PowerShell cmdlets.

References