miércoles, 30 de mayo de 2018

ITIL Foundation Certificate

This month I have been very busy, very task at my work and very busy studing ITIL Foundation program.

Today I have one less task, I aproved the ITIL Foundation exam yesterday.




miércoles, 9 de mayo de 2018

WINDOWS. PS. Copy and rewrite one file

Purpose

Create script to copy and remplace one file, if the destination file exist, the destination file will be rewrite without any confirmation.

Steps

$Origen =    "\\nas03\c$\tmp\file.txt"
$Destino =   "\\nas02\d$\tmp\"
Copy-Item  -Path $Origen -Destination $Destino -Recurse -force


Check at Windows 2012R2 & W10
by GoN | Published: May 9, 2018 | Last Updated:

viernes, 4 de mayo de 2018

NAGIOS. Check domain expire data

Purpose

Create alerts to notify when a domain expires with our Nagios monitoring system.

Steps


Create the service


Assign one host

Check at NagiosXI
by GoN | Published: May 4, 2018 | Last Updated: