Jump to content


ludi2014

Established Members
  • Posts

    75
  • Joined

  • Last visited

Posts posted by ludi2014

  1. 12.01.2017


    Issues in Windows 7 convenience rollup KB3125574 .V4


    I build Windows 7 Image for one of my customers with Convenience Rollup KB3125574 .V4

    I tried enable Bitlocker wit SCCM task sequence on Lenovo T460s computer with Windows 7 Image.


    Its was not possible enable bitlocker on machine.

    I tried to enabled with powershell in SCCM Tasksequence but nothing help me..



    After few hours troubleshooting I found Convenience Rollup KB3125574 .V4 has included KB2799926.



    I build new Windows 7 image with WSUS without Convenience Rollup KB3125574 .V4 and everything works.



    • Like 1
  2. HI

    can be many reasons for Error Code 0x80070002....Are you sure you have right smsts.log

     

    When window installer image does not appear when in task sequence.

    Error Code 0x80070002, can be you have to define the network access account.

    The Network Access account is used only for accessing the content and not for running the task sequence.

    clear the network access account,and then re-add the access account

    0x80007002 can also be an error when the NIC drivers are not installed from the...

     

     

    kind regards

    Safet Grahic

  3. HI

    If you discovering groups and groups include other groups and user.......its give some point to DB.

     

    I set user discovery on a small subset OU and told it to look in groups. Unbeknownst to me, authenticated users, or a group like it, is a member of one of those groups and my “All Users” collection is discovering waaaaaaaaaaay more users than sccm needs to have in it..

    kind regard

    Safet Grahic

    http://www.learnmesccm.com/

    https://www.linkedin...ahic/a0/842/b21

  4. I recommend doing the following :

    1. Remove the Reporting Service Point from SCCM

    2. Delete C:\Program Files\SMS_SRSRP

    3. Delete the ReportServer and ReportServerTMP Databases thru SQL Management Studio

    4. Make Sure "NT Service\ReportServer" has sysadmin and public as Service Roles under the Logins Folder.

    5. Open Report Server Configuration Manager and recreate the Report Services Databases. Make sure you are using the "ReportServer" builtin account under the Server Account section.

    6. Reinstall the Report Server Point in SCCM using the Window Server's builtin Administrator account. Use this account in both sections of the wizard.

    7. Check all of the "SRS" related logs in the C:\Program Files\Microsoft Configuration Manager\Logs directory. Make sure there are no errors.

    8. Check the http://sccmserver/reports and SCCM console to make sure the reports appear.

     

    kind regard

    Safet Grahic

    http://www.learnmesccm.com/

    https://www.linkedin...ahic/a0/842/b21

    .

  5. Hi

     

    Try this

     

    Select the site under administration > site configuration > sites

    - Opened Hierarchy Settings (second button on top left corner)

    - Enabled the "Use a fallback site" checkbox and selected my only site from the list

    - Enabled the the two checkboxes in "Automatic Client Upgrade" tab to automatically upgrade clients and enable prestaged content for SCCM client package.

     

    kind regard

    Safet Grahic

    http://www.learnmesccm.com/

    https://www.linkedin...ahic/a0/842/b21

  6. He Gays

     

     

    SCCM 2012 -Master Level 500-Learn with workflows.

     

    Workflow-Create Software Package in SCCM 2012 with powershell manually .

     

    Here is my workflow .I wont create Install and Unistall Software Package for Microsoft Office 2013 in SCCM 2012.

     

    img27.jpg

     

    Below are the steps we will follow

    1.Create Packages Console Folder for (PKG-Install Microsoft Office 2013 and PKG Unistall Microsoft Office 2013)

    2.Create Packages (PKG-Install Microsoft Office 2013 and PKG-Unistall Microsoft Office 2013 in PKG Unistall Microsoft Office 2013 - console folder )

    3.Create Packages Programs (PRG Install Office 2013 X64 and PRG Install Office 2013 X86) and PRG Unistall Office 2013 X86_X64

    4.Set Package and Programs parameters(like Microsoft ,2013,English and programs parameters like hidden from user, disk space requirements for Package ,)

    5. Move created package and programs to right console folders.

    6.Distribution of Software package to Distributio Point or DP Groups.

    Here is screen dump what i wont acomplish.

     

    imgE3.jpg

    Continue here :

    http://www.learnmesccm.com/windows/sccmPowershell.html

     

  7. Hi

     

    OSDDomainName variable does not work as expected

    In the case of UDI, the OSDDomainName task sequence variable is case-sensitive.

    WORKAROUND: When setting the OSDDomainName value through a task sequence step or in CS.ini, it must be an exact match to the domain value set in the UDI configuration file.

     

    kind regard

    Safet Grahic

    http://www.learnmesccm.com/

    https://www.linkedin...ahic/a0/842/b21

  8. hi

     

    $RegPath = "HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon"
    Set-ItemProperty $RegPath "AutoAdminLogon" -Value "1" -type String
    Set-ItemProperty $RegPath "DefaultUsername" -Value "DomainName\Administrator" -type String
    Set-ItemProperty $RegPath "DefaultPassword" -Value "Password" -type String

    kind regard

    Safet Grahic

    http://www.learnmesccm.com/

    https://www.linkedin...ahic/a0/842/b21

  9. HI

    Are you using SQL Experss for primary site .Is some rectrictions on SQL Experss vs SQL standard.

     

    Primary and secondary not host same sql database.Typicaly primary is located on Cluster/DB or local if is small setup.

    Secondary has own SQL Experss database.

    be shure primary sql version and secondary is same buid number.

     

    kind regard

    Safet Grahic

    http://www.learnmesccm.com/

    https://www.linkedin...ahic/a0/842/b21

  10. hi

     

    1.Check the Firewall Enabled or Disabled if enabled,allow the port to talk to site server.

    2.Check Boundaries (could be (AD site or IP Range or IP Subnet) of the Agent are specified in the site server

    3.Schema extension and ensure attributes published into AD system management container (you can see component status if there are any errors while updating the system Management container with attributes)

    4.Check the if there no DNS issue in the client and that client is able to resolve the SCCM server NetBIOS as well as FQDN without any issues.

    5. Check if the Client is able to talk to Management Point or not using the following Links.

    http://<SCCMSER/SMS_MP/.sms_aut?mplist —-should give you blank page

    http://<SCCMSER/SMS_MP/.sms_aut?mpcert——should give you some random numbers

    6.Check if WMI is working or not if not try repairing the WMI by stopping WMI service and renaming repository folder (C:\Windows\System32\wbem) and start the service.

    If the above test fails make sure that MP is working fine. You can check mpcontrol.log on the site server to find the error and make sure that the same works.

    take look to

    CCMSETUP.LOG is any error

    kind regard

    Safet Grahic

    http://www.learnmesccm.com/

    https://www.linkedin...ahic/a0/842/b21

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