OSDeploy / OSDCloud

OSDCloud is a process to fully deploy a Windows OS from a WinPE Environment
https://osdcloud.osdeploy.com
63 stars 14 forks source link

Azure Storage container and Edit-OSDCloudwinpe -StartURL #46

Open GaXWork opened 2 weeks ago

GaXWork commented 2 weeks ago

Hey i am trying to do so OSDCloud will start a custom ps1 script when it boot up but when i try to make the ISO i get this errors

The ampersand (&) character is not allowed. The & operator is reserved for future use; wrap an ampersand in double quotation marks ("&") to pass it as part of a string.

Because the is & in the URL because i use a SAS so not everyone can get acces to this ps1 file, are there anyway to get around this?

sucktravian commented 1 week ago

Did you try to add a backtick before the the ampersand ? like this `&

GaXWork commented 1 week ago

Yeah it just wont load the url script when it boot up sadly :(

OSDeploy commented 1 week ago

Without knowing what is in the script, a PowerShell Transcript, or even a picture/screenshot, there isn't much I'm going to be able to do. Also your first post said you get this error creating an ISO, and your second post is about loading a URL script. Let's focus on one issue at a time please.