Jump to content


baramine44

Established Members
  • Posts

    6
  • Joined

  • Last visited

Everything posted by baramine44

  1. Hello all, I use this script during my OSD deployment for prompt the computer name : set env = CreateObject("Microsoft.SMS.TSEnvironment") env("OSDComputerName") = env("_SMSTSMachineName") If InStr(1,env("OSDComputerName"),"MININT",1) then Name = inputbox("Computername" ,"Computername:",env("OSDComputerName"),400,0) env("OSDComputerName") = Name env("ComputerName") = Name env("HostName") = Name End If That's work perfectly but if the computer is already know in SCCM database, this script re-uses the name ... is there a way to modify that ? I want the pop-up always appear .. Thanks you
  2. I have remove and create ..same error And new application : same error "Install application action failed: 'Adobe Reader'. Error Code 0x80004005 InstallApplication 21/03/2013 15:10:39 2888 (0x0B48)" "NotifyProgress received: 16 (Application failed to evaluate ) InstallApplication 21/03/2013 15:10:38 4068 (0x0FE4)"
  3. Hello all, After install Sp1 on my SCCM infrastructure with one primary site on Windows 2008 R2, i cannot install applications in a Task Sequences, no issues when i install application with sccm client; SMTS.log: Rejecting ScopeId_D5B876B3-FEA7-4E75-8C49-905CD706E12C/RequiredApplication_4da8704f-b44a-4de0-83bf-a25f0e8c380a/3 due to evaluation error Execution status received: 16 (Application failed to evaluate ) InstallApplication 20/03/2013 19:20:59 2448 (0x0990) Install application action failed: 'Adobe Reader'. Error Code 0x80004005 InstallApplication 20/03/2013 19:20:59 2448 (0x0990) I have no condition before deploying applications.. y have try lot of applications ... Can you help me ?
  4. I have exactly the same error : for update my Forefront Client, i must use "WSUS Update" I think there is a mistake in this tutorial because if you to update FEP via SCCM, you must create a Software Update point on your server, and this role represent a WSUS point. That's why you muste select "WSUS Update". But i don't understand the selection : "Update from Configuration Manager" in the policy of Malware Default" Yo
×
×
  • 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.