Jump to content


Rocket Man

Moderators
  • Posts

    1,009
  • Joined

  • Last visited

  • Days Won

    26

Everything posted by Rocket Man

  1. Is the Precision system within the same boundary/network as Latitude? Have you tried re-distributing the package SP1000D6 which is currently on version 9? You could also try and re-create the TS. https://social.technet.microsoft.com/Forums/en-US/5065a37f-99e3-4017-8832-a3f27d5a735f/content-location-request-for-xxxxxxx-failed-code-0x80040102?forum=configmanagerosd
  2. If you want to use a new Boot file on an already existing TS then you have to change the boot file it is using by selecting the properties of the TS and change it. When creating a new TS just select the new boot file at time of TS creation on bootfile option. As stated
  3. There should be no need to remove the old boot file from the DP, just distribute new boot file to the DP with the above configs and then just edit your last deployed TS to the unknown Computer collection and any TS's that are deployed out to custom collections to use the new boot file. This will allow any OSD clients to use the new boot file and you also keep your old one on the DPs if needed for any reason down the line. Your CM version would need to support WinPE10.0 also.
  4. As far as I remember Uefi boot does not work when you have DHCP options configured, it didn't on the DP locations that I had configured DHCP options on. Remove them and try the boot then. You would need to use IP helpers instead.
  5. is the win 10 NIC driver for this model not a 1219-LM driver? http://www.dell.com/support/Article/ie/en/iebsdt1/SLN303069/EN#five
  6. Probably better to use a title filter like Security Monthly Quality Rollup if it is what Config Mangler has suggested is the issue. The update classification for the monthly quality Rollups is now Security Updates
  7. Is SQL 2012 SP2 not a minimum requirement for any version of CM CB install?
  8. Is this all one query with & between the queries and one driver pack? If its one driver pack with a multitude of drivers in it for different models drop the & and simply use OR, so the above would be queried like: Select * FROM Win32_computersystem Where Model LIKE "%Hp Compaq Elite 8300 SFF%" OR Model LIKE "%HP Z240 SFF Workstation%" OR Model LIKE "%HP Compaq Elite 8300 SFF%"
  9. Have you looked at using the hidden task sequence method? https://www.windows-noob.com/forums/topic/6456-how-can-i-deploy-a-hidden-task-sequence-in-configuration-manager-2012-sp1/ Give your Japan team the deployment ID of their TS and the Euro team the Deployment ID of their TS. This is probably limited to one TS available per boot, but if you have numerous geographical TS's i:e 5 for Japan & 5 for Europe then you issue the IDs with the TS names i:e Win7 Japan, Win 8.1 Japan, Win 10 Japan etc etc .... then its up to the team to enter in the ID for the relevant TS. EDIT: Its not limited to one available TS per boot .....bit of work required for set up but should work for what you need! https://www.windows-noob.com/forums/topic/10374-how-can-i-make-multiple-hidden-task-sequences-available-on-demand-in-configuration-manager-2012-r2/
  10. Have you tried setting Registry checks options in TS. If a certain Adobe CC registry key does not exist then run the TS if it does exist it should bypass as it will only run if registry key not exists. Test it out first and take note that the key in below snippet is not an authenticate key, just an example so do not use!
  11. This is why I asked and now I am confused as stated previously it's not on the task sequence you set this its on the unknown collection as a collection variable as per the guide If you take a look further down the guide I have submitted a vbs script that will also do the naming for you. Just create a package from the vbs script no need for a program, distribute to DP(s). On your deployed Task Sequence apply a run command line step directly after partition disk step and in the command line task simply enter in the name you called the script i:e PromptForSystemName.vbs and then in the package option of this task select the vbs script package. Example:
  12. What is it that your task sequence variable does to the imaging process?
  13. If you have enabled unknown computer support on your PXE DP then you add the OSDComputerName collection variable to the built-in Unknown computer collection as per this guide There are scripts available also if you read further through the guide that does the naming for unknown Computers also.
  14. Have you tried injecting the Windows 10 NIC driver for this model of laptop into the boot file? Are you importing the OS drivers for various models the same way using DoubleDriver? If so there are dell cab packs available for SCCM import here for a stream of DELL models: Here Also the majority of manufacturers now provide a driver bundle for their models for importing when using an SMS system like CM. If injecting the W10 NIC driver does not work you could create a new x64 boot file and then import the WinPE10.x64 cab file into it from the site attached and try it for booting your laptop.
  15. Where are you obtaining the NIC drivers from? What version of CM are you running currently?
  16. Here is more relevant information on the topic. Looks like the ADR will have to be adjusted if only wishing to deploy Monthly Rollup which does contain the security updates! EDIT: More on the dotNET Reliability Monthly Update
  17. I suspect if you have a windows 7, windows 8.1 filter and superseded NO filter it should pull down the relevant cumulative update for that cycle. It sounds like it will be easier to manage and systems will be much easier managed in relation to update compliance but granularity is adios, you either install the cumulative update with all updates embedded in it or you don't. No rolling back certain updates you have to uninstall the cumulative convenience update as a whole.... time will tell
  18. Maybe this can help, lots of questions and answers, so I presume this is related to SCCM managing WSUS also https://blogs.technet.microsoft.com/windowsitpro/2016/08/15/further-simplifying-servicing-model-for-windows-7-and-windows-8-1/ This only takes affect from this month so it will be good to see what the ADR pulls down this patch Tuesday!
  19. If you are not using answer file then you must of captured your wim file? If so did you capture it on a VM (only supported way to do so if deploying out to different models-NO driver contamination) or physical hardware? Also how are you applying the drivers, packages appropriate to your models with WMI query? Also maybe try moving the apply driver task directly after apply OS and before apply network settings.
  20. No problem at all. (apologies for the incorrect download link ) At the rate CM is changing, it's learning curve for all CM admins
  21. And have you tried Configuring them to check to see if this resolves your content location issues? BTW.....I would think that the clients will not know which boundary it is a member of likewise the DP for content distribution if you don't specify/configure a boundary(s)
  22. Have you tried %machinename%? Make sure that this local account administrator is not disabled as it does be by default? If using another local account make sure its a member of the local administrators group on the systems.
  23. Rocket Man

    Time to deploy

    This is set on the deployment of a sequence as below: Take note to avail of this option you have to configure all packages associated with the task sequence to copy to distribution point share on the Data Access tab of the package as seen below: Remember as Peter has stated by doing this you will consume more disk space on the DPs by making it available for clients to directly access. If you are limited to space then you could just configure your image.wim file this way and continue to use the task sequence deployment settings as download first. You can set this in the task sequence editor on the apply OS Task and set it to access directly as below:
  24. Rocket Man

    Time to deploy

    Depends on your network infrastructure, how may deployments at a time, PCs\laptops hardware, and how you are deploying i:e access content directly or download content first. 3 hours does seem a little excessive against the software you have listed in ether deployment configurations.
  25. Hi hope this all helps: Here This is the solution I used for Surface Pros and works a treat. Only difference I used the SMSTSPOSTACTION task in WINPE portion of sequence to execute the script at login of the device as this gave me time to join our 802.1x wifi before executing the pop up script so the device can talk back to CM over wifi to remove the MAC after script is executed. BTW it would be recommended not to deploy any TS out to all systems, you could be looking for trouble doing this. Create a custom collection either direct or query with the devices you want to refresh!
×
×
  • 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.