InterviewSolution
Saved Bookmarks
| 1. |
What are PowerShell modules? |
|
Answer» A PowerShell module is a conjoined portion of PowerShell functions or grouped code. All PowerShell CMDLETS and providers are incorporated by a module or a snap-in. The receivers of these modules can add the commands included in the module to their PowerShell sessions to use them like built-in commands. The most uncomplicated method to build a PowerShell module is to save the SCRIPT as a PSM1 file. A PowerShell module includes 4 fundamental elements:
There are four TYPES of PowerShell modules:
|
|