Hard Drive Full?
Sep10

Hard Drive Full?

KB ID 0000012 Problem The fact that I’m going back to re-write article 0000012, should tell you this is an omnipresent problem! Either very suddenly, or slowly over time you have a drive or a volume that’s full to bursting point. These days with laptops which have smaller SSD drives it’s a common problem. I’ve seen literally hundreds of post in forums, most of them are answered with ‘Use...

Read More
PowerCLI: Get All Snapshot Information
Aug03

PowerCLI: Get All Snapshot Information

KB ID 0001690 Problem This was asked on EE today, and it was an interesting one so I wrote it up. How to locate all the Snapshots in your VMware virtual infrastructure, and see how much space they are taking. Solution Use the following PowerCLI; Get-Snapshot * | Select-Object -Property VM, Name, SizeGB, Children | Sort-Object -Property sizeGB -Descending | ft -AutoSize Related Articles, References, Credits, or External Links...

Read More
PowerShell Web Access
Nov17

PowerShell Web Access

KB ID 0001036 Problem One of my goals for this year is to become more proficient with PowerShell. During my studies I came across PowerShell Web access and thought it was so cool, I’d have a play with it. What is PowerShell Web Access? It’s a web service that runs on a Server 2012 IIS web server. It lets you remote connect to that host (via https) and then launch a PowerShell secure connection to any machine in your...

Read More
Deploying Exchange 2013
Nov17

Deploying Exchange 2013

Part Two – Prerequisites for Windows Server 2008 R2 KB ID 0000717 Problem Originally I was just going to write a ‘Prerequisite for Exchange 2013’ article, but the needs of Windows Server 2008 R2 are so much greater than those of Windows Server 2012, I split them up. With that in mind, Id suggest you use Window s server 2012 rather than 2008 R2. (It will be supported for longer). But if you are determined read on....

Read More
Deploying Exchange 2013
Nov17

Deploying Exchange 2013

Part One – Prerequisites for Windows Server 2012 KB ID 0000716  Problem Originally I was just going to write a ‘Prerequisite for Exchange 2013’ article, but the needs of Windows Server 2008 R2 are so much greater, I split them up. Solution Planning ‘Time spent on reconnaissance is seldom wasted’ If you are going to deploy Exchange 2013 within your organisation, then you either already have Exchange (or...

Read More