keilamym
Established Members-
Posts
68 -
Joined
-
Last visited
-
Days Won
3
Everything posted by keilamym
-
your welcome.
-
this site will show you how to create the .ISO then use rufus to put the .iso on boot media.. I use USB drives http://www.sccm.ie/configure-sccm-2012/17-create-a-boot-image-for-os-deployment-without-pxe-environment
-
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
-
the media that your using to boot off of doesnt match the boot file associated with that task sequence. if you update the boot media, that message will go away
-
application management Error 1309. Error reading from file
keilamym replied to DMobley232's topic in Configuration Manager 2012
i'd copy it out the sccm cache folder, and launch it from another location (as admin) if it doesn't work, then it's probably not an sccm issue.- 1 reply
-
- mandatory profiles
- wondows 10
-
(and 36 more)
Tagged with:
- mandatory profiles
- wondows 10
- cb1910
- sccm
- cross-forest
- multi-domain
- sccm
- cmg
- azure
- sup
- client
- sccm
- dp
- office 365 updates
- query or collection in sccm
- gpo
- sccm cb
- database
- sccm cmdlets
- sccm client
- powershell
- wmi
- sccm
- client settings
- console
- dell
- 7212
- imaging
- osd
- defaultuser0
- configmgr
- sccm
- admin tools
- current branch
- manageengine
- patch connect plus
- configuration manager
- non microsoft updates
-
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?
-
Yes. You can throttle package downloads to clients via client settings. You can throttle the bandwidth setting when sending packages to the DP. Right click on the DP, properties and I think it's the last tab. Sorry but I'm not at my desk right now.
-
Multiple Task Sequence for PXE Boot
keilamym replied to MagnumVP's topic in Configuration Manager 2012
you can have multiple task sequences. The visibility of the task is reliant on the machine seeing the deployment. i would verify the device is either unknown (not in sccm) of in the Deploy Windows 10 collection. -
i created an offline package to run USMT outside of SCCM but have never run it in our MDT server. you could probably run it in MDT but creating an association would be an issue. I'll look at it tomorrow.
-
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.
-
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
-
you can run the BDEHDCFG.EXE command to prep the partition for example: BDEHDCFG.EXE -QUIET -TARGET DEFAULT
-
Unable to Pxe after OS Import attempt
keilamym replied to mikey090txx's topic in Configuration Manager 2012
got it. well glad you fixed it -
we use USMT in this way everyday to deploy new devices backup old machine at 6:30pm / restore to new machine 2am do you have a specific question?
-
Unable to Pxe after OS Import attempt
keilamym replied to mikey090txx's topic in Configuration Manager 2012
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. -
Unable to Pxe after OS Import attempt
keilamym replied to mikey090txx's topic in Configuration Manager 2012
when you update the bootwim, sccm will use the last uploaded file for PXE requests so make sure the one you created / added last, is the one you want to use, and its PXE enabled. also, im assuming you checked the smspxe.log when you say log file right? -
Unable to Pxe after OS Import attempt
keilamym replied to mikey090txx's topic in Configuration Manager 2012
the new ADK will come with new boot.wim files. did you enable it to get deployed from a PXE enabled DP? -
Capture Failed The data is invalid 8007000D
keilamym replied to gk13's topic in Configuration Manager 2012
SCCM 1710 does not fully support Windows 10 18.x. -
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)
-
SCCM query to find shortcut on public desktop
keilamym replied to dj3094's topic in Configuration Manager 2012
FYI when using the LIKE command, you need to add the % variable. Here are a couple examples SMS_G_System_SoftwareFile.FileName like "%foo.lnk"- will show all files with foo.lnk SMS_G_System_SoftwareFile.FileName like "%.lnk" - will show all files with .lnk you get the idea -
awe sorry.. you mean in software updates. it's not listed in my console and i just checked the Microsoft catalog and didn't see it there either.
-
YES. https://support.microsoft.com/en-us/help/4054530/microsoft-net-framework-4-7-2-offline-installer-for-windows
-
Computer outside the domain and network
keilamym replied to Peter John's topic in Configuration Manager 2012
technically yes but not just out the box. you'll need to configure IBCM (Internet Based Client Management), Cloud Management Gateway or Intune. IBCM and Cloud Management Gateway both require PKI certificates and I believe Intune requires Azure. Someone can correct me on that one if Im in correct.