Many Windows PowerShell modules include nested modules. In fact, some of your favorite cmdlets might be in a nested module, but you wouldn’t typically know it. Nested modules are reusable, so you can repackage and use nested modules independently and in other modules, unless, of course, they require something in the parent module. For example, […]
Tag: Tip
PrimalScript: Did you know about Alt-X?
In the versions of PrimalScript that support PowerShell, you’ve likely executed your PowerShell scripts completely within the editor. You can configure the editor to capture the output to a tab or to new PowerShell session. But did you know you don’t have to run the entire script?