0

How to using multiple files in Powershell to ensure modularity?

function.ps1 could have all the utility functions?

command1.ps1 could have calls related to a command?

1 Answers1

0

Read up on how to write PowerShell Modules.

See also: https://stackoverflow.com/questions/5549516/run-a-powershell-script-from-another-one