Update PowerShell To the Latest  Version
Sep29

Update PowerShell To the Latest Version

Update PowerShell KB ID 0001800 Problem Whenever you start Powershell,  you may see something like, You’ve probably seen that so many times, you don’t even thing about it. So what’s the quickest and easiest way to update it? I like to see what’s going on, so I choose to update with the MSI file. Update PowerShell Solution From within the Powershell window execute the following command. Invoke-Expression...

Read More
Stop Windows 11 Upgrade
Feb04

Stop Windows 11 Upgrade

KB ID 0001773 Problem I have no problem with Windows 11, In fact I prefer its UI. But if experience has taught me anything, it’s that businesses will not be as quick to adapt Windows 11 as the general public. Some private companies spend ‘ages’ testing production OS’s with various applications, and getting a change to that config can be a ‘challenge’. So there are valid reasons for wanting to stop a...

Read More
How Many Users in AD? (User Count)
Apr16

How Many Users in AD? (User Count)

KB ID 0001748 Problem I had to get some stats from a number of customers earlier today, one of the stats I needed was the  user count from within their respective Active Directories. If you have a tedious job to do, there’s usually a PowerShell command to help! Getting Object Numbers From Active Directory User Count (Get-ADUser -Filter *).Count Computer Count (Get-ADComputer -Filter *).Count Group Count (Get-ADGroup -Filter...

Read More
Enable Remote Desktop (Remotely)
Apr13

Enable Remote Desktop (Remotely)

KB ID 0001747 Problem Let’s say you want to RDP to a remote server (imagine such a thing!) But some doofus didn’t enable RDP? Well you can enable Remote Desktop via group policy and wait a while. I used to connect to the registry remotely and change the key that enabled RDP, but now you can do it with a simple PowerShell command. Not only will it enable Remote Desktop, it will also allow RDP on the Windows firewall (if...

Read More
Cannot Open Exchange Management Shell
Oct08

Cannot Open Exchange Management Shell

KB ID 0001707 Problem When attempting to open the Exchange Management shell you see the following; Welcome to the Exchange Management Shell! Full list of cmdlets: Get-Command Only Exchange cmdlets: Get-ExCommand Cmdlets that match a specific string: Help ** Get general help: Help Get help for a cmdlet: Help or -? Exchange team blog: Get-ExBlog Show full output for a command: | Format-List Show quick reference guide: QuickRef VERBOSE:...

Read More
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