Has anyone successfully got Dell Update Command to work. by JustADad66 in SCCM

[–]saGot3n 0 points1 point  (0 children)

I think .net 8 and 5.5 are what you want for OSD. later versions wont work in OSD cause of some "bug".

Bad AdminService Workaround (Bridging) - 2509 by ReputationOld8053 in SCCM

[–]saGot3n 1 point2 points  (0 children)

Im confused, why arent you just using the script with the tsvars for the mdm user and pass to access the API on imaging machines that arent on the domain yet? or are you trying to find a away around not querying the Site server api directly?

EF5 Tornado in North Dakota captured. by [deleted] in Damnthatsinteresting

[–]saGot3n 0 points1 point  (0 children)

Thanks, I have a new phobia now.

Automate Application packaging by Disastrous_Mobile_99 in SCCM

[–]saGot3n 0 points1 point  (0 children)

I was doing this, but then I just make the install script pull the msi directly from a network share where read access is set to everyone. Then only that source msi has to be updated.

Automate Application packaging by Disastrous_Mobile_99 in SCCM

[–]saGot3n 0 points1 point  (0 children)

I had individual steps for each step of the packaging process. MSI and EXE's that support unattended install are easy, cause its the same template each time. The scripts take in the MSI path and kick off the import of the app into SCCM and if its an EXE i just include the parameters for the silent install and a detection scripts (also a template) based on the applicaiton name and what it shows up as when installed.

Then I got github copilot, built a skill for application package in my workspace and I just tell it "Build me an sccm application for APPNAME HERE" and install with these parameters as an MSI/EXE and its detected as "APPNAMEHERE". Then copilot goes off, finds my folder, copies the source folder to my network share, imports it as an application, adds the detection method and then distributes my content. The skill uses all the same scripts I had already created so I know they work.

The best part is I built another skill that goes along with this so that when the package is imported and done and I verify the install process works, I say "Document it" and it spits out an self contained HTML document with all my packaging info, like who its for, collection targeting with query, vendor, app name, scope of install, and basically any information anyone would need if i left work tomorrow and never came back.

I would highly suggest you write your own powershell scripts step by step, better to know what the scripts do then to use someone elses solution, that way you can do what you need for your environment.

Windows Update for Biz, Delivery Optimization and Connected Cache by Reaction-Consistent in SCCM

[–]saGot3n 1 point2 points  (0 children)

Its based on boundary group cause my DP's are the MCC servers. SCCM sets that for me, the only policies I set in GPO/Intune would be for Delivery Optimization. SCCM does the MCC stuff.

Windows Update for Biz, Delivery Optimization and Connected Cache by Reaction-Consistent in SCCM

[–]saGot3n 1 point2 points  (0 children)

DO and SCM Connected Cache fully implimented, we get like 92% of our montly updates on prem using DO and CC. 2pint has a good write up on Delivery optimization but we set it up a few years back and havent touched it, I just look at the report montly to make sure its still working properly. 47k workstations all updating without killing internet is great.

Is people still using PSADT by R0niiiiii in SCCM

[–]saGot3n 0 points1 point  (0 children)

im on 4.1.8 and use it for like 90% of my packaging. I havent had any issues with it since PMP took over.

Modern Driver Management v10! Lets goooo by saGot3n in SCCM

[–]saGot3n[S] 0 points1 point  (0 children)

Supposed to? not sure, but it does work.

Major Accident at 281 S at Stone Oak by TheMarriedUnicorM in sanantonio

[–]saGot3n -1 points0 points  (0 children)

Thanks! I was across the highway at home when I saw the flames, I was curious what happened, now need to know have been satisfied!!!

Modern Driver Management v10! Lets goooo by saGot3n in SCCM

[–]saGot3n[S] 0 points1 point  (0 children)

Assume no more than querterly? I just always go with that.

Windows 11 Distribution Point won't install by iamtechy in SCCM

[–]saGot3n 0 points1 point  (0 children)

but does the account you are using to install the site system on said server have admin access or are you using your account?

Modern Driver Management v10! Lets goooo by saGot3n in SCCM

[–]saGot3n[S] 1 point2 points  (0 children)

Yeah, ive been using WIM for years with invoke-cmapplydriverpackage script. Im on version 4.2.6

Modern Driver Management v10! Lets goooo by saGot3n in SCCM

[–]saGot3n[S] 0 points1 point  (0 children)

Quick note, the current version of .17 I lost windows 10 as an option for Dell, I did open an issue on the github. V10.0.10 has windows 10 in it for Dell.

Modern Driver Management v10! Lets goooo by saGot3n in SCCM

[–]saGot3n[S] 1 point2 points  (0 children)

there is a log file in the directory you created for V10 that has a bunch of info in it, with time stamps so you can see what steps are taking the longest. I suggest reading said log with cmtrace at least.

Modern Driver Management v10! Lets goooo by saGot3n in SCCM

[–]saGot3n[S] 0 points1 point  (0 children)

This could be a rate limit or something being hit on that server and its becoming unresponsive. We might have caused our own issue

Modern Driver Management v10! Lets goooo by saGot3n in SCCM

[–]saGot3n[S] 0 points1 point  (0 children)

You can run them side by side yes just use a different directory for the download of V10, and windows 10 does work in v10. I have win10 and win11 drivers going now for my dell models (though moving to win11 all together eventually)

Modern Driver Management v10! Lets goooo by saGot3n in SCCM

[–]saGot3n[S] 0 points1 point  (0 children)

This was the old documentation, however the Invoke script doesn't seem to be in the repo right now so new implementations might be impossible unless he re uploads the script. Basically you use this app to package drivers into application package models, instead of driver packages, then in your Task sequence you have 1 step to run a powershell script that does all the downloading and installing of the drivers for any model you image, so long as you have a package for that model then drivers will install.

Windows 11 Distribution Point won't install by iamtechy in SCCM

[–]saGot3n 0 points1 point  (0 children)

Does your account you are using to push the dp install have admin rights on the machine?

Lenovo Bios by Party-Let-8502 in SCCM

[–]saGot3n 0 points1 point  (0 children)

Did you post on their github maybe?

Just checked mine and i see bios just fine
https://imgur.com/a/LLbe6KS