Blog

PowerShell Problem Solver: CSV Import Tricks and Tips

Import CSV files into PowerShell with these handy tips and tricks from IT veteran and PowerShell MVP Jeff Hicks.

View Article

How to Import and Export Delimited Files, like CSV, in PowerShell

The Export-CSV and Import-CSV cmdlets are exceptionally useful tools to both export data for consumption to other applications and to retrieve and import information from third-party data sources.

View Article

PowerShell Problem Solver: How to Pull Data from Log Files using PowerShell

Microsoft PowerShell MVP Jeff Hicks shows us how to pull data from log files using PowerShell and the Get-Content and Import-CSV cmdlets.

View Article

PowerShell Problem Solver: Fun with CSV Imported Objects

Use PowerShell to transform data from CSV files via objects in the pipeline.

View Article

Using PowerShell to Export CSV Files to XML: Part 1

Jeff Hicks shows us a quick primer on using PowerShell to export CSV files to XML.

View Article

M365 Changelog: (Updated) SharePoint – Microsoft Lists – Create a List From CSV and Export to CSV

MC668787 – Updated August 25, 2023: Microsoft has updated the content below to show as intended. The Create a list from CSV feature in SharePoint will allow you to import data from a CSV file. Microsoft has also augmented the “Export to CSV” feature by providing another option to “Export to CSV with schema.” This…

View Article

M365 Changelog: Export Lists to CSV

Last Update: Jun 27, 2023

MC254423 – So you are aware: Microsoft has recently rolled out the capability to export Microsoft Lists to CSV files to all environments. When this will happen This feature rolled out during the second half of April, 2021 and is now fully available in all environments. Microsoft apologizes for not announcing this feature in advance. How…

View Article
Network Security

How to Export Active Directory Users to CSV With PowerShell and ADUC

In this article, I’ll show you how to export Active Directory users to a CSV file using PowerShell and Active Directory Users and Computers (ADUC). Using PowerShell is recommended as IT Pros can use it to extract task-specific information about a subset or all of their users from Active Directory. This can be really helpful…

View Article

PowerShell Problem Solver: Exporting Active Directory Groups to CSV

In this PowerShell Problem Solver, Jeff Hicks shows us how to export Active Directory groups to a CSV file in Windows PowerShell.

View Article

Export Office 365 Users to a CSV File

In this quick ‘n easy Ask an Admin, learn to export licensed Office 365 users to a CSV using PowerShell!

View Article
Go to page