User Shell Folders location in the registry

I’m always having to look this up, for some reason the registry location just doesn’t stick in my head. User Shell Folders (i.e. My Documents, Desktop, Favorites): HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders Useful if you want to know if Folder Redirection is working.

Extracting useful user information from Exchange 2010 with Powershell

Finishing a migration to Office 365 and want to send the client a list of remaining user mailboxes that need moving (or deleting!). get-mailbox and get-mailboxstatistics both have their uses, but I really needed to use something that combined them both. I found the solution at https://www.experts-exchange.com/questions/28399371/Combining-Get-Mail-Get-Mailboxstatistics-To-Pull-UsageLocation-LastLogonTime.html And adapted it to my own means: Get-Mailbox -ResultSize … Read more