Just had a customer install office 2016 Home which wiped the 2013 installation of One drive for BusinessTurns out this is a bug where both Office 365 […]
Author: paris
Office 2013 CDN Direct Link Downloads
https://www.heidoc.net/joomla/technology-science/microsoft/73-office-2013-direct-download-links#
Office 365 Spam Avoidance
You can forward these emails to : [email protected] or use the Outlook plugin to report and hopefully Microsoft should block these in future : https://www.microsoft.com/en-us/download/details.aspx?id=18275 Microsoft have actually now got […]
WIndows 10 Clients dropping network shares to 2008 Server ( Samba/SMB 2 )
Recently we had a problem where network shares were dropping in and out on some windows 10 machines. We used pings to make sure network connectivity was […]
Office 365 – Outlook 2013 only showing clutter folder of Shared Folder/Mailbox
A user added a secondary mailbox of another user in Outlook 2013 after permissions where added via the 365 portal , however the only folder showing for […]
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 […]
WorkSite 9.0 FAQ
What is WorkSite 9.0?The latest release of WorkSite, an evolution of WorkSite 8.5 server and clients for improved document, email, records, and matter management. WorkSite 9.0 is […]
Parse Logs with Powershell
Get-Content -Path “C:\Logs*” | Select-String -Pattern “nameofthingtofind”
The security database on the server does not have a computer account for this workstation trust relationship
When tying to log into a machine on another domain which has a link with a One Way Active Directory domain trust the follow error was displayed […]
The name of the security certificate is invalid or does not match the name of the site
Recently we moved exchange certificates to a certificate with no local SAN’s inside to be in compliance . This involves creating and A record for your external domain […]