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 […]

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 […]