Categories
How-To Software Technical

HowTo: Export VMware vSphere Sessions

I moved myself to a new workstation and followed my previous steps to export my putty sessions.  This time around I am exporting my Virtual Infrastructure Client settings From the run prompt (shortcut keys: WinKey+R) enter regedit,, this opens the registry editor Locate the following branch: HKEY_CURRENT_USER\SOFTWARE\VMware On the File menu, click Export In File name, enter […]

Categories
How-To Technical

Disable Windows Firewall Server Core

Server Core now installed and what is the first command I choose to run in PowerShell Its a command to disable all firewall profiles: netsh advfirewall set allprofiles state off  

Categories
How-To Technical

Enabling First Release in Office 365

“First Release” update for Office 365 allows you to get access to updates faster than GA (General Availability). For more info check out Office 365 release options. With the first release option users receive a select set of  service updates as early as one week after the official release announcements. To enable First Release in Office 365 do […]

Categories
How-To Technical

Hyper-V: Compact Hyper-V Virtual Hard Disk

I am attempting to do some quick cleanup on a Hyper-V host used for testing. To do this I compacted the Hyper-V Virtual Disks. Open the Hyper-V Management console Right click on VM Guest Select Settings Select the Hard Drive for the VM Guest Click the Edit button Select Compact Click Finish *note* you want to […]

Categories
Technical

Hyper-V: Paused-Critical Virtual Machine State

I was facing an issue where vm guest are paused with the following “Paused-Critical Virtual Machine State” message. Each attempt to resume the guest, end in them being  pause once again. This happens when the host volume is running low on available disk space.   Here are some actions you can take to help with this: Expand […]

Categories
How-To Technical

Error: Setting up PowerShell Remoting

In an attempt to connect to a remote Hyper-V host I needed to enable PowerShell Remoting. To enable this you simple run PowerShell as Administrator and issue the following command: Enable-PSRemoting The command runs and then errors with the following output: PS C:\WINDOWS\system32> Enable-PSRemoting WinRM has been updated to receive requests. WinRM service type changed […]