Skip to content

Commit

Permalink
RDP session timeout script to minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
adbertram committed Oct 5, 2015
1 parent 78d625c commit c7d2d61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RDP/Set-RdpSessionTimeout.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
$setParams = @{
'Path' = $baseRegKey
'Name' = $valueName
'Value' = ($Timeout * 1000)
'Value' = (($Timeout * 60) * 1000)
}

$icmParams = @{
Expand Down

0 comments on commit c7d2d61

Please sign in to comment.