Manage AD computer account properties with PowerShell
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…
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…
Physical processor licensing Forget the old Microsoft licensing model. With Windows 2012 you have a new processor licensing model. You have two Microsoft Windows 2012…
When planning a 2012 server deployment, the edition you choose should be based essentially on the following criteria. The roles you’re planning to deploy. That…
Remember the time you were frustrated because you changed the password of an AD account and a few minutes later the whole company was in…
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…