- 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:

推薦閱讀
- Hyper-V 2016 Best Practices
- Java Web應用開發技術與案例教程(第2版)
- PostgreSQL 11從入門到精通(視頻教學版)
- 3D少兒游戲編程(原書第2版)
- Java應用開發技術實例教程
- Learning Three.js:The JavaScript 3D Library for WebGL
- Angular開發入門與實戰
- Babylon.js Essentials
- D3.js By Example
- PHP與MySQL權威指南
- Visual C++開發寶典
- Microsoft Dynamics GP 2013 Cookbook
- Java程序性能優化實戰
- Instant AppFog
- Spring Microservices