Cisco Subnet calculation
Sunny TableAls je 3 netwerken nodig hebt kijk je wat het beste past, 2 is te weinig maar bij 4 ...
Networking Subnet calculation
Sunny TableAls je 3 netwerken nodig hebt kijk je wat het beste past, 2 is te weinig maar bij 4 ...
Microsoft Firewall uitzetten via powershell
Get-NetFirewallProfileGet-NetFirewallProfile | Format-Table Name, EnabledSet-NetFirewallProfile -Profile Domain,Public,Private -Enabled falseset-NetFirewallProfile -Profile Domain -Enabled false
...
Microsoft / Exchange 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 ...
Microsoft 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 ...
CentOS Copy with SCP
On the host where the cron job is ssh-keygen -t rsa -b 4096 No password Cd ~/.ssh 760708 -rw-------. ...
Cisco 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
...