Unable to add network printers from Windows Server 2012 R2 to client running Windows 7 Pro x64

New Windows Server 2012 R2 Standard in the environment.  Added print services to it and added five HP printers to it and shared them.  Also deployed the printers via group policy.
Clients are running Windows 7 Pro x64.  The group policy fails to install the printers (error 0x00000002).  We get the same error when trying to manually add the printer from the client side.
From Event Viewer: Group Policy was unable to add per computer connection <<printer share>>. Error code 0x2. This can occur if the name of the printer connection is incorrect, or if the print spooler cannot contact the print server.
Any ideas on troubleshooting this?
Thanks.
-John

John,
You might try playing with the HP universal driver, that might help you.  Try installing a new shared printer on the server using the universal print driver, then try and connect to it to see if it is any better.
Check these GPO settings to ensure local machines can install the drivers.
1. Configure the following two Group Policy settings:
Computer Configuration\Policies\Administrative Templates\System\Driver Installation\Allow non-administrators to install drivers for these devices setup classesEnabled
2. Device class GUID of printers: {4d36e979-e325-11ce-bfc1-08002be10318}
Computer Configuration/Policies/Administrative Templates/Printers/Point and Print RestrictionsEnabled
Security Prompts: When Installing Drivers for a new connection = Do not show warning or elevation prompt
This article might help you out also:
http://www.eversity.nl/blog/2012/09/windows-cannot-connect-to-the-printer-operation-failed-with-error-0x00000002/
Cheers,
Curt Winter
Certified Microsoft Professional
Note: Posts are provided “AS IS” without warranty of any kind, either expressed or implied. If you found my post helpful, please mark it as the answer.

Similar Messages

  • Can I download the trial version of windows server 2012 onto a laptop running windows 8.1?

    Can I download the trial version of windows server 2012 onto a laptop running windows 8.1 and create a dual boot?

    Have a look:
    http://blogs.technet.com/b/blainbar/archive/2012/09/25/step-by-step-4-ways-to-dual-boot-microsoft-windows-8-and-windows-server-2012-with-or-without-windows-7.aspx
    http://www.msdonkey.com/server/dual-booting-windows-8-1-and-windows-server-2012-r2-from-vhd/
    Regards,
    Rafic
    If you found this post helpful, please give it a "Helpful" vote.
    If it answered your question, remember to mark it as an "Answer".
    This posting is provided "AS IS" with no warranties and confers no rights! Always test ANY suggestion in a test environment before implementing!

  • Add Windows Server 2012 R2 domain controller to Windows 2008 R2 domain

    Hi,
    Have today 2 x Windows Server 2008 R2 domain controllers, and domain and functional level 2008 R2.
    We now want to replace these DC`s with Windows Server 2012 R2.
    My plan is as follow
    - Install and promote a Windows Server 2012 R2 as a 3 DC`s with a temporary hostname and IP as DC3
    - Install and promote a second Windows Server 2012 R2 as a 4 DC`s with a temporary hostname and IP as DC4
    - Decomiss DC1 and remove this host. Change the IP and hostname of the new DC3 to DC1
    - Move FSMO roles from DC2 to DC1 and decomiss DC2
    - Change the IP and hostname of the new DC4 to DC2
    Will this be a ok progress ? I will offcours to have the DC`s replicate information between them before doing each task.
    /Regards Andreas

    Hi,
    Only error i got running dcdiag was the following
     Starting test: NCSecDesc
        Error NT AUTHORITY\ENTERPRISE DOMAIN CONTROLLERS doesn't have
           Replicating Directory Changes In Filtered Set
        access rights for the naming context:
        DC=ForestDnsZones,DC=domain,DC=local
        Error NT AUTHORITY\ENTERPRISE DOMAIN CONTROLLERS doesn't have
           Replicating Directory Changes In Filtered Set
        access rights for the naming context:
        DC=DomainDnsZones,DC=domain,DC=local
        ......................... DC1 failed test NCSecDesc
    Is this a problem ?
    I would guess not since im not implementing a RODC ? Ref:
    https://support.microsoft.com/en-us/kb/967482?wa=wsignin1.0
    You can ignore it.
    This posting is provided AS IS with no warranties or guarantees , and confers no rights.
    Ahmed MALEK
    My Website Link
    My Linkedin Profile
    My MVP Profile

  • Windows Server 2012 CA will not allow Windows XP to autoenroll

    I have a Windows Server 2012 Domain Controller with an Enterprise root CA installed.  I have created a client authentication certificate template (2003 compatible).  Domain Computers have Read, Enroll and Autoenroll permissions.  I modified
    the Domain Policy to enable Certificate autoenrollment.  I have two clients on the same subnet with the domain controller, one Windows 7 Ent SP1 and one Windows XP SP3.  The problem:  Windows 7 reboots, has client auth cert installed in computer's
    personal cert store.  The Windows XP machine cannot acquire the certificate.  Event ID 13, source is AutoEnrollment, 0x80094011,The permissions on this certification authority do not allow the current user to enroll for certificates.  Both machines
    belong to the domain.  Running gpudate /force on the XP machine generates an info event stating that the computer security policy has be applied successfully, then the autoenrollment error.  I've setup autoenrollment dozens of times without any
    problems.  The only thing different in this environment is that the CA is installed on Server 2012.  I could be something else, but the only real difference is Server 2012.  There are no errors on the server.  It is like the client just
    cannot talk to the server at all, but it's getting its policy from that server.
    Any ideas? 

    http://technet.microsoft.com/en-us/library/hh831373.aspx
    What works differently?
    Windows XP clients
    will not be compatible with this higher security setting enabled by
    default on a Windows Server 2012 CA. If necessary, you can lower the
    security setting as previously described.
    Try run this command:
    certutil -setreg CA\InterfaceFlags +IF_ENFORCEENCRYPTICERTREQUEST
    Restart the certification authority
    net stop certsvc
    net start certsvc
    INFO FROM LINK:
    What value does this change add?
    The CA
    enforces enhanced security in the requests that are sent to it. This
    higher security level requires that the packets requesting a certificate
    are encrypted, so they cannot be intercepted and read. Without this
    setting enabled, anyone with access to the network can read packets sent
    to and from the CA using a network analyzer. This means that
    information could be exposed that might be considered a privacy
    violation, such as the names of requesting users or machines, the types
    of certificates for which they are enrolling, the public keys involved,
    and so on. Within a forest or domain, leaking these data may not be a
    concern for most organizations. However, if attackers gain access to the
    network traffic, internal company structure and activity could be
    gleaned, which could be used for more targeted social engineering or
    phishing attacks.
    The commands to enable the enhanced security
    level of RPC_C_AUTHN_LEVEL_PKT on Windows Server®  2003,
    Windows Server®  2003 R2, Windows Server®  2008, or Windows
    Server 2008 R2 certification authorities are:
    certutil -setreg CA\InterfaceFlags +IF_ENFORCEENCRYPTICERTREQUEST
    Restart the certification authority
    net stop certsvc
    net start certsvc
    If
    you still have Windows XP client computers that need to request
    certificates from a CA that has the setting enabled, you have two
    options:

  • Windows Server 2012 - Direct Access clients and the Windows 8 firewall

    Hi,
    We're running a simple proof-of-concept for Server 2012 Direct Access, we have a single DA server behind a firewall using NAT. We have a number of client devices setup for DA and running Windows 8.
    Our issue is that we can only get the Windows 8 direct access clients to connect (when outside the corporate network) and work with the windows firewall disabled (public network profile). 
    With the windows firewall disabled everything works exactly as expected. When outside the corporate network the client detects the network state (public network profile), connects via DA and all internal resources can be accessed successfully...fantastic.
    Is there some specific guidance on manually configuring the windows 8 firewall for Direct Access ? We've tried the obvious TCP:443 with edge traversal enabled but without success.
    Much of the information we have found relates to UAG rather than Windows 2012 DA.
    Any assistance is appreciated.

    Hi,
    There isn’t any specific configuration on the firewall.
    Just confirm that port 443 can be forwarded to DirectAccess server.
    Of course, make sure you are using IPsec first.
    Check the links:
    STEP 6: Test DirectAccess Client Connectivity from Behind a NAT Device
    http://technet.microsoft.com/en-us/library/hh831524.aspx#TeredoCLIENT1
    DirectAccess for Windows Server 2012 Installation & Configuration Guide
    http://syscomlab.blog.com/2012/09/directaccess-for-windows-server-2012-guide/
    Please Note: Since the web site is not hosted by Microsoft, the link may change without notice. Microsoft does not guarantee the accuracy of this information.
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • WIndows Server 2012 w/ Hyper V and Windows 7

    I have been able to create every imaginable virtualization in a test environment except for Windows 7. It asks for drivers. I have a driver CD but when I put the CD in the D: drive. It will run but suddenly the command line screen states that a file on
    the F: drive does not exist. Where is this F: drive coming from?

    I might have misstated my situation. I have Windows Server 2012 outfitted with Hyper-V. I'm trying to virtualize a Windows 7 operating system.
    I found a another W7 media disk that seems to bypass this problem.

  • Using Windows Server 2012 VL Product key with Windows Server 2012 R2

    Hi all,
    Trying to use a Server 2012 vl product key to active a Server 2012 R2, but running into issues, namely it is not accepting the key. I have read many threads pointing out that different keys are required, but no mention of the process that one needs
    to take in order to obtain/swap product keys? Any ideas appreciated? :)

    The product key I have is for Windows Server 2012 Standard VL, (It's not a DC).
    I have downloaded the evaluation iso for Windows Server 2012 R2 and want to licence it (with a VL), but it is failing with the Windows Server Standard 2012 VL product key.
    My question is - am I doing something wrong, or do I need to ask Microsoft to change the product key / buy a new one? - What steps do I need to take?
    The product key for WS2012 will not work for WS2012R2. (so, yeah, you're doing that wrong)
    WS2012R2 is not a "free" upgrade from WS2012 (it's different to Win8.0 -> Win8.1)
    Your WS2012 pkey will work with WS2012. To use WS2012R2 you need a WS2012R2 pkey.
    If you want to "convert" an evaluation license install, into a full licensed install, you must match the version (2012 vs. 2012R2) and the edition, and must use DISM as well as the correct pkey.
    http://technet.microsoft.com/en-us/library/jj574204.aspx
    If you don't have the correct pkey for WS2012R2 already, and you don't have one waiting for you in the Volume Licensing Service Center website, you'll need to purchase a new license for WS2012R2.
    Don
    (Please take a moment to "Vote as Helpful" and/or "Mark as Answer", where applicable.
    This helps the community, keeps the forums tidy, and recognises useful contributions. Thanks!)

  • Windows Server 2012 Terminal Services (Client Side)

    I would like to see the interface of the new Windows Server 2012 Terminal Session via RDP.  Reason being, is that users are resistant to change - and if there is no start button like in windows 8, that is a big concern when considering upgrading our
    server to 2012.  Anyone know what it looks like?  Screenshots of being logged in as a user via RDP would be much appreciated!
    Thanks

    Hi,
    Yes, there is a Start Button in Server 2012 R2:
    You may download the preview and test if you like:
    http://technet.microsoft.com/en-US/evalcenter/dn205286.aspx
    -TP

  • Get server with Windows Server 2012 R2 or wait for Windows Server "10"?

    We are looking to get a new server this year but with Windows 10 coming out shortly/this year, wouldnt it be better to wait until Windows Server "10" is released THEN get the server?
    Thank you

    Hi,
    Windows 10 is the next version of the Windows client operating system. Until now, there is no official information of Windows Server operating system about the version next to Windows Server 2012 R2. You may pay attention to Microsoft official website for
    the information about the newest product.
    Windows Server:
    http://technet.microsoft.com/library/bb625087.aspx
    Here is the instruction about Windows 10 Technical Preview for Enterprise, just for your reference:
    http://technet.microsoft.com/en-us/windows/dn798751.aspx?ocid=wc-tn-answr
    Best Regards,
    Eve Wang
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • How can I istall Windows Server 2012 on a computer with Windows Home Server

    I have troubles to install Windows Server 2012 R2. Quite in the beginning of the install I get the following announcement:
    "Remove the installation media and restart your Computer so that Windows starts normally. Then, insert the installation media and restart the Computer."
    In the first resrart Windows Home Server is starting and I can't go on installing Server 2012.
    How can I bypass this problem?
    Best regards
    Nikorios
    Nikorios

    Hello,
    on the Windows Core machine itself follow:
    Determine the index number for a Server with a GUI image (for example, SERVERDATACENTER, not SERVERDATACENTERCORE) with Get-WindowsImage-ImagePath<path to wim>\install.wim.
    •Run Install-WindowsFeatureServer-Gui-Mgmt-Infra,Server-Gui-Shell –Restart –Source c:\mountdir\windows\winsxs
    Best regards
    Meinolf Weber
    MVP, MCP, MCTS
    Microsoft MVP - Directory Services
    My Blog: http://blogs.msmvps.com/MWeber
    Disclaimer: This posting is provided AS IS with no warranties or guarantees and confers no rights.
    Twitter:  

  • Unable to add network printers

    I'm trying to add two network printers to a Mac (has Panther and admitMac on it) and I'm having no luck.
    Printer 1 is a Ricoh Aficio 450 (B&W) directly connected to the network.
    Printer 2 is a Toshiba e-studio 311 also directly connected to the network.
    I've tried adding the Ricoh as a share on our Windows-based print server then as a direct IP printer using either the JetDirect and the LPD options. No matter what, I end up getting a stack of paper coming out of the Ricoh (even if the document was created in Text Editor with a signle line of text).
    We have specific instructions from the reseller for adding the Toshiba and which has worked for the other Macs that print to that printer.
    What am I doing wrong?

    Try the Generic PCL 5e driver found in the Gutenprint driver set. Please downlaod the latest version.
    Reference 1
    Reerence 2
    Gutneprint download
    Matt
    Mac Mini G4; B&W G3/300    

  • Unable to add replication feature in sql server 2012 web edition

    Hi All,
    We are using SQL Server 2012, Web edition and when it was installed replication is not an added feature so I tried to add this feature but getting below error.
    Error: There are no SQL Server instances or shared features that can be updated on this computer.
    Description: The version of SQL Server instance MSSQLSERVER does not match the version expected by the SQL Server update. The installed SQL Server product version is 11.1.3000.0, and the expected SQL Server version is 11.0.2100.60
    And also please let me know how to identify the default file location of the setup file 'setup.exe' for SQL Server 2012 (Webedition, 64bit) Grateful to your time and support.
    I'm using "C:\Program Files\Microsoft SQL Server\110\Setup Bootstrap\Update Cache\KB2777772\QFE\setup.exe" to add replication feature, please correct me if I'm wrong.
    Thank You.
    Regards,
    Kalyan
    ----Learners Curiosity Never Ends----

    It looks like you are trying to add Replication Components, however, you are using the Cumulative update package 5 setup, which is wrong.
    Note that you will not find the setup file for SQL Server on your file system, it will be on your installation media.
    To install SQL Server Replication Components, locate your installation media and run Setup.exe.  Select the add features to an existing instance option, select your instance, and add replication components.
    Brandon Williams (blog |
    linkedin)

  • Unable to install Network Adapter Driver for Windows Server 2012

    Hi,
    We have purchased a new computer for our office. And on that machine, we want to install Windows Server 2012 Standard with GUI.
    Windows Server got installed on that machine. But we are unable to install drivers for our LAN card Intel® 82579V Gigabit Network Connection.
    Please help us to get it working.
    Thanks,
    Ronak Shah

    It is not working as the system is having Intel® 82579V Gigabit Network Card
    I guess, it's not supported on windows server 2012
    https://downloadcenter.intel.com/Detail_Desc.aspx?agr=Y&ProdId=3299&DwnldID=18725&ProductFamily=Ethernet+Components&ProductLine=Ethernet+Controllers&ProductProduct=Intel%C2%AE+82579+Gigabit+Ethernet+Controller&lang=eng
    NOTE: The following devices do not have driver or software support for Windows Server
    2008 R2:
     - Intel® 82566MC Gigabit Network Connection
     - Intel® 82566MM Gigabit Network Connection
     - Intel® 82567LF Gigabit Network Connection
     - Intel® 82567V Gigabit Network Connection
     - Intel® 82577LC Gigabit Network Connection
     - Intel® 82579V Gigabit Network Connection
    Regards, Santosh
    I do not represent the organisation I work for, all the opinions expressed here, are my own.
    This posting is provided AS IS with no warranties or guarantees and confers no rights.
    Blog |
    Wiki

  • Trying to install WSUS role on Windows Server 2012 R2 using dedicated SQL Instance with static port on remote SQL Server 2012 SP1 CU7 on Windows Server 2012 R2.

    I am trying to install WSUS role on Windows Server 2012 R2 using dedicated SQL Instance with static port on remote SQL Server 2012 SP1 CU7 on Windows Server 2012 R2.
    It verifies the connection and then throws the error:
    The request to add or remove features on the specified server failed. The operation cannot be completed, because the server you specified requires a restart.
    WSUS Server : Windows Server 2012 R2
    Remote SQL Server: 2012 SP1 CU7 hosted on Windows Server 2012 R2
    Please let me know if anyone has experienced this issue.

    We were trying to install WSUS role on Windows Server 2012 R2 using dedicated SQL Instance with static port on remote SQL Server 2012 SP1 CU7 on Windows Server 2012 R2.
    It verifies the connection and then throws the error:
    The request to add or remove features on the specified server failed. The operation cannot be completed, because the server you specified requires a restart.
    Same error even after rebooting the server multiple times.
    WSUS Server : Windows Server Standard2012 R2
    Remote SQL Server: Windows Server 2012 SP1 CU7 hosted on Windows Server 2012 R2
    Event ID 7000:
    The Windows Internal Database service failed to start due to the following error:
    The service did not start due to a logon failure.
    Event ID 7041
    The MSSQL$MICROSOFT##WID service was unable to log on as NT SERVICE\MSSQL$MICROSOFT##WID with the currently configured password due to the following error:
    Logon failure: the user has not been granted the requested logon type at this computer.
    Service: MSSQL$MICROSOFT##WID
    Domain and account: NT SERVICE\MSSQL$MICROSOFT##WID
    This service account does not have the required user right "Log on as a service."
    User Action
    Assign "Log on as a service" to the service account on this computer. You can use Local Security Settings (Secpol.msc) to do this. If this computer is a node in a cluster, check that this user
    right is assigned to the Cluster service account on all nodes in the cluster.
    If you have already assigned this user right to the service account, and the user right appears to be removed, check with your domain administrator to find out if a Group Policy object associated
    with this node might be removing the right.
    I found following article:
    "MSSQL$MICROSOFT##WID service was unable to log on as NT SERVICE\MSSQL$MICROSOFT##WID" error when you install WID in Windows Server 2012
    http://support.microsoft.com/kb/2832204/en-us
    To work around the issue, use one of the following methods:
    Assign the Log on as a service user right to NT SERVICE\ALL SERVICES in the GPO that defines the user right.
    Exclude the computer from the GPO that defines the user right.
    We moved the SCCM server to OU where no policies were getting applied and then applied the new GPO to that OU. Restarted the server and we were able to install WSUS role.
    Regards
    PR

  • Upgrading Windows Server 2012 Essential Eval to Windows Server 2012 R2 Retail

    I need to upgrade from Windows Server 2012 Essential Eval version to Windows Server 2012 R2 Retail.  What would be the easiest way to upgrade if license $$ is not an issue? The Server is a DC.  Would the following works:
    1. Upgrade from Windows Server 2012 Essential Eval to Windows Server 2012 Essential Retail
    2. Do a conversion from Windows Server 2012 Essential Retail to Windows Server 2012 Standard Retail (I suppose this just require several command line to enable the 2012 Standard)
    3. Do an in-place upgrade from Windows Server 2012 Standard to Windows Server 2012 R2 Standard (there is no need to do migration, am I right?)
    Thanks.

    I just did a simulation using Hyper V.  It seems that I'm able to do the upgrade sequence as described but I'm not sure whether there are any side effect that not yet surface out.  Here is the details steps that I took:
    1. Under Windows Server 2012 Essential Eval
    convert the Windows Server Essential 2012 Eval to Windows Server Standard 2012 using the following command in an elevated command prompot
    dism /online /set-edition:ServerStandard /productkey:xxxxx-xxxxx-xxxxx-xxxxx-xxxxx /accepteula
    press "y" and return to restart as prompted
    the productkey could be retail key or the KMS client keys (just for installation not for activiation)
    2. After reboot, the system become Windows Server 2012 Standard
    using admin account to login
    add admin account to the Enterprise Admins group and Schema Admins group if not already done so, logout and login again
    mount the Windows Server 2012 R2 Standard disk in, say, drive d:
    in an elevated command prompt, go the following:
    cd d:\support\adprep
    .\adprep.exe /forestprep
    .\adprep.exe /domainprep
    double click on d: in explore to run the Windows Server 2012 R2 Standard setup
    follow the instruction to complete the in-place upgrade from Windos Server 2012 to Windows Server 2012 R2
    3. After reboot into Windows Server 2012 R2 Standard, go to the charms bar, select setting -> server info, it will mention the server is not activated, click on Activate Windows and key in the Windows Server 2012 R2 Standard retail key

Maybe you are looking for