Jump to content


keilamym

Established Members
  • Posts

    68
  • Joined

  • Last visited

  • Days Won

    3

Posts posted by keilamym

  1. if this is a reimage, i would try running disport on the machine. that should get rid of the your error message. open a command prompt and run these commands

    Diskpart
    Select disk 0
    Clean
    Convert gpt
    Create partition efi size=200
    Assign letter=s
    Format quick fs=FAT32
    Create partition msr size=128
    Create partition primary
    Assign letter=c
    Format quick fs=NTFS
    Exit
    

     

     
  2. if the batch file is copying the files, then sccm wont perform any throttling.  It's essentially like you copying the files manually.

    As an alternative, use the file location as a package source and you can have sccm download the files into the local cache then run the command to install from there. In that case the download will be throttled. Does that make sense?

  3. 2nd question

    Inside the task sequence, there is an "Join Domain or Workgroup" option where you can have the device join a domain. I have never used it separately from imaging but I don't see why it wouldn't work for what you want to do. I would try to have it perform the backup, restore, then add to the new domain. 

    keep in mind you have to have an account on the new domain so SCCM will have rights to add the device. 

    • Like 1
  4. 1st question - we have two separate task sequence. 
    1st  at 6pm

    • disable bitlocker
    • restart computer
    • request state store
    • capture user state
    • re-enable bitlocker

    2nd at 2am

    • request restore state
    • restore "customize how it's restored"
      • "we have custom .xml files"

     Lastly, in the Assets and Compliance section, you will see the "User State Migration" section. That is how you associate the FROM computer and the TO computer. Associate the computers / users and let the tasks run

    • Like 1
  5. i had a very similar issue a while ago. 

    when I removed PXE WDS got removed but when i enabled PXE, it never got reinstalled and the log file continued to say "WDS is not installed" 

    I fixed mine by "removing the PXE check box, waited for the uninstall to complete and rebooted the server", I then installed WDS manually once complete, I then enabled PXE and it started working.

  6. If all you did was create a new program, you will not need to update the DPs again.

    Since you attempted to I stall the package already, make sure you select "always rerun" when creating the deployment. (this is for troubleshooting, not when you move to large scale production deloyment)

    You can check the execmgr.log to see if the matching is trying to run the program.

    You can also check the ccmcache folder to make sure the correct files have been downloaded.

    Lastly, if you dont want to do any of those, you can recreate the package and program and start over.

    (hope this helps..please ignore typos, I'm half sleep)

×
×
  • 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.