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

推薦閱讀
- Learning Microsoft Windows Server 2012 Dynamic Access Control
- Unity 2020 By Example
- JSP網(wǎng)絡(luò)編程(學(xué)習(xí)筆記)
- 企業(yè)級Java EE架構(gòu)設(shè)計精深實踐
- 深入淺出Electron:原理、工程與實踐
- PHP 從入門到項目實踐(超值版)
- Python計算機視覺編程
- Python程序設(shè)計
- 進(jìn)入IT企業(yè)必讀的324個Java面試題
- 計算機組裝與維護(hù)(第二版)
- AutoCAD基礎(chǔ)教程
- 從“1”開始3D編程
- C語言程序設(shè)計
- Selenium自動化測試實戰(zhàn):基于Python
- HTML5 Boilerplate Web Development