PowerShell: Export to CSV
This will be the beginning of a series of PowerShell Command Posts 🙂 PowerShell is often used to apply commands to several Objects without having to to the same shit over and over again. So the first we should learn is to Export to CSV file, leveraging Get-MSolUser, which will give us a list of users […]