You might have setup a new Ubiqiti access point using a controller based at another site, which is not the final destination of the device, so it is no […]
Icons missing in Outlook Columns On Second Screen after Windows Update KB4034664
Icons missing in Outlook Columns On Second Screen after Windows Update KB4034664Installing KB4039884 is the fix for this problem https://support.microsoft.com/en-us/help/4039884/windows-7-update-kb4039884
TLS negotiation failed with status AlgorithmMismatch
When trying to create an IMAP Mailbox Sync via Office 365 , I was getting the following Failed Error next to the Sync StatusTLS negotiation failed with status AlgorithmMismatchThe […]
Script to Provision Azure Setup for Small to Medium Business
https://itnetxbe.github.io/SMBblueprint-Docs/azure-install/ That reduces our implementation effort, which will in turn reduce the overall costs to the client.
Outlook 2016 does not Search Current Folder
Shared mailbox is added as a second exchange account in cached mode in outlook 2016. Microsoft does not recommend to add shared mailbox as a separate account […]
How to install .ADMX Office Files for Group Policy Settings
Download files from here : https://www.microsoft.com/en-gb/download/details.aspx?id=35554 for your right 64bit or 32bitExtract the files to a new temp directory, this will create 3 directories and a spreadsheet file (ADM, […]
Outlook Error : published calendar reported error 0x80004005
When adding an Exchange account to a Send and Recieve Group you could get Sync Errors occuringpublished calendar 0x80004005To check which Published Calendar the error was talking […]
Citrix Netscaler v10.1 Upgrade to v12
Download the .tgz upgrade file from here https://www.citrix.co.uk/downloads/netscaler-adc/firmware.htmlSave your configuration first ( remember this does not save automatically ) and backup a config backup.If this is a virtual machine […]
This might be because the site uses outdated or unsafe TLS security settings – IBM IMM
Trying to access the IBM IMM brought up the following error in Internet Explorer“This might be because the site uses outdated or unsafe TLS security settings.” Connect to […]
Powershell to find Users Missing Contacts in a Hybrid Enviroment
Get-ADUser -Filter {proxyAddresses -like “*main.domain.com” -and enabled -eq true -and msExchUserAccountControl -notlike “*” -and msExchVersion -notlike “*”} |Select Name