-
Posts
9212 -
Joined
-
Last visited
-
Days Won
367
Everything posted by anyweb
-
interesting error: DrvLoad: Unable to load Xxxxxxxxxxxxxxxxxxxx\ThinkPad T450s\ki111247.inf (Error 0x80070070). when i see what 0x80070070 means i get this There is not enough space on the disk. Source: Windows ----- so could your boot image be lacking space due to (lack of ram) or is the storage issue on your hard disc.
-
Password Protect a Task Sequence?
anyweb replied to thadkew's question in Frontends, HTA's and Web Services
the password is in the script, there is no username here's the actual password as referenced in the script, you can change it from 'password' to something more suite for your environment If MyPass = "password" then env("ALLOWOSDBUILD") = "YES" End If -
you integrate MDT in order to gain access to the additional functionality that MDT integration provides, so continue using SCCM to deliver boot images etc but leverage MDT integration for more features. take a look at my post here to get some ideas How can I deploy Windows 10 with MDT 2013 Update 2 integrated with System Center Configuration Manager (Current Branch) How can I install Windows 10 language packs offline with an MDT Integrated Task Sequence in System Center Configuration Manager (Current Branch)
-
please post questions that arn't related to the original thread in their own post.
-
SCCM 1601- Build a Windows 1o Enterprise
anyweb replied to Sokoban's question in Deploying Windows 10, Windows 8.1, Windows 7 and more...
did you enable command support in your boot images ? -
without more info and the smsts.log file it's hard to troubleshoot, but are you sure the script itself is running ok ? at the point where it fails, bring up a command prompt, and run the script manually, does it work without error ?
-
how did you restore the site after the disc failure, did the operating system need a reinstall ? what operating system is this installed on and was WSUS patched with the required updates to allow the Upgrades category to correctly display in the SUP ? is the Service Connection Point role configured for Online mode ?
-
SCCM 1601- Build a Windows 1o Enterprise
anyweb replied to Sokoban's question in Deploying Windows 10, Windows 8.1, Windows 7 and more...
press f8 when it fails and attach the smsts.log file -
How can I establish expert task sequence
anyweb replied to thrqureshi's topic in Configuration Manager 2012
it sounds like you need to do a lot of work to understand task sequences and how they can be customized for your needs, it also sounds like you need to learn about MDT integrated UDI task sequences, i'd suggest you start looking here. -
try this in a cmd prompt gpresult /h results.html then open results.html in Internet Explorer
-
SCCM 1601- Build a Windows 1o Enterprise
anyweb replied to Sokoban's question in Deploying Windows 10, Windows 8.1, Windows 7 and more...
not according to this Warning: Matching Processor Architecture Boot Image (0) not found SMSPXE 2016-05-27 14:25:49 4456 (0x1168) the message means it cannot find a boot image matching the architecture of the machine that is booting, so check again, that you have enabled for PXE both boot images (x86 and x64) and distributed them to your distribution points... -
Microsoft Intune subscription
anyweb replied to Pavan Kumar's topic in System Center Configuration Manager (Current Branch)
If you have a hierarchy, you must install this role on the CAS server as described here -
SCCM 1601- Build a Windows 1o Enterprise
anyweb replied to Sokoban's question in Deploying Windows 10, Windows 8.1, Windows 7 and more...
did you distribute both the x86 and x64 boot images ? -
How do I add a PowerShell entry in Task Sequence?
anyweb replied to afaik's topic in Configuration Manager 2012
can you show me a screenshot of your configmgr version (about, version) the Run PowerShell script step comes with ConfigMgr R2, so you should have it, however, did you update your console after upgrading ? -
How do I add a PowerShell entry in Task Sequence?
anyweb replied to afaik's topic in Configuration Manager 2012
-
How do I add a PowerShell entry in Task Sequence?
anyweb replied to afaik's topic in Configuration Manager 2012
what version of SCCM are you using ? -
what error do you get, can you attach the smsts.log
-
SCCM 1601- Build a Windows 1o Enterprise
anyweb replied to Sokoban's question in Deploying Windows 10, Windows 8.1, Windows 7 and more...
there's your problem Warning: Matching Processor Architecture Boot Image (0) not found SMSPXE 2016-05-27 14:25:49 4456 (0x1168) make sure to distribute (and enable for pxe) both architecture boot wim's