Add computer to a collection durint OSD

Hi Guys,
How can I add a newly deployed computer to a collection during OSD, using a task sequence step.

Hi,
You will have to use a script, here is a blog post with instructions and a script to do it for you.
http://blogs.msdn.com/b/vinpa/archive/2010/09/01/how-to-add-a-known-unknown-computer-to-a-specified-collection-during-os-deployment.aspx
Regards,
Jörgen
-- My System Center blog ccmexec.com -- Twitter
@ccmexec

Similar Messages

  • Add single computer to multiple collections listed in a file

    Good afternoon,
    I am trying to figure out how to add a single computer to multiple collections based on the contents of a file. Basically, I have a frontend hta for deployments. On that hta are checkboxes for various bits of software that should be installed, for example
    MS Office. When the hta is submitted, if a software checkbox is checked it writes to a text file on the server indicating it was checked. Once the deployment is completed a script is run via a status filter rule. The intent is for that script to read the file
    on the server and add the computer that was just imaged to the collections identified by the checked boxes.
    Obviously I am not having much luck which is why I am here looking for a bit of help.
    Here is the code that I am working with..both the while and foreach version
    $file = New-Object System.IO.StreamReader -Arg $path
    while ($line = $file.ReadLine()) {
    Add-CMDeviceCollectionDirectMembershipRule -CollectionName $line -Resourceid $ClientName
    $file.close()
    foreach ($line in (Get-Content $path)) {
    Add-CMDeviceCollectionDirectMembershipRule -CollectionName $line -Resourceid $ClientName
    I have found that if I manually assign a value to $line everything works as expected, but if I try to read from the file and use either a while or foreach loop it fails.
    I can enter a quick write-host and see that the value of each line is being returned as I would expect it but the system just returns the following error for each one:
    Add-CMDeviceCollectionDirectMembershipRule : No object corresponds to the specified parameters.
    I am sure that there are better ways to do this and I am sure there are cleaner ways to code it, but I am not a Powershell guru so please be kind. ;)

    "-Resourceid $ClientName" is not correct because ResourceID != Clientname. See
    http://technet.microsoft.com/en-us/library/jj850102(v=sc.20).aspx There is no parameter that accepts the name of the client.
    Torsten Meringer | http://www.mssccmfaq.de
    Thank you for the suggestion, but that is not the issue. As mentioned in the first post, if I manually assign the collection variable value it works without issue. This is to include *without* changing the $Clientname.
    Previously in the script, which was not shown is the following:
    $Clientname = (Get-CMDevice -Name $Clientname).ResourceID
    If I do a Write-Host $Clientname after that line of code I am returned the correct numeric value. That said, part of my troubleshooting *before* I posted here was to hardcode the numeric resource ID of the client which did not change anything unless the
    value of the collection variable was manually set or the variable replaced with the collection name.
    So, any ideas as to why it is not able to read and process collection names from a text file?

  • SCCM 2007 OSD to add computer account to domain

    Running SCCM 2007 R2 OSD to add computer account to domain has always been working, until recently after I added Intel 217/218 NIC drivers to the PE boot image.
    The task sequence "Apply Network Settings" runs successfully though. It broke other TS steps too, such as enabling BitLocker, because, I guess, if the computer is not domain-joined, it won't be able to write recovery key to AD. I can use the same
    network account to manually add the computer to domain. This doesn't seem to be a network issue, because the NIC drivers are applied, and software installation in the TS runs with no issue.
    Here's the deployment log:
    ==============================[ OSDNetSettings.exe ]===========================
    Command line: "osdnetsettings.exe" configure Setting %SystemRoot% to "D:\Windows"
    Loading existing answer file "D:\Windows\panther\unattend\unattend.xml"
    Configuring global network settings
    Join type: 0 Joining domain: MyDomainName
    Getting namespace "Microsoft-Windows-UnattendedJoin" for architecture "amd64"
    DNS domain:  DNS domain search order:  IP filter sec enabled: false
    No adapters found in environment. 
    Performing global configuration only.
    Writing configuration information to D:\Windows\panther\unattend\unattend.xml
    Successfully saved configuration information to D:\Windows\panther\unattend\unattend.xml
    Configuring "OSDNetSettings.exe finalize" to run on first boot OSDNetSettings
    finished: 0x00000000
    Thanks and regards.

    Running SCCM 2007 R2 OSD to add computer account to domain has always been working, until recently after I added Intel 217/218 NIC drivers to the PE boot image.
    The task sequence "Apply Network Settings" runs successfully though. It broke other TS steps too, such as enabling BitLocker, because, I guess, if the computer is not domain-joined, it won't be able to write recovery key to AD. I can use the same
    network account to manually add the computer to domain. This doesn't seem to be a network issue, because the NIC drivers are applied, and software installation in the TS runs with no issue.
    Here's the deployment log:
    ==============================[ OSDNetSettings.exe ]===========================
    Command line: "osdnetsettings.exe" configure Setting %SystemRoot% to "D:\Windows"
    Loading existing answer file "D:\Windows\panther\unattend\unattend.xml"
    Configuring global network settings
    Join type: 0 Joining domain: MyDomainName
    Getting namespace "Microsoft-Windows-UnattendedJoin" for architecture "amd64"
    DNS domain:  DNS domain search order:  IP filter sec enabled: false
    No adapters found in environment. 
    Performing global configuration only.
    Writing configuration information to D:\Windows\panther\unattend\unattend.xml
    Successfully saved configuration information to D:\Windows\panther\unattend\unattend.xml
    Configuring "OSDNetSettings.exe finalize" to run on first boot OSDNetSettings
    finished: 0x00000000
    Thanks and regards.

  • How to add books to a Collection directly

    The way the software seems to work, you add books to the library, then add them to a collection.
    This will not work for me, as I have thousands of books, all neatly sorted in directories. If I add them all, I will have to manually figure out which collection to put them in.
    Is there a way to add books directly to a collection?

    The following article gives instructions on how to create and add to collections on your Sony Reader:
    http://www.kb.sony.com/selfservice/micr ... 0226098574
    There currently is no method for converting a computer's folder structure to create collections on your Reader automatically, you will need to transfer the files first and then add them to collections.

  • Using a security group to add members to the collection question

    Hi,
    I have a collection created in SCCM 2007 that is using a security group for membership. So I added a computer to the security group in AD but when I go to SCCM and click on the collection I dont see the computer in the collection. Should it show here or
    because it is a security group based membership will it not show the members?
    THanks!

    Details from Active directory are added to SCCM database through discovery methods. Please ensure that AD security group discovery and AD system discovery are enabled in the primary site. If they are enabled, check the frequency set for these discovery
    methods. Once you added these computers to the AD group, you need to wait till the next discovery cycle before it appears in SCCM collections. Till that point, SCCM database will not have information about the group memberships of these computers

  • Ways to add photos to a collection?

    When editing images (meaning, performing selects/rejects) I like to use collections. Is there (or can there be) a better way to add images to a specific collection other than dragging & dropping? It might be beneficial to have a contextual menu to send selected photos to an existing collection. As it stands, there's an option to add to a Quick Collection or to find what collections a particular image currently resides in. I don't like using Quick Collections, especially if I have several collections that one image might go into, so it would just double my work to go from Quick Collection and then into the collections I really wanted in the first place.
    Is what I'm looking for possible? If not, is that something anyone else here would find useful? What's the method of requesting features from Adobe?

    You can press "B" to add to a quick collection for temporary use and then move the entire quick collection to a permanent collection later if you needed to.
    edit sorry i missed the OP.  Disregard

  • Add members to a collection

    Collection1:Test
    SELECT apex_item.checkbox(10,c001) order_id
                 , apex_item.display_and_save (12, c002) QTY
                 , apex_item.display_and_save (14, c003) UNIT_PRICE
            FROM   apex_collections
            WHERE  collection_name = 'Test'
    ....Collection2:
    SELECT * FROM (SELECT apex_item.checkbox(20,c001,'UNCHECKED') SELECT
                 , apex_item.display_and_save (22, c002) QTY
                 , apex_item.display_and_save (24, c003) UNIT_PRICE
            FROM   apex_collections
            WHERE  collection_name = 'source')
    ....The above query is used to generate a report.
    Requirement: I want to add records to the collection TEST (below javascript function and ondemand process created) from other collection (SOURCE) based on checked item (order id) value from another report which is based on another collection.
    function callprocess(){
    var arr_f20=new Array();
    var ajaxRequest=new htmldb_Get(null,&APP_ID.,'APPLICATION_PROCESS=test',0);
    arr_f11=document.getElementsByName('f20');
    for(i=0;i<arr_f20.length;i++){
      if(arr_f20.checked){
    ajaxRequest.addParam('f01',arr_f20[i].value)
    var ajaxResult=ajaxRequest.get(); alert(ajaxResult);
    ajaxRequest=null;
    BEGIN
      FOR i in 1..APEX_APPLICATION.G_F01.COUNT LOOP
      apex_collection.add_member (p_collection_name => 'Test', p_c001=> APEX_APPLICATION.G_F01(i));
      END LOOP;
    END;I am successfully being able to add 1 member (p_c001). But I am not being able to figure out how to add other members ie, p_c002,p_c003 to the collection TEST
    Thanks for the help!
    Regards,
    Ved

    Hi Ved,
    to add members to a collection you should use this command:
    apex_collection.add_member(
    p_collection_name => 'Test',
    p_c001 => APEX_APPLICATION.G_F01(i),
    p_c002 => APEX_APPLICATION.G_F02(i),
    p_c003 => APEX_APPLICATION.G_F03(i)
    Question
    - the column APEX_APPLICATION.G_F01, does it contain rownum or an ID of the primary key of the table?
    if pk then you have to change the code like this:
    apex_collection.add_member(
    p_collection_name => 'Test',
    p_c001 => APEX_APPLICATION.G_F01(i),
    p_c002 => APEX_APPLICATION.G_F02(APEX_APPLICATION.G_F01(i)),
    p_c003 => APEX_APPLICATION.G_F03(APEX_APPLICATION.G_F01(i))
    TIPP
    - you should use upper case names for your collection then you are not running into an error (not finding collection), because when you query your collection you would enter something like:
    SELECT c001 test1, c002 test2, c003 test3
    FROM APEX_collections
    WHERE collection_name = collection_name
    the name of your collection is always changes to upper case when creating the collection.
    so in any query for selecting rows of your collection you have to use the upper case of your collection_name,
    regards,
    Denise
    www.appsassociates.de

  • SCCM 2012 Security to allow users to add resource to a collection

    Hi,
    I need to permission IT Support staff so they are able to add computers to certain collections in SCCM 2012. I created a new Role and assigned the following permissions under "Collection"
    Read, Modify, Modify Resource, delete resource, read resource, Modify Collection setting, read AMT.
    Also allowed read at site level.
    Users are still unable to add computers to a collection ? Any ideas why ?
    I did read a previous post which said something about also having to permission users to the limiting collection but this doesnt make sense, and sounds insecure.
    Thanks

    Here is a solution that should work for you. Perform this on a test account with only the security role you are going to change for your users in question.
    Create a new collection that is a copy of your collection limiting collection mentioned above.
    Set the limiting collection of this new collection to something other than the limiting collection it defaults to, which is the copied collection.
    Select the collections to which you wish to grant Add Resource permissions to and set their limiting collection to this new collection.
    Within your Administrative user or group properties, specify this new limiting collection and the collections you wish to allow Add Resource permissions under the "Associate assigned security roles with specific security scopes and collections - don't forget
    to add your security scope.
    Apply the changes and test - don't forget to restart the console of your test account.
    This does a couple things - it allows the Add Resource function to the specific collections you wish for the specific Administrative user/group you wish.  It does NOT allow modify on the limiting collection. And it separates the specific collections
    you tag as being modifiable by the specified group.
    We had the same issue in our environment - need a specific group to be able to Add Resource to a single specific collection which was being limited by the All Workstations collection.  Allowing modify to the All Workstations collection allowed modifications
    to any collection limited by All Workstations. So I came up with the solution above, tested against my test accounts and it works as I needed.
    Hopefully this will solve your issue and give you some options going forward.

  • Orchestrator Active Directory Add Computer to Group

    Having trouble with the Add Computer to Group activity. I can't seem to find the right reference for an OU in my active directory forest (/Servers/KC). Any help?
    William Busby, PMP

    Hi William,
    you can use the "Get Computer" and "Get Group" Activities to get all the information for the Group and Computer including the Distinguished Name. In the Filter tab of the two "Get-Activities" you can filter with name and other things.
    The you can right click on the field for the Distinguished Names in the "Add Computer To Group" Activity and click Subscribe -> Publihed Data and choose the Distinguished Names you get as result from the Activities before.
    Regards,
    Stefan
    German Orchestrator Portal ,
    My blog in English

  • How to add "Computer Description" locally to 300 Servers in our domain via PowerShell.

    I'd like to use Powershell to add "Computer Description" locally to 300 Servers in domain.
    I found a solution here which works but it adds "Computer Description" only to a single computer.
    http://social.technet.microsoft.com/Forums/windowsserver/en-US/a777f07c-f9be-4eb5-8788-de7e5c068411/changing-computer-descriptions-remotely-using-powershell?forum=winserverpowershell
    I do have a CSV file with two column headers "Server" and "Description" containing Computer Description for all 300 Servers. 
    I'm new to Powershell and would appreciate a step by step method.
    Thanks.
    st

    Hi Mike Laughlin,
    Your Script worked beautifully on most Servers.
    There were some Servers on which it did not work. It showed this error in red color:
    Get-WmiObject : The RPC server is unavailable. (Exception from HRESULT:
    0x800706BA)
    At line:2 char:17
    +     $OSValues = Get-WmiObject -Class Win32_OperatingSystem -ComputerName
    $_.Serv ...
    +
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : InvalidOperation: (:) [Get-WmiObject], COMExcept
       ion
        + FullyQualifiedErrorId : GetWMICOMException,Microsoft.PowerShell.Commands
       .GetWmiObjectCommand
    Property 'Description' cannot be found on this object; make sure it exists and
    is settable.
    At line:3 char:5
    +     $OSValues.Description = $_.Description
    +     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : InvalidOperation: (:) [], RuntimeException
        + FullyQualifiedErrorId : PropertyNotFound
    You cannot call a method on a null-valued expression.
    At line:4 char:5
    +     $OSValues.Put()
    +     ~~~~~~~~~~~~~~~
        + CategoryInfo          : InvalidOperation: (:) [], RuntimeException
        + FullyQualifiedErrorId : InvokeMethodOnNull
    Hi tommymaynard,
    Should I now try your Script ?

  • Itunes match set up fine on my mac. my man's pc only creates a limited match page without graphics and won't allow add computer. why?

    have set up itunes match on mac. this works fine linked to apple tv. my man wants to 'add computer' from itunes held on a pc. he is unable to do this. link to the apple store takes a while, can sign in using apple id but....accessto itunes match is very slow and only brings up a limited page with no graphics. there is an option for 'add computer' but it does nothing. missing something?

    To add another computer, that computer must be signed into your iTunes Store account.

  • Add repeating entry to collection

    Hi
    How can I add repeating entry to collection. For example by pressing button it add entry to collection with date column on 1st of month and with text "example" in column Text for 5 years so the collection will looks like this
    1/1/2014   example
    2/1/2014   example
    3/1/2014   example
    12/1/2018  example

    We do not currently support the list comprehension sort of construct that you describe. However, you can use the timer control to simulate iteration. Hopefully the following example will help you get started.
    Add a timer control to your canvas. Change its properties as follows:
    TimerEnd: UpdateContext({TStart:100});UpdateContext({TStart:0});UpdateContext({counter:counter+1})
    End: 2
    Start: TStart
    Text: "Timer: " & counter
    Now hit F5 to go to preview mode. Click the timer control. You will see it steadily increasing--you can speed up by setting Interval to 0.1 or something like that.
    What is happening is that the timer is going from 0 to 2. When it hits 2, the TimerEnd rule resets TStart to 100 and then to 0--the variable's value needs to change for data to flow. This will cause the timer to continue in a loop. We also increment
    counter--this value is displayed on the timer itself because of the Text rule above. What you now have is essentially a while loop and you can add Collect statements to the end of the TimerEnd rule to collect values of the counter.
    You can also set termination condition:
    TimerEnd: If(counter < 5, UpdateContext({TStart:100});UpdateContext({TStart:0});UpdateContext({counter:counter+1}), false)
    I hope that gets you started :-)

  • Using Poweshell Add-Computer on Script startup

    Is it possible to user Add-Computer in a Startup script in windows2008r2? 
    The script works after the computer has been boot, however when we added into the startup script it fails. 
    Any other way to do this on startup 

    Let me explain a little bit more the question, I know I wasn't clear. 
    I have a EC2 AMI (Amazon Image) which has things preinstalled. Windows instances are created using the image. 
    As part of the image we have some startup script that perform tasks given the instance. As part of this initial setup we want the instance "auto" register to the AD server. 
    Using a powershell script we able to detect whether the instance is part of the domain, if not we added to the domain using Add-Computer. This means that only when the instance is created the script will register to AD, otherwise it will ignore the command. 
    A snipped of the script is:
    if ((gwmi win32_computersystem).partofdomain -eq $true) {
            //DO other things since it is already joined
          }else{
            $username = 'user';
            $domain = 'domain.com';
            $password = 'pass';
            $credential = (New-Object System.Management.Automation.PSCredential ($username, (ConvertTo-SecureString $password -AsPlainText -Force)))
            add-computer -domain $domain -credential $credential -OUPath '#{node["ad"]["ou_string"]}' 
    The script is not the issue. The question is when/where to run the script on startup? 
    Any suggestions? 

  • Remove direct computer association from collection by script

    Currently i have a OSD task sequence that is advertised to a specific collection. The aim of this task sequence reimages machines that are currently on the network, that for some reason or another has a problem which is easier solved by reimaging.
    At the moment i simply create a direct computer association in the collection and then the machine receives the job and it all works fine.
    I'd like to be able to remove the direct computer association from this collection after the job has finished automatically. Is this possible by adding in an additional task sequence to run a script?Matt Summer

    I used the code below and changed the specifics to my environment.  I put in my SMS server, site code, collection ID, my username/pass and also identified a specific computer name for testing purposes.  The script runs successfully without any
    errors but the object doesn't get deleted.  I can't figure out where its going wrong.  I updated collection membership and refreshed everything, but no dice, the computer object is still there.  I don't know if it makes a difference, but the
    object I am trying to delete was manually created by me for testing purposes.  
    I am running the script manually from the SCCM server using cscript, this is NOT part of a task sequence.  I just want people to be able to remove SCCM objects via script (and eventually a front end) instead of going into the console.
    You could add a step at the very end of the task sequence running a vb-script that removes the resource from the collection, something like the following:
    On Error Resume Next  
    Dim oNetwork, oLocator, oSWbemServices, oCollection  
    Dim sComputerName, sSMSServer, sSMSSiteCode, sCollectionID, RuleSet  
    Set oNetwork = CreateObject("WScript.NetWork")   
    sComputerName = oNetwork.ComputerName  
    sSMSServer = "SCCM" 
    sSMSSiteCode = "CEN" 
    sCollectionID = "CEN00001" 
    sUserName = "Domain\Username" 
    sUserPassword = "Password" 
    Set oLocator = CreateObject("WbemScripting.SWbemLocator")  
    oLocator.Security_.AuthenticationLevel = 6 
    Set oSWbemServices = oLocator.ConnectServer(sSMSServer, "root\sms\site_" & sSMSSiteCode, sUserName, sUserPassword)  
    Set oCollection = oSWbemServices.Get("SMS_Collection='" & sCollectionID & "'")
    RuleSet = oCollection.CollectionRules  
    For Each Rule In RuleSet  
        If Rule.Path_.Class = "SMS_CollectionRuleDirect" Then  
            If LCase(Trim(Rule.RuleName)) = LCase(Trim(sComputerName)) Then  
                oCollection.DeleteMembershipRule Rule  
            End If  
        End If  
    Next  
    WScript.Quit(0) 
    Just make sure the user you use has the apropriate rights in SCCM (rights on collection + connect rights), you probably should make it a service account that can't log on and strip it of every other right it doesn't need as the password is clear text and somone
    could possibly snatch it.

  • SCCM2012 SP1: rename computer to MAC address during OSD

    Dears, i'm trying to rename the computers during the OSD process to it's MAC addresses. i want to do it by SCCM only without MDT integration because we have SCCM SP1 and MDT 2012 and we're tending to deploy Windows 8.1. and we're alredy deploying Windows 8.1
    with no issues. i'm using the following script: 
    Set env = CreateObject("Microsoft.SMS.TSEnvironment")
    Set ProgressUI = CreateObject("Microsoft.SMS.TsProgressUI")
    Set objWMIService = GetObject("winmgmts:{impersonationLevel=impersonate}!\\.\root\cimv2") 
    Set IPConfigSet = objWMIService.ExecQuery("SELECT MACAddress FROM Win32_NetworkAdapterConfiguration " & "WHERE IPEnabled=true" )
    ProgressUI.CloseProgressDialog  
    For Each IPConfig In IPConfigSet
      env("OSDComputerName") = Left(Replace(IPConfig.MACAddress,":",""),12)
      WScript.Echo env("OSDComputername")
    Next
    and i'm using it in a  package after apply operating system step as shown in the following snapshot:
    however the machine get named Minintxxxx and the step gives code 0 as a return code which means successfully completed.
    any help please?

    Dears, so sorry for the late reply. here's a part from the SMSTS.log for the setting computer name step with script in the upper post
    TSManager 11/6/2014 9:10:05 AM
    1244 (0x04DC)
    Expand a string: WinPEandFullOS TSManager
    11/6/2014 9:10:05 AM 1244 (0x04DC)
    Executing command line: smsswd.exe /run:PR1000DA cmd.exe /c cscript.exe ADEC_ComputerName.vbs
    TSManager 11/6/2014 9:10:05 AM
    1244 (0x04DC)
    [ smsswd.exe ] InstallSoftware
    11/6/2014 9:10:05 AM 1740 (0x06CC)
    PackageID = 'PR1000DA' InstallSoftware
    11/6/2014 9:10:05 AM 1740 (0x06CC)
    BaseVar = '', ContinueOnError='' InstallSoftware
    11/6/2014 9:10:05 AM 1740 (0x06CC)
    ProgramName = 'cmd.exe /c cscript.exe ADEC_ComputerName.vbs'
    InstallSoftware 11/6/2014 9:10:05 AM
    1740 (0x06CC)
    SwdAction = '0001' InstallSoftware
    11/6/2014 9:10:05 AM 1740 (0x06CC)
    ResolveSource flags: 0x00000000 InstallSoftware
    11/6/2014 9:10:05 AM 1740 (0x06CC)
    SMSTSPersistContent: . The content for package PR1000DA will be persisted
    InstallSoftware 11/6/2014 9:10:05 AM
    1740 (0x06CC)
    DownloadOnDemand flag is true. Attempting to download content locally for Package PR1000DA..
    InstallSoftware 11/6/2014 9:10:05 AM
    1740 (0x06CC)
    Package Flags: 0x1000000 InstallSoftware
    11/6/2014 9:10:05 AM 1740 (0x06CC)
    GetDirectoryListing() entered InstallSoftware
    11/6/2014 9:10:05 AM 1740 (0x06CC)
    Initializing HTTP transport. InstallSoftware
    11/6/2014 9:10:05 AM 1740 (0x06CC)
       Setting URL = http://APDC01CFG05.adec.ae/SMS_DP_SMSPKG$/PR1000DA.
    InstallSoftware 11/6/2014 9:10:05 AM
    1740 (0x06CC)
       Address=http://APDC01CFG05.adec.ae, Scheme=http, Object=/SMS_DP_SMSPKG$/PR1000DA, Port=80.
    InstallSoftware 11/6/2014 9:10:05 AM
    1740 (0x06CC)
       Setting Authenticator. InstallSoftware
    11/6/2014 9:10:05 AM 1740 (0x06CC)
    Set authenticator in transport InstallSoftware
    11/6/2014 9:10:05 AM 1740 (0x06CC)
    WinHttp credentials set InstallSoftware
    11/6/2014 9:10:05 AM 1740 (0x06CC)
    CLibSMSMessageWinHttpTransport::Send: URL: APDC01CFG05.adec.ae:80  PROPFIND /SMS_DP_SMSPKG$/PR1000DA
    InstallSoftware 11/6/2014 9:10:05 AM
    1740 (0x06CC)
    Request was succesful. InstallSoftware
    11/6/2014 9:10:05 AM 1740 (0x06CC)
    DAV response string is: 
     <?xml version="1.0" encoding="utf-8" ?><D:multistatus xmlns:D="DAV:"><D:response><D:href>http://APDC01CFG05.adec.ae/SMS_DP_SMSPKG$/sccm?/PR1000DA/</D:href><D:propstat><D:status>HTTP/1.1
    200 OK</D:status><D:prop><D:getcontenttype/><D:supportedlock/><D:getetag/><D:creationdate/><D:iscollection>1</D:iscollection><D:resourcetype><D:collection/></D:resourcetype><D:ishidden>0</D:ishidden><D:displayname>http://APDC01CFG05.adec.ae/SMS_DP_SMSPKG$/sccm?/PR1000DA/</D:displayname><D:getlastmodified></D:getlastmodified><D:getcontentlanguage/><D:getcontentlength>0</D:getcontentlength></D:prop></D:propstat></D:response><D:response><D:href>http://APDC01CFG05.adec.ae/SMS_DP_SMSPKG$/PR1000DA/sccm?/ADEC_ComputerName.vbs</D:href><D:propstat><D:status>HTTP/1.1
    200 OK</D:status><D:prop><D:getcontenttype/><D:lockdiscovery/><D:supportedlock/><D:getetag/><D:getcontentlanguage/><D:iscollection>0</D:iscollection><D:creationdate/><D:resourcetype/><D:ishidden>0</D:ishidden><D:displayname>http://APDC01CFG05.adec.ae/SMS_DP_SMSPKG$/PR1000DA/sccm?/ADEC_ComputerName.vbs</D:displayname><D:getlastmodified>Wed,
    05 Nov 2014 12:10:59 GMT</D:getlastmodified><D:getcontentlength>527</D:getcontentlength></D:prop></D:propstat></D:response><D:response><D:href>http://APDC01CFG05.adec.ae/SMS_DP_SMSPKG$/PR1000DA/sccm?/Dump_Var.vbs</D:href><D:propstat><D:status>HTTP/1.1
    200 OK</D:status><D:prop><D:getcontenttype/><D:lockdiscovery/><D:supportedlock/><D:getetag/><D:getcontentlanguage/><D:iscollection>0</D:iscollection><D:creationdate/><D:resourcetype/><D:ishidden>0</D:ishidden><D:displayname>http://APDC01CFG05.adec.ae/SMS_DP_SMSPKG$/PR1000DA/sccm?/Dump_Var.vbs</D:displayname><D:getlastmodified>Sun,
    02 Nov 2014 10:13:02 GMT</D:getlastmodified><D:getcontentlength>125</D:getcontentlength></D:prop></D:propstat></D:response></D:multistatus>
    InstallSoftware 11/6/2014 9:10:05 AM
    1740 (0x06CC)
    List of files to be downloaded InstallSoftware
    11/6/2014 9:10:05 AM 1740 (0x06CC)
      File: http://APDC01CFG05.adec.ae:80/SMS_DP_SMSPKG$/PR1000DA/sccm?/ADEC_ComputerName.vbs
    InstallSoftware 11/6/2014 9:10:05 AM
    1740 (0x06CC)
      File: http://APDC01CFG05.adec.ae:80/SMS_DP_SMSPKG$/PR1000DA/sccm?/Dump_Var.vbs
    InstallSoftware 11/6/2014 9:10:05 AM
    1740 (0x06CC)
    GetDirectoryListing() successfully completed
    InstallSoftware 11/6/2014 9:10:05 AM
    1740 (0x06CC)
    Succeeded loading resource DLL 'X:\sms\bin\x64\1033\TSRES.DLL'
    InstallSoftware 11/6/2014 9:10:05 AM
    1740 (0x06CC)
    Downloaded file from http://APDC01CFG05.adec.ae:80/SMS_DP_SMSPKG$/PR1000DA/sccm?/ADEC_ComputerName.vbs to D:\_SMSTaskSequence\Packages\PR1000DA\ADEC_ComputerName.vbs
    InstallSoftware
    11/6/2014 9:10:05 AM 1740 (0x06CC)
    Downloaded file from http://APDC01CFG05.adec.ae:80/SMS_DP_SMSPKG$/PR1000DA/sccm?/Dump_Var.vbs to D:\_SMSTaskSequence\Packages\PR1000DA\Dump_Var.vbs
    InstallSoftware
    11/6/2014 9:10:05 AM 1740 (0x06CC)
    Download done setting progress bar to 100 InstallSoftware
    11/6/2014 9:10:05 AM 1740 (0x06CC)
    VerifyContentHash: Hash algorithm is 32780 InstallSoftware
    11/6/2014 9:10:05 AM 1740 (0x06CC)
    Failed to open Software\Microsoft\Sms\Mobile Client\Software Distribution registry key. The client should not get checked for RWH OpLock Type
    InstallSoftware 11/6/2014 9:10:05 AM
    1740 (0x06CC)
    Failed to open Software\Microsoft\Sms\Mobile Client\Software Distribution registry key. The client should not get checked for RWH OpLock Type
    InstallSoftware 11/6/2014 9:10:05 AM
    1740 (0x06CC)
    Content successfully downloaded at D:\_SMSTaskSequence\Packages\PR1000DA
    InstallSoftware 11/6/2014 9:10:05 AM
    1740 (0x06CC)
    Resolved source to 'D:\_SMSTaskSequence\Packages\PR1000DA'
    InstallSoftware 11/6/2014 9:10:05 AM
    1740 (0x06CC)
    Command line for extension .exe is "%1" %*
    InstallSoftware 11/6/2014 9:10:05 AM
    1740 (0x06CC)
    Set command line: Run command line InstallSoftware
    11/6/2014 9:10:05 AM 1740 (0x06CC)
    Working dir 'D:\_SMSTaskSequence\Packages\PR1000DA'
    InstallSoftware 11/6/2014 9:10:05 AM
    1740 (0x06CC)
    Executing command line: Run command line InstallSoftware
    11/6/2014 9:10:05 AM 1740 (0x06CC)
    Process completed with exit code 1 InstallSoftware
    11/6/2014 9:10:05 AM 1740 (0x06CC)
    Microsoft (R) Windows Script Host Version 5.8
    InstallSoftware 11/6/2014 9:10:05 AM
    1740 (0x06CC)
    Copyright (C) Microsoft Corporation. All rights reserved.
    InstallSoftware 11/6/2014 9:10:05 AM
    1740 (0x06CC)
    InstallSoftware 11/6/2014 9:10:05 AM
    1740 (0x06CC)
    Input Error: There is no script engine for file extension ".vbs".
    InstallSoftware 11/6/2014 9:10:05 AM
    1740 (0x06CC)
    Command line returned 1 InstallSoftware
    11/6/2014 9:10:05 AM 1740 (0x06CC)
    Entering ReleaseSource() for D:\_SMSTaskSequence\Packages\PR1000DA
    InstallSoftware 11/6/2014 9:10:05 AM
    1740 (0x06CC)
    reference count 1 for the source D:\_SMSTaskSequence\Packages\PR1000DA before releasing
    InstallSoftware 11/6/2014 9:10:05 AM
    1740 (0x06CC)
    Released the resolved source D:\_SMSTaskSequence\Packages\PR1000DA
    InstallSoftware 11/6/2014 9:10:05 AM
    1740 (0x06CC)
    Process completed with exit code 1 TSManager
    11/6/2014 9:10:05 AM 1244 (0x04DC)
    TSManager 11/6/2014 9:10:05 AM
    1244 (0x04DC)
    Failed to run the action: Get OSDComputerName. 
    Incorrect function. (Error: 00000001; Source: Windows)
    TSManager 11/6/2014 9:10:05 AM
    1244 (0x04DC)
    i'm so confused about the "Input Error: There is no script engine for file extension ".vbs"." 
    any help please!!

Maybe you are looking for

  • My iCloud Photo Stream is not syncing correctly to my Windows 8.1 laptop or my Windows 7 PC.

    I have been going through the forums for the last few weeks and nothing has helped.  Both computers are x64 bit. Problems I am experiencing A. Windows 7 PC has not synced photo stream since September 25 B. Windows 8.1 laptop has not synced since a li

  • New Mac convert...

    I finally made the jump to Mac yesterday, and it was a very expensive jump, but I am so glad I did. Lightroom really does run better on my new MacBook Pro than it did on my HP Pavillion. I admit that I was having a lot of problems with the PC and Lr

  • Central Performance History from satellite systems

    Hi, I'm investigating Central Performance History at the moment but am having problems getting the statistics from the satellite systems from Solution Manager. I have our Solution Manager system setup as the CCMS CEN. I monitor about 10 SAP instances

  • Nokia N 72 swiches off after 15 minutes

    Hi I use Nokia N72-5 hanset but now it is problem to me to operate with it. It became switched off after turning on. I removed memory card , and turn on but it switched off after 15-16 minutes. i reset its firmware bu dialing *#7370# but it didn't he

  • Firefox.exe *32 will not end process, have to reboot PC

    I've been using FF for years and love it. On my work PC, FF just started this funkyness. The issue: I start FF and after a few seconds, I notice it stops responding, I go to "Win Task manager", see the firefox.exe *32, try to end task but it will not