Time synchronization in Active Directory domain
Active directory is highly dependent on all the domain controllers and computers having synchronized clocks. Kerberos which is the authentication protocol in Active Directory uses…
Active directory is highly dependent on all the domain controllers and computers having synchronized clocks. Kerberos which is the authentication protocol in Active Directory uses…
Virtual switch on Hyper-V could be configured with one of these three connections type. External Network: connected to a physical network. Allows the VMs to…
Here are some of the actions you have to do it in Active Directory with a computer account properties. Get computer account properties. Use the…
We are assuming that you are running PowerShell with elevated privileges and with an account that has the rights to join computers to domain. Use…
You can install Hyper-V on Windows 10 and enjoy the virtualization. Here is how to do. Use Get-WindowsOptionalFeature cmlet to check features status. Get-WindowsOptionalFeature –Online…
These tools are called Role Administration Tools (RSAT-Role-Tools) and include following features. Active Directory Users and Computers Active Directory Sites And Services Active Directory Domains…
There comes a time you have to let go the Windows GUI and use command lines. Hope this post could help. Situation: Install the first…
Change the computer name Use the Get-ChildItem cmdlet to get the computer name. Use the Rename-Computer cmdlet to rename the computer. As you can see…
Disable IPV6 Sometimes you would like to disable IPV6 on the servers even Microsoft not recommends it. Get the binding information for a network adapter…
Basic IP Configuration When you install a Windows server 2008 or 2012 in Core mode, Power shell is essential for administration. After the installation, the…