Thursday, 27 December 2012

Monitor Host via Genesys Administrator

Genesys Administrator can also monitor Host's Basic Information such as Process, Virtual Memory, Processing and Services.

The snapshots are of Genesys Administrator 8.1




 Go to Provision -> Enviroment -> Host
Select the host you wish to monitor
From the Navigation Bar on the right, select "Host Statistics"


Processor and Virtual Memory Info

 Processor Running



Services

Tuesday, 25 September 2012

Skype: Audio goes to internal speakers when using headset i.e. when audio notifications are played

Skype:  Audio goes to internal speakers when using headset i.e. when audio notifications are played

>>> Copy paste from forum <<<


In Tools>Options>Audio settings>Speakers select Speakers and Headsets or something similar, and uncheck the "Automatically adjust speaker settings" box. Then in the "Ringing" section choose "Use selcted speaker" option from the list. And save the settings. That worked for me

>>> End <<<

Link from Skype Forums

http://community.skype.com/t5/Idea-garage/Audio-goes-to-internal-speakers-when-using-headset-when-audio/td-p/110384

Friday, 20 April 2012

Creating a Shortcut for Pasting Values

 Creating a Shortcut for Pasting Values

Alt+F8 (brings up the macro window)

Code for Macro

Sub PasteVal()
    Selection.PasteSpecial Paste:=xlValues
End Sub

Once macro created and saved, press Alt-F8 again and assign short cut key for ease of use.

Reference: http://excel.tips.net/T002657_Creating_a_Shortcut_for_Pasting_Values.html