Changes between Version 6 and Version 7 of Windows RDP Config Settings
- Timestamp:
- 11/27/23 07:51:10 (12 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Windows RDP Config Settings
v6 v7 2 2 3 3 == Python 3 Script to Keep VPN Link Up == 4 5 {{{ 6 Set windows environment variables as follows (Computer --> Properties --> Advanced System Properties --> Environment Variables --> System Variables) 7 8 VPN = SCOM 9 VPNUSER = [login@scom.ca] 10 VPNPASS = [password] 11 VPNIP = [assigned ip address to check] 12 VPN_HEART_BEAT = [0] off, [1] event, [2] event & email logging 13 VPN_TIME_OUT = [seconds] (default 600) 14 15 }}} 16 4 17 5 18 {{{ … … 89 102 RAS_USERNAME = os.getenv('VPNUSER') 90 103 RAS_PASSWORD = os.getenv('VPNPASS') 104 VPN_HEART_BEAT = [0] off, [1] event, [2] event & email logging 105 VPN_TIME_OUT = [seconds] (default 600) 106 91 107 92 108