PowerShell module can contain
Answers
Answered by
1
it can contain any valid windows powershell codes, host applications, candler, etc
Answered by
0
The PowerShell module contains four modules.
Explanation:
The PowerShell module comprises of four different modules which are list below:
- Binary modules
- Script modules
- Manifest modules
- Dynamic modules
Here, a particular module is merely a package that comprises of members which could be used in a PowerShell. This member consists of scripts, functions, variables, providers, and other files. Moreover, the user could use the module members in the session once a module is introduced.
Similar questions