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 […]
Remote Assistance in Xenapp 7.x (Non Data Collectors)
We use this great script http://deptive.co.nz/remote-assistance-powershell-gui-for-xenapp/ for remote assistance on a Citrix Farm , however it does not work with 7 out of the box , to get this […]
Exchange Server SSL security
https://www.ssllabs.com Run a Test on your enviromentThere is a PowerShell script from online resources that you can run on your web Servers to disable SSL v2, v3 and […]