There is many Powershell command to get information on hosted VM’s’ for example, to get all the IP of the hosted VM on the cluster : Get-ClusterGroup | ? {$_.GroupType
Category: Software
How To save attachments from multiple emails To Folder in outlookHow To save attachments from multiple emails To Folder in outlook
if you want to save all the attachments from multiple emails you can do it from outlook VBA code in Microsoft Visual Basic for Applications window in outlook, First lets
How To remove hyper-V node from A Dead ClusterHow To remove hyper-V node from A Dead Cluster
Some time when trying to add already joined node to new hyper-v cluster you can error like : “The computer hyperv-node-server-name is joined to a cluster.” This can happens when
Windows Failed to Initialize WMI Core or Provider SubSystemWindows Failed to Initialize WMI Core or Provider SubSystem
Sometime Due to bad update 3th party application or some other corrupting procedure, The WMI core failed to start or initialize, this can damage backup process or any other application
How To Allow outlook Programmatic Access when grayed outHow To Allow outlook Programmatic Access when grayed out
Sometime outlook grayed out the programmatic access option causing error or problematic running of third party software. And the option under Trust Center is grayed out The best way to
How To Fix – Error Systemsettingsadminflows.exeHow To Fix – Error Systemsettingsadminflows.exe
Some time after new installation of windows server you get Systemsettingsadminflows.exe permission error preventing you to preform some admin task on the server C:\Windows\system32\systemsettingsadminflows.exe Windows cannot access the specified device,
Windows Stuck in “Automatic Repair” LoopWindows Stuck in “Automatic Repair” Loop
Sometime Window get in to looping trying automatic repair itself . if a file is missing or in case of some disk errors this could go on endless. you need
Exchange OWA and ECP not working and you get error about Exchange Server OAuth certificate is expiredExchange OWA and ECP not working and you get error about Exchange Server OAuth certificate is expired
When trying to log in on Exchange OWA or ECP you get error about not functioning and you might see this error : “HMACProvider.GetCertificates:protectionCertificates.Length<1”: Event 1003 is logged in the
Outlook prompts for password and doesn’t use Modern Authentication to connect to Office 365Outlook prompts for password and doesn’t use Modern Authentication to connect to Office 365
Symptoms Consider the following scenarios. Scenario 1: Microsoft Outlook connects to your primary mailbox in an on-premises Exchange server by using RPC, and it also connects to another mailbox that’s
How To Merge Hyper-V disk and Remove SnapshotHow To Merge Hyper-V disk and Remove Snapshot
Hyper-v can create checkpoint / Snapshot in many ways, sometime removing them can be a pain in the A… Especially if they have been created by 3rd party software. The