About 3,360,000 results
Open links in new tab
  1. Export-Csv (Microsoft.PowerShell.Utility) - PowerShell

    You can use Export-Csv -IncludeTypeInformation to save objects in a CSV file and then use the Import-Csv cmdlet to create objects from the text in the CSV file.

  2. Import-Csv (Microsoft.PowerShell.Utility) - PowerShell

    The Import-Csv cmdlet creates table-like custom objects from the items in CSV files. Each column in the CSV file becomes a property of the custom object and the items in rows become the …

  3. Bulk import external contacts to Exchange Online

    Aug 26, 2025 · Learn how admins can use Exchange Online PowerShell and a CSV file to bulk import external contacts to the global address list.

  4. ConvertTo-Csv (Microsoft.PowerShell.Utility) - PowerShell

    You can use the Export-Csv cmdlet to convert objects to CSV strings. Export-Csv is similar to ConvertTo-Csv, except that it saves the CSV strings to a file. The ConvertTo-Csv cmdlet has …

  5. Bulk User Create - On-Prem AD - Microsoft Q&A

    Jan 23, 2023 · The best way would be to create the users information in a CSV file, then use powershell to create the users in Active Directory using the information in the CSV file.

  6. API-driven inbound provisioning with PowerShell script

    Mar 4, 2025 · While this tutorial uses a CSV file as a system of record, you can customize the sample PowerShell script to read data from any system of record. Here's a list of enterprise …

  7. Create SharePoint sites and add users with PowerShell

    Mar 12, 2025 · Create multiple sites using PowerShell and a .csv file that you create using the example code provided and Notepad. For this procedure, you're replacing the placeholder …

  8. Out-File (Microsoft.PowerShell.Utility) - PowerShell

    To send a PowerShell command's output to the Out-File cmdlet, use the pipeline. Alternatively, you can store data in a variable and use the InputObject parameter to pass data to the Out …

  9. CSV files for Mailbox migration in Exchange Online

    Feb 22, 2023 · You can use a comma-separated values (CSV) file to bulk migrate a large number of user mailboxes. You can specify a CSV file when you use the Exchange admin center …

  10. PowerShell for creating bulk Distribution group - Microsoft Q&A

    Nov 2, 2022 · Powershell script to bulk-create distribution groups by importing the details from a CSV file with all the attributes. I have created a script to export all the DLs with all the required …