Jump to content


anyweb

Root Admin
  • Posts

    9182
  • Joined

  • Last visited

  • Days Won

    366

Everything posted by anyweb

  1. here's your hint, if you look at part 1, the ConfigureADDS.ps1 script configures ADDS (active directory domain services) and then creates a new script, and then restarts the server and runs the new script after the restart. you could use that method to achieve the same thing
  2. if you restart the server, and run the pre-req again what does it say ? if it's still the same attach the log here.
  3. is anything else waiting for a restart on this computer like windows updates or something ? or somethign stuck in the registry ?
  4. you'd need to look at my PowerShell script for installing SQL Server 2017, and configure it to produce the output you require, then test it.
  5. Good afternoon! I study these cool manuals, Very cool! thanks ! the goal is to learn how to setup ConfigMgr in a lab from start to finish, either using manual methods or automated using PowerShell, the goal of the GPO is simply to allow you to automate the making of a user as a local admin on the ConfigMgr server, it's optional
  6. to download scripts from windows-noob.com you need to be logged on as a member of windows-noob.com, now you are so try again please.
  7. ALTARO FREE Webinar + FREE ebook - Save your seat Many people still don’t know the difference between Office 365 and Microsoft 365 and to be honest it’s not immediately clear because the names don’t really give much away. However, for businesses, and those managing IT environments, it’s important to understand the implications of choosing one over the other. Luckily, Altaro are hosting a free webinar presenting the two options, their respective merits, and to ultimately help you figure out which is best for you. As with all Altaro webinars, questions are highly encouraged so if you want to directly address which package suits the specifics of your environment during the session, you can feel free to ask! The webinar will be presented by Microsoft MVP Andy Syrewicze and Microsoft Certified trainer and Consultant Paul Schnackenburg on October 1st and registration is completely free. All webinar attendees will also receive a free 50+ page eBook on Office/Microsoft 365 containing critical user information! To receive the eBook, all you need to do is attend the webinar - Save your seat The webinar will be presented live twice on October 1st so you have two chances to attend. First session: 2pm CEST/8am EDT/5am PDT Second session: 10pm CEST/4pm EDT/1pm PDT. It’s a nice touch from Altaro to present the webinar twice and enable as many people to join live. I will be attending the webinar, so I’ll see you there! - Save your seat!
  8. I've seen upgrades fail when SEP is installed, disabling it was not enough we had to uninstall it, reboot and try again is there anything different about this site versus the other ?
  9. uninstall Symantec, reboot, then try the upgrade again
  10. i see these messages SQL MESSAGE: - Found UpgradeViewMapping exists, previous upgrade may have failed. Try to revert some of the objects related to DVIEW $$<CONFIGURATION_MANAGER_UPDATE><09-13-2019 12:12:33.914-180><thread=4296 (0x10C8)> followed by... INFO: Executing SQL Server command: < declare @t table (ObjectKey nvarchar(512) , ObjectTypeID int) insert into @t (ObjectKey, ObjectTypeID) select distinct ID, TypeID from vRBAC_AllItemsID where TypeID IN (select ObjectTypeID from RBAC_ObjectOperations where OperationName=N'Set Security Scope'); insert into RBAC_CategoryMemberships (CategoryID, ObjectKey, ObjectTypeID) select N'SMS00UNA', ra.ObjectKey, ra.ObjectTypeID from @t ra left join (select distinct ObjectKey, ObjectTypeID from RBAC_CategoryMemberships ) rcm on ra.ObjectKey=rcm.ObjectKey and ra.ObjectTypeID=rcm.ObjectTypeID where rcm.ObjectKey IS NULL; > $$<CONFIGURATION_MANAGER_UPDATE><09-13-2019 12:24:26.852-180><thread=4296 (0x10C8)> ERROR: Failed to execute SQL Server command, SQL Server error <>~ $$<CONFIGURATION_MANAGER_UPDATE><09-13-2019 12:24:26.852-180><thread=4296 (0x10C8)> *** [HY007][0][Microsoft] Associated statement is not prepared $$<CONFIGURATION_MANAGER_UPDATE><09-13-2019 12:24:26.853-180><thread=4296 (0x10C8)> ERROR: Failed to assign default objects to default security scope(FinalSqlOperations). $$<CONFIGURATION_MANAGER_UPDATE><09-13-2019 12:24:26.853-180><thread=4296 (0x10C8)> Failed to update database. $$<CONFIGURATION_MANAGER_UPDATE><09-13-2019 12:24:26.854-180><thread=4296 (0x10C8)> is there any third party antivirus software installed on this server ? are you doing the upgrade as the same user as on the other primary ?
  11. ok sorry about the delay, busy working, from first (quick) looks it looks like your logs are way too small and therefore missing details (such as the info we really need to see to diagnose this_), so you'll need to modify the ccmsetup command line to increase the log file size this will show you how to do that once done, deploy a machine again and capture the new logs, attach them here cheers niall
  12. it all depends on what you mean 'forcing systems over to the new environment' means, for example do you have client push enabled and boundaries defined ? i'd suggest you take a look at this guide I wrote recently to get a good understanding of the different discovery methods and enabling them.
  13. hi is this primary under a CAS ? can you attach the cmupdate.log please...
  14. on your extensions tab, what does your CRL Distribution Point (CDP) list ?, attach it here...
  15. I did this 8 part series several times in separate labs to be 100% sure of the result and it always worked, so i know it works. You might have done something incorrectly or missed a step, as regards requesting a certificate via a webbrowser, i didn't cover this in my guide but if you try it you'll see the following text, i've bolded the interesting bit... does that explain things ?
  16. have a look at the comments at the end of Part 8 here
  17. creating a dp and enabling pxe are two separate things, so are you trying to enable pxe ? is WDS installed ?
  18. here you go https://docs.microsoft.com/en-us/sccm/core/plan-design/configs/site-and-site-system-prerequisites#bkmk_2012dppreq
  19. what does the smsts.log file tell you ? and the netsetup.log in %windir%\debug
  20. here's some info about it https://social.technet.microsoft.com/Forums/windows/en-US/1323ea44-7f8d-41b7-a258-ae4c1d6c12ee/slow-wim-winpe-download-via-pxe-tftp-with-sccm-wds?forum=configmgrgeneral and here http://blog.danovich.com.au/2011/07/28/slow-sccm-osd-tftp-pxe/
×
×
  • 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.