ActiveDirectory (addsadministration)

This blog contains the brief descriptions of the Windows PowerShell cmdlets that are for use in administering the Active Directory Domains, Active Directory Lightweight Directory Services (AD LDS) configuration sets, and Active Directory Database Mounting Tool instances in a single, self-contained package. The Module is addsadministration

By default on Windows Server 2016 or Windows server 2019 this module will not be installed. we want to install it manually. Below are the steps to install

This Module can be used in 2 ways, one is to access from remote server and another is to access from local machine.

For remote machine configuration of addsadministration

PowerShell Script:

Install-WindowsFeature RSAT-AD-PowerShell

addsadministration Install-WindowsFeature RSAT-AD-PowerShell

GUI method to install this one on Windows server machine or client machine

Open Server Manager > Add Roles and Features

addsadministration server management active directory

Select Role-based or feature-based installation > Next

addsadministration roles features base installtion

Select your machine > Next

addsadministration destination server virtual

Don’t select any roles > Next

addsadministration server roles ADDS

In Features > Select Remote Server Administration Tools > Role Administration Tools > AD DS and AD LDS Tools > Active Directory module for Windows Powershell

addsadministration fetaures adds remote server administration tools

In Confirmation it will chows you Active Directory module for Windows Powershell > Click Install

addsadministration adds remote server powershell

This will starts installing which will takes approximately 30 seconds

addsadministration installtion complet adds

Configuring on local machine(it should be an server OS)

PowerShell Script:

Install-WindowsFeature -Name AD-Domain-Services

Install-WindowsFeature -Name AD-Domain-Services addsadministration

GUI method to install this one on Windows server machine or client machine

Open Server Manager > Add Roles and Features

Select Role-based or feature-based installation > Next

addsadministration gui adds

Select your machine > Next

addsadministration server adds selection

Select Active Directory Domain Services > Next

addsadministration adds active directory domain services

It will ask to install additional features which will be having Remote Server Administration Tools which we saw above > Add Features

addsadministration adds tools remote group policy

As already Remote Features are added here it will be selected by default so click Next

addsadministration features adds default

It will gives the AD DS details and suggestions, as we are not configuring any Domain controller, we can click Next

addsadministration Active directory domain services

It provides all the information which are getting installed, and it will installs Group Policy Management also, As we are configuring AD DS.

addsadministration confirm installtion selection adds

Once you press Install it will installs in 1 Minute and close.

addsadministration installation completes adds

Once You have completed with the Above Procedure we can use all the commands(cmdlets) which are associated with Active Directory

Click on addsadministration to get all the commands(cmdlets) which is under this module

Click on this Link for an Single place where you get all the PowerShell cmdlet sorted based on the modules.

You can also refer other blogs on PowerShell at link

You can also refer other blogs on Microsoft at link

And also if you required any technology you want to learn, let us know below we will publish them in our site http://tossolution.com/

Like our page in Facebook and follow us for New technical information. Paragraph

References are taken from official Microsoft websites

Leave a Reply

Your email address will not be published. Required fields are marked *