bokkoman
bokkoman
Came here with same issues! Thanks for the solution regarding cloudflare! After doing the IP access rule, it immediately starting working.
This needs to run before any user ever touches the laptop. Would I put that command and run it as cmd or ps1? I am assuming ps1, cause those are...
Another note, when I added this command as run as cmd; `FOR %i IN (C D E F G H I J K L N M O P Q R...
> > It doesn't work, because the `%` are removed. > > In .cmd files, you need to write [%% instead of %](https://ss64.com/nt/syntax-percent.html). That's funny, cause this works fine: ```...
Ok i tested your command, it did not work, this is the logs; ``` The variable '$script:PSGetSettingsFilePath' cannot be retrieved because it has not been set. At C:\Program Files\WindowsPowerShell\Modules\PowerShellGet\1.0.0.1\PSModule.psm1:6664 char:60...
Thanks I will try that tomorrow. Though, I do not want to output it to a csv file, I want to use the Online method. I will just edit the...
Oh, and i think the part that fails is the Nuget installation?
> @bokkoman > > This is what it would need to look like to fix the nuget issue, I'm not sure if AppSecret still works or if its been replaced...
@Jheesbrough I created a repo; https://github.com/bokkoman/IntuneAutoPilot
> That's great! I've made a similar one which puts the whole script in the XML file but it appears to be janky, I'll put up soon, the additional WiFi...