- PowerShell for Office 365
- Martin Machado Prashant G Bhoyar
- 86字
- 2021-07-02 18:50:38
What is a module?
A module is a combination of multiple PowerShell functionalities like scripts, cmdlets that are built to solve a common purpose. For example, to work with the users and licensing, we have to use the Module MSOnline provided by the Microsoft. You can find more information about the Windows PowerShell module here https://msdn.microsoft.com/en-us/library/dd878324(v=vs.85).aspx.
To find out the members of a cmdlet, we can pipe the Get-Member cmdlet with another cmdlet:
Get-Service | Get-Member
The following screenshot shows the output for the preceding command:

推薦閱讀
- 精通Nginx(第2版)
- Web前端開發技術:HTML、CSS、JavaScript(第3版)
- Learning Java Functional Programming
- 騰訊iOS測試實踐
- Java從入門到精通(第4版)
- Practical DevOps
- Designing Hyper-V Solutions
- Bootstrap Essentials
- Linux操作系統基礎案例教程
- The DevOps 2.5 Toolkit
- Terraform:多云、混合云環境下實現基礎設施即代碼(第2版)
- Machine Learning in Java
- SQL Server 2008中文版項目教程(第3版)
- OpenCV 3計算機視覺:Python語言實現(原書第2版)
- UI設計基礎培訓教程(全彩版)