PowerShell PowerShell $prueba = "hola" Set-Variable -name prueba -Description "Variable prueba" Get-Variable -Name prueba | select * 123 $prueba = "hola"Set-Variable -name prueba -Description "Variable prueba"Get-Variable -Name prueba | select *