Create a system repair disc (http://windows.microsoft.com/en-US/windows7/Create-a-system-repair-disc ). You can skip this step if you have a Windows installation media. Is a good measure to reboot and verify you […]
Category: Random
Random Posts
Enforce TLS Communication between 365 Tenant and Mimecast
Create new Inbound ConnectorAdd domain of the client you would like to lock downTick thisAdd Outbound TLS Connector
Chrome.exe not opening – Windows 10 2004
Windows 10 – Update 2004 – Issues with Chrome whereby you go and launch the application in windows and the browser does not open. What does happen […]
Cannot drag and drop betweens Programs on Terminal server
Recently found an application that couldn’t have files dragged and dropped into it on some computers. It would display the following cursorThe trouble was mismatching Program DPI’s […]
Item Level Targeting not working
Recently I was trying to use Item Level targeting on some group polices using just NOT statements ( so it should apply to anything that isn’t NOT […]
Mimecast – Application Disabled
When users try and use the Mimecast for Outlook Add-in they login and get Application DisabledMake sure this is tickedRestart Outlook then try againSometimes Mimecast caches Authentication […]
iManage/WorkSite Not showing Attachment Icon for Emails with Attachment ( Desksite )
Recently a user found that an email with an Attachment when Files into iManage/Worksite did not show the “Attachment” icon . e.g the below email actually had […]
caa70004 Error in teams \ OneDrive error code 0x8004de40 \ Outlook not connecting
A user whos laptop was joined to Azure AD was suddenly not being able to connect to Teams due to caa70004 error and Onedrive was bringing up […]
How to run C# directly in ASPX page
<%@ Page Language=”C#” %><%@ Import Namespace=”Amazon.S3″%><%@ Import Namespace=”Amazon.S3.Model”%><script runat=”server”>protected void Page_Load(object sender, EventArgs e){string bucketName = “XXXXXX”;AmazonS3Client s3Client = AmazonS3Helper.GetAmazonS3Client();string folderPath = “documents/XXXX/”; PutObjectRequest request = new […]
Issue with Mailbox Migration from Exchane 2010 to Exchange 2016 – Cannot start Microsoft Outlook
Do they use Auto-Mapped mailboxes? Had this issue with a number of staff here directly after migration from 2010 to 2016Fix:$mailboxes = Get-MailboxPermission -Identity * -User <username> | […]