Saturday, March 14 is Pi Day 2015 Pi Day is celebrated on March 14th (3/14) around the world. Pi (Greek letter “π”) is the symbol used in mathematics to represent a constant — the ratio of the circumference of a circle to its diameter — which is approximately 3.14159. Pi has been calculated to over one […]
Category: Technical
Working to apply bulk apply licenses I stumbled upon some useful commands to list the licenses assigned to my Office 365 Account. The following command will list account Sku ID’s along with the active and consumed units. Best of all list them in a nice grid view Get-MsolAccountSku |Out-GridView We can also pull the subset […]
To list the updates that have been installed on a Windows 8.1 or Windows 2012 Server simply issue the following command in a command prompt window wmic qfe get hotfixid That’s it
I am posting this to help any of you who are looking to be proactive in your approach to migrate into Office 365 / Exchange Online Services. After migrating mailboxes info Office 365, you will noticed that under your recipient’s mailbox delegation all previous access levels have been removed. In fact they never came over […]
The first time I encountered this issue I called Samsung and sent off my tablets to get fixed. This is while I was still under their service contract. They had fixed one and because of a small scratch on the screen of another they declined to fix unless I paid $60.00. I said no and had […]
When performing a cut-over migration the Exchange attribute indicating that the mailbox was a shared mailbox is lost. To correct this I have done the following steps: List out all of the shared mailboxes form my on-premises Exchange and export them into a CSV file. Get-Mailbox -ResultSize Unlimited -RecipientTypeDetails SharedMailbox | Select UserPrincipalName | Export-Csv […]