Jump to content


leusa

Established Members
  • Posts

    32
  • Joined

  • Last visited

Posts posted by leusa

  1. Good morning

    we are using around 250 clients with office 2013 Professional Plus and now i would like to deploy the SP1 via SCCM 2012.

     

    I tried:

    Create Collection (SP1_for_Office_2013ProPlus)

    Created an deployment on the Service Pack that i downloaded first

    added test Clients to the Collection

     

    My Problems:

    1. if the User is not logged in or the Office is open, the installation fails. Do you have a better way to install the Service Pack

    2. i cannot find a nice report where i see which Clients are installed and which have still an old version on.

     

    - i made a query where i check the clients of the Version "equal to 15.0.4551.1509"

     

    how get i the different. All Clients without this Version. in my case i have around 20 different versions of Office 2013 Pro Plus if i search for all Office 2013 Pro Plus.

    If i set the Query to not like This version i get 2000 Clients listed and unfortunately i cannot export the result to an excel where i can set an filter.

     

    I really get comfused :-/

     

    Short what i want:

    - the best way to deploy sp1 to office (best practice)

    - Get an report where i have all clients they need SP1 and an Report where all successfuly installed Clients.

     

    Thanks a lot for your Help

  2. Hello

    Before we used Landesk as our Deployment Server and from now we are using SCCM 2012 R2.

    We have different Subnets and in all this Subnets we have an PXE Server (Workstation or Server)

    on the SCCM Server i Setting up everything for PXE but now im not sure how to change the PXE Settings to the SCCM Server

    Do i have to configure something in the DHCP Settings? or somethin in the Registry? DNS?

     

    Many thanks for your help.

     

    Sascha

  3. Hello

    We are using sccm 2012 R2.

    If i want to Assistance a user i have 3 options to do that.

    - Remote Control

    - Remote Assistance

    - Remote Desktop

     

    but if the user is not logged in or i have to log off and login again for example with an Domain Admin i'm getting disconnected.

    do you know an other tool in SCCM or a way to control a workstation if nobody is logged in?

     

    many thanks for your help.

  4. Hello

    I try do deploy an Application during the Tasksequence but it fails becaus it can't set the Permission with xCACLS.vbs.

    But when i run the Script if im loged in to the installed Windows Machine it works fine. But not during the Task Sequence.

     

    This is the Command Line: Cscript.exe "%~dp0XCACLS.vbs" "%programfiles%\star" /E /T /G BUILTIN\USERS:m /I copy /Q

     

    do you know why it fails or is there an other way to set the Permissions?

     

    Many thanks for your help

  5. Hello

     

    I'm finaly configured SCCM 2012 R2 in our Network.

    Now i would like to see the Loginname and the full Name of the users in the SCCM Admin Console.

    I saw the different Reports, but i didnt found a useful methode.

     

    Because we work a lot with the Computernames and the User name i'm looking for a easy and confortable way to display this.

    How do you solve this in your Company?

     

    Hopefuly somebody can give me an Answer :-9

     

    Many thanks, Sascha

     

  6. Hello

    i'm new in SCCM and we installed the SCCM and EP in our envirement.

    at this time we have only the IT Clients managed with them. (Just for test)

    The problem is, that some Clients are up to date and some are not. When i try to update the failed Clients manualy

    i get the following error

     

    Failed to Update Virus and Sypwaredefinition

    A lot of blablabla and the error code: 0x80240022

     

    And i found the following Error: SMS_Rule_ENGINE

    Error: 8706

    Message: Failed to download one or more content files.

     

    from this 15 clients are 5 with this problem. the other ones are fine.

     

    How can i fix this? where can i find some logs?

    in the Error Log "C:\Windows\SCCM\Logs\EndpointProtectionAgent.log everything is fine...

     

    many thanks for your help

  7. ok, i'm nearly there :-D

    i have mounted the image but im not sure what i have to copy in there now that i get a new boot Image in SCCM

    in the mounted Folder are this folders and some subfolders :-/

    Program Files
    ProgramData

    Users

    Windows

     

    This is what i did until now:

    This is what i did...

    1.copype.cmd x86 c:\winpe_x86

    2.copy c:\winpe_x86\winpe.wim c:\winpe_x86\ISO\sources\boot.wim

    3.Dism /Mount-Wim /WimFile:C:\winpe_x86\ISO\sources\boot.wim /index:1 /MountDir:C:\winpe_x86\mount

     

    on the Technet i saw that i have to integrate the boot files to the sccm... but... what and where?

     

    somebody know what i have to do it now?

     

    sorry for this stupid questions :-D

     

    Thanks

  8. Thank you for this link.

    I made the first steps but at the last 3 steps i have no idea what i have to do.

    1. Extract boot.wim from ..\sources\ Folder and copy to SCCM DP-Share (is it this boot.wim from the SCCM Source CD?)
    2. Integrate boot files from share into SCCM (when i extract the Boot.wim from the CD, which Files should i copy and to where?)
    3. Check boot packages properties and enable "Distribute on PXE DP" on "source" Tab.
  9. Hello everybody

    I guess i made a big mistake. First i tryed to deploy new drivers to the DP and i also choosed the boot Images. After that the deployment went in to a failer

    then i deletet the original Boot Images because i was sure that i can recreate it without problems.

    But i saw, it is not so easy. :-(

    can somebody help me through the recreation of this two boot images?

     

    many thanks for your help

  10. Hello Phil

    Thank you for your answer.

    I made a Package that starts a install.cmd like this:

    @echo off

    rem Install ABC
    rem ----------------------------------------------------------------------------
    "%~dp0setup.exe" /s "%Systemroot%\Logs\ABCinstall.log"

    rem set ODBC Connection
    rem ----------------------------------------------------------------------------
    msiexec.exe /i "%~dp0ABC_ODBC.msi" /quiet /norestart

    rem Change codepage
    rem ----------------------------------------------------------------------------
    chcp 1252>nul

    rem Create shortcut
    rem ----------------------------------------------------------------------------

    if exist "%ProgramFiles(X86)%" goto X86
    copy /y "%~dp0abc.lnk" "%ALLUSERSPROFILE%\Microsoft\Windows\Start Menu\Programs"
    rem rmdir /s /q "%allusersprofile%\Startmenü\Programme\abc"
    goto weiter

    :X86
    copy /y "%~dp0abc.lnk" "%public%\Desktop"
    rmdir /s /q "%ProgramData%\Microsoft\Windows\Start Menu\Programs\abc"

    :weiter

    rem register mscal.ocx / msinet.ocx
    rem ----------------------------------------------------------------------------
    regsvr32 /s %windir%\SysWOW64\MSCAL.OCX
    copy /y "%~dp0PGVFix\MSINET.OCX" %windir%\SysWOW64
    regsvr32 /s %windir%\SysWOW64\MSINET.OCX

    rem set registry rights
    rem ----------------------------------------------------------------------------
    "%~dp0SetACL.exe" -on "hklm\Software\Wow6432Node\ODBC\ODBC.INI" -ot reg -actn ace -ace "n:Domain\domänen-benutzer;p:full"

    rem Change codepage
    rem ----------------------------------------------------------------------------
    chcp 850>nul

    rem set errorlevel to 0
    rem ----------------------------------------------------------------------------
    rem exit /B 0

     

    this script starts first the Setup.exe and for this setup a special domain User have to be loged in (Maybe autologon first)

    in our old deployment system the First Step is to run this script with a current User

    As second step the MSI will start. this should be fine

     

    After this script the following Reg Key is set:

    Windows Registry Editor Version 5.00

    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
    "AutoAdminLogon"="1"
    "AutoLogonCount"="20"
    "DefaultDomainName"=""
    "DefaultUserName"="administrator"
    "DefaultPassword"="xxxxxxxxxxxxxxx"

     

    next step is a reboot

    and and and :-)

     

    I think thats all informations that the appliction needs to install

  11. Hello there

    I have a self made Application, that i have to install on around 100 Clients. It is our main App and it is importend that we can install it via SCCM Tasksequence

    Installationroutin:

    1. we have to "log in" as a special User (for example Domain Admin)

    2. is the user loged in the setup.exe have to run as this Account (in Landesk the option calls "install as current User")

    --> the installation have to be installed "on Screen"

     

    many thanks for your help.

     

    Sascha

  12. Hello

    we are using a central domain where the SCCM Server, DP and everything is installed.

    But we have still 6 different domains / Forests where our Clients are installed.

    Now i have to integrate this domains to the sccm so that i can deploy OS and software to it.

    The Source and the DP are on the same SCCM Server. we are using just one DP...

     

    What else have i to do?

    Which user have to be granted?

     

     

    Many thanks for your help.

     

    best regards, Sascha

  13. Hello everybody

    i'm a bit comfused about the deployment from Software Updates.

     

    My problem is to unterstand how i have to configure the Collections and all the other things i need for the monthly deployment of patches.

    and how i have to deploy the patches to new installed Clients

     

    1. i would like to deploy all approved Patches to the new installed Clients. (via Tasksequence? how have i to configure that?)

    2. Approve all Patches zu a group of test Clients / Server. What is the best workaround? different Collections? :-/

    3. Approve all tested Patches to the Prod Clients

     

    could you give me some advise?

     

    Many thanks

  14. Good Morning

    I solved the problem. But i'm not sure which task it fixed :-/ This morning the Patches where downloadet.

     

    But i guess i made the following:

    http://www.toolzz.com/?p=837

     

    I had exactly the same error. After the change "manual rename" i reinstalled the WSUS and the Sup. in Windows Manager i started the WSUS to set the SQL Instance and the Patch Download folder.

    The next step "Configure WSUS" i canceled.

     

    Many thanks to everyone for your Help ;-)

  15. Hello

    I'm busy installing sccm 2012 on a windows Server 2012 SP1 and SQL 2012

    Everythink works fine, but WSUS makes problem.

    first i installed all the features and the WSUS Role. (i didn't configured the WSUS. i just installed the Role)

    After it i switched to the SCCM Console and added the SUP Role. then i got en error and i removed it again and again.

    still the same problems.

    Maybe somebody can help me to fix it ;-)

    Below i have some Screenshots with the errors.

     

    Thank you ;-)

    post-21314-0-88219900-1382103823_thumb.png

    post-21314-0-92091200-1382103831_thumb.png

    post-21314-0-21449000-1382103838_thumb.png

    post-21314-0-20395600-1382103966_thumb.png

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