- Powershell Core 6.2 Cookbook
- Jan Hendrik Peters
- 57字
- 2021-06-24 15:14:30
Exploring object properties
You know by now that everything we do in PowerShell will eventually generate objects. But how can you make use of this behavior? In the following recipe, we will thoroughly examine objects with the Get-Member cmdlet. Along with Get-Command and Get-Help, Get-Member is going to be the most important cmdlet in your toolkit.