Powershell script to set Registry Key Permissions with Subkeys for a User ( Needs to be run as admin as its changing things in HKCU:\Software\Policies
Author: paris
InTune – Change account to Never Expire
I used the Below Policies to create a Local User and Password./Device/Vendor/MSFT/Accounts/Users/LocalAdmin/PasswordHowever there is no where in CSP to set this to never expire.You have to use […]
iManage set default Author and Document Class
You can set the author and default document class by setting the following registry key. The variable %USERID% will resolve to the user that is logged in.[HKEY_CURRENT_USER\Software\Interwoven\WorkSite\8.0\iManExt\DefaultNewProfile]“382”=”%USERID%”“384”=”DOC”
How to Update SSL Certificates on iManage Work 10
Use this to Generate a Command for Open SSL e.g the below https://www.digicert.com/easy-csr/openssl.htmopenssl req -new -newkey rsa:2048 -nodes -out test_test_com.csr -keyout test_test_com.key -subj “/C=US/ST=Test/L=/O=Test/CN=test.test.com” Now add to the […]
Issue with HighCPU for Server 2012 due to Windows Update
Recently at a site we had machines starting using high CPU of the SVCHost process, this process is used by lots of services to access the network […]
How to manage a ubiquiti access point from a different Subnet
The ubiquiti controller software listens to the Unifi broadcast traffic , however if this is on a different subnet you won’t get this!To get around this , […]
550 – 5.7.64 TenantAttribution; Relay Access Denied
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 […]
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 […]