Install “Active Directory Users and Computers”

“Active Directory Users and Computers” is a management console used to administer Active Directory (manage users, groups, computers, polices, etc.).

By default, it is deployed on a Windows Server host, when it’s promoted to the domain controller during the “Active Directory Domain Services” role installation.

But the “Active Directory Users and Computers” can also be installed on a Windows computer manually through a graphical user interface (GUI) or using a Windows PowerShell and this note shows how to do this. (more…)

Open Command Prompt in Folder – CMD & PowerShell

While browsing files and folders in a default Windows graphical file manager application called File Explorer, sometimes you may want to open a folder in a command prompt (CMD) or PowerShell to execute some commands within the current folder.

You can easily open the command prompt or PowerShell directly in the current folder without wasting time on opening them from some other place (e.g. from a “Start” menu) and navigating to the required folder manually.

This note shows very easy and efficient way of how to open the CMD or PowerShell withing the current folder. (more…)

Open File Explorer from CMD & PowerShell

File Explorer, is a default file manager application in Windows that provides a graphical user interface for accessing the file systems.

While working in a Windows command prompt (CMD) or PowerShell, sometimes you may want to open the current folder in the File Explorer to continue working from there.

This note shows how to open the File Explorer from the CMD or Windows PowerShell using the explorer command. (more…)

Start Active Directory Users and Computers

The Active Directory Users and Computers is a management console used to administer Active Directory (manage users, groups, computers, polices, etc.).

By default, it is deployed on a Windows Server host, when it’s promoted to the domain controller during the Active Directory Domain Services role installation.

In this short note i am showing how to start the Active Directory Users and Computers console from the “Run” dialog, from a command-line prompt (CMD) or from a Windows PowerShell. (more…)

Check If User Is In Domain – CMD & PowerShell

In Windows, a Local User is the user created in the local system, whose username and password are stored on the computer itself.

A Domain User is one whose username and password are stored on a domain controller (e.g. Active Directory) rather than the computer the user is logging into.

In this note i will show how to determine whether the current user is a Domain User account or a Local User account using the command-line prompt (CMD) or a Windows PowerShell. (more…)