Skip to content

Commit 1a54040

Browse files
author
James M. Cook
committed
Set default friendly name to "<None>"
1 parent facaafc commit 1a54040

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Request-Certificate.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ Param(
223223
[Parameter(Mandatory = $False, ValueFromPipelineByPropertyName = $True)]
224224
[string]$Department,
225225
[Parameter(Mandatory = $False, ValueFromPipelineByPropertyName = $True)]
226-
[string]$FriendlyName,
226+
[string]$FriendlyName = "<None>" ,
227227
[Parameter(Mandatory = $False, ValueFromPipelineByPropertyName = $True)]
228228
[switch]$AddCNinSAN,
229229
[Parameter(Mandatory = $true, ValueFromPipelineByPropertyName = $True, ParameterSetName='Export')]

0 commit comments

Comments
 (0)