diff --git a/ConvertTo-Base64GUIExample/ConvertTo-Base64GUIExample.ps1 b/ConvertTo-Base64GUIExample/ConvertTo-Base64GUIExample.ps1 index b835b8e..64e2821 100644 --- a/ConvertTo-Base64GUIExample/ConvertTo-Base64GUIExample.ps1 +++ b/ConvertTo-Base64GUIExample/ConvertTo-Base64GUIExample.ps1 @@ -8,7 +8,7 @@ This function contains various examples of using the GUI capabilities of both Wi #> param( - [string] $Title, + [string] $Title = 'Example Title...', [validateset('VB')] [string] $GUIType = 'VB' )