Vertaling van "Get-Date" in Spaans
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
For example, assume you have a cmdlet named Get-Date.
Por ejemplo, supongamos que tenemos un cmdlet denominado Get-Date.
The command that gets the system date is Get-Date.
El comando que obtiene la fecha del sistema es Get-Date.
The command uses the Get-Date cmdlet to get the current date.
El comando utiliza el cmdlet Get-Date para obtener la fecha actual.
The Get-Date cmdlet gets the current date.
El cmdlet Get-Date obtiene la fecha actual.
It uses the Get-Date cmdlet to get the current system date and time.
Usa el cmdlet Get-Date para obtener la fecha y la hora actuales del sistema.
Gets the culture currently set in the operating system. Get-Date
Obtiene la referencia cultural establecida actualmente en el sistema -Date
Uses a customized view to format the output. Get-Date
Usa una vista personalizada para dar formato a la salida. Get-Date
The third command runs the Get-Date command again.
El tercer comando ejecuta el comando Get-Date otra vez.
For example, you can try the Get-Date cmdlet
Por ejemplo, puede intentar el cmdlet Get-Date
You can use Get-Date to generate a date or time character string, and then send the string to other cmdlets or programs.
Puede utilizar Get-Date para generar una cadena de caracteres de fecha u hora y, a continuación, enviarla a otros cmdlets o programas.
Then, the value is subtracted from the value of the Get-Date cmdlet, which, without parameters, gets the current date.
A continuación, el valor se resta del valor del cmdlet Get-Date, que, sin parámetros, obtiene la fecha actual.
The first command uses the Get-Date cmdlet to get the current date and time.
El primer comando utiliza el cmdlet Get-Date para obtener la fecha y hora actuales.
The first command creates a variable named $a and then assigns the object retrieved by Get-Date to the $a variable.
El primer comando crea una variable denominada $a y, a continuación, asigna a esta variable el objeto recuperado por Get-Date.