Using PS to acquire timeline of Server 2008 OEM keys

im on a Win7 x64 enterprise laptop.  i can not use VLA kit nor Remote desktop tools for win7 as i do not have rights.  i need to find another way by using PS to find the info i need. I have about 30 servers that i need to find out when and if
their OEM key is about to expire. how can i do this and what are the steps to run a script via PS to get this information.

Server OEM keys do not expire, they are good for the life time of the server. From my understanding an OEM key just states, that the server the OS is installed on is the only server the OEM version can be on, meaning you can't take that copy of the OEM software
and install it on a different server.
Also, if you do a major hardware change in the server, it can cause the OEM key to expire, which a call to Microsoft can get this fixed, as some hardware does tend to fail and needs to be replaced.
If you find that my post has answered your question, please mark it as the answer. If you find my post to be helpful in anyway, please click vote as helpful.
Don't Retire Technet

Similar Messages

  • Can I use Same ADF application with SQL server 2008 as well as Oracle 11g?

    Hi ,
    I have created a application in ADF(Using J-Developer). I used SQL server 2008 as Database Provider. I have same Database in Oracle 11g. I want to connect my appliction to Oracle 11g database. I changed connection and connected to Oracle. But, when I tried to save or delete any data from front end, it gave error. Any solution on this?
    Thanks

    Hi,
    I have created Entity object and View object for every page in my application. That objects created from sql server database. Application is working fine with sql server. But when connected with Oracle 11g. It is giving following errors:
    On clicking search control it gives: ORA 00923 From keyword not found where expected.
    On searching with perticular field it gives: ORA-01722: Invalid Number.
    On Clicking save buttonit gives: ORA-00933: SQL command not properly ended.
    These are error messages from IntegratedWebLogicServer-Log:
    java.sql.SQLSyntaxErrorException: ORA-00923: FROM keyword not found where expected
    <QueryCollection> <buildResultSet> [3929] java.sql.SQLSyntaxErrorException: ORA-00923: FROM keyword not found where expected
    Caused by: java.sql.SQLSyntaxErrorException: ORA-00923: FROM keyword not found where expected
    <DCBindingContainer> <cacheException> [3947] * * * BindingContainer caching EXCEPTION:oracle.jbo.SQLStmtException
    <DCBindingContainer> <cacheException> [3948] java.sql.SQLSyntaxErrorException: ORA-00923: FROM keyword not found where expected
    <DCBindingContainer> <cacheException> [3949] * * * BindingContainer caching EXCEPTION:oracle.jbo.SQLStmtException
    <DCBindingContainer> <cacheException> [3950] java.sql.SQLSyntaxErrorException: ORA-00923: FROM keyword not found where expected
    <DCBindingContainer> <cacheException> [3951] * * * BindingContainer caching EXCEPTION:oracle.jbo.SQLStmtException
    <DCBindingContainer> <cacheException> [3952] java.sql.SQLSyntaxErrorException: ORA-00923: FROM keyword not found where expected
    <DCBindingContainer> <cacheException> [3953] * * * BindingContainer caching EXCEPTION:oracle.jbo.SQLStmtException
    <DCBindingContainer> <cacheException> [3954] java.sql.SQLSyntaxErrorException: ORA-00923: FROM keyword not found where expected
    java.lang.NullPointerException

  • Error 18452 "Login failed. The login is from an untrusted domain and cannot be used with Windows authentication" on SQL Server 2008 R2 Enterprise Edition 64-bit SP2 clustered instance

    Hi there,
    I have a Windows 2008 R2 Enterprise x64 SP2 cluster which has 2 SQL Server 2008 R2 Enterprise Edition x64 SP2
    instances.
    A domain account "Domain\Login" is administrator on both physcial nodes and "sysadmin" on both SQL Server instances.
    Currently both instances are running on same node.
    While logging on to SQL Server instance 2 thru "Domain\Login" using "IP2,port2", I get error 18452 "Login failed. The login is from an untrusted domain and cannot be used with Windows authentication". This happened in the past
    as well but issue resolved post insatllation of SQL Server 2008R2 SP2. This has re-occurred now. But it connects using 'SQLVirtual2\Instance2' without issue.
    Same login with same rights is able to access Instance 1 on both 'SQLVirtual1\Instance1' and "IP1,port1" without any issue.
    Please help resolve the issue.
    Thanks,
    AY

    Hello,
    I Confirm that I encountred the same problem when the first domain controller was dow !!
    During a restarting of the first domain controller, i tried to failover my SQL Server instance to a second node, after that I will be able to authenticate SQL Server Login but Windows Login returns Error 18452 !
    When the firts DC restart finishied restarting every thing was Ok !
    The Question here : Why the cluster instance does'nt used the second DC ???
    Best Regards     
    J.K

  • Incremental and Full backups using WBADMIN and Task Scheduler in Server 2008 R2

    I'd like to create an automated rotating schedule of backups using wbadmin and task scheduler, which would backup Bare Metal Recovery; System State; Drive C: and D: to a Network Share in a pattern like this:
    Monday - Incremental, overwrite last Monday's
    Tuesday - Incremental, overwrite last Tuesday's
    Wednesday - Incremental, overwrite last Wednesday's
    Thursday - Incremental, overwrite last Thursday's
    Friday - Incremental overwrite last Friday's
    Saturday - Full, overwrite last Saturday's
    I need to use the wbadmin commands within the Task Scheduler and do not know any of the required Syntax to make sure everything goes smoothly, I do not want to do this through the CMD.

    I know each backup for the previous corresponding day will be replaced, how do you figure I wont be able to do incremental backups...
    Because incremental backup is based on Volume Shadow Copy (VSS) feature and due to Windows Server 2008 R2 limitations (this limitation is resolved in Windows 8) only one version of backed up data can be stored in a shared folder. So the
    result is that every time you back up some data on a shared folder, you actually creating a full backup of them.
    is it not supported through task scheduler?
    The Task Scheduler is only a feature that does the tasks that you have defined for it. Actually it runs the
    wbadmin command that runs on an operating system with the mentioned limitation.
    I know you can do Incremental backups through Windows Server Backup, but my limitation using that is I cant setup multiple backups.
    Yes, you are right. Windows Server Backup feature in Windows Server 2008/2008 R2 has not this functionality (although
    ntbackup in Windows XP and Windows Server 2003 had this functionality). So, the only workaround to this limitation is through using Task Scheduler feature with wbadmin command. For more information see the following article:
    http://blogs.technet.com/b/filecab/archive/2009/04/13/customizing-windows-server-backup-schedule.aspx
    So are you saying that even though I want each backup to go to a different place on the Shared Folder that it will replace the previous backup anyways?
    No and because of this I said in my previous post that with some modifications and additions you can do the scenario. For example, you back up to a shared folder with the name of Shared1 on Mondays. You also have been configured the backup feature to back
    up data on another shared folder, named Shared2, on Wednesday. When you repeat the backup operation in Shared1, only the backed up data that resides on it will be affected, and the data on Shared2 remains intact.
    Please feel free to let us know if you have any question or concern.
    Please VOTE as HELPFUL if the post helps you and remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading
    the thread.
    Hi R.Alikhani
    Then do you know if wbadmin supports incremental backup in Windows 8? As you said the VSS issue is fixed in Win8. However, the wbadmin has less options then in windows server. I tried a bit but it seems it only supports full backup? ps, I use a network share
    - will the incremental backup works if I define a ISCCI then? My remote backup PC is also running Win8.

  • Use of User CAL in Windows Server 2008 R2 Standard

    We are using win server 2008 R2 server as domain controller.
    Can we know how to use User CAL here in this scenario.

    Hi,
    First install the licensing role service applicable to your operating system.
    To install the RD Licensing role service
    1.On the server on which you want to install the RD Licensing role service, open Server Manager. To open Server Manager, click Start, point to Administrative Tools, and then click Server Manager.
    2.If the Remote Desktop Services role is not already installed:
    In the left pane, right-click Roles, and then click Add Roles.
    On the Before You Begin page of the Add Roles Wizard, click Next.
    On the Select Server Roles page, select the Remote Desktop Services check box, and then click Next.
    On the Remote Desktop Services page, click Next.
    On the Select Role Services page, select the Remote Desktop Licensing check box, and then click Next.
    If the Remote Desktop Services role is already installed:
    In the left pane, expand Roles.
    Right-click Remote Desktop Services, and then click Add Role Services.
    On the Select Role Services page, select the Remote Desktop Licensing check box, and then click Next.
    3.On the Configure Discovery Scope for RD Licensing page, you can specify a discovery scope for the license server. For more information, see Terminal Services License Server Discovery.
    4.On the Configure Discovery Scope for RD Licensing page, you can also specify the location where the RD Licensing database will be stored. If you want to specify a database location other than the default location provided, click Browse.
    Note that the database location must be a local folder on the computer on which the RD Licensing role service is being installed.
    5.Click Next.
    6.On the Confirm Installation Selections page, verify that the RD Licensing role service will be installed, and then click Install.
    7.On the Installation Progress page, installation progress is noted.
    8.On the Installation Results page, confirm that installation of the RD Licensing role service succeeded, and then click Close.
    To install and issue TS CALs or RDS CALs, you must first
    activate the license server. When the license server is activated, Microsoft provides the license server with a limited-use digital certificate that validates server ownership and identity. Microsoft
    uses the X.509 industry standard certificate for this purpose. Using this certificate, a license server can make subsequent transactions with Microsoft. To activate your license server, go to
    Windows Terminal Services Licensing, a site designed to help you manage your license server and obtain client access license tokens.
    For detailed information, view the link below:
    Install and issue RDS CALs or TS CALs
    http://technet.microsoft.com/en-us/library/hh553159(v=ws.10).aspx
    Installing the Remote Desktop Licensing Role Service
    http://technet.microsoft.com/en-us/library/ff710500(WS.10).aspx
    Hope this helps.
    Steven Lee
    TechNet Community Support

  • Windows Server 2008 OEM 64-bit key cannot activate 32-bit

    My client purchased Windows Server 2008R2 OEM 64-bit. However it was found an old application can only run on 32-bit Windows. Then he tried to find another installation disk and install 32-bit Windows Server 2008R2. Unfortunatly the 64-bit key
    cannot be applied to it.
    Many posts saying that 32-bit and 64-bit keys are interchangable, and doing a clean installation would be fine.
    Any one can enlight me on this? Thanks a lot in advance.

    Server 2008 R2 is x64 only so must be vista kernel 2008 you're asking about. I'd be surprised if they're interchangeable but you can ask them here.
    https://www.microsoft.com/licensing/existing-customers/activation-centers.aspx
    Regards, Dave Patrick ....
    Microsoft Certified Professional
    Microsoft MVP [Windows]
    Disclaimer: This posting is provided "AS IS" with no warranties or guarantees , and confers no rights.

  • Move OEM windows server 2008 activation key from from machine to another one

    Dears,
    could you please advise on how i can move a product key of windows server 2008 from one IBM server to another IBM one.
    what we have is OEM windows server 2008 R2, and it is already installed on IBM server and we need to move the key to another IBM server machine and remove the old one.
    can you provide a procedure or recommendation to do that .
    Best Regards,

    Dears,
    could you please advise on how i can move a product key of windows server 2008 from one IBM server to another IBM one.
    what we have is OEM windows server 2008 R2, and it is already installed on IBM server and we need to move the key to another IBM server machine and remove the old one.
    can you provide a procedure or recommendation to do that .
    Best Regards,
    This being an OEM copy you cannot move this to another server. You can only do that with Volume Licensing of server.
    http://www.microsoft.com/licensing/existing-customers/product-activation-faq.aspx
    Regards Jake Gardner If you found this post helpful, please give it a &quot;Helpful&quot; vote. If it answered your question, remember to mark it as an &quot;Answer&quot;. This posting is provided &quot;AS IS&quot; with no warranties
    and confers no rights! Always test ANY suggestion in a test environment before implementing! Sorry if my grammar is incorrect as I am probably on writing to you from my phone.

  • 2035n which driver to use for 32bit share on 64bit Server 2008

    I've just got a new 2035n.
    I'm sharing the printer on a windows 2008 server 64bit.  I used the vista64bit driver to get it installed on the server.
    I'm trying to add x86 drivers in the share tab so that my xp machines will automatically install the driver once I initiate to connect the printer to the workstation.
    I'm having a really hard time to find a driver that will work.  Every time I try another driver it gives me this error:
    "The specified location does not contain the driver HP LaserJet 2035n for requested processor architecture."
    I've tried every driver listed on the drivers download page and cannot get anything to work.  Does anyone have any suggestions. 
    Thanks so much!!

    I sent out some pings about this situation yesterday but
    haven't gotten anything back yet.
    Flash Player itself supports any 32-bit browser running on a
    64-bit OS. That's not the problem here... What you're seeing is OS
    detection on the Flash Player Download center.
    So I'm still waiting for someone from the web team to get
    back to me..

  • Restoring database using C sharp console application(SQl server 2008 R2)

    Hi All,
    I want to take backup and restore database from one server to another through C sharp Console Application.
    My Backup is working fine but restoring is not working and throwing below error:
    An unhandled exception of type 'Microsoft.SqlServer.Management.Smo.FailedOperationException' occurred in Microsoft.SqlServer.SmoExtended.dll
    Database name is fine while restoring.
    Please give me some ideas in resolving this.
    Thanks in advance.
    blrSvsTech

    Hi Olaf,
    I used Replace database option.
    My code is something like this.
      public void Restoredb(string serverName, string useraame, string password)
                ServerConnection conn;
                if (useraame == " ") // for Windows Authentication
                    SqlConnection sqlCon = new SqlConnection(@"Data Source=" + serverName + @";Integrated Security=True;");
                    conn = new ServerConnection(sqlCon);
                else // for Server Authentication
                    conn = new ServerConnection(serverName, useraame, password);
                Server srv = new Server(conn);
                Database database = srv.Databases["db_Miller"];
                string dbPath = Path.Combine(database.PrimaryFilePath, "db_Miller.mdf");
                string logPath = Path.Combine(database.PrimaryFilePath, "db_Miller.ldf");
                Restore restore = new Restore();
                BackupDeviceItem deviceItem = new BackupDeviceItem(path, DeviceType.File);
                restore.Devices.Add(deviceItem);
                restore.Action = RestoreActionType.Database;
                restore.ReplaceDatabase = true;
                restore.NoRecovery = true;
                restore.SqlRestore(srv);  ------------- Getting error in this line.
                database = srv.Databases["db_Miller"];
                database.SetOnline();
                srv.Refresh();
                database.Refresh(); 
    Thanks in advance.
    blrSvsTech
    Hi blrSvsTech,
    You haven’t specified the restore destination database, please try the following codes:
    public void Restoredb(string serverName, string useraame, string password)
    ServerConnection conn;
    if (useraame == " ") // for Windows Authentication
    SqlConnection sqlCon = new SqlConnection(@"Data Source=" + serverName + @";Integrated Security=True;");
    conn = new ServerConnection(sqlCon);
    else // for Server Authentication
    conn = new ServerConnection(serverName, useraame, password);
    Server srv = new Server(conn);
    Database database = srv.Databases["db_Miller"];
    string dbPath = Path.Combine(database.PrimaryFilePath, "db_Miller.mdf");
    string logPath = Path.Combine(database.PrimaryFilePath, "db_Miller.ldf");
    Restore restore = new Restore();
    BackupDeviceItem deviceItem = new BackupDeviceItem(path, DeviceType.File);
    restore.Devices.Add(deviceItem);
    restore.Action = RestoreActionType.Database;
    restore.ReplaceDatabase = true;
    restore.NoRecovery = true;
    restore.database = srv.Databases["db_Miller"];
    restore.SqlRestore(srv); ------------- Getting error in this line.
    database = srv.Databases["db_Miller"];
    database.SetOnline();
    srv.Refresh();
    database.Refresh();
    If the issue occurs again, please post all the error message here for analysis.
    For more detail information, you can refer to he following link:
    Restore.SqlRestore Method
    http://technet.microsoft.com/en-us/library/microsoft.sqlserver.management.smo.restore.sqlrestore.aspx?cs-save-lang=1&cs-lang=csharp#code-snippet-1
    Best Regards,
    Allen Li
    Allen Li
    TechNet Community Support

  • Using JDeveloper 10.1.12with Windows Server 2008

    When Addiing Radio Button and putting the Radio Button under a Button Group when you run the application when you select "Yes" the "No" disappears

    10.1.2 isn't certified on Windows 2008.
    Why are you using such an old release? 10.1.2 used JDK 1.4, which was end-of-life in 2008.
    John

  • Isse with using Grouping Sets in SQL Server 2008 R2

    Hi,
    I created a query in SQL Server 2012 using grouping sets that works fine.  When I try to use the same query in SQL Server 2008 I get an error ("Inccorrect syntax near SETS").
    I researched using grouping sets in 2008 and didn't see any issue with my query.  What is different in grouping sets 2008 vs 2012?
    SELECT tl.ClientRegionCd as [Client Region Code] , tl.ClientRegionDesc as [Region Name], count(tl.CompleteICN) as [Trauma Letters Sent]
    from TORT_Trauma_Letters tl
    Where CONVERT(VARCHAR(26), tl.SecondNoticeSent, 23) between '2014-06-12' and '2014-06-12'
    GROUP BY GROUPING SETS((tl.ClientRegionCd, tl.ClientRegionDesc), ())
    Stacie

    Check this blog post as how to deal with date ranges
    http://sqlblog.com/blogs/aaron_bertrand/archive/2009/10/16/bad-habits-to-kick-mishandling-date-range-queries.aspx
    For your result you can simply achieve your result with UNION ALL, e.g.
    select Client, Region, Letters
    from myTable 
    UNION ALL
    select NULL, NULL, SUM(letters) as Letters
    For every expert, there is an equal and opposite expert. - Becker's Law
    My blog
    My TechNet articles

  • Why i can not use dbco to connect sql server 2008?

    Dear Experts,
        i use this mehtod to link sql server 2005 :MSSQL_SERVER=tcp:mysqlserver IP  MSSQL_DBNAME=SubConPayment,
    it is ok,when i use this method to link sql server 2008 with dbco,it is not ok,can you tell me why i can not link to sql server2008 in sap with dbco?
    looking forward to your reply.
    Best regards,
    Merry

    Hi Merry,
    Seems that you have to add the "provider" attribute to the connectionstring. Please have a look at the following link: [http://www.connectionstrings.com/sql-server-2008#p2]
    Regards,
    Ozcan.

  • Windows Server 2008 R2 problem

    Hi there
    I'm a newbie to Flash media server and I would like to explore its usage.
    Does any one have experience with Flash Media Server 3.5.3 running on Windows Server 2008 R2? I installed FMS on my Windows Server 2008 R2, but the admin console cannot start.
    By the way, I installed FMS on a Windows Server 2003 32-bit machine. And I'm able to use the admin console on Server 2003 to connect to the Server 2008 R2 installation.
    Also, I have a separate disk that is used to hold the media content to be streamed via FMS. How can I configure FMS to use that disk as root for media file instead of using "c:\program files (x86)\...\webroot\vod"
    Thanks very much in helping me to start the project.
    Best Regards
    Steve Yau

    ForThanks very much for your prompt response.
    For (1), if I start "Flash Media Administration Console" from the Start menu, an IE prompts up and it tries to open "c:\program files(x86)\Adobe\Flash Media Server 3.5\tools\fms_adminConsole.htm" with the following in the information bar:
    "An add-on for this website failed to run. Check the security settings in Internet Options for potential conflicts"
    I thought it was the problem of flash player that cannot be run on 64-bit IE, so i tried 32-bit IE, but still in vain. I also tried to install flash player using 32-bit IE on Windows server 2008 R2 but the installation cannot start.
    The FMSAdmin service is surely running with firewall configured. I've also installed FMS on another Windows Server 2003 32-bit. There I can start the admin console and connect to the Windows Server 2008 R2 FMSAdmin service.
    For (2), I've added the line as per your kind help. But my question will be: How can I test whether my FMS is correctly streaming the video? For Windows Media Service, I can easily open URL in WMP and the streaming can be verified easily. But I don't know how to test FMS setup from web client side. Any clues? For your information, I don't have Adobe Flash or Dreamweaver stuff.
    Thanks again for your kind help
    Regards
    Steve Yau

  • Has mssql2008r2 got "Cumulative Update Package 6 for SQL Server 2008 Service Pack 1"

    hi,
    I have
    Microsoft SQL Server 2008 R2 (RTM) - 10.50.1600.1 (Intel X86)   Apr  2 2010 15:53:02   Copyright (c) Microsoft Corporation  Express Edition with Advanced Services on Windows NT 5.1 <X86> (Build 2600: Service Pack 3) 
    , i wanted to know has it got
    "Cumulative Update Package 6 for SQL Server 2008 Service Pack 1"
    so that i do not have to install or i have to install
    yours sincerley

    Thank u, please tel me can i instal  sp3.
    I have noticed the link of sp2 (http://www.microsoft.com/en-in/download/details.aspx?id=30437)
     has listed
    (SQL Server 2008 R2 Express Edition)
    SQL Server 2008 R2 Service Pack 2 (SP2) is now available for download. SQL Server 2008 R2 service packs are cumulative and can be used to upgrade all releases of SQL Server 2008 R2 to Service Pack 2. SQL Server 2008 R2 Service Pack 2 contains Cumulative Update
    1 to 5 from SQL Server 2008 R2 SP1. The package can be used to upgrade the following SQL Server 2008 R2 editions: 
    SQL Server 2008 R2 Parallel Computing Edition
    SQL Server 2008 R2 Datacenter Edition
    SQL Server 2008 R2 Enterprise Edition and Developer Edition
    SQL Server 2008 R2 Standard Edition
    SQL Server 2008 R2 Web Edition
    SQL Server 2008 R2 Workgroup Edition
    SQL Server 2008 R2 Express Edition
    where as link of sp3(http://www.microsoft.com/en-us/download/details.aspx?id=44271)
    has not listed express edition but written in general.
    SQL Server 2008 R2 Service Pack 3 (SP3) is now available for download. SQL Server 2008 R2 service packs are cumulative and can be used to upgrade all releases of SQL Server 2008 R2 to Service Pack 3. SQL Server 2008 R2 Service Pack 3 contains
    Cumulative Update 1 to 13 from SQL Server 2008 R2 SP2. The package can be used to upgrade the following SQL Server 2008 R2 editions: 
    SQL Server 2008 R2 Parallel Computing Edition
    SQL Server 2008 R2 Datacenter Edition
    SQL Server 2008 R2 Enterprise Edition and Developer Edition
    SQL Server 2008 R2 Standard Edition
    SQL Server 2008 R2 Web Edition
    SQL Server 2008 R2 Workgroup Edition
    yours sincerley

  • Windows Server 2008 R2 Slow LAN Transfer (Receive)

    Using Windows 7 Ultimate and Windows Server 2008 R2
    Two machines, connected via 1GB 1000base-T LAN, with a 1Gb switch between... and yes, I've tried swapping cables and ports. Server has two RAID5's, a 6 platter and an 8 platter. Workstation has two RAID5's, a 3 SSD and a 4 platter. Both sides using Intel
    CPU's and a RealTek 8100C chipset Gb LAN, same LAN drivers.
    Using Windows Explorer to COPY a 20GB file:
    Server Disk1 to Server Disk 2: >250MB/s (Server disk I/O isn't an issue).
    Server Disk2 to Server Disk 1: >250MB/s (Server disk I/O isn't an issue).
    Workstation Disk1 to Disk2: >150MB/s (Workstation disk I/O isn't an issue).
    Workstation Disk2 to Disk1: >150MB/s (Workstation disk I/O isn't an issue).
    Server Disk1 to Workstation Disk2: 91MB/s (near 100% LAN utilization).
    All looks good so far:
    Workstation Disk2 to Server Disk2: 25MB/s declining to 17MB/s; occasionally as low as 9MB/s. 
    Some of the changes listed above appeared to work for a few moments. I've seen as high as 90MB/s for a few seconds, but it declines rapidly under 30MB/s... so no fix that has lasted. 
    It appears there is something in Windows 7 that prevents fast transmits; or something in Windows Server 2008 that blocks fast receives. I have set the server-side receive training to disabled, normal, highlyrestricted, and experimental and the Win7 side
    to off, normal, and highlyrestricted in various combinations. Again, nothing concrete to report as an improvement.
    What would the MS Gurus suggest I do with NetMonitor as far as capturing something worth their time to diagnose?

    I've tried disabling auto tuning on the clients with no appreciable effect. The throttling feature however appears to have had an effect - changing the setting from default 10 to 70 has slowed the transfer from 20MB/s down to about an initial 6MB/s that
    has slowed even further, and is now at 3.2MB/s (3% network utilization according to Resource Monitor at both ends of the wire - WS2008R2 and W7).
    Question: What does the 10 (0x0a and 70 (0x46) represent: Mbps on the LAN, or 10% and 70% reserved, or? 
    I'll try the "off" setting of all FF's and add to this.
    In any case, having a backup server that can't be utilized due to client "entertainment media" issues is a little painful... there should be a straightforward and published method to set the network to "normal".
    UPDATE:
    I've tried settings of 0, 10, 70, and FFFFFFFF. 10 might have been best, but only marginally better than 70. Range of time to copy was under 7 minutes to over 8 minutes. Very small difference.
    But I also tried this using Windows Explorer and a Dataset of one folder containing 12.5GB of miscellaneous folders and files - and was surprised.
     - Dataset is at \\WIN7\Dx\ = = Client physical RAID5 drive D:\Dataset
    On WIN7 Client: Share drive D with Everyone as Dx
    On WSvr Server: Share drive D with Everyone as Dx
    On WIN7 Client: Map \\WSvr\Dx to Z:
    On WSvr Server: Map \\WIN7\Dx  to Z:
    On WIN7 Client, using Windows Explorer:
     -- Copy Dataset from Local Drive D: to Network Drive Z:
     -- Took about  8 minutes, with 20% network utilization.
    On WSvr (2008 R2 Server), using Windows Explorer:
     -- Copy Dataset from Network Drive Z: to Local Drive D:
     -- Took about 3 minutes, and 70% network utilization.
    Why does running the copy from the server allow better network utilization and net throughput?
    UPDATE2: 
    I am NOT using HOMEGROUP; I have a dedicated workgroup network the client is a member of, and the server is a DC. I'll eventually try joining the client to the domain and see if that changes anything, but doubt it will so haven't taken the time yet.

Maybe you are looking for