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

推薦閱讀
- TypeScript入門與實戰
- GraphQL學習指南
- 編程的修煉
- LabVIEW2018中文版 虛擬儀器程序設計自學手冊
- 垃圾回收的算法與實現
- Learning Chef
- Django Design Patterns and Best Practices
- The DevOps 2.4 Toolkit
- Easy Web Development with WaveMaker
- 零基礎學Python網絡爬蟲案例實戰全流程詳解(高級進階篇)
- 零基礎入門學習Python
- Learning AngularJS for .NET Developers
- Unity Character Animation with Mecanim
- IoT Projects with Bluetooth Low Energy
- 深入理解BootLoader