Windows-pe: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Thomas (Diskussion | Beiträge) |
Thomas (Diskussion | Beiträge) |
||
| Zeile 4: | Zeile 4: | ||
*https://technet.microsoft.com/de-de/library/cc732280%28v=ws.10%29.aspx#Combined | *https://technet.microsoft.com/de-de/library/cc732280%28v=ws.10%29.aspx#Combined | ||
Powershell | WGet in WinPE via SCCM TS | Powershell | WGet in WinPE via SCCM TS | ||
| + | |||
| + | powershell.exe -command {($DL = New-Object System.Net.WebClient).DownloadFile(\"http://doom.xinux.org/download/startup.cmd\",\"c:\startup.cmd\") | ||
| + | |||
| + | |||
*https://social.technet.microsoft.com/Forums/en-US/e8a91085-a4a3-4c64-beab-2b61fea50e75/powershell-wget-in-winpe-via-sccm-ts | *https://social.technet.microsoft.com/Forums/en-US/e8a91085-a4a3-4c64-beab-2b61fea50e75/powershell-wget-in-winpe-via-sccm-ts | ||
Version vom 10. Dezember 2015, 17:10 Uhr
Include a Custom Script in a Windows PE Image
Beispieldateien für die unbeaufsichtigte Installation
Powershell | WGet in WinPE via SCCM TS
powershell.exe -command {($DL = New-Object System.Net.WebClient).DownloadFile(\"http://doom.xinux.org/download/startup.cmd\",\"c:\startup.cmd\")