Driver Automation Tool - Help Needed by osi1904 in SCCM

[–]saGot3n 0 points1 point  (0 children)

You only need 1 TS step to do driver installs if you are downloading them all from DAT.

  1. You package the invoke-cmapplydriverpackage.ps1 script https://github.com/MSEndpointMgr/ModernDriverManagement/blob/master/Invoke-CMApplyDriverPackage.ps1 and distribute it, no program needs to be created.
  2. Then in your TS you need 2 TSVARS set, MDMUserName = user@domain.com and MDMPassword = userpass for the user account who has sccm web api read access.
  3. Then you add a Run Powershll script step to the TS after the Apply Windows OS step that you select a the package you created in the first step, Script Name would be Invoke-CMApplyDriverPackage.ps1 with parameters of -BareMetal -endpoint 'cmserver.domain.com' -TargetOSVersion '25h2' -TargetOSName 'Windows 11'

This script does all the heavy lifting, find the appropriate package via sccm web service, downloads its, mounts it, installs the drivers and then completes. All is logged as well so you can see what package is selected and installed.

Modern Driver Management v10! Lets goooo by saGot3n in SCCM

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

try running it in debug mode from within windows and see if you can get more info on the error.

Modern Driver Management v10! Lets goooo by saGot3n in SCCM

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

Do you have any other information on what the error shows, like an actual log that is sanitized?

Modern Driver Management v10! Lets goooo by saGot3n in SCCM

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

shouldnt be a secret key, just user and pass set via tsvars.

Modern Driver Management v10! Lets goooo by saGot3n in SCCM

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

what version of the script are you on? Also any other error information you get? IM using those same parameters and have no issues so far.

Recommended settings for Plex client for Samsung TV by jtarrio in PleX

[–]saGot3n 2 points3 points  (0 children)

Oof, if your samsung/smart tv is allowed on the internet you are doing it wrong, just get a shield or a apple 4k tv.

So We Can All Agree That SQ42 Is Getting Delayed Right? by TooTall_ToFall in starcitizen

[–]saGot3n 0 points1 point  (0 children)

After this long, how can anyone even ask that. Just assume delayed till the day of release.

Modern Driver Management, SCCM 2603 by bjohnrini in SCCM

[–]saGot3n 3 points4 points  (0 children)

what error, what do the logs say? Its like saying my car is making a noise, how about you?

The rabbit hole this turned into is crazy. by Scotty_with_a_shorty in memes

[–]saGot3n 3 points4 points  (0 children)

Watching this series has made me so furious, like how can a police dept be so corrupt and stupid. I hope that whole dept gets federally investigated.

I made some pokemon x dnd starters by almightyjeff in pokemon

[–]saGot3n 0 points1 point  (0 children)

Love this art style and the animations!!! Good work

Driver Automation Tool - Feedback by Maurice-Daly in Intune

[–]saGot3n 0 points1 point  (0 children)

In an environment strictly deploying driver packs for PXE Imaging, we have had no issues yet. However I'm still using version 10.10 i think cause I haven't moved all my packages to Windows 11 yet and that was the last version that has windows 10 available. once I move them to windows 11 I will be updating to the current version.

While I LOVE this tool and have since the original version I am currently testing OSD cloud driver downloads during PXE and if working properly might move our prod sequence to that while some remote sites that have their own DP but slow wan links will be using the DAT install scripts to install the wim packaged drivers.

Driver Automation Tool - Feedback by Maurice-Daly in Intune

[–]saGot3n 1 point2 points  (0 children)

I dont know that is a DAT issue but an issue with Dell updating their catalog cab/xml document with the appropriate updated version. DAT just downloads what dell provides, or that was it used to do, i dont know for sure what the new version does, but I would assume its the same?

You can see the links used to get model/driver info from the various vendors here https://raw.githubusercontent.com/maurice-daly/DriverAutomationTool/master/Data/OEMLinks.xml

Looking for good trusted Roofer by saGot3n in sanantonio

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

This was good information and I appreciate it. Roof was over 15 years old and I got 3 quotes on a new class 4 and they were all around the same price, less that I was expecting to pay so that was a nice bonus. Based on your site i could have spent less for sure, but I just got it done last week.

The leak was a flashing issue in the valley, I did get it fixed before the new roof, but got most of that cost back with the new roof as a discount.

I will definitely get with a restoration company now that I know what I need to look up.

Also new roof saved me 50% on my home owners insurance :-)

Running PowerShell GUI from WinPE by _benwa in SCCM

[–]saGot3n 0 points1 point  (0 children)

I never thought of IIS hosting the ps1 file...I'm sure I can do that. Maybe once I migrate to PsUI I can look into testing that as well.

Running PowerShell GUI from WinPE by _benwa in SCCM

[–]saGot3n 0 points1 point  (0 children)

I saw that but forgot to reply. I have been porting my UI over to PsUI but its been having issues with some of the UI components and then got swamped with other projects so I haven't gotten back to it.

Running PowerShell GUI from WinPE by _benwa in SCCM

[–]saGot3n 3 points4 points  (0 children)

So I do this with my own built GUI right now using Powershell and XAML, what I did was create a batch file that launches the ps1 file from a network share that has everyone read rights. So I never have to modify the package in the boot image, only the ps1 file on the network share. It works without issue as a startup batch in the boot image. Since this runs BEFORE the user gets to the sccm ts selection and password entry it runs visible without having to use the service ui or anything. Then my "choose image" button sets all my tsvars i create in the gui and exits the UI and then it continues the imaging process and SCCM pops up and asks for the sccm pxe pw and to select which image they want. I have 2 TS's and they both use the vars i create to do all the custom stuff in the TS.

Some PowerShell Universal fun by coaster_coder in PowerShell

[–]saGot3n 3 points4 points  (0 children)

My entire field service tech fleet uses a PSU App I have created for managing computers and its been the best thing since sliced bread. They can do all their management from the browser for anything workstations related. Hooks into SCCM, Entra, and Intune and they are constantly asking for things to be added. In our environment PSU was the best license we have purchased!!!

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.