Fondo de Pantalla PDF

Fondo de pantalla Jesús Octavio Rodríguez Archivos de ejercicios Esta hoja de ejercicios pertenece al curso « Microsof

Views 74 Downloads 3 File size 96KB

Report DMCA / Copyright

DOWNLOAD FILE

Recommend stories

Citation preview

Fondo de pantalla Jesús Octavio Rodríguez

Archivos de ejercicios

Esta hoja de ejercicios pertenece al curso « Microsoft Intune y Autopilot esencial » de https://www.linkedin.com/learning

#Guardar con extensión .PS1 #Open the folder en Windows Explorer under C:\Users\USERNAME\AppData\Roaming\ CustomerXXXX ####################################################################### ################# $path = [Environment]::GetFolderPath(‚ApplicationData‘) + „\CustomerXXXX“ If(!(test-path $path)) { New-Item -ItemType Directory -Force -Path $path } ####################################################################### ################# #Download the image from ImGur to user profile ####################################################################### ################# $url = „https://i.ibb.co/w6x9SRb/fondointune.jpg“ $output = $path + „\CustomerBackground.png“ Start-BitsTransfer -Source $url -Destination $output ####################################################################### #################

Microsoft Intune y Autopilot esencial Fondo de pantalla

página 1