PowerShell PowerShell $today = "09/04/2018" if ((Get-Date -Format d) -eq ($today)){"Hoy es "+$today} 12 $today = "09/04/2018"if ((Get-Date -Format d) -eq ($today)){"Hoy es "+$today}