Will XP workstations work with MS server 2012

will XP workstations work with MS server 2012

Hi,
Yes Windows XP Pro will work with a Server 2012 Domain Controller.
I do recall some issues with GPO filtering down to XP on an installation I worked on some time back, You need a hotfix pertaining to Server 2008 GPO issues to fix this for 2012 control.
If I manage to find the email with the hotfix number I will post it here, likewise if you find it before me, please do post it up.
M
If you find my information useful, please rate it. :-)

Similar Messages

  • WLS :: Will Vista web client work with Weblogic Server 8.1.6 over SSL?

    Hello,
    I have installed 51-2 bit SSL cert on weblogic 7 and found that the secure site doesn't work on Vista web client.
    Weblogic gives error in handshaking and says algorithm is not supported.
    Vista web client uses some algorithms which were not supported by weblogic 7.
    So would like to know if would Vista web client work with Weblogic Server 8.1.6 over SSL?
    Any information in this regard would be helpful.
    Thanks in Advance.

    can you use the following debug flags in the weblogic server as java_options and paste the complete ssl handshake exception here.
    -Dweblogic.StdoutDebugEnabled=true
    -Dssl.debug=true
    thanks,
    sandeep

  • Trying to install a setup on a 64 bit machine with Windows server 2012 R2 which writes to registry FAILES

    My msi is a 32 bit setup.
    When I install it on a 32 bit machine with Windows XP it works fine .
    I tried to install it on a 64 bit machine with windows server 2008 and it succeeds
    While running my setup on a 64 bit machine with Windows server 2012 R2 it failes and I get the folloawing message:
    "Registry object reference not set to an instance of an object"
    Then the setup exits and leaves the app partially installed
    I tried searching for known problems over the net, but found nothing
    I will be happy to get some advice
    Thanks
    Liora

    Sounds like you are trying to update a registry object that is not there.
    Is this your own msi, or is it from a third party application?  If third party, check with them to see if they support it on 2012 or if they have a known workaround.
    If it is your own msi, sounds like it is time to debug it.
    .:|:.:|:. tim

  • Licensing issue with Windows Server 2012 R2 Essential

    Hi,
    we purchased a server that came with Windows Server 2012 Essentials. and we found out some of the issue regarding the licensing. I would like to verify it with the experts here.
    1. This Essential O.S. cannot be deployed as a member server in the domain, only Windows server 2012 r2 Standard and data center is capable as deploy as a member server? 
    2. does it work with a single domain with multiple domain controllers and one primary domain controller? Example, 10 offices in different states, each location has a domain controller in their office, I'm installing to install this Essential server as another
    domain controller in one of the offices for redundancy purpose. I promoted this server into domain controller with success, but it gives me an fsmo error everyday, and warning about shutting down if i don't transfer the fsmo role to this server.
    3. which leads to this question, so this Essential OS can only be deploy as a single domain as the primary domain controller? Up to 25 user and 50 device license?
    4. Is it possible to deploy it as a domain controller (that office has less than 25 users) in that office while syncing correctly with the other 10 domain controllers in other offices, they are all in the same single domain? I can't make this work, and I
    think due to the Essential O.S.'s limitation.
    5. we use a vpn connection to connect all the office together, and all the domain controller uses lan ip address to communicate with each other.
    Thank you for the help in advance. I have been researching for the past couple days, but I still couldn't get a clear answer. Thank you again.

    Hi Cliff,
    Thank you for your reply.
    1. We will get a new server 2012 r2 standard to deploy as member server.
    2 and 3. Only ONE domain controller can hold all FSMO roles in a single domain, correct? Currently an windows 2003 enterprise, this is our first server in our domain, it holds all the FSMO roles currently. 
    4. Yes, we realized essentials will not work for us, so we are switching to 2012 r2 standard to deploy for the new
        domain controller for our new office, still under the same domain. 
    5. This wasn't a question, just wanted to give out the connection information.
    The problem was that We didn't read the Essentials in detail when buying the new server, on dell website, it said it was perfect for small business, we didn't know it has to run as a primary DC. it was great in price, and it doesn't need CALs.
    but we quickly realized after deploying it as a DC, it gives us error about Server Licensing compliance, and will shut down automatically. Then we were going to use it as a member server to run application, and realized we couldn't. So we are returning the
    server, and getting a new one with standard r2 2012 and CALs license. 
    It was a costly mistake.
    Thank you again.

  • Problem with windows server 2012

    i have a problem with window server 2012 , i remove some feature in server manager and it restart .but  when i log in into my account it shows  a black screen with cmd window with this massage "C:\users\Administrator>." please
    help me. i dont know whats happend and i cannt work with this
    thanks a lot

    You may follow this link to get it solved 
    http://www.jon-tupitza.com/2014/02/18/enabling-the-windows-server-2012-r2-gui/
    http://www.arabitpro.com

  • I cannot seem to find the Version 3 print drivers to make XP work from my server 2012 r2 environment. I read that the v3 should fix the XP errors I continue to get, but WHERE do i dowlnoad these? Cant find them anywhere.

    Does anyone know where to find V3 drivers rather than v4. I'm having issues with XP working in my server 2012 environment.
    Thanks in advance!

    the vendor provided version-3 compatible print driver should be used for the device. Check Windows Update and the device manufacturer for a v3 driver.
    Best,
    Howtodo

  • ColdFusion8 works with SQL Server 2008 compatibility level 90?

    We're currently is using ColdFusion8 and need to upgrade the database from SQL Server 2000 to 2008. Will ColdFusion8 work with SQL Server 2008 compatibility level 90?

    Hi,
    ColdFusion 8 is not supported with SQL Server 2008. A list of supported environment is available at http://www.adobe.com/products/coldfusion/pdfs/cf8_systemsupportmatrix.pdf
    Regards,
    Anit Kumar

  • Use of PVKConverter with SQL Server 2012 SP2

    I am trying to convert a certificate that was exported from our database server to be used by SQL Server for database encryption.  When I run the PVKConverter, not Private Key File (PVK) is generated.
    The certificate has Server and Client Authentication as the purposes of the certificate. 
    What purpose or purposes does the certificate need in order to be able to be used by SQL Server 2012 SP2?
    Why doesn't the PVKConverter generate a private key file?
    I can use the command makecerts to generate a self signed certificate and have it work with SQL Server database encryption.
    Thanks.
    DJ

    Hi DJ,
    Based on my research, SQL Server supports the importing of existing security certificates, specified as a pair of files that are encoded in PVK/DER format. Below Transact-SQL script displays the basic key file format for SQL Server database encryption.
    CREATE CERTIFICATE <Certificate name>
    FROM FILE = '<PVK/DER format file>.cer'
    WITH PRIVATE KEY (FILE = '<PVK/DER format file>.pvk',
    DECRYPTION BY PASSWORD = '<Encryption password>');
    According to your description, PVKConverter doesn’t generate a private key file. PVKConverter is used to generate PVK/DER encoded security certificates from existing PFX encoded security certificates. Thus, please ensure that your certificate is encoded in
    PFX format and make sure you perform all the steps properly as described in the
    KB article.
    There is also a related blog for your reference.
    http://blogs.msdn.com/b/sql_pfe_blog/archive/2014/02/04/generating-a-trusted-tde-certificate-in-the-proper-format-from-a-certificate-authority.aspx
    Thanks,
    Lydia Zhang
    Lydia Zhang
    TechNet Community Support

  • I have a ibook G4 which has become redundant as my phone will no longer work with the version of itunes installed (latest it can use), how can I back up my phone to transfer to a new computer (a PC now)?

    My iphone 4s (7.1.1) will no longer work with my ibook G4 which is running 10.5.8. I have a PC which i'm now going to have to use, I've manually transferred my music and photos, but how do I go about transferring my contacts and calenders. What does itunes on PC sync to in terms of contacts and calenders?
    Thanks!

    Hi there BDempster,
    You may find the information in the articles below helpful.
    iOS: How to transfer or sync content to your computer
    http://support.apple.com/kb/HT1296
    iTunes 11 for Windows: Sync contacts, calendars, and other info with iPod, iPhone, or iPad
    http://support.apple.com/kb/PH12317
    You can use iTunes to sync the contacts, calendars, notes, Safari bookmarks, and email account information on your computer with your iPod, iPhone, or iPad. iTunes also syncs this information from your device to your computer—for example, if you add contacts on your iPad, syncing adds those contacts to Windows address book or Outlook Express on your computer.
    -Griff W. 

  • Will itunes 11 work with windows xp, I have ended up with this neqw version and it doesn't work , I can look at my library ,but not play and since synching my ipod it is now empty. Apple support is useless, they treat me like I'm on a Mac not a PC .

    will itunes 11 work with windows xp , I have ended up with this new version after accepting an update and now although I can view my library I can't play anything and since synching my ipod it is empty. Apple support can't seem to get it's head around the fact I'm on a PC keeps asking for an apple serial number, Help!!!

    Morning gedeye,
    Thanks for using Apple Support Communities.
    System Requirements
    Windows XP Service Pack 2 or later
    32-bit editions of Windows Vista or
    32-bit editions of Windows 7, and Windows 8
    For more information on this, take a look at this article:
    http://support.apple.com/kb/DL1614
    Best of luck,
    Mario

  • Will Ipod Touch work with Windows 8

    Will IPod Touch work with Windows 8?  Why is that not even a listed option in the help feature?

    Apple has just not got around to revising the documentation to reflect Win 8. Just use instructions for Win 7

  • I like the idea of auto back-up for my new iMac, Ipad and PC Netbook, particularly if I can access all files and data stored on any device.  But I have a Conceptronic router.  Will Time Capsule work with this and how?

    I like the idea of auto back-up for my new iMac, Ipad and PC Netbook, particularly if I can access all files and data stored on any device.  But I have a Conceptronic router.
    1. Will Time Capsule work with this and how?
    2. Can my printer USB be plugged in and then shared between the devices?
    3. Can I create a network and how?
    4.  What happend when a visitor logs onto my existing wireless router?
    I'm new to Macs (well a returning user having started with Mac Plus!!) and not very technical.  Any help / advice will be much appreciated.
    Ray

    The key to what you seem to want to do is to be able to get Apple's Time Capsule router to "join" the network that your Conceptronic router.  I believe that works with some third-party routers, but I've never seen a list of those that work in such a configuration and I have no experience with Conceptronic equipment.
    You might be better off with a Network-Attached Storage (NAS) device instead of a Time Capsule.

  • How to make a simple form made with adobe Muse work with Godaddy server ?

    Hi
    i'm trying to do a little website for my student (excuse my english) and the simple form simply don't work with godaddy server. I put the-email adress and i receive nothing, like nothing happen. I try to place the gdform instead but muse said i can't do that.
    Do yu have a simple explication or a way around that thank you very much
    the site is www.chbh.org
    Josée Bélanger

    Hi
    Please refer to : forums.adobe.com/docs/DOC-3581 to know, how you may have the forms widget provided with Adobe Muse to work with third party hosting.

  • Can I connect my iPad mini to a data projector using a lightning to 30-pin adapter connected to a 30-pin to VGA connector? Or will this only work with a lightning to VGA connector.

    Can I connect my iPad mini to a data projector using a lightning to 30-pin adapter connected to a 30-pin to VGA connector? Or will this only work with a lightning to VGA connector?

    The lightning to 30 pin adapter does not support video as per the item description in the Apple online store:
    http://store.apple.com/us/product/MD823ZM/A/lightning-to-30-pin-adapter
    This adapter lets you connect devices with a Lightning connector to many of your 30-pin accessories.* Supports analog audio output, USB audio, as well as syncing and charging. Video output not supported.
    You will need to the Lightning to VGA adapter directly
    http://store.apple.com/us/product/MD825ZM/A/lightning-to-vga-adapter?fnode=3a
    Or the Lightning Digital AV Adapter
    http://store.apple.com/us/product/MD826ZM/A/lightning-digital-av-adapter
    If the projector supports HDMI input.

  • Will apple tv work with a hdmi splitter of some kind ? TV only has 2 hdmi ports and both are in use

    will apple tv work with a hdmi splitter of some kind ? TV only has 2 hdmi ports and both are being used .
    If splitter will work any recomendations as to best type to use

    The Hatter,
    I am a novice at Mac so I read all I can.  From what I understand the NEC monitors I bought require Display Port for their maximum performance.  The GTX 680 only has DVI outputs.  Difference from what I understand is larger bandwidth with the DP.
    You said I have the 4000 for CUDA.  I am not all that familiar with CUDA and when I do read about it I do not understand it. 
    A concern I have is, that if I connect the 2 high end NEC monitors via the 5770, using it's 2 Display Ports I would have nothing connected to the 4000.  Is the 4000 doing anything with nothing connected?  I read where in a PC system the 2 cards would interact but in a Mac system they do not.
    Bottom line, as I see it, the 4000 will not be useful at all to me, since I want a dual monitor set-up.
    So far the 5870 seems the best choice, higher band width than the 5770, and it has 2 Display Ports to optimize the NEC monitors.
    I'm not sure how fine I am splitting hairs, nor do I know how important those hairs are.  I am just trying to set up a really fast reliable system that will mainly be used for CS6 and LR4.  Those NEC monitors are supposed to be top notch.

Maybe you are looking for