Differences
This shows you the differences between the selected revisions of the page.
2018-06-27 | 2018-11-01 | ||
link update (martin) | code wrapping for the new design (martin) | ||
Line 38: | Line 38: | ||
param ( | param ( | ||
# Mandatory parameters | # Mandatory parameters | ||
- | [Parameter(Mandatory = $True)] # The explicit $True value assignment is not needed since PowerShell 3.0 | + | # The explicit $True value assignment is not needed since PowerShell 3.0 |
+ | [Parameter(Mandatory = $True)] | ||
$sessionUrl, | $sessionUrl, | ||
[Parameter(Mandatory = $True)] | [Parameter(Mandatory = $True)] |