Skip to content

Commit cccd1fd

Browse files
Update allowed authentication methods to include 'PKIPN' in New-PASUser, Set-PASUser, New-PASDirectoryMapping, and Set-PASDirectoryMapping functions.
1 parent ab68aff commit cccd1fd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/collections/_commands/Set-PASUser.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -934,7 +934,7 @@ Accept wildcard characters: False
934934
### -loginToHour
935935
The end of the timeframe the user account is permitted to authenticate.
936936
937-
Provide an hour of the day in 24-hour format (0-23)
937+
Provide an hour of the day in 24-hour format (0-24)
938938
939939
Minimum required version 13.2
940940

psPAS/Functions/User/Set-PASUser.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ function Set-PASUser {
5656
)]
5757
[AllowEmptyCollection()]
5858
[ValidateSet('PIMSU', 'PSM', 'PSMP', 'PVWA', 'WINCLIENT', 'PTA', 'PACLI', 'NAPI', 'XAPI', 'HTTPGW',
59-
'EVD', 'CPM', 'PVWAApp', 'PSMApp', 'AppPrv', 'AIMApp', 'PSMPApp', 'GUI')]
59+
'EVD', 'CPM', 'PVWAApp', 'PSMApp', 'AppPrv', 'AIMApp', 'PSMPApp', 'GUI', 'IBVSDK')]
6060
[string[]]$unAuthorizedInterfaces,
6161

6262
[parameter(
@@ -177,7 +177,7 @@ function Set-PASUser {
177177
ValueFromPipelinebyPropertyName = $true,
178178
ParameterSetName = 'Gen2'
179179
)]
180-
[ValidateRange(0, 23)]
180+
[ValidateRange(0, 24)]
181181
[int]$loginToHour,
182182

183183
[parameter(

0 commit comments

Comments
 (0)