Trying to setup a subdomain for iManage communication server in 365. I created a Connection from 365 to OnPrem serverCreate a ConnectorWhat I needed to do was […]
Category: Research
Research Undertaken
Spector and Meltdown
Firstly, Spectre and Meltdown is a completely different class of flaws that is not the same as the traditional flaws. Hence, the industry is trying to quickly […]
How to Enable Workspace Search in Worksite/iManage
By default this is disabled , to Enable , open the registry key : SOFTWARE\Interwoven\WorkSite\imDmsSvc\Databases\%databasename%“Workspace Index”Set to YThenRestart Worksite Service
How to cope with 3 Million Hits in 24 hours
Recently had to help someone launch a site that was going to get significant traffic, estimates were 100,000 Global Visitors/hour. The site was going to be a simple […]
Bighand Client deploying via GPO – BighandUpdater.job Unable to establish existence of the account specified
When trying to deploy BigHand Via GPO via the system account uses for Computer installations the below error comes up You will need to deploy the MSI with […]
Bighand – Could not write value AuthenticationType to key \Software\Bighand\TotalSpeech\v3
Trying to deploy Bighand via GPO MSI , running the System App Via the Transform brings up the below error That error relates AD authentication, but because you […]
iManage Desksite – Register Server Connection Pop up on Opening PDF
Recently we had deployed Desksite to a few users , however some of them when opening PDF would get a connection Dialog box opening up and clicking […]
How to deploy trusteer rapport via Intune or GPO silently
Download from http://download.trusteer.com/Gcur4Wtnu/RapportSetup-Full_x64.exeIntune : RapportSetup-Full_x64.exe /s /p NOICONS=true NOBROWSER=true ACCEPTLICENSE=TRUEGPO Powershell Computer Startup Script : [pastacode lang=”bash” manual=”If(!(Test-Path%20-path%20%22C%3A%5CProgram%20Files%20(x86)%5CTrusteer%5CRapport%5CConsole.ico%22))%0A%0A%20%7B%0A%20cd%20%22%5C%5Clocal%5Cto%5Cinstaller%5CGroupPolicy%5CTrustee%22%0A.%5CRapportSetup-Full_x64.exe%20%2Fs%20%2Fp%20NOICONS%3Dtrue%20NOBROWSER%3Dtrue%20ACCEPTLICENSE%3DTRUE%0A%0A%7D%0A” message=”” highlight=”” provider=”manual”/]
This device hasn’t been setup for corporate use yet – Company Portal
Trying to open the Company Portal as a user after Intune Enrollment shows the below When clicking continue to Enroll you then get the errorThe device is already […]
How to Use Powershell to Mail Merge Outlook Signature for Users out of Active Directory
Script 1 Script 2 Script 3 https://github.com/raymix/PowerShell-Outlook-Signatures