- Powershell Core 6.2 Cookbook
- Jan Hendrik Peters
- 76字
- 2021-06-24 15:14:20
How it works...
PowerShell provides access to several different data sources by means of the Get cmdlets. After retrieving the data, PowerShell wraps it into an object model to allow you to store, display, filter, and process the data.
The data sources can be anything from services, event logs, and files to functions and variables. Every item that's retrieved is called an object and will have different properties and methods, which we will see later on.