Adam Cushing Blog
Adam Cushing's Blog. Information interesting to Adam Cushing
Thursday, September 10, 2015
Cisco Anyconnect does not work after upgrading to 9.4 or 9.5.
›
The issue is that 9 .4 and above which requires configuring custom ciphers in order to user third party CA certs for Anyconnect. ssl ...
Friday, September 4, 2015
How to get a list of the last time users changed passwords and if they are set for their passwords to never expire.
›
Open PowerShell, type- get-aduser -filter * -properties passwordlastset, passwordneverexpires |ft Name, passwordlastset, Passwordneverex...
Saturday, August 15, 2015
Migrate VMDK (Virtual Hard Disk) from one VM to another, maintain permissions and file shares. EASY file migration!
›
File server migration - the easy way. Don't migrate files and change login scripts like a chump... :) 1) Get your current file ser...
Thursday, July 16, 2015
How to see what mailboxes a specific user has Full Access to.
›
I recently was tasked with finding out which mailboxes a specific user and full access to. It took me a bit too find this with most providi...
Proper Syntex to change public folder permissions recursive using powershell.
›
It took me enough google searches to figure this out that I decided to post it here. The issues seemed to be around the 'space' in ...
Thursday, June 11, 2015
Removing duplicate lines in Notepad++
›
Often times I cut / paste between systems and end up with duplicate lines in Notepad++. Googling finds a lot of solutions that don't wo...
Wednesday, March 11, 2015
How to convert a Unix TXT file to Windows in Notepad++ (removing extra line spaces).
›
Hit <Ctrl> <H> Select "Extended" under search mode. In Find What, put "\r\n\r\n" In Replace With, put ...
2 comments:
‹
›
Home
View web version