You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Snippets/PowerShellScriptParameters.md
+3-2
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ param
8
8
[Parameter(Mandatory = $true,
9
9
Position = 1,
10
10
HelpMessage = 'Please specify a valid Windows folder path')]
11
-
[ValidatePattern('^([a-zA-Z]:\\)([^\\/:*?<>"|]+\\)*[^\\/:*?<>"|\s]+$')] # regex pattern to ensure the end user provides a folder path matching common Windows folder path convention
0 commit comments