Get all VMs and its IP on Hyper-V
February 24, 2020
pwshell command Get-VM | select -ExpandProperty NetworkAdapters | select VMname, IPAddresses
February 24, 2020
pwshell command Get-VM | select -ExpandProperty NetworkAdapters | select VMname, IPAddresses
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 16, 2019
Let’s Encrypt is a Certificate Authority (CA) that provides an easy way to obtain and install free TLS/SSL certificates, thereby
May 15, 2019
Introduction Hyper-V is one of virtualization software which has an ability to create a VM checkpoint. We can use
May 10, 2019
Introduction WordPress is a free and open-source content management system (CMS) based on PHP & MySQL designed for everyone,
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