Adam Cushing Blog
Adam Cushing's Blog. Information interesting to Adam Cushing
Friday, January 29, 2016
How to easily find where an AD Object or User is located and what it's Distinguished Name is
›
I'm often asked how to easily find an AD object or how to find it's ldap distinguished name. It's easy. Just run- dsquery us...
Wednesday, December 16, 2015
How to check attachment limits in Exchange
›
get-transportconfig | ft maxsendsize, maxreceivesize get-receiveconnector | ft name, maxmessagesize get-sendconnector | ft name, maxmessag...
Monday, December 14, 2015
How to add a user to a Public Folder including all Subfolders in Exchange 2010 / 2013
›
Get-PublicFolder –Identity “\Public Folder” –Recurse | Add-PublicFolderClientPermission –User UserName –AccessRights PublishingAuthor To ...
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...
‹
›
Home
View web version