Differences
This shows you the differences between two versions of the page.
| 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] gerardorourke | vendors: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:// | ||
| + | |||
| ====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' | I had to remove this in my lab. Note sure if I installed it or not....(don' | ||
| - | [[Microsoft Reference|https:// | + | [[https:// |
| < | < | ||
| Dism.exe /online / | Dism.exe /online / | ||
| Dism.exe /online / | Dism.exe /online / | ||
| + | Dism.exe /online / | ||
| + | </ | ||
| + | |||
| + | Above didn't work for me so I tried below command from this [[https:// | ||
| + | |||
| + | **Powershell** | ||
| + | < | ||
| + | Remove-WindowsFeature RSAT-NIS | ||
| </ | </ | ||
| + | note - the ONLY command line you need to run is the above one - and it does not require a reboot. | ||