Jump to content


Kingskawn

Established Members
  • Posts

    252
  • Joined

  • Last visited

  • Days Won

    3

Posts posted by Kingskawn

  1. Hi all,

    We are on 1803 and I'm trying by all means to finally have a working startmenu layout. For now it's not working and I tried almost everything. I don't see any other methods

    xcopy "Menu\LayoutMod.xml" "C:\Users\Default\AppData\Local\Microsoft\Windows\Shell"  /Q /Y /I

    powershell.exe Import-StartLayout -LayoutPath "Menu\Layout.bin" -MountPath $env:SystemDrive\

    Powershell.exe Import-StartLayout -LayoutPath Menu\Taskbar.xml -MountPath $Env:SYSTEMDRIVE\

    Powershell.exe Import-StartLayout -LayoutPath Menu\LayoutMod.xml -MountPath C:\

    Nothing works and it blocks my mass deployment 😥

  2. 42 minutes ago, anyweb said:

    what exactly are you trying to do ? when you say integrate within the task sequence, what do you want to integrate exactly ? is it Azure AD join ?

    Hi Niall, we received 20 M365 E3 licenses, and we are looking for the easiest way to activate those during or after the staging process. Until now, we did it with our KMS but now everything is changing, and we must follow 🙂 We have CB 1806 but all is on-premise so CB is not configured for Intune, but we already have Azure AD with AAD sync. Users, groups and machines are synced.
    Can you guide us a bit? 😅

  3. We are using CB 1806 on premise with a KMS for the activation of W10 Ent but now we will use cloud based Windows M365 E3 licenses and I don't see how to activate those things and how to integrate this in my TS. Can someone explain it to me?

    • Intune is not configured
    • We have Azure with AAD for the sync between our local AD and Azure AD.
    • We still need to use our GPO on our local AD
  4. Hi all, we have a functionnal Windows 10 TS right now that we are using to migrate our W7 users. The activation goes through a KMS server. We are looking for Windows E3 365 Windows 10 licenses. Can anybody tell me how to activate W10 licences during staging? We now have KMS for Win10 Enterprise x64.

    Thanks

  5. 18 hours ago, GarthMJ said:

     

    And what happens when you run it with the local system account?

    Have you contacted IBM about this yet? 

    I did the testing with a logged admin and running psexec -i -s cmd. I launched the command as in the command line of the TS:

    "Windows_Application\install_acs_64_allusers.js" /Q
    This doens't work when OSD is used. I think the software is failed (in the TS) because it doesn't finish in time. We now will use the app deployment toolkit to have a better control and logging. Maybe we discover something new.

    I already tried command-lines:

    waithidden cscript.exe //nologo //e:jscript .\Windows_Application\install_acs_64_allusers.js /Q

    cscript.exe //b "\Windows_Application\install_acs_64_allusers.js" /Q

  6. We migrated from 2007 to 2012 and at the same time to a new domain. In the old domain we had a gpo with a site assignement. In the new domain it isn't used anymore. The new clients which are installed through 2012 have been changed to the old domain we discovered by local IT.

    The catch is how we can list all those wrong assigned clients?

     

    I want to solve this by executing a simple batch file which will delete the registry keys and restart the ccm service:

    :Delete assignment keys
    REG DELETE "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\SMS\Mobile Client" /v "GPRequestedSiteAssignmentCode" /f
    REG DELETE "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\SMS\Mobile Client" /v "GPSiteAssignmentRetryInterval(Min)" /f
    REG DELETE "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\SMS\Mobile Client" /v "GPSiteAssignmentRetryDuration(Hour)" /f
    
    :Restart the CCM service
    net stop ccmexec
    net start ccmexec
  7. The error code is depending how much updates you install I see? There's a calculator here http://www.msierrors.com/tag/dpinst/

     

    I've got 0x80000000 (no drivers to install) and then 0x40000405 (4 drivers installed). This code is given at the end of the logfile in %windir%\dpinst.log. Is it possible to give a list of error codes? like

     

    if intret = "0x40000101" or intret = 1073742081 or "0x40000405" or "0x80000000" then

  8. I use the latest version of sccm and we lately installed ADK10 (10.0.10586.0). Now there seems to be a problem with integrating nic and storage drivers through the console for those boot images. Is that correct? We have Win7 an Win8.1 deployed with ADK8.1 and now we need to import nic drivers with dism instead of the console.

    Is the only solution to downgrade ADK again to 8.1 or to wait for a fix?

  9. I tried already to block the access to the keyboard and mouse but it's only working if the computer restarts which is not ideal. Following keys were used:

     

    REM Disable Keyboard and Mouse
    SET SERVICES=HKLM\SYSTEM\CurrentControlSet\Services
    REG ADD %SERVICES%\kbdclass /v Start /t REG_DWORD /d 4 /f
    REG ADD %SERVICES%\mouclass /v Start /t REG_DWORD /d 4 /f

  10. I have a batch file with chained tasks (uninstall -> install). The user cannot start outlook and IE in the meantime, which some do. Therefor I want to make a script displaying the progress of the installation or just block the screen (freeze keyboard) with a message on the screen.

     

    Is this possible? Does anybody have this already?

  11. I tried my TS here in the HQ and a collegue tried the same on a remote site (remote DP) and it's failed from the partition step. I worked last week. I've got this error:

     

    The task sequence execution engine failed executing the action (Partition Disk 0) in the group (Install Operating System) with the error code 2147942487

    Action output: ... volumes

    Found a VDS software provider

    Querying for IVdsSwProvider

    Querying for packs

    Found a VDS pack

    Querying for IVdsPack

    Querying for volumes

    Found a VDS volume

    Querying for IVdsVolumeMF

    Querying for access paths

    Found a VDS volume

    Querying for IVdsVolumeMF

    Querying for access paths

    Found a volume with access path 'C:\'

    Querying for IVdsVolume

    Querying for IVdsVolumeMF

    FALSE, HRESULT=80070057 (e:\qfe\nts\sms\framework\tscore\diskvolume.cpp,1463)

    CVolume::Format( sDrive.c_str(), (*iter)->getFilesystem(), (*iter)->getVolumeName().c_str(), 0, (*iter)->getIsQuickFormat() ? CVolume::foptQuick : 0, FormatProgressCallback, NULL), HRESULT=80070057 (e:\nts_sccm_release\sms\client\osdeployment\osddiskpart\main.cpp,1003)

    FormatPartitions(oDisk), HRESULT=80070057 (e:\nts_sccm_release\sms\client\osdeployment\osddiskpart\main.cpp,1279)

    Format failed (0x80070057)

    Failed to format drive C: (0x80070057)

    Failed to format partition(s) for disk 0 (0x80070057)

    OSDDiskPart.exe failed: 0x80070057. The operating system reported error 2147942487: The parameter is incorrect.

     

    Never had such a problem

  12. Peter, 10th line

     

    %THISDIR%setup.exe /adminfile %THISDIR%\updates\custom.MSP

     

    Package contains:

    admin

    catalog

    lync.en-us

    lyncentry.ww

    office.en-us

    office64.en-us

    proofing.en-us

    updates

    setup.dll

    setup.exe

    install.cmd

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