Let's assume that you have got a client named XYZ Services (xyzServices.com) that you need to set up an Office 365 tenant for. As per the client, they have never used Office 365 services before, they have been on some On-Prem Exchange. When creating a new tenant, you are required to enter the Tenant name... Continue Reading →
Mailbox and Distribution Access Permissions
There have been many instances where we get a request to find out which mailboxes if any does a specific mailbox has access to and what's the access level. And also to find out out which distribution group(s) is user member of. It's not easy to get this manually by checking the properties of each... Continue Reading →
Exchange Online: Viewing / Changing Calendar permissions for All Users
I come across this request a lot i.e. to view or change calendar permissions for all mailboxes. For e.g. UserA would like to have Publishing Editor rights on all mailboxes or UserA needs to be removed as publishing editor access off all mailboxes. Let’s assume that there are 100+ users to apply this to so... Continue Reading →
Citrix Studio: Cannot Communicate with the Database
I have recently came across an issue where I got the below error message upon launching Citrix Studio. Cause: Normally, you would just check if the database server is online and there is no connectivity issue between that and Citrix delivery controller. But most of the times that’s not the cause of the issue. In... Continue Reading →
Citrix 7.15 Desktops spans across multiple Monitors
Recently, I came across an issue where whenever users launched a desktop off their citrix, it would launch it across multiple monitors instead of giving user an option if they want to view it in full screen or span to multiple monitors. This can be fixed using GUI or making a change to the web.config... Continue Reading →
Citrix 7.15 Desktop tab is missing from Citrix Storefront
Recently, I came across an issue where one of our clients complained that they don’t see Desktop tab when they log on to their Citrix, they only see APPS there. Please check the following: Log on to Citrix Store Front server.Highlight store front and select “Configure store settings”. 3. Select “Advanced Settings”. 4. Open “Filter... Continue Reading →
Testing Mail Relay / Sending Email Using PowerShell
Sometimes we need to test sending an email using mail relay and normally we telnet to mail relay on port 25 which is a bit complicated and extensive method in my view. Using that method if you make any typo, you would have to start from scratch. A simple PowerShell command can be used instead... Continue Reading →
How to Safely Remove Correct Volumes from VMWare
It’s scary when removing the offline drives as working drives can be removed accidentally. I will show you how to make sure that you are in fact removing the correct drive from VCentre. You need to make sure the drive is offline in disk management. Right-click on Disk – Properties 3. Look for number after... Continue Reading →
Migrating On-Prem Users To Existing O365 Tenant With AD Connect Sync Already In Place
Let’s say you are in the process of migrating a client of yours to Office 365 from their on-premises environment where they are running Microsoft Exchange server. Normally, you would create a new tenant on O365 and then create the users on cloud only to be begin with. After creating users, you would start mail... Continue Reading →
How to run Power shell commands Remotely?
It's tedious to log on to server(s) just to check something simple or even complicated. You can create a remote session to the server instead of manually logging on to it and run the commands / programs like if you were physically logged on to it. Open Power shell as admin.Type in Enter-PSSession -Computername fqdn... Continue Reading →