Exchange 2019: How Many CALs/SALs Do You Need?
Sep28

Exchange 2019: How Many CALs/SALs Do You Need?

KB ID 0001703 Problem At his point I’m going to assume you know that there are Standard Exchange CALs/SALs, and Enterprise Exchange CALs/SALs. And you know the difference! If you’re unsure see my comments here.  With older versions of Exchange 2010/2007 etc. You could get this information from the GUI. Now you need to use some PowerShell. Solution The two commands you want to use are; Find Out How Many Exchange Standard...

Read More
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
Exchange – Move ‘ALL’ Mailboxes From One Database to Another
Sep01

Exchange – Move ‘ALL’ Mailboxes From One Database to Another

KB ID 0000864  Problem While replacing an Exchange Server on my test network last week, I needed to get all the mailboxes moved across to the new one. Exchange gets upset if you try and delete a mailbox database that has data in it. Solution 1. Launch the Exchange Management Shell > Firstly lets get the names of my Databases, then I can simply copy and paste them into the move mailbox command. Get-MailboxDatabase Get-Mailbox...

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
Windows Server DHCP Failover & Load Balancing
Jul06

Windows Server DHCP Failover & Load Balancing

DHCP Failover KB ID 0001488 Problem Applicable to: Server 2012/2016/2019/2022 Even though we have had this functionality for a while, I’m still seeing people deploy DHCP scopes (split 80/20) across two servers? You can deploy multiple DHCP servers to serve the SAME DHCP scopes, in either load balanced, or hot standby deployment.  Solution: DHCP Failover I’m assuming you already have one DHCP server setup and, with a...

Read More