sábado, 28 de marzo de 2020

FW. VPN CheckPoint. VPN before Windows logon


Purpose

Open VPN connection at Windows machine before Windows logon (authentication)



Steps


1. Install "Check Point Endpoint Security VPN"





2. Configure this options









3. When you start your windows O.S. at logon screen, there are a new icon at low-left corner. This icon is blue and white and have two overlapping monitors.


Check Windows 10
by GoN | Published: March 28, 2020 | Last Updated:

miércoles, 20 de noviembre de 2019

Windows. Ping with time


Purpose

Do a ping with tag time

Steps

Open PowerShell console

Command1:

 
ping.exe -t 8.8.8.8|Foreach{"{0} - {1}" -f (Get-Date),$_} 


Command1:

 
ping.exe -t 8.8.8.8|Foreach{"{0} - {1}" -f (Get-Date),$_} >> c:\temp\connectividad.log



Check Windows
by GoN | Published: November 20, 2019 | Last Updated:

domingo, 6 de octubre de 2019

WINDOWS. PS. Check reboot if needed


Purpose

How to know if the Windows O.S need reboot

Steps

Command:

 Get-DscLocalConfigurationManater







Check Windows 2016
by GoN | Published: October 6, 2019 | Last Updated: