News

Here's a quick walkthrough of how to build function parameters in reusable snippets.
Description When using Get-AzAutomationScheduledRunbook, for a JobSchedule that contains an array in a parameter, the output of the Parameter property is missing for that specific parameter. Steps ...
VSCode Version: 1.40.1 OS Version: Windows 10, 1903 Powershell Extension: 2019.11.0 Steps to Reproduce: Create an Enum Create a function which references that Enum as a parameter. Call that function, ...
Odds are that anyone writing a script will know the number of columns in the array that's passed. But is there a way that Powershell can get the number of columns on its own?