Replicate AD in Powershell
February 8, 2020
Here is the example command to replicate all AD in powershell command: function Replicate-AllDomainController {(Get-ADDomainController -Filter *).Name | Foreach-Object
February 8, 2020
Here is the example command to replicate all AD in powershell command: function Replicate-AllDomainController {(Get-ADDomainController -Filter *).Name | Foreach-Object
August 16, 2019
In case you need to migrate all of VMs storage to another drive in Hyper-V server, you need to
May 15, 2019
Introduction Hyper-V is one of virtualization software which has an ability to create a VM checkpoint. We can use
April 5, 2019
Change the exported path file. Size: Alocated VM disk. FileSize: Current VM Disk usage.
January 22, 2019
Windows Server 2012 R2 introduced a feature called “Automatic Virtual Machine Activation” (AVMA). Based on the number of questions
January 3, 2019
If you need the need to add a secondary domain controller, this script may help you. This script was
May 23, 2017
If you forgot the administrator password on Windows server, these steps can help you. This can be implemented on
Copyright ©2023 All rights reserved