• Determine the file encoding of a file - CSV file with French accents or other exotic characters that you’re trying to import in Powershell

    Bernie and I had an issue today trying to import a CSV file using Import-CSV in Powershell V2.0, as the French accents and some dashes were not imported correctly, and then we couldn’t use some of the information in the CSV to query Exchange or AD objects...
  • Exchange 2007/2010/2013 – Using Get-MailboxFolderPermissions to export MAPI permissions of folders for a given mailbox

    Thanks Chris, Manfred and friends from the following article: http://social.technet.microsoft.com/Forums/exchange/en-US/5ad656a5-fe70-477f-a608-0e588096f227/how-to-get-mailbox-folder-permissions-to-all-mailbox-folders-in-all-mailboxes?forum=exchangesvradminlegacy...