How to Manage File and Folder Permissions in Linux
Command line: File permissions The commands for modifying file permissions and ownership are: chmod – change permissions chown – change...
AVAYA Voicemail Record Instructions after Greeting
File location: CUI_STANDARD_TOP.wav and is located in /mango/languages/en-US-00000000/prompts/ on Avaya AAM/MSS Servers.
Rebooting a remote Windows server with PowerShell
Step 1: Launch PowerShell If you are in a command prompt enter the command: PowerShell The prompt will add PS at the beginning, and your...
פקודות במערכזיית AVAYA
· DISPLAY – הצגה · HUNT - SKILL · VDN – אלומה\תור · VECTOR – נתב · AGENT-ID – קו נציג · ...
Unix & Linux commands
How to know number of cores of a system in Linux? $ lscpu Disk Space in Linux Server [root@abc ~]# fdisk -l|grep Disk CPU INFO more...
CMS Server "passwd" command
CMS Server "passwd" command (passwd -f / passwd -d): -d Deletes password for name and unlocks the account. The login name will not be...
Log off a disconnected user remotely
First, check the session number with qwinsta: QWINSTA /server:YOURCOMPUTERNAMEHERE Write down the session ID. Then use the logoff...
List of CMS user id's
1. Goto a command prompt 2. telnet to cms 3. login as root 4. type cd export/home 5. type pwd to ensure that you are in the right...


How To Group By Week In Pivot Table?
Group By Week In Pivot Table With A Helper Column In Excel, you can also add a helper column to calculate the week number which relative...
SQL update table data from new table
UPDATE dbo.Users SET dbo.Users.user_desc=b.user_desc FROM dbo.Users a INNER JOIN dbo.Users_new b ON a.user_id = b.user_id;
