Exchange Shell – Export all shared mailbox permissions to CSV

Sometimes as IT professionals, we get asked to supply a lot of data to company bosses. This can be extremely frustrating especially when what you want to do is fix stuff, but IT is becoming more and more like an admin role all the time. It doesn’t mean you stop fixing stuff, it just means you have to carry out …

Exchange Shell – Export all shared mailbox permissions to CSV Read More

CMTrace Bundled with Configuration Manager Client Install

CMTrace is an awesome tool and I have been copying it onto an end users machine using a batch file during the OSD process for years. But finally, Microsoft have added it into the Configuration Manager Client installation. So, once you have an up to date client installed on a users machine, you can browse to the following location: %windir%ccmcmtrace.exe …

CMTrace Bundled with Configuration Manager Client Install Read More

KB4284826 & KB4284867 Might Break Windows 7 Machines

Microsoft are really outdoing themselves at the moment as it seems that they have released another pair of updates for Windows 7 machines that reboots the computer when connecting to a wireless or VPN connection. We have had around 40 machines with these two updates that have seen this problem. We have had to remove these from circlation on our …

KB4284826 & KB4284867 Might Break Windows 7 Machines Read More

Windows Server – Internet Security Blocking Downloads

If you are an IT administrator then the chances are that you have come across issues with trying to download files directly from a website to your server. You would have received this security alert when trying to download: Your current security settings do not allow this file to be downloaded. Although this is a default setting and in most …

Windows Server – Internet Security Blocking Downloads Read More

Powershell – Export all Active Directory User Information to CSV

If you need to export all Active Directory user information to CSV, then you can use a simple Powershell script to carry this out. First Import the Active Directory module: Then get the user information from Active Directory. For the example below we are just going to grab all information, hence the * wildcard, but you can trim this down …

Powershell – Export all Active Directory User Information to CSV Read More