Export Exchange Mailbox Address Details to CSV

5d05eb33135798a962e3199db1fa4a4c

If you need to export your Exchange mailbox address details to CSV then you can run the following EMS PowerShell command to export the name, primary SMTP email address and the mailbox database where the mailbox is allocated. Get-Recipient -Resultsize unlimited | select name, primarysmtpaddress, Database | export-csv C:tempaddresses.csv You can change the file location […]

Adobe Flash Player 22.0.0.209 & 22.0.0.210 Released – MSI Download

Adobe Reader DC version 2001

Adobe have released another update to their Adobe Flash Player software, this time taking it up to version 22.0.0.209 and 22.0.0.210. As always, you can download the executable file or get the MSI file so that you can load it into your Configuration Manager Software Catalog. The update is also now available to import through […]

How to restore Windows 10 Apps including Store

win10

If you have somewho managed to delete any of your Windows 10 apps, including the Windows 10 Store app, then there is a quick and easy way to restore all the apps. Simply open PowerShell as an administrator and run the following code: Get-AppxPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)AppXManifest.xml”} This will then start […]

Microsoft Office 2013 – Skype and OneDrive for Business not installing when using OCT

microsoft windows white logo

If you are deploying Microsoft Office 2013 then you will have used the Microsoft Office Customization Tool (OCT) to tell your installer what parts of Office to actually install. So what if you have setup your installer to carry out the standard Word and Excel installs but you also want Skype for Business (or Lync […]