Jump to content


jbudd0649

Established Members
  • Posts

    31
  • Joined

  • Last visited

  • Days Won

    2

jbudd0649 last won the day on April 3

jbudd0649 had the most liked content!

Recent Profile Visitors

4864 profile views

jbudd0649's Achievements

  1. We are a small school district in northern VA, every summer we wipe and reload all of our Windows PC's so that the students and staff have a fresh PC at the beginning of the year. Each school has a task sequence unique to their building for software programs. All software is being deployed via the package model during the TS. I recently upgraded our server to CM 2503. We do not use intune nor do we have any type of cloud presence. We have been imaging PC's this way for years. This issue just started after upgrading to version 2503. We are experiencing a high rate of failure deploying the task sequences. When I look at the smsts logs I am getting error 800706ba. The error happens randomly, one PC will fail on Office 2021, and another will fail on adobe reader. There isn't a consistent failure on one specific package. I have tried re-distributing all of my software packages and I have verified that there are no firewalls between the clients and my SCCM server and DP's. We did notice that the Task Sequence fails less frequently on PC's that are directly connected to a core switch. In many of our buildings we have a lack of network drops, so we utilize the ethernet pass through on the back of our cisco phones to provide a connection to the staff PC. If we plug the PC directly into the wall drop instead of the phone our chances of a successful TS completion is much better, but still not perfect. Again, this is a brand new problem after upgrading to 2503. I have attached a snippet of the smsts log. Obviously this could be network related, but since this just started with the latest version of SCCM, I am just trying to rule out any issues that could be caused by the SCCM environment before I go to my network team. SMStslog.log
  2. Worked like a charm. Thank you. I will give Copilot a shot next time.
  3. I am deploying Windows 11 24H2 in our environment, but I have a rather annoying issue. When my OSD TS reaches the "Setup Windows and Configuration Manager" task, the PC reboots and all of the rest of the TS is hidden behind the "Just a moment" black screen. If the user is patient, the OSD completes like normal. The problem is that users are sitting down and seeing the "just a moment" screen and rebooting the PC. This causes a bunch of issues. Yes, I realize this is a user issue, but I am trying to make my life easier. I have searched extensively on Google and keep finding people talking about adding a reboot after the "Setup Windows and Configuration Manager" step or using an unattend.xml file that skips the OOBE step. If I add a reboot into the TS I get the progress screen back, but apps that I am deploying fail to install with the 87d00269 error. This is only an issue with applications, packages install just fine. I haven't tried the unattend.xml route yet because I have been reading that this is now unsupported. Has anyone got this working reliably with a supported method? Or if the unattend.xml is the way to go, which settings do I need to apply? The articles I have found are all for Windows 10 and have very different recommendations. I am running MECM 2409, Windows ADK 10.1.26100.2454, Client 5.00.9123.1011 Thanks for your help
  4. Thanks, Is an SMSID the same as a Windows SID? I ran the following command against my domain controller: ntdsutil "sec acc man" "co to se dc1@mydomain" "check dup sid" q q The command created an empty log file. I assume that means ntdsutil couldn't find any duplicate SID's. My collection currently only has directly added members. When I first encountered the problem I was using a name query in the collection rule, but again, the collection only had 163 members and the software package was getting installed on PC's that were not showing as being members of the collection. If it was a problem with the query, I would have expected to see those PC's in my collection that were unintentional.
  5. I did indeed. The application is called GoGuardian. I created a GoGuardian collection and deployed the package only to that collection. I had a query rule running based on PC name, the collection only had 163 clients. When I looked at the status messages for the deployment I saw clients that were not in the collection. I deleted the automatic query rule and manually added clients to the collection. I then re-created the deployment, again only targeting the GoGuardian collection. When I came in this morning and checked the status messages, I no longer see random clients installing the software. I don't understand why PC's outside of the collection would have gotten the software, maybe there was a problem with my query rule, but that doesn't explain why the random PC's got the software but didnt show as being part of the collection.
  6. I have a new software package that is only supposed to be installed on PC's in a specific collection. I configured the collection to query based on PC name. I have 163 members in the targeted collection, and for some reason the app is appearing on PC's that do not appear in the collection. I can see that the software package is only being deployed to the one collection. I have never seen this behavior before. Any ideas?
  7. I fixed the issue. I'll leave my solution here for anyone that might have the same issue in the future. I ended up running my Windows 11 build and capture task sequence over again but this time I added a step after the Setup Windows and Configuration Manager to set the power plan to High performance in my base image. Then I used the new base image with the High Performance power plan in an OSD task sequence. The PC stayed awake through the whole TS so I just added a step at the very end of the TS to set the power plan back to balanced. I use SCCM to control the Power settings of all devices so I am not sure if it was necessary to manually set the PC back to balanced, but at any rate my issue is solved. Thanks
  8. I have a OSD Task Sequence for Windows 11 22H2 being deployed to new Dell Optiplex 7000's. The Dell's are going to sleep during the "Setup Windows and Configuration Manager" step of the Task sequence. I have checked the "Run as high performance power plan" box in the more options tab, but the PC still goes to sleep. I have also tried using a run command to set the power plan to high performance "PowerCfg.exe /s 8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c". The run command works fine in Windows PE, but doesn't persist when the task sequence boots into Windows to start the setup phase. I tried adding the run command right before the setup phase and right after the setup phase. No matter where I put the run command it doesn't seem to matter. If I don't touch the mouse or keyboard before the PC goes to sleep the TS halts. Once I shake the mouse it will continue where it left off. If I put the run command just above the "Setup Windows and Configuration Manager" It runs fine and if I hit F8 and run "powercfg /getactivescheme" it shows that the system is in high performance mode, but then when the system reboots into the installed OS the powerscheme has reset to balanced. If I put the run command after the "Setup Windows and Configuration Manager" step, then the pc goes to sleep because it runs after the fact. I guess I am asking how to set the powerscheme to high performance once the PC has booted into the installed OS but before the "Setup Windows and Configuration Manager" portion starts to run. I saw some posts from years ago on Reddit talking about connected standby and using a registry setting to change it to disabled, however I still don't know where to put the reg tweak in my TS and it seems like the adition of the "Run as high performance power plan" option was supposed to fix this. Thanks
  9. I am using the WOL Proxy in our environment. When the machines are completely powered off the WOL proxy service wakes them with no problem and they run updates and TS's with no problem. However, if they are in sleep mode the WOL proxy service is not able to wake them. I have updated the BIOS on my PC's and enabled WOL and disabled the advanced sleep states like S4. I cannot figure out why the machines will wake when completely powered off but wont wake from Sleep. We are running Windows 7 enterprise 32x. Thanks
  10. In our environment I have 1 primary site server running the SUP role and 5 DP’s, 1 at each of the buildings connected to our WAN. Originally I was installing updates during business hours. I made sure all of my deployments had the Suppress reboots on Servers and Workstations option selected. I also chose to hide all notifications. I expected that the SCCM clients would install updates and keep on kicking like normal without the user having any idea what is happening. Instead I saw that the updates were being installed but the users were being forced to reboot the PC’s. This is a problem for obvious reasons. I tried to extend the grace period for the reboot in the device settings to 8 hours with a 20 minute timer that couldn’t be closed. This didn’t help any, users still complain about reboots during the day and they HATE the dialogue that can’t be closed. In order to remedy this, I configured a maintenance window from 1:00 AM-4:00 AM. I enabled the send wake up packets on all deployments and also enabled the wake up proxy in the client settings. I tested to make sure that clients would indeed wake to run the deployment. I no longer have users complaining about reboots, however when I look at the compliance on the deployments, they are showing TERRIBLE compliance. Out of 2176 machines only 247 are compliant. I can’t figure out why. My best guess is that during the maintenance window my PC’s are either not waking, or they are out of the building (We have a lot of laptops). Or they are not rebooting for some reason. I would like to go back to installing updates during the day because I know all machines will be in the building and powered on, but I don’t want to make the users unhappy with mandatory reboots. Is there a way to configure the SCCM client to allow the users more control over the reboots? I would like the client to notify the user that a restart is required, but I don’t want it to force the reboot. I have seen screen caps online of a dialogue that allows the user to “snooze” the restart for a given amount of time, but have never seen it myself or figured out how to turn it on. I have attached images from google to this post. Thanks for any reply's or help.
  11. I'm still having issues with this. I have triple checked all of my packages and deployments. I have scheduled them all to install at 1:00 Am. I made my maintenance windows 12:00-3:00 AM. I configured a scheduled task to run at 3:00 AM to shutdown the PC's. When I look at the event logs I see the PC's powering on at 12:00 Am, I see the auto shutdown task at 3:00, and then at 3:01 the PC's start right back up. Some times I see them start at 5:00 AM for no reason. Any ideas? Thanks
  12. I think I figured it out. I had an update deploying at 3:00 AM. I'm assuming that the PC's are waking for the update at 3:00 AM, since 3:00 is outside the maintenance window they aren't doing anything but sitting there.
  13. I'm having issues with our Maintenance windows. I have configured my collections with a recurring maintenance window. The window lasts from 1:00 AM to 3:00 AM. All of my deployments are configured to send wake up packets. I have an automated shutdown task that runs every night at 8:00 PM. When I come in in the morning the PC's are all powered up because we have disabled all the sleep settings. The problem is when I look at the event logs I see the PC's are starting up at 3:01 AM everyday. I can't figure out why the PC's are ignoring the maintenance window, and instead starting exactly 1 minute after. Any ideas?
  14. Thanks. Ill give that a try.
  15. I have enabled Wake Proxy in my environment, I am trying to figure out a way to manually trigger a wake up signal without using a deployment. I downloaded the now micro right click tools and there is an option to WOL, however when I use this tool it only wakes PC's that are on my local subnet. Is there a way to manually trigger a system to wake up using the WOL proxy function?
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.