Deploying Reader 9.0 after Customization

I have created an installer using the Adobe Customiztion Wizard 9. I have disabled things like auto updates, and EULA. I have also set it to be a silent install with no user intervention.
I have exported it from the wizard, have the msi, mst file etc. - now, how do I test it. Does it have to be pushed out to a client to completely test it? I have tried just by running the msi file, and it prompts me for everything as if I did not run it through the customization wizard. What is the best way to properly test it to make sure it does what it says before I deploy it to 100's?
Thanks!

In order to fully test the customization, you will need to do a full install. Depending on your situation and your environment, I often recommend testing software in a virtual environment with a product like VMWare ESXi or VMWare Workstation. Simply install the OS that you wish to do the testing with, then before installing any additional software beyond the OS, shut down the VM and take a snapshot. This allows you to revert to that "Baseline" snapshot after you muck up the OS with a bunch of failed (but hopefully eventually successful) software installation attempts.
Now, after my long winded suggestion of WHERE to test it, on to the HOW.
For basic manual testing, simply open a command prompt (elevated if in Vista or 7) and run the commend:
msiexec.exe /i <path to>\AcroPro.msi TRANSFORMS=<path to>\AcroPro.mst /qb /norestart
You may want to also take a quick look at:
http://www.adobe.com/devnet/acrobat/pdfs/deploying_reader9.pdf
and
http://kb2.adobe.com/cps/837/cpsid_83709/attachments/Acrobat_Enterprise_Administration.pdf

Similar Messages

  • Reader X crashes after 30 secs with Protected mode enabled

    Having just deployed Reader X to over 100 PC's via group policy I'm a little dishartened to find that Reader X crashes after 30 secs of being open when protected mode is enabled.
    Current setup is as followed:-
    Clients are XP SP3, Vista SP2 & Win7 (all crash)
    Server 2003 R2 domain
    Reader X deployed via MSI using GPO with a transform created using the Reader X customization wizard (only set to disable updates as I'll push these out via GPO also when available).
    The problem occurs with standard domain users (doesn't happen if you use an admin account to login and run Reader X), once you disable the setting for "enable Protected mode at start up" and restart Reader X it doesn't crash. I've been reading also that the protected mode creats a sandbox environment that some AV products are currently having issues with, so I've also tested by removing my AV on a test client rebooting and running Reader X with protected mode enabled, the Pc will still crash, so that rules out my AV product.
    After each crash the client logs an event in the application log
    Event ID: 1000
    Aource Application error
    Description:
    Faulting application AcroRd32.exe, version 10.0.0.396, time stamp 0x4cc5e97b, faulting module WININET.dll, version 8.0.6001.18999, time stamp 0x4ccfa98f, exception code 0xc0000005, fault offset 0x0002387b, process id 0xd54, application start time 0x01cbc2ec89ab4cba.
    Anyone any ideas on why this happens?

    I am seeing the same problem on Vista SP2 32-bit.  I enabled the Protect Mode log and see a bunch of errors relating to registry entries.  I am running Adobe Reader X 10.0.1 as a standard privilege user. The problem has been intermittent.  Repeated attempts to open the same PDF will result in Adobe Reader X failing after 45 seconds, then the next attempt will work fine.  I have had situations where an Adobe Reader X instance has been open for hours but a new instance crashed.  I have not been able to identify any trigger that might explain the difference in behavior.  The problem has gone away since disabling Protect Mode.
    >>>
    [05:31/19:10:43] Adobe Reader Protected Mode Logging Initiated
    [05:31/19:10:43] NtCreateKey: STATUS_ACCESS_DENIED
    [05:31/19:10:43] real path: \REGISTRY\MACHINE\Software\Adobe
    [05:31/19:10:43] Consider modifying policy using this policy rule: REG_ALLOW_ANY
    [05:31/19:10:43] NtCreateKey: STATUS_ACCESS_DENIED
    [05:31/19:10:43] real path: \REGISTRY\MACHINE\SOFTWARE\Adobe
    [05:31/19:10:43] Consider modifying policy using this policy rule: REG_ALLOW_ANY
    [05:31/19:10:44] OpenEvent: STATUS_ACCESS_DENIED
    [05:31/19:10:44] name: MSFT.VSA.COM.DISABLE.5900
    [05:31/19:10:44] Consider modifying policy using these policy rules: EVENTS_ALLOW_ANY
    [05:31/19:10:44] OpenEvent: STATUS_ACCESS_DENIED
    [05:31/19:10:44] name: MSFT.VSA.IEC.STATUS.6c736db0
    [05:31/19:10:44] Consider modifying policy using these policy rules: EVENTS_ALLOW_ANY

  • GPO Deploy Reader 9.3 and remove earlier version fails

    Hi
    I am deploying Reader 9.3 with a mst from the Customization Wizard using a GPO. Basically this works perfect with the following exception:
    - I can not select to remove older versions in the Customization Wizard, its grayed out
    How do I manage to correctly remove the older version?
    The 8.x was installed by a GPO as well. Of course I can set to remove the 8.x version and - if possible - on the same boot install the new 9.3 version. Does that work? What's the 'Best practice' to update all clients from 8 to 9?
    Thanks
    Franz

    Hi
    I am trying to deploy 9.3 with GPO as well, I also cannot control the checkboxs' to uninstall older versions of acrobat and reader but I have found that it will uninstall the apps without these set.  By default remove older version of acrobat is checked and reader is not, but i have still found it to remove both...

  • Deploy to experimental instance deploys to wrong location after upgrade to Vs2013

    Hi,
    I have an extension that is deployed against Vs2005/Vs2008/Vs2010/Vs2012 and I am planning to extend this to deploy against Vs2013.
    After upgrading my solution to Vs2013 the Vs2012 VSIX is no longer deployed to the experimental instance during the build.
    It appears the upgrade has caused the deployment to target "%APPDATA%\...\12.0EXP\.." instead of "%APPDATA%\...\11.0EXP\.."
    Setup:
    1) Visual Studio 2012 Solution which generates a Visual Studio Package Extension.
    2) Upgrade the solution to VS2013
    3) Attempt to build.
            Build fails with Error:
                "C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v12.0\VSSDK\Microsoft.VsSDK.targets(503,5): error VSSDK1031: Extension '<myGuid>' could not be found. Please make sure the extension has been installed."
    4) Goto project properties and un-check "Deploy VSIX content to experimental instance for debugging"
    5) Attempt to build.
            Build Succeeds.
    Some additional log output showing the incorrect path resolution.
    ===========================
    2>Using "GetDeploymentPathFromVsixManifest" task from assembly "C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v12.0\VSSDK\Microsoft.VsSDK.Build.Tasks.dll".
    2>Task "GetDeploymentPathFromVsixManifest"
    2>Done executing task "GetDeploymentPathFromVsixManifest".
    2>Done building target "GetVsixDeploymentPath" in project "Vs2012.csproj".
    2>Target "GetVsixDeploymentPath" skipped. Previously built successfully.
    2>Target "FindExistingDeploymentPath" in file "C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v12.0\VSSDK\Microsoft.VsSDK.targets" from project "C:\cygwin\home\cpedlar\w\git\desktop\vs\Trunk\vs2012\Vs2012.csproj" (target
    "DeployVsixExtensionFiles" depends on it):
    2>Using "FindInstalledExtension" task from assembly "C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v12.0\VSSDK\Microsoft.VsSDK.Build.Tasks.dll".
    2>Task "FindInstalledExtension"
    2>Done executing task "FindInstalledExtension".
    2>Done building target "FindExistingDeploymentPath" in project "Vs2012.csproj".
    2>Target "GetVsixSourceItems" skipped. Previously built successfully.
    2>Target "DeployVsixExtensionFiles" in file "C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v12.0\VSSDK\Microsoft.VsSDK.targets" from project "C:\cygwin\home\user\w\git\desktop\vs\Trunk\vs2012\Vs2012.csproj" (target "PrepareForRun"
    depends on it):
    2>Task "UninstallExtension" skipped, due to false condition; ('$(ExistingDeploymentPath)' != '$(VsixDeploymentPath)' AND '$(ExistingDeploymentPath)' != '') was evaluated as ('' != 'C:\Users\cpedlar\AppData\Local\Microsoft\VisualStudio\12.0Exp\Extensions\myExtension'
    AND '' != '').
    2>Task "Message"
    2>  VsixID = myGuid
    2>Done executing task "Message".
    2>Task "Message"
    2>  VsixVersion = 1000.0.0
    2>Done executing task "Message".
    2>Task "Message"
    2>  VsixDeploymentPath = C:\Users\user\AppData\Local\Microsoft\VisualStudio\12.0Exp\Extensions\myExtension
    ===========================
    Any help or suggestions are appreciated.
    UPDATE:
    This is only occurring on my win7 machine.  I pulled my repo to a win8 VM and things are working as expected.  I'm not sure if this is a win7 issue or an error on my machine.  I think I'll attempt to re-install my Visual Studio instances and/or
    try on another win7 machine in the near future and see if I can narrow down the issue.  I will update again if I find any additional information.
    Thanks,
    Colin

    I just spent a half day trying to trouble shoot this problem assuming it was due to a change in the project settings. The error message is extremely misleading, and it would be nice if Microsoft could provide a fix for this issue!
        C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v12.0\
            VSSDK\Microsoft.VsSDK.targets(503,5):
            error VSSDK1031: Extension 'GUID of VSIX Package' could not be found.
            Please make sure the extension has been installed.
        Build FAILED.
    Looking at the block of code in Microsoft.VsSDK.targets was no help either:
        <!--Enable this extension via Extension Manager-->
        <EnableExtension
            VsixIdentifier="$(VsixID)"
            RootSuffix="$(VSSDKTargetPlatformRegRootSuffix)"
            FailIfNotInstalled="true" />
    It appears that an extension is only marked for deletion, and you must exit and re-start Visual Studio before the files are actually deleted. Take a look in your user profile %TEMP% folder:
        C:\Users\Xxxx\AppData\Local\Microsoft\VisualStudio\12.Exp
    Here you will find the extensions that are deployed to the experimental instance. During development I regularly delete the \Nn.Exp folders.
    David Schwartz

  • Adobe reader not working after cs5 install

    adobe reader not working after cs5 install

    Nobody can tell you anything without proper system info or other technical details like exact version info.
    Mylenium

  • [Urgent] How to let FileAdapter to read next file after a customized period

    Dear friends,
    We are using SOA Suite 11.1.1.5 and use FileAdapter in BPEL Process to read files.
    The file adapter in BPEL Process need to handle 14 inbound different files every batch time. And we want to let File Adapter to start reading next file after every 5 minutes. How can we achive this?
    We tried the MinimumAge and SingleThreadModel properties, but seems no use.
    Thank you in advance.
    Regards,
    Tony

    Hi Tony,
    I think this can help you. Set the following JCA property in File/FTP Adapter .jca file. This will restrict the max no. of files to be read every polling cycle. Set the polling frequency to 5 mins.
           <property name="MaxRaiseSize" value="1"/>Let me know if any problems.
    Regards,
    Neeraj Sehgal

  • Some words are not highlighting on my read-aloud epubs after updating IOS 6.0.1 and iBooks 3.0.1

    Some words are not highlighting on my read-aloud epubs after updating IOS 6.0.1 and iBooks 3.0.1 on both my iPad 2 and iPad 3. They are working absolutely fine earlier. I even updated the latest version of iBooks 3.0.2 but nothing is working. Can anybody help?

    Hi spati,
    I ran into this problem as well.  Seems like something funky going on with iBooks 3.  Anyways, I had to tweak my read-aloud clip starts in the smil.  Where the word was not highlighting, I added a few milliseconds to the timing until the word started highlighting again.  Not the most ideal solution, and not sure what exactly causes it because 90% of the words were just fine, but it seemed to fix the problem.  Note prior to the problem happening, I had all my clip start timings = clip end timings for the previous word, so there were no gaps.
    Regards,
    Tim

  • How to locate a phrase in a file and read the file after that location

    I have a text file with the following contents
    Previous date data.....[10,000 lines ]
    same as below but with earlier dates
    * ABC  AutoJournal Utility - Version 2.00 *
    Beginning Reportournal at (time): Tue May 04 18:07:46 IST 2010
    AutoJournal assigned updated records a timestamp of (server time):  *2010-05-04*  //THIS IS THE PHRASE  i am looking for
    #  Posted Date,           Policy,  Reason, Amount, Insured Name, Agent Name
    1) 2010-04-26 00:00:00.0, 7363496, GRSS, 10.0, KRASSNER W, BROOKS STEVEN E
    2) 2010-04-23 00:00:00.0, 4768200, GRSS, 0.0, STECKLER M, STECKLER GIBSON
    3) 2010-04-20 00:00:00.0, 7328358, GRSS, 4.0, LYON GREGO, WEST MICHAEL J
    4) 2010-04-20 00:00:00.0, 4754236, GRSS, 0.0, PEEBLES JA, HOFFMANN GABRIE
    5) 2010-04-22 00:00:00.0, 7363793, GRSS, 2.0, LAHAYE NAN, GONYEA MICHAEL
    6) 2010-04-26 00:00:00.0, 7360935, GRSS, 35.0, AMITAY NOA, WIESEL HENRYI need to locate the date and start reading the data for the current date only i.e Today's date
    Thus far i have done this....
    it's just the outline
    String srchDate="2010-05-04";
    BufferedReader bf=null;
                   try {
                          bf = new BufferedReader(new FileReader("C:\\File.log"));
                       int lineID = 0;  
                       Pattern pattern =  Pattern.compile(srchDate);  
                       Matcher matcher = null;  
                       String line =null;
                          while((line=bf.readLine())!=null){ 
                                 System.out.println(line);
                                    lineID++;  
                                    matcher = pattern.matcher(line);      //Will match the entire line against srchDate and will return false ...
                                    if( matcher.find()){  
                                        //do stuff...      //stuck here
                                          //get the line no..
                        } catch (Exception e) {
                             e.printStackTrace();
                        }     Some help on this would be very helpful...
    Thanks :)
    P.S:This needs to be done using java 1,4 only

    kevinaworkman wrote:
    RainaV wrote:
    kevinaworkman wrote:
    If I were you, I would split your problem up into smaller pieces.
    Write a method that reads a file into a String.This file is actually quiet huge i am not sure if this would work as the file will only grow in size in the future....How big is "quiet huge"? I wouldn't worry about optimization until you've actually encountered a problem.FYI The file size is 20MB ...
    >
    Write a method that figures out where in a String a substring occurs (hey, that one might be done for you already...).
    Write a method that returns a substring of a String, based on a start index and a length (something tells me this one might exist already too).
    Write a method that converts a String to the correct datatype.
    Regarding these steps i am not sure if i follow>>
    the lines you see 1)....
    2).... till last line say 800..
    I don't understand your question.I was wondering if your appraoch would be complicated but will give it a try...
    >
    Actually i thght i would just read one complete line and store that in an list and then write it to an excel sheet...Okay, and the steps I outlined would work for reading in one line at a time, as well. It's just one more step.
    i am unable to locate this phrase using regex so can you suggest something on that lines
    You're trying to find today's date? Why does that require a regular expression?I want to read the data after i have located today's date in the Text file so i need to locate it first but the code i posted doesn't work so i suggested if you can advice on the correction....as per my approach mentioned in the original post
    But if i do it your way then definately no need for regex i need to store all of it in a string and work woth sub strings so on,...

  • Read sharing violation after System.exit in oracle lite DLL

    I am using JRE 1.3 and successfully managed running some sql statements over jdbc.
    When the java class is finished (implicit exit) then no error appears.
    When I exit the code using System.exit(0) there is a windows dialog
    showing a read access error AFTER the java class finished.
    probably there is some cleanup the oracle DLL wants to do after the JVM exited?
    Please help mailto:[email protected]
    The sample code below can be used.
    * Title:
    * Description:
    * Copyright: Copyright (c) 2001
    * Company:
    * @author Ivan Motsch
    * @version 1.0
    import java.util.*;
    import java.io.*;
    import java.sql.*;
    public class TestOracleLite{
    public TestOracleLite(){
         public void start(){
              Statement stm=null;
              Connection conn=null;
              try{
                   Properties p=new Properties();
                   p.setProperty("user","system");
                   p.setProperty("password","manager");
                   p.setProperty("DataDirectory","..\\..\\..\\TEMP\\ora4\\db");
                   p.setProperty("Database","ORS");
                   p.setProperty("IsolationLevel","Read Committed");
                   p.setProperty("Autocommit","Off");
                   p.setProperty("CursorType","Forward Only");
                   String ps=getPropertiesAsString(p);
              Class.forName("oracle.lite.poljdbc.POLJDBCDriver");
                   conn=DriverManager.getConnection("jdbc:polite:whatever"+ps);
                   execSql(conn,
                        "drop table test1 cascade"
                   execSql(conn,
                        "create table test1(pk number(32),ncol number(32),scol varchar2(2000),dcol date,rcol long raw)"
                   conn.commit();
                   execSql(conn,
                        "insert into test1(pk,ncol,scol,dcol,rcol) values(?,?,?,?,?)",
                        new Object[]{new Integer(1),new Integer(1111),"Test Text",new java.sql.Date(System.currentTimeMillis()),new byte[]{0,1,2,3,4,5,6,7,8,9,10}}
                   conn.commit();
                   readSql(conn,"select * from test1");
              catch(Exception e){
              e.printStackTrace();
              finally{
                   if(conn!=null){
                        try{
                        conn.close();
                             conn=null;
                        catch(Exception e){e.printStackTrace();}
         private static String getPropertiesAsString(Properties p){
              StringBuffer buf=new StringBuffer();
         for(Iterator it=p.keySet().iterator();it.hasNext();){
              String key=(String)it.next();
                   String val=p.getProperty(key);
                   buf.append(";"+key+"="+val);
              return buf.toString();
         public boolean execSql(Connection conn,String s){
              return execSql(conn,s,(Collection)null);
         public boolean execSql(Connection conn,String s,Object[] binds){
              ArrayList list=new ArrayList();
              if(binds!=null) list.addAll(Arrays.asList(binds));
         return execSql(conn,s,list);
         public boolean execSql(Connection conn,String text,Collection binds){
              PreparedStatement stm=null;
              try{
                   stm=conn.prepareStatement(text);
                   if(binds!=null){
                        int i=1;
                        for(Iterator it=binds.iterator();it.hasNext();){
                             Object o=it.next();
                             if(o==null){
                                  stm.setNull(i,Types.VARCHAR);
                             else if(o instanceof byte[]){
                                  stm.setBytes(i,(byte[])o);
                             else{
                                  stm.setObject(i,o);
                             i++;
                   boolean b=stm.execute();
                   System.out.println("status: "+(b?"ok":"failed"));
                   return b;
              catch(SQLException e){
                   System.out.println("status: "+"error"+" "+e);
                   return false;
              finally{
                   if(stm!=null) try{stm.close();}catch(Exception e){}
         public boolean readSql(Connection conn,String text){
              PreparedStatement stm=null;
              try{
                   stm=conn.prepareStatement(text);
                   ResultSet rs=stm.executeQuery();
                   ResultSetMetaData meta=rs.getMetaData();
                   System.out.print("col: ");
                   for(int i=1,n=meta.getColumnCount();i<=n;i++){
                        System.out.print(""+meta.getColumnName(i)+", ");
                   System.out.println();
                   while(rs.next()){
                        System.out.print("row: ");
                   for(int i=1,n=meta.getColumnCount();i<=n;i++){
                             System.out.print(""+rs.getObject(i)+", ");
                        System.out.println();
                   return true;
              catch(SQLException e){
                   System.out.println("status: "+"error"+" "+e);
                   return false;
              finally{
                   if(stm!=null) try{stm.close();}catch(Exception e){}
         static public void main(String[] args) {
              TestOracleLite t=new TestOracleLite();
              t.start();
              t=null;
              System.exit(0);

    Hi
    After system copy you need to do post system copy activities...
    Please follow according to the installation Guide..
    for example: your sld connection of your new system will be pointing to your source system. So you need to go to VA where in you can find SLD Data Supplier and change the host name, port no relavent to this  i.e. your destination system...i.e.
    new system.. In the same way you can follow doing the post installation activites will solve your issue.
    Regards
    Hari

  • Cannot Delete Adobe Reader 9 Installer after failed download

    I tried to download Adobe Reader 9 and the installation froze around 83%.  After multiple attempts I tried downloading an older version (Adobe 8) and it worked but the installation folder for Adobe 9 is still on my desktop and it will not let me delete it. I have already tried using the Windows Install cleanup tool but it did not work. Any other ideas on how I can get rid of this installation program?

    Thanks.. I managed to find a way to make it work.. I had no Adobe Reader in my list of programs when I went to Start | Control Panel | Add/Remove..  I took a  chance and deleted Acrobat.com.. that allowed me to reload the latest v of Reader.  I hope it didn't mess anything else up.
    Bill, Healdsburg, CA
    Woodcarvings: www.picturetrail.com/chips
    Date: Wed, 9 Sep 2009 02:21:27 -0600
    From: [email protected]
    To: [email protected]
    Subject: Cannot Delete Adobe Reader 9 Installer after failed download
    I had same situation. Was able to delete by the following: (don't know why)
    In Windows Explorer dragged the Adobe AIR folder from Desktop to another folder (which
    removed it from the desk top display). Then just deleted it from the other folder.
    Hope it works for you.
    >

  • How can I stop  Adobe Reader from opening after start up?

    I just installed version 9. I remember a question that appeared during installation that was something like "do you want Adobe Reader to open after start up?" I said checked yes because I assumed this meant I wanted it in my StartUp menu. After everything loads and my desktop comes up, the Adobe Reader file opens up showing all the program's files and just sits there. I have to close it each time after start up.
    I looked through Preferences, but can't find a way of stopping the program's file window from opening after start up. How can I stop this? Thanks for your help.

    Edit>Preferences
    Under Page Display:
    Where it says "Location of referenced files", if it shows "Floppy Disk A:/" clear the box, or choose an alternate location if you can't clear it.
    Also, under Search:
    Click "Purge Cache Contents"

  • Deploy reader updates and install/uninstall reader via GPO ???

    Hello,
    Got a couple of questions on install/uninstall via GPO and how to deploy reader updates.
    1) How to uninstall older version of readers via GPO?
    2) Is there an ADM file available for installing the latest reader via GPO?
    3) For reader patch updates, can it be deployed via GPO?  If yes, any docs. I can refer to?  If no, what is the minimum priviledge I must grant to domain users to allow them to run the update function w/in the reader (or assign to a specific file path)?
    Thanks in advance!
    Luke

    You may find most of the information you need in http://www.adobe.com/devnet/acrobat/pdfs/deploying_reader9.pdf
    Let us know if anything is missing.

  • Airport disk utility can't read time capsule after a relocation

    airport disk utility can't read time capsule after a relocation. Wether I connect ethernet or wifi, airport doesn't read it. Even after reset.

    Do a full factory reset.. and you will need to reconfigure it.. that is the usual process when you move networks.
    You can do a fully manual setup though. The new v6 utility is just lousy at locating the TC.. if you still have a computer.. even a PC running windows it will do fine on v5 as long as the TC is not the latest model..
    Or use iOS version airport utility.. it also seems to have less issues than the mac version.

  • Deploying manually CC PKG file built with CC Packager. Not using any third party deployment tool. However after each 5 installations, the PKG files corrupt and cannot be use for a 6th installation. I have to build a new PKG file using CC packager.  Why ?

    Deploying manually CC PKG file built with CC Packager. Not using any third party deployment tool. However after each 5 installations, the PKG files corrupt and cannot be use for a 6th installation. I have to build a new PKG file using CC packager.  Why ?

    http://helpx.adobe.com/creative-cloud/packager.html
    http://forums.adobe.com/community/download_install_setup/creative_suite_enterprise_deploym ent

  • Deploying Reader through Group Policy

    Hi,
    I have applied for and been granted a deployment license, and am trying to follow the instructions to deploy reader through group policy to computers on my network.
    The document adobe gives you says to put the computer name under security filtering in the OU GP that was created.  I have done this but it's clear the policy isn't getting applied.
    When I run group policy result, it's not even showing so I must have something wrong.  The document that adobe gives has several of the pictures out of place and is covering some text (at least when I display it - and yes I am using most current version of reader).
    Any ideas?
    Thanks,
    Allen

    Unless I'm misunderstanding your last reply, the GPO is working as intended, when you change it back.
    GPO = Applied to one specific OU
    Security Filtering = 1 specific PC
    Active Directory OU for intended GPO contains = 0 computers
    The PC you're applying the security filtering to must exist in the Active Directory OU you created for the GPO.
    E.G. I create a GPO called acc_sw for my Accounting dept called accounting.  3 PCs in accounting are called:
    Ed_PC
    Karen_PC
    Thomas_PC
    In the security filtering for the GPO I created, I have:
    Ed_PC
    Karen_PC
    Thomas_PC
    Now, in Active Directory Users & Computers, in the accounting OU I have 0 computers.
    The end result is no acc_sw being processed for:
    Ed_PC
    Karen_PC
    Thomas_PC
    They must exist in the target OU, or a suboordinate OU of the target OU, for the GPO to work.

Maybe you are looking for

  • How to load P&L items in SAP

    Hi, before Go-live we take all master data and transaction data from the client. There are two scenarios. 1.Year End 2.Middle of the year in the first case we upload only balance sheet items. 1.inventory 2.AP 3.AR 4.Asset 5.GL depend upon requirement

  • Can we create a folder in one desktop without sharing that folder in other desktop in mac?

    I have created a few desktop in my mac. Can i create a folder in one desktop, which does not share in other desktop?Can I have different folders in different desktop? how to do that?

  • Help! I keep crashing and I have tried everything.

    Hi, Please can anybody out there please help me. Long time mac user who can normally fix this kind of stuff! So recently upgraded my mac running 10.6.8 with the microsoft office 2011. Once I did the upgrade, all office programs crashed. I don't use t

  • Install gzip package from Solaris 8 CDROM

    I was trying to add gzip package from Soloris 8 installation CDROM but was not successful, would appreciate your kind advice. regards!!!

  • Changing colours of themes

    Hi All, Whats the easiest way to go about changing the colours of themes? For example I like the templates etc of Modern Blue theme 7, but how/where would I change the colours from blue to yellow for example? Do I change the CSS for every referenced