Transfer all of the FSMO roles in one powershell-shot / command
I just came out and find out a nice command that will transfer all the roles from one-shot from one DC to another. To do so, we will need to […]
I just came out and find out a nice command that will transfer all the roles from one-shot from one DC to another. To do so, we will need to […]
This command renames the local computer to and then restarts automatically. In my Test environment the command would be alike: Rename-Computer -NewName “w2016DC2” -DomainCredential test.test\administrator -Restart which translates into: Rename-Computer […]
Today I’ll post a simple mini script that moves machines to a specific ou in active directory via powershell The machines will be listed in a txt file like […]
One administrator action , a lot of configuration and results… Always is a help but . Sometime we need to implement other new gpos on a different domain . Here […]
Hi More powershell for all!!! Today I found an example to create simple virtual machine script 🙂 enjoy: # This script creates a new Hyper-V machine with hard drive, memory […]
Hi guys & ladies ( Little ironic mode activated in this post ) Today we gonna learn how to create powershell script that creates a Share 😉 We all already know that […]
Computer object commands List all computer accounts in a domain Get-ADComputer –Filter {Name –Like “*”} View all computers that are logged in for 90 days to the Active Directory Search-ADaccount […]
Hi everyone … today we gonna talk about WMI WTF is WMI? ok lets read some wiki ( technet ofc 🙂 ) Purpose Windows Management Instrumentation (WMI) is the […]