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

推薦閱讀
- 從零構建知識圖譜:技術、方法與案例
- Microsoft Exchange Server PowerShell Cookbook(Third Edition)
- 趣學Python算法100例
- x86匯編語言:從實模式到保護模式(第2版)
- Django Design Patterns and Best Practices
- Python:Master the Art of Design Patterns
- Python機器學習算法與實戰(zhàn)
- 從0到1:Python數(shù)據(jù)分析
- Visual Basic程序設計實踐教程
- UVM實戰(zhàn)
- C/C++程序員面試指南
- “笨辦法”學C語言
- 黑莓(BlackBerry)開發(fā)從入門到精通
- Python Social Media Analytics
- Getting Started with hapi.js