Jump to content


terraj01

Established Members
  • Posts

    14
  • Joined

  • Last visited

  • Days Won

    1

terraj01 last won the day on February 13 2016

terraj01 had the most liked content!

terraj01's Achievements

Newbie

Newbie (1/14)

1

Reputation

  1. I have just built out a new sccm CB environment running alongside my 2012 r2. we have a server in our DMZ that is used as an MP, DP and SUP. I am trying to replication this for our CB environment. I have finally got all the Firewall ports opened that are required. I started installed the roles but am having a few issues. ADSI Edit isn't getting updated - Service account is used and has proper rights but nothing update my wsus on prem is working but on my dmz server the content folder is empty. I have enebled the whole site to use HTTPS. if anyone has any good links they have used I would greatly appreciate hearing of them or any suggestion. seeing these errors in the Component status: WSUS Control Manager failed to monitor WSUS Server "local.DMZ". WSUS Control Manager failed to configure proxy settings on WSUS Server "local.DMZ". MP Control Manager detected MP is not responding to HTTP requests. The http error is 2147500037.
  2. i was just using SQL to see what kind of results I would be getting to verify if I was doing things right. that is how I learned I wasn't getting the results I wanted and need to filter out the users that have multiple machine that its only installed on one of their devices.
  3. Looking for some help for SQL query to build a collection. I want to deploy software to a users Primary machine based on if they are in a specific security group. So far my query in sql works as expected but i have some users who have both a laptop and a desktop while others have just either a laptop or desktop. so i want to limit it to something like if the user shows up twice then just add the users laptop to the collection. This is what i have so far SELECT UserGroupName.ResourceID, UserGroupName.User_Group_Name0, v_R_User.Mail0, v_R_User.User_Name0, v_R_System.Name0, v_R_System.DeviceOwner0, v_R_System.Is_Assigned_To_User0 as [Assigned], v_R_System.Last_Logon_Timestamp0, v_R_System.User_Name0 as [Sys_UserName] FROM v_RA_User_UserGroupName as UserGroupName left join v_R_User on v_R_User.ResourceID = UserGroupName.ResourceID left join v_R_UserGroup as Usergroup on Usergroup.ResourceID = UserGroupName.ResourceID left join v_r_system on v_R_System.User_Name0 = v_R_User.User_Name0 where UserGroupName.User_Group_Name0 like 'Domain\SecurityGroup%' I know i can deploy directly to the user group but that will still yield the same results as it would deploy to both the users system if they are primary devices. i figured this would be the best way to do it. if someone has another way i am open to that also.
  4. I am having a weird issue. I have server 2012 r2 with sccm 1610 installed, and ADK 10.1.14393.0. I just installed MDT 6.3.8443.100 no issues there. but when I try to run the configure configmgr integration part I get the following error: Copied binaries for ConfigMgr 2012 to D:\Program Files\Microsoft Configuration Manager\AdminConsole\\Bin Copied extension files for ConfigMgr 2012 to D:\Program Files\Microsoft Configuration Manager\AdminConsole\\XmlStorage\Extensions Successfully connected to WMI namespace \\SCCM-Primary\root\sms Located the provider for site <SiteCode> on server SCCM-Primary.YellGlobal.net Validated site server and site code. Unhandled exception: System.ComponentModel.Win32Exception (0x80004005): The specified executable is not a valid application for this OS platform. at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo) at System.Diagnostics.Process.Start(ProcessStartInfo startInfo) at Microsoft.BDD.Wizards.Utility.Run(String cmd, String args) at Microsoft.BDD.Wizards.SCCM_ConfigureRemove.CompileActionsMOF(StringBuilder& output, Int32& errorCount, Int32& warningCount) at Microsoft.BDD.Wizards.SCCM_ConfigureRemove.ApplyChanges(String& errorMessage)   Operation completed with warnings or errors. Please review the output above. I have uninstalled and reinstalled MDT, Removed the MDT Extensions from Config Manager and put them back. the issue still occurs. any one have any thoughts because I am stumped?
  5. I am having a weird issue. I have server 2012 r2 with sccm 1610 installed, and ADK 10.1.14393.0. I just installed MDT 6.3.8443.100 no issues there. but when I try to run the configure configmgr integration part I get the following error: Copied binaries for ConfigMgr 2012 to D:\Program Files\Microsoft Configuration Manager\AdminConsole\\Bin Copied extension files for ConfigMgr 2012 to D:\Program Files\Microsoft Configuration Manager\AdminConsole\\XmlStorage\Extensions Successfully connected to WMI namespace \\SCCM-Primary\root\sms Located the provider for site <SiteCode> on server SCCM-Primary.YellGlobal.net Validated site server and site code. Unhandled exception: System.ComponentModel.Win32Exception (0x80004005): The specified executable is not a valid application for this OS platform. at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo) at System.Diagnostics.Process.Start(ProcessStartInfo startInfo) at Microsoft.BDD.Wizards.Utility.Run(String cmd, String args) at Microsoft.BDD.Wizards.SCCM_ConfigureRemove.CompileActionsMOF(StringBuilder& output, Int32& errorCount, Int32& warningCount) at Microsoft.BDD.Wizards.SCCM_ConfigureRemove.ApplyChanges(String& errorMessage)   Operation completed with warnings or errors. Please review the output above. I have uninstalled and reinstalled MDT, Removed the MDT Extensions from Config Manager and put them back. the issue still occurs. any one have any thoughts because I am stumped?
  6. I am trying to come up with a solution for our hot swap systems that we have sitting powering on with our core build on it. the systems don't have any departmental software installed on them so I thought the best way would be when the machines are building add them to a specific question during the OSD build process that will have the departmental software Task sequence available to it. then the techs would be able to log in and run the needed task sequence so the user will have all their apps. then I figured remove the system from that collection. if anyone has any thoughts or is willing to share how they handle this in their organization it would be greatly appreciated.
  7. I ended up just creating a new task sequence and everything works fine.
  8. Its all the drivers for a dell e5450 windows 7 x64. it works fine in one task sequence but not another.Start executing an instruction. Instruction name: Dell Latitude E5450. Instruction pointer: 24 TSManager 2/9/2016 9:29:16 PM 1504 (0x05E0) Set a global environment variable _SMSTSCurrentActionName=Dell Latitude E5450 TSManager 2/9/2016 9:29:16 PM 1504 (0x05E0) Set a global environment variable _SMSTSNextInstructionPointer=24 TSManager 2/9/2016 9:29:16 PM 1504 (0x05E0) Set a local default variable OSDAllowUnsignedDriver TSManager 2/9/2016 9:29:16 PM 1504 (0x05E0) Set a global environment variable _SMSTSLogPath=X:\windows\TEMP\SMSTSLog TSManager 2/9/2016 9:29:16 PM 1504 (0x05E0) Evaluating an AND expression TSManager 2/9/2016 9:29:16 PM 1504 (0x05E0) Evaluating a WMI condition expression TSManager 2/9/2016 9:29:16 PM 1504 (0x05E0) Namespace = root\cimv2 TSManager 2/9/2016 9:29:16 PM 1504 (0x05E0) Query = select * from Win32_ComputerSystem where Model like 'Latitude E5450%' TSManager 2/9/2016 9:29:16 PM 1504 (0x05E0) Expand a string: root\cimv2 TSManager 2/9/2016 9:29:16 PM 1504 (0x05E0) Expand a string: select * from Win32_ComputerSystem where Model like 'Latitude E5450%' TSManager 2/9/2016 9:29:16 PM 1504 (0x05E0) The WMI condition expression is evaluated to be TRUE TSManager 2/9/2016 9:29:16 PM 1504 (0x05E0) The AND expression is evaluated to be TRUE TSManager 2/9/2016 9:29:16 PM 1504 (0x05E0) The condition for the action (Dell Latitude E5450) is evaluated to be true TSManager 2/9/2016 9:29:16 PM 1504 (0x05E0) Expand a string: osddriverclient.exe /install:CAS00606 /unsigned:%OSDAllowUnsignedDriver% TSManager 2/9/2016 9:29:16 PM 1504 (0x05E0) Expand a string: TSManager 2/9/2016 9:29:16 PM 1504 (0x05E0) Command line for extension .exe is "%1" %* TSManager 2/9/2016 9:29:16 PM 1504 (0x05E0) Set command line: osddriverclient.exe /install:CAS00606 /unsigned:%OSDAllowUnsignedDriver% TSManager 2/9/2016 9:29:16 PM 1504 (0x05E0) Start executing the command line: osddriverclient.exe /install:CAS00606 /unsigned:%OSDAllowUnsignedDriver% TSManager 2/9/2016 9:29:16 PM 1504 (0x05E0) !--------------------------------------------------------------------------------------------! TSManager 2/9/2016 9:29:16 PM 1504 (0x05E0) Expand a string: WinPE TSManager 2/9/2016 9:29:16 PM 1504 (0x05E0) Executing command line: osddriverclient.exe /install:CAS00606 /unsigned:%OSDAllowUnsignedDriver% TSManager 2/9/2016 9:29:16 PM 1504 (0x05E0) ============================[ OSDDriverClient.exe ]============================ OSDDriverClient 2/9/2016 9:29:16 PM 1444 (0x05A4) Command line: "osddriverclient.exe" /install:CAS00606 /unsigned:true OSDDriverClient 2/9/2016 9:29:16 PM 1444 (0x05A4) Driver path is C:\_SMSTaskSequence\drivers OSDDriverClient 2/9/2016 9:29:16 PM 1444 (0x05A4) Driver-signing policy cannot be configured on this operating system. An administrator must always authorize the installation of unsigned drivers or a driver from a publisher that is not yet trusted. OSDDriverClient 2/9/2016 9:29:16 PM 1444 (0x05A4) Applying driver package "CAS00606". OSDDriverClient 2/9/2016 9:29:16 PM 1444 (0x05A4) Succeeded loading resource DLL 'X:\sms\bin\x64\1033\TSRES.DLL' OSDDriverClient 2/9/2016 9:29:16 PM 1444 (0x05A4) ResolveSource flags: 0x00000000 OSDDriverClient 2/9/2016 9:29:16 PM 1444 (0x05A4) SMSTSPersistContent: . The content for package CAS00606 will be persisted OSDDriverClient 2/9/2016 9:29:16 PM 1444 (0x05A4) sPackageLocation.empty() == false, HRESULT=80070002 (e:\qfe\nts\sms\framework\tscore\resolvesource.cpp,3598) OSDDriverClient 2/9/2016 9:29:16 PM 1444 (0x05A4) Empty location for package: _SMSTSCAS00606 OSDDriverClient 2/9/2016 9:29:16 PM 1444 (0x05A4) TS::Utility::ResolveSource( pszPackageId, sSource ), HRESULT=80070002 (e:\nts_sccm_release\sms\client\osdeployment\osddriverclient\driverinstaller.cpp,472) OSDDriverClient 2/9/2016 9:29:16 PM 1444 (0x05A4) Failed to determine the driver source location. Code 0x80070002 OSDDriverClient 2/9/2016 9:29:16 PM 1444 (0x05A4) pDriverInstaller->InstallDriverPackage( sPackageId, pBootCriticalInfo ), HRESULT=80070002 (e:\nts_sccm_release\sms\client\osdeployment\osddriverclient\osddriverclient.cpp,380) OSDDriverClient 2/9/2016 9:29:16 PM 1444 (0x05A4) Failed to provision driver. Code 0x80070002 OSDDriverClient 2/9/2016 9:29:16 PM 1444 (0x05A4) Exiting with return code 0x80070002 OSDDriverClient 2/9/2016 9:29:16 PM 1444 (0x05A4) Process completed with exit code 2147942402 TSManager 2/9/2016 9:29:16 PM 1504 (0x05E0) !--------------------------------------------------------------------------------------------! TSManager 2/9/2016 9:29:16 PM 1504 (0x05E0) Failed to run the action: Dell Latitude E5450. The system cannot find the file specified. (Error: 80070002; Source: Windows) TSManager 2/9/2016 9:29:16 PM 1504 (0x05E0)
  9. yes each model is separated out with a query for the model to apply the proper driver.
  10. I have an interesting one. I created a driver pack for a dell e5450 copied my production TS and added the drivers to it. Let it run drivers installed fine. So I added the step to my production TS and the drivers don't install the logs say it can't find the content. Any ideas because I am scratching my head.d
  11. I have been talking to sell and the tech has been nice. He told me to use the dell sub nic it will work. I kept telling him the startech used to work. He called startech and came back with in order for their nic to work the drivers have to be available in the bios. I asked him is he can confirm if dell made changes to the bios since it no longer works. I doubt I will get an confirmation on that one.
  12. we got these in too did you find anything that worked for the pxe boot?
  13. I have the driver install during my Task sequence. should it be on the winpe or OS wim
  14. I am somewhat new to the build and taking it over from someone that has left. We have a Windows 7 build process that is working fine. we just got a new model laptop Dell XPS 13 9350. the Task sequence runs puts the OS down starts the sccm client install. once that reboot occurs the system blue screens. thinking there might be something wrong with the system as I am trying to do a win 10 build I tried that on the system and it works just fine. 0x0000007b (0xfffff880009a97e8, 0xffffffffc0000034, 0x0000000000000000, 0x000000000000000) anyone have some suggestions?
×
×
  • 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.