Microsoft Windows Power shell to list down the Hyper V Virtual Machines Memory configuration for Hyper V Cluster, you can also use it for non cluster environment with simple modification. #Start-Process powershell -Verb runAs Administrator if (!([Security.Principal.WindowsPrincipal][Security.Principal.WindowsIdentity]::GetCurrent()).IsInRole([Security.Principal.WindowsBuiltInRole] “Administrator”)) { Start-Process Read More …
User sign-in with Azure Active Directory Pass-through Authentication – Key benefits
Key benefits of using Azure AD Pass-through Authentication Great user experience Users use the same passwords to sign into both on-premises and cloud-based applications. Users spend less time talking to the IT helpdesk resolving password-related issues. Users can complete self-service password Read More …
Windows Updates servicing changes – updates and their official titles
introducing Windows Updates servicing changes Historically, Microsoft has released individual patches for these platforms, which allowed you to be selective with the updates you deployed. This resulted in fragmentation where different PCs could have a different set of updates installed Read More …
Export Virtual Machine Harddisk details from Windows Server 2012 R2 Hyper V Cluster
One of the key responsibility of Hyper V Administrator to keep track of Storage utilization and clean up of stale Virtual Hard Disk, sharing a Powershell script to list down the Virtual Machine. Script output will create CSV file with Read More …
Hyper V Virtual Machine Bootup Issue – Microsoft Emulated IDE Controller
Error description: An error occurred while attempting to start the selected virtual machine(s). ‘VMName’ failed to start. (Virtual machine ID ‘SomeID’) ‘VMName’ Microsoft Emulated IDE Controller (Instance ID ‘SomeID’): Failed to Power on with Error ‘General access denied error’ (0x80070005). Read More …
Stellar Phoenix Mailbox Exchange Recovery Product Review
Hello friends, recently had an incident of Physical corruption to Exchange Database, after trying some search found out the a fantastic tool called “Stellar Phoenix Mailbox Exchange Recovery” I tried the Software With Exchange 2013 Database with inconsistent state and the Read More …
Powershell to extract Hyper V Cluster Virtual Machine Uptime
Microsoft Hyper V administrators facing day to day challenges to maintain the Virtualization environment stable with 100% up-time of Virtual Servers. Following script is just a basic example of getting Server up-time report on regular basic which can be scheduled Read More …
Issues that Exchange 2013 cumulative update 19 fixes
MAPI over HTTP can’t remove client sessions timely if using OAuth and the resource has a master account in Exchange Server 2013 Symptoms When you use OAuth authentication and the resource that is accessed has a linked master account in Read More …
Issues that Exchange 2013 cumulative update 18 fixes
New health monitoring mailbox for databases is created when Health Manager Service is restarted in Exchange Server 2013 A database availability group (DAG) contains at least two Exchange servers together with an active or passive mailbox database deployment. Exchange servers Read More …
Hyper V 2012 r2 Extensible Switch Drivers corrupted
Some times IT support staff are having nightmare due Security updates for Operating System or security products, recently came a cross one of the incident with Hyper V 2012 R2 where VM’s were went to shutdown state and not booting Read More …