Skip to main content

Windows Operating System (OS) Product Released,Life Cycle Start and End of Support dates

Products Released Lifecycle Start Date Mainstream Support End Date Extended Support End Date
Windows Server 2000 (SP4) 6/26/2003 6/30/2005 7/13/2010
Windows Server 2003 R2 Enterprise Edition (32-Bit x86) (SP2) 03-05-06 7/13/2010 7/14/2015
Windows Server 2003 R2 Standard Edition (32-bit x86) (SP2) 03-05-06 7/13/2010 7/14/2015
Windows Server 2003 R2 Standard x64 Edition (SP2) 03-05-06 7/13/2010 7/14/2015
Windows Server 2003, Enterprise Edition (32-bit x86) (SP2) 5/28/2003 7/13/2010 7/14/2015
Windows Server 2003, Enterprise x64 Edition (SP2) 5/28/2005 7/13/2010 7/14/2015
Windows Server 2003, Standard Edition (32-bit x86) (SP2) 5/28/2003 7/13/2010 7/14/2015
Windows Server 2003, Standard x64 Edition (SP2) 5/28/2005 7/13/2010 7/14/2015
Windows Server 2003, Web Edition (SP2) 5/28/2003 7/13/2010 7/14/2015
Windows Server 2008 Enterprise without Hyper-V (SP2) 05-06-08 1/13/2015 1/14/2020
Windows Server 2008 R2 Enterprise (SP1) 10/22/2009 1/13/2015 1/14/2020
Windows Server 2008 R2 Standard (SP1) 10/22/2009 1/13/2015 1/14/2020
Windows Server 2008 Standard (SP2) 05-06-08 1/13/2015 1/14/2020
Windows Server 2008 Standard without Hyper-V (SP2) 05-06-08 1/13/2015 1/14/2020
Windows Server 2012 R2 Standard 11/25/2013 01-09-18 01-10-23
Windows Server 2012 Standard 10/30/2012 01-09-18 01-10-23

Comments

Popular posts from this blog

"kerberos: the specified credentials were rejected by the server", "unreachable": true" Ansible

Hello Friends, I was getting following Error while deploying my Ansible script, Basically my credential were getting rejected by server. SSH password: PLAY [Playbook_Name] ***************************************************************02:00:30 TASK [Gathering Facts] *********************************************************02:00:30 fatal: [Server_Inventory_Name]: UNREACHABLE! => {"changed": false, "msg": "kerberos: the specified credentials were rejected by the server", "unreachable": true} PLAY RECAP *********************************************************************02:00:30 Server_Inventory_Name    : ok=0    changed=0    unreachable=1   failed=0  It was resolved using one additional parameter in Inventory  i.e  "ansible_winrm_server_cert_vaildation:ignore"

NBSUTIL commands

Frustrated with syntax finding hence decided to post all NBSTLUTIL related commands so people will not face same problem. Common SLP Related Commands Show EMM Image list of Images that were backed up to an SLP STU [ -I / -U ] nbstlutil list nbstlutil list –lifecycle <name> nbstlutil list –backupid <id_value> nbstlutil list -image_state <value> nbstlutil list -copy_state <value> nbstlutil list -frag_state <value> nbstlutil list –mediaid <media_id>_–state 3 Activate /Inactivate SLP operations nbstlutil inactive –lifecycle <lifecycle name> nbstlutil inactive –backupid <backupid> nbstlutil active –lifecycle <lifecycle name> nbstlutil active –backupid <backupid> Cancel pending operations on selected image nbstlutil cancel -backupid <backupid> nbstlutil cancel -lifecycle <lifecycle> Show status on Incomplete copies of Lifecycle Managed images nbstlutil stlilist –lifecycle <lifecycle name> nbstlutil stlil...

Configure Timeout and Reconnection Settings for Remote Desktop Services Sessions

Configure Timeout and Reconnection Settings for Remote Desktop Services Sessions On the RD Session Host server, open Remote Desktop Session Host Configuration. To open Remote Desktop Session Host Configuration, click  Start , point to  Administrative Tools , point to  Remote Desktop Services , and then click  Remote Desktop Session Host Configuration . Under  Connections , right-click the name of the connection, and then click  Properties . In the  Properties  dialog box for the connection, on the  Sessions  tab, select the following options as necessary: Select the  Override user settings  check box, and then set timeout settings for  End a disconnected session ,  Active session limit , and  Idle session limit . Select the  Override user settings  check box, and then select one of the following reconnection settings:  Disconnect from session  or  End session . Cli...