< Back

Start-KeepAlive

Sat Jan 18, 2020 9:35 am

NAME Start-KeepAlive



SYNOPSIS

Prevents the screen saver from locking your screen.





SYNTAX

Start-KeepAlive [[-Key] <String>] [[-Interval] <Int32>] [<CommonParameters>]





DESCRIPTION

Long description





PARAMETERS

-Key <String>

Param1 help description



Required? false

Position? 1

Default value {F15}

Accept pipeline input? true (ByValue, ByPropertyName)

Accept wildcard characters? false



-Interval <Int32>



Required? false

Position? 2

Default value 60

Accept pipeline input? true (ByValue, ByPropertyName)

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS

Inputs to this cmdlet (if any)





OUTPUTS

Output from this cmdlet (if any)





NOTES





To prevent RDP sessions from ending, you must be focused on the RDP session.



-------------------------- EXAMPLE 1 --------------------------



PS C:\\>Example of how to use this cmdlet













-------------------------- EXAMPLE 2 --------------------------



PS C:\\>Another example of how to use this cmdlet















RELATED LINKS