Word crashing when changing fonts Windows Update

If you experience Word freezing when changing fonts this is caused by Office update released on 9th Feb: https://support.microsoft.com/en-us/kb/3114717Uninstalling it fixes the issue.You can use Office CAT Tool: […]

365 Useful Commands for Powershell Administration

Add Permissions $LiveCred = Get-Credential$Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://ps.outlook.com/powershell/ -Credential $LiveCred -Authentication Basic –AllowRedirectionImport-PSSession $Session//Add to OutlookUserA to BAdd-MailboxPermission -identity [email protected] -user [email protected] -AccessRights FullAccess //Don’t add to OutlookAdd-MailboxPermission […]