Posted On March 29, 2019

Cisco Agent Desktop Common Issues

kimconnect 0 comments
blog.KimConnect.com >> Windows >> Cisco Agent Desktop Common Issues
“License Server is Down” error resolution:
Go to  “C:\Program Files (x86)\Cisco\Desktop\bin” >> SHIFT + right-click, Run-As Administrator >> set Primary: 192.168.0.92, Secondary: 192.168.0.92
 
Unable to log into Cisco Agent Desktop resolution:
ADUC >> locate user >> unlock account
 
How to Install Attendant Console:
Go to \\FILE01\Systems\Operations\Programs\Cisco\Agents Software\Attendant Console\OPR.8.6.2.611 >> run DUCAC_Setup.exe >> enter 192.168.0.94 as Server Machine Name >> Have user log on to test

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

Active Directory Audit Using AD Tidy

1. Clean up user accounts Download AD Tidy: https://www.cjwdev.com/Software/ADTidy/Download.html Run: "C:\Program Files\Cjwdev\AD Tidy Free Edition\ADTidy.exe"…

PowerShell: Search Windows Event Logs

# searchWindowsEventsLog.ps1 $computername=$env:computername $logType='Security' $eventId=4732 $daysBack=365 $limit=9999 $messageLike="*Remote Desktop Users*" function searchWindowsEvents{ param( $computername=$env:computername $logType='Security'…

Use Group Policy to remotely install software in a Microsoft Active Directory Windows Environment

Update: this instruction has been succeeded by this.   Step 1: Create a Organizational Unit…