We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78d625c commit c7d2d61Copy full SHA for c7d2d61
RDP/Set-RdpSessionTimeout.ps1
@@ -43,7 +43,7 @@
43
$setParams = @{
44
'Path' = $baseRegKey
45
'Name' = $valueName
46
- 'Value' = ($Timeout * 1000)
+ 'Value' = (($Timeout * 60) * 1000)
47
}
48
49
$icmParams = @{
0 commit comments