Get Exchange 2013 / 2016 URL'S with Powershell
<#.SYNOPSISGetExchangeURLs.ps1
.DESCRIPTION PowerShell script to display the Client Access server URLsfor Microsoft Exchange Server 2013/2016.
.PARAMETER ServerThe name(s) of the server(s) you ...
Quickly Generate Large Test Files in Windows
Run the following command:
fsutil file createnew <file> <size in bytes>
For example, this command will create a 1GB file called 1gb.test ...
Copy with SCP
On the host where the cron job is ssh-keygen -t rsa -b 4096 No password Cd ~/.ssh 760708 -rw-------. ...
Single file copy
Single file copy scp file.txt root@192.168.1.22:/backup/ Directory copy scp -r /home/user/weekly root@192.168.1.22:/backup/weekly rsync -hvrPt /home/user/weekly root@192.168.1.22:/backup/ ...
Crontab
Crontab List active cron jobs crontab -l less /etc/crontab Systemctl restart crond View Cron Jobs ...
Setup SNMP version 2c
snmp-server community test rosnmp-server community test1 rwsnmp-server location Officesnmp-server contact Jane Doesnmp-server host 192.168.1.21 version 2c testsnmp-server enable traps
...