<%@ 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 […]
AWS \ Folder \ Prefixes
When you manipulate items in windows explorer from AWS s3 bucket , it creates folders which then get uploaded to AWS as 0 byte objects. You can view […]
AD / SYSVOL Version Mismatch – Server 2008 to Server 2016 Upgrade
Server 2008 and prior domain controllers create two Domain Admin accounts with permissions on the GPOs. We could not see both in the GUI but when we […]
Image links to remote sites – Mimecast
After enabling Mimecast for Inbound routing , Threat Protection Re-Writes the URLs for Safety. When this is enabled with the following 365 Spam Check : Image links to […]
Java + TLS1.0/TLS1.1
Heads up that TLS1.1 and TLS1.0 are explicitly disabled in the latest version of Oracle JRE/JDK. You would think you can just go and re-enable them here but […]
How to Compact the iManage\Worksite Indexer
The compact is the recommendation from iManage Support. Ideally, you can stop connector and the ingestion due to it not being used anymore and start the services […]
Sharepoint Site Swap
Had an issue over the past few weeks where I couldn’t swap out the root sharepoint site with a different site. In the Office365 gui the error I […]
Exempt apps for Windows Information Protection ( WIP ) – Internet access is blocked trying to access local Intranet Address’
Check these recommended Enterprise Cloud Resources and Neutral Resources network settingsAlso : Exempting the App means the app will allow to be able to access and share company […]
App Proxy Settings for PasswordState
Enter internal URL , will be presented external URL
Data Loss Prevention Label – Tag Everything not supported
Currently, there is no way to use the Regex filter to capture “Everything” is not allowed in Microsoft 365 environment. This is by design.A bit annoying when […]