Skip to main content

Tim Tressel

Blogs from this Author

How to Combine PowerShell Cmdlet Output in a Single CSV File

If you have been working with Office 365, you have probably been extracting mailbox data and exporting it to CSV for various reporting tasks. You may have also gone further and attempted to pipeline data from multiple Cmdlets into Export-CSV. Let’s use the following scriptlet as an example: Now the problem with the previous scriptlet […]

Avoiding PowerShell Session Conflict with Office 365

As more and more companies move to Office 365, PowerShell Cmdlets and Scripts are becoming staples of  Administrator toolsets. One issue that I have come across quite often is the Cmdlet overlap that occurs when using Remote PowerShell sessions to both Office 365, and Exchange 2010 on-premises simultaneously. For example, let’s say that I have […]