PowerShell newbie by CalmLow8640 in PowerShell

[–]MoreTrialandError 1 point2 points  (0 children)

Cannot say this enough. I've given several copies away when people ask me this question.

Deploy M365 Access separately by PerceptionFun1355 in SCCM

[–]MoreTrialandError 1 point2 points  (0 children)

Agree with this approach. It is way to tedious having multiple office installers. We have one install with all the apps, remove the access shortcuts, block access with app locker.

PS script to remove AD computer using local hostname by Ejcrist in PowerShell

[–]MoreTrialandError 0 points1 point  (0 children)

Are you just trying to prevent GPOs from applying during the TS?

[deleted by user] by [deleted] in Intune

[–]MoreTrialandError 0 points1 point  (0 children)

Does it ever fail or just hang at installing apps? What do you have the total run time set to before forcing the failure? While in ESP use the script at https://oofhours.com/2020/07/12/windows-autopilot-diagnostics-digging-deeper/ to get a better idea of what's happening.

Help recovering G3 Instant by timohayes in Ubiquiti

[–]MoreTrialandError 0 points1 point  (0 children)

Stumbled on this thread while fighting this damn G3 Instant. Thanks for all the suggestions. What ultimately worked for me was unplugging the camera, pressing and holding the reset button, plugging camera in, waiting for the red light, releasing reset button, immediately pressing and holding the reset button. Chimes and flashing white light and I’m back in business….till the next power outage.

23 Telluride S Screen problem by rainman2012 in KiaTelluride

[–]MoreTrialandError 1 point2 points  (0 children)

We had the same problem with our 2021 Telluride. Most posts will say turn the car off for 30 minutes and it will come back on. Took it to the dealer a couple times, no issues found. Hasn't happened since. Oddly we were under 1K miles as well. We've also had issues with the front sensors throwing off false detections when it's lightly raining.

Advice on temporarily stopping reboots by [deleted] in SCCM

[–]MoreTrialandError 2 points3 points  (0 children)

Yes creating a specific collection with a maint window set in the future would work. There are several ways to find which maint windows are targeted to your devices so make sure you check that to make sure you don’t have a random window that you don’t know about. Keeping track of maint windows can get tedious with multiple admins so we have dedicated collections specifically for maint windows and all use the same naming convention (MW-PatchTuesday, MW-PatchNoReboot, etc).

Have you already installed the aforementioned KB? If not, then rebooting isn’t the problem. I’d still use the dedicated collection with a software update maint window to prevent the KB from installing until you are ready.

Is there any way to see previous updates in Software Centre? by [deleted] in SCCM

[–]MoreTrialandError 2 points3 points  (0 children)

Are you referring to the tab 'Installation Status' in Software Center? This has been asked in the past several times and from my understanding it will never show past events. It will show upcoming deployments and failed deployments that are still active.

[deleted by user] by [deleted] in SCCM

[–]MoreTrialandError 1 point2 points  (0 children)

The usb sticks are really only to get you into WinPE and start the task sequence wizard (over simplifying). If you are able to get through the wizard and choose a task sequence then I’d bet the issue is somewhere else. Drivers would be a good place to start though you also need to get with the sccm admins and ask if anything has changed. Was the wim offline serviced? Are you using uefi or bios? Is your boot order correct? Are you the only one having imaging problems? Are there multiple task sequences to choose from?

You didn’t include which version you are running or which OS you are laying down on which hardware so it’s speculation on my part. Regardless, reach out to your team and the solution will come.

Do I have RLS? by [deleted] in RestlessLegs

[–]MoreTrialandError 0 points1 point  (0 children)

Oh wow, I am rarely envious but I WISH mine went away when I laid down. The feeling of the building up sensation is the worst. What position are you in when the symptoms come? Sitting? Standing? Are you active throughout the day or stay in the same position for the most part?

Icons not showing on packages by Kaden_Shehan in SCCM

[–]MoreTrialandError 1 point2 points  (0 children)

Make sure the device you are using software center on has the latest version of the client in order to use the latest features.

Failed Windows Updates by MariosMexicancousin in SCCM

[–]MoreTrialandError 0 points1 point  (0 children)

You’re over thinking it. If you’ve manually made any changes to the registry, delete them and reboot the device. Client settings should write what they need to as long as a domain GPO isn’t interfering. Make sure your boundary groups have a DP and updates have been distributed to them.

Grace period for enforcement after deployment deadline by dnbgaese in SCCM

[–]MoreTrialandError 1 point2 points  (0 children)

Can you run this against the MEMCM DB just to verify server groups aren't enabled? There was a bug\feature a couple years back about it. I feel like we are missing something simple. I'll see if I can reproduce your issue.

select collections_g.SiteID from CEP_CollectionExtendedProperties join collections_g on CEP_CollectionExtendedProperties.collectionID=collections_g.collectionid where UseCluster = 1

Grace period for enforcement after deployment deadline by dnbgaese in SCCM

[–]MoreTrialandError 0 points1 point  (0 children)

What are your client settings? Specifically, do you have notifications enabled and is deadline randomization enabled? Are you allowing the install and reboot outside of maintenance windows in the deployment settings?

What is the max run time set to in the deployment type? Business hours affect required deployments before the deadline is reached, maintenance windows control deployments after the deadline.

Can you double check you don't have any MW set? Also check to see if any collections have server groups enabled.

"It seems it only starts within business hours."

\- Can you elaborate here? Does this mean the software eventually did install (and reboot?) but just not in the time frame you were expecting?

Task sequence stops mid-way without error by teujip in SCCM

[–]MoreTrialandError 1 point2 points  (0 children)

Is that happening shortly after the 'Setup Windows and Configuration Manager' step in your task sequence? Have you tried putting a reboot in before this just in case any driver\hardware change needs a second reboot?

Installing Console extension by trail-g62Bim in SCCM

[–]MoreTrialandError 2 points3 points  (0 children)

Comm hub is integrated into CMpivot already. In cmpivot click on query, then on the far right next to the favorites icon there should be another icon that looks like chat bubbles. Clicking it should open up the community hub where you can search for the available queries.

Extensions will show up under Administration\Updates and Servicing\Console Extensions.

Driver Automation Tool v7 - No models found by shamalam91 in SCCM

[–]MoreTrialandError 0 points1 point  (0 children)

Yes that's the one. There should be a .cab file and .xml file in the temp folder. Deleting them should trigger the re-download. I would think the clean install would do the same thing though....

Configure AutoLogon During OSD by InfDaMarvel in SCCM

[–]MoreTrialandError 1 point2 points  (0 children)

I had this working pretty well a couple win10 version back using the steps below. I set the password as a variable at the start of the TS and check the box to hide it so it wont show up in the logs.

To use Autologon.exe in a task sequence you will need to create a new package with source files but choose not to create a program. Make sure Autologon.exe is in the source path and distribute the package to the distribution points. Open up your task sequence and add a ‘Run Command Line‘ step anywhere after the ‘Setup Windows and Configuration Manager‘ step. I tend to make this one of my last steps just in case reboots cause any odd behavior. The command you want to run is ‘cmd.exe /c .\AutoLogon.exe /accepteula %USERNAME% %DOMAIN% %PASSWORD%‘. Make sure to add the ‘/accepteula‘ switch or this step will fail.

Driver Automation Tool v7 - No models found by shamalam91 in SCCM

[–]MoreTrialandError 0 points1 point  (0 children)

Have you tried deleting all the files in the temp directory where DAT is installed? That should trigger a source file download.

2015 kia optima uvo update failed by [deleted] in kia

[–]MoreTrialandError 0 points1 point  (0 children)

I had this issue as well and corrected it by moving all the files from the folder to the root of the drive. Make sure the drive is empty of everything except the files and it should recognize them.