Facebook – Turn off game invitations and notifications

Are you fed up of receiving all of those annoying game requests on Facebook? Well there is a very simple fix to turn off the gaming notifications within your Facebook app. All you need to do is to go into your Facebook app and then click “More” in the bottom right. Then click on “Settings” and then “Account Settings”: Then …

Facebook – Turn off game invitations and notifications Read More

Remove Deny Permissions from Exchange Mailbox using Powershell

If you are an Exchange administrator and are having trouble in accessing other mailboxes although you have full access, then you may find that you need to remove the “Deny” permission on the mailbox you are trying to access. Sometimes this can be your own account or maybe a group like “Domain Admins”. To check the existing permissions on the …

Remove Deny Permissions from Exchange Mailbox using Powershell Read More

How to Show Shoretel User Licenses Allocations

If you have a Shoretel telephony system in your corporate environment and you want to know which extensions have which licenses, then you can do this by running a simple query across your Shoretel MySQL database. Login to your HQ server and open MySQL and login to your main Shoretel database. Then run these following queries on it: Show all …

How to Show Shoretel User Licenses Allocations Read More

Export Exchange Mailbox Address Details to CSV

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 to wherever you want to …

Export Exchange Mailbox Address Details to CSV Read More