- PowerShell for Office 365
- Martin Machado Prashant G Bhoyar
- 96字
- 2021-07-02 18:50:39
How PowerShell is an object-oriented language and how to work with objects
PowerShell works with objects, and these objects can have attributes and methods. An attribute is a property or a description. PowerShell is an object-oriented scripting language; however, moderately complex scripts are often written using a procedural/functional approach.
To get the members of any cmdlet, we can pipe the Get-Member cmdlet with any given cmdlet:
Get-TimeZone | Get-Member
The output of the preceding command is shown in the following screenshot:

The type of the input is System.String[] and the type of the output is System.TimeZoneInfo[].
推薦閱讀
- Spring 5.0 By Example
- Getting started with Google Guava
- Learning Docker
- HTML5游戲開發(fā)案例教程
- Kotlin Standard Library Cookbook
- Building an RPG with Unity 2018
- Swift語言實(shí)戰(zhàn)精講
- Oracle 18c 必須掌握的新特性:管理與實(shí)戰(zhàn)
- Jenkins Continuous Integration Cookbook(Second Edition)
- 0 bug:C/C++商用工程之道
- Swift 4從零到精通iOS開發(fā)
- Clojure for Machine Learning
- Arduino電子設(shè)計(jì)實(shí)戰(zhàn)指南:零基礎(chǔ)篇
- Developer,Advocate!
- Python機(jī)器學(xué)習(xí)