Working with Data in PowerShell

Go to class
Write Review

Free Online Course: Working with Data in PowerShell provided by Pluralsight is a comprehensive online course, which lasts for 1-2 hours worth of material. The course is taught in English and is free of charge. Upon completion of the course, you can receive an e-certificate from Pluralsight. Working with Data in PowerShell is taught by Matt Allford.

Overview
  • PowerShell is versatile and can work with common data structures such as JSON, XML, and CSV. PowerShell also provides cmdlets for interacting with web endpoints natively. This course will teach you the fundamentals of working with data in PowerShell.

    There will come a time where you’ll want or need to leverage PowerShell to work with different types of data rather than PowerShell objects, such as CSV, XML, and JSON. You will also likely get to a point where you need to interact with a web service or RESTful API using PowerShell, for a system that doesn't have native PowerShell cmdlets or functions. In this course, Working with Data in PowerShell, you’ll learn to work with different types of data. First, you’ll understand some fundamentals about some common data types are that are being used today. Next, you'll work with these data types in the PowerShell console, to understand how PowerShell converts data between PowerShell objects and these standard data types. Finally, you'll learn that PowerShell is the language of the cloud, and has been developed in the modern era of REST APIs and Cloud platforms, and you'll work with native PowerShell cmdlets that can be used to interact with web endpoints and RESTful services. When you’re finished with this course, you’ll have the skills and knowledge of PowerShell needed to work with data in PowerShell.