When to choose development of a PowerShell Module over PowerShell Script

前端 未结 2 1591
臣服心动
臣服心动 2020-12-14 16:40

I am about to write a PowerShell Script for Windows administrators, in order to help them in certain tasks related to deployment of a web application.

Is there any r

2条回答
  •  再見小時候
    2020-12-14 17:15

    I like modules for the ability to "hide" functions/variables and only export the ones that I want.

提交回复
热议问题