PowerShell, Sistema de archivos PowerShell $valor = "valor que se almacena en un fichero" $valor | Out-File ficheroejemplo.txt # Leer el contenido Get-Content ./fichero 1234 $valor = "valor que se almacena en un fichero"$valor | Out-File ficheroejemplo.txt# Leer el contenidoGet-Content ./fichero