Exchange Exporting Mailboxes to PST Files
Oct31

Exchange Exporting Mailboxes to PST Files

KB ID 0001360 Problem Applicable To: This procedure works on all versions of Exchange Newer than Exchange 2010 SP1 (update rollup 8). If your Exchange server is OLDER than that you will need to use the following link; Exchange 2007 / 2010 (Pre SP1)- Export Mailbox’s to PST files The following procedure exports a user mailbox to a PST file on a network share. Solution Note: Not Even ‘Exchange Organisation Administrators”...

Read More
PowerShell: Find Computers Last Logon Date
Oct23

PowerShell: Find Computers Last Logon Date

KB ID 0001612 Problem I had to find the last time a particular server had logged on for a client the other week, so we knew for sure it was dead! Solution The two commands you may need are; Locate Servers Last Login Time Get-ADComputer -Filter {OperatingSystem -Like ‘*SERVER’} -Properties lastlogondate,operatingsystem | Select name,laslogondate,operatingsystem Locate Clients Last Login Time Get-ADComputer -Filter...

Read More
Windows – Stop the Welcome to Internet Explorer from launching via GPO
Oct14

Windows – Stop the Welcome to Internet Explorer from launching via GPO

KB ID 0000459 Problem If your’e logging on as a new user and Internet Explorer has not yet been ran, then it wants to run the “Setup Windows Internet Explorer Wizard”. On just one machine with one user that’s fine, but if you are logging in all over the place, with multiple credentials, this can get quite annoying. Also you might not want your domain users having to do this at all, for security reasons....

Read More
Hybrid Exchange: ‘Mailbox Delegation’ Missing?
Oct11

Hybrid Exchange: ‘Mailbox Delegation’ Missing?

KB ID 0001607 Problem This was asked on EE this morning, if you are on a Hybrid Exchange environment then you cannot allocate Mailbox Delegation to an Office365 mailbox; However you can add ‘Mailbox Delegation’ to a ‘local mailbox’. This is completely normal behaviour, to allocate mailbox delegation permissions to your Office 365 mailboxes, you need to use PowerShell. Managing Mailbox Delegation Permissions in...

Read More
PowerCLI: Connect-VIServer Certificate Errors
Oct07

PowerCLI: Connect-VIServer Certificate Errors

KB ID 0001603 Problem When attempting to connect to a vCenter or ESXi host, you see the following error;   Connect-VIServer : {Date} {Time} Connect-VIServer Error: Invalid server certificate. Use Set-PowerCLIConfiguration to set the value for the InvalidCertificateAction option to Prompt if you’d like to connect once or to add a permanent exception for this server. Additional Information: Could not establish trust relationship...

Read More
Group Policy Preferences and Client Side Extensions
Oct05

Group Policy Preferences and Client Side Extensions

Group Policy Preferences KB ID 0000389 Problem Group Policy Preferences (GPP) first came in with Server 2008 and were enhanced for Server 2008 R2, To be able to apply them to older Windows clients, you need to install the “Client side Extensions” (CSE), You can either script this, deploy with a group policy, or if you have WSUS you can send out the update that way. From windows 7 onwards they are already installed....

Read More
Windows Server: Stop Programs Auto Starting / Auto Running
Sep30

Windows Server: Stop Programs Auto Starting / Auto Running

KB ID 0001600 Problem I like to learn the keyboard shortcuts for these sort of things, (because developers will change the way things are done in the GUI). So in the good old days I simply ran msconfig, and located the offending software on the startup list and disabled it. Then that got removed and put in ‘Task Manager’, then that got removed. So I’m pulling a frowny face at Microsoft Developers for their lack of...

Read More
Management Framework 5.1 Update Not Applicable
Sep30

Management Framework 5.1 Update Not Applicable

KB ID 0001599 Problem Seen while attempting to install Microsoft Management Framework 5.1 on Server 2012 R2, (to upgrade PowerShell). Windows Update Standalone Installer The update is not applicable to your computer Solution Well in the the end it turns out I was being a doofus! I was installing W2K12-KB3191565-x64.msu which is for Server 2012 (Not Server 2012 R2!) Look a bit lower, you need Win8.1AndW2K12R2-KB3191564-x64.msu. The...

Read More
Adding Rights to Public Folders (Recursively)
Sep26

Adding Rights to Public Folders (Recursively)

KB ID 0001598 Problem After a recent Exchange migration (2007 > 2013 > 2016), I had problems with users not being able to see public folders, one user could see them all, (so I know they were present and correct, content wise,) but other users could not even see them. Normally in this situation I’d test them in Outlook Web App first, if they work there then look at Outlook, but Public folders just didn’t work in...

Read More
Adding a Windows Server 2019/2016 Domain Controller
Sep25

Adding a Windows Server 2019/2016 Domain Controller

KB ID 0001262 Problem Once upon a time, adding a domain controller that was running a newer version of the Windows Server family involved opening command line and schema prepping, and GP prepping etc. Now all this happens in the background when adding a 2019 domain controller and the wizard is doing the heavy lifting for you. Solution 2008 to 2019 Domain Controller  2008 to 2016 Domain Controller Obviously the server needs to be a...

Read More