-
Uninstalling Software with Powershell.
I have a number of Hyper-v Windows Server 2012 R2 core host machines in my environment. Once in a while, I have to check for installed software and uninstall software for maintenance. The following WMIObject class helped me achieve the task in PowerShell. Check for installed software: Filter by Software to be Uninstalled: Locate the…
-
Resolving EventID: 4292 IPSec driver Block mode Error !!
I recently encountered a situation with a Virtual Machine running Guest OS Windows Server 2003 SP2. The parent partition (Host) is running Hyper-v 2012 R2. I could login to the VM console using Hyper-v Manager, the Guest OS had an IP Address by DHCP, but there was no network access . I could not ping…
-
Starting a saved virtual machine–with a missing virtual hard disk
Reblogged from Ben Armstrong’s Virtualization Blog . I came across a person with this problem on our forums recently: If you have a virtual machine that is in a saved state, but one of the virtual machines disks is now missing for some reason, you cannot start the virtual machine and you cannot remove the…
-
Windows Server 2012 R2 Hyper-V (Part 5) – Intense School
See on Scoop.it – Hyper-v and Windows Server 2012 RT @VTTechnology: #WinServ12R2 HyperV http://t.co/IqhVHHxfwd http://t.co/ESNlnsncvI http://t.co/iP5rCXhSWc http://t.co/FpUEXsz5Wm http://t… See on resources.intenseschool.com
-
What You Need to Know About Software Defined Networking in Hyper-V (Part 5)
See on Scoop.it – Hyper-v and Windows Server 2012 This article continues the discussion of software defined networking by examining the process of creating a logical network. See on www.virtualizationadmin.com
-
Creating New Equipment Address List in Exchange 2010.
The steps and cmdlets below enabled me configured a separate address list in Exchange 2010 to manage all Equipment. Create the Address List and specify the Recipient Filter: [PS] C:\>New-AddressList -name “All Equipment” -RecipientFilter {RecipientType -eq “UserMailbox” -and RecipientTypeDetails -eq “EquipmentMailbox”} Run the Update-AddressList on the New Address List: [PS] C:\>Update-AddressList -Identity “All Equipment” To…
-
Tenth Avenue North – Get Smaller – Video Journal by Mike Donehey
The shows that are the best for Tenth Avenue North are often the most dangerous to their hearts. The temptation to want to be used by God can often become an idol and savior to their hearts. Mike Donehey talks about what it means to really be used by God and the humility that it…
-
Live Migrating a Virtual Machine from a Hyper-v 2012 stand-alone Host to WS2012 R2 Cluster and Configuring Kerberos Constrained Delegation..
After multiple attempts, I have come to the conclusion that directly moving a Virtual Machine from a Hyper-v 2012 stand-alone host to a Windows Server 2012 R2 cluster is not exactly a feasible option right now. I’ve been able to achieve this by a two step process. a) Move the target VM to a ‘staging’…
