Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
vendors:cisco:uc:ucce:upgrade [2019/08/06 13:52] – [To remove the administration tools for Identity Management for UNIX] gerardorourkevendors:cisco:uc:ucce:upgrade [2019/08/12 14:47] (current) gerardorourke
Line 2: Line 2:
  
 ===== W2012R2 to W2016 ====== ===== W2012R2 to W2016 ======
 +
 +==== Cisco Update Guide Notes ====
 +  *https://www.cisco.com/c/en/us/support/docs/contact-center/unified-contact-center-enterprise-1201/214628-upgrade-unified-cce-12-0-1-solution-wit.html
 +
  
 ====To remove the administration tools for Identity Management for UNIX==== ====To remove the administration tools for Identity Management for UNIX====
 I had to remove this in my lab. Note sure if I installed it or not....(don't think so!). I had to remove this in my lab. Note sure if I installed it or not....(don't think so!).
  
-[[Microsoft Reference|https://docs.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server-2008-R2-and-2008/cc731178(v=ws.11)#BKMK_command]]+[[https://docs.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server-2008-R2-and-2008/cc731178(v=ws.11)#BKMK_command|Microsoft Reference]]
 <code> <code>
 Dism.exe /online /disable-feature /featurename:adminui  Dism.exe /online /disable-feature /featurename:adminui 
 Dism.exe /online /disable-feature /featurename:nis Dism.exe /online /disable-feature /featurename:nis
 +Dism.exe /online /disable-feature /featurename:psync
 +</code>
 +
 +Above didn't work for me so I tried below command from this [[https://social.technet.microsoft.com/Forums/en-US/74a598ac-e22c-41bc-ae90-05e7d89a2f18/windows-server-2016-setup-idmuupgradecompliancecheck-identity-management-for-unix-components-are?forum=WinServerPreview|Reference]]
 +
 +**Powershell**
 +<code>
 +Remove-WindowsFeature RSAT-NIS
 </code> </code>
  
 +note - the ONLY command line you need to run is the above one - and it does not require a reboot.
  • vendors/cisco/uc/ucce/upgrade.1565095966.txt.gz
  • Last modified: 2019/08/06 13:52
  • by gerardorourke