Filter ARP table on HP Switch

This is the command to show the ARP table on a HP switch. SW01-RackA# show arp IP ARP table   IP Address       MAC Address       Type    Port   —————  —————– ——- —-   192.4.0.3        005056-a03e81     dynamic Trk1   192.4.0.4        005056-a063bc     dynamic Trk1   192.4.0.5        005056-a05de4     dynamic Trk1   192.4.0.6        005056-a070f0      dynamic Trk1   192.4.0.10       001132-4cfd03     dynamic Trk1   192.4.0.24       000000-000000    dynamic …… …… Now, we need to filter and find a MAC-Address with these data …

How to install your Office copy if you have an Office365 with on-premises licence ?

First go to your office portal https://portal.office.com ( you will be redirected to https://login.microsoftonline.com ) and login with your ID. Now click on “install Office apps” : Now select “Office 2016” : Now click “run” After this, the installation procedure starts and you just wait the download and wait the installation process ended. That’s it

Find your Exchange on-premises build / version

First of all, open your  Exchange console and run this command: Get-ExchangeServer | Format-List Name, Edition, AdminDisplayVersion As you can see, your version is 14.3 with build level 123.4 Now we can go here to see what means : https://technet.microsoft.com/it-it/library/hh135098(v=exchg.150).aspx In our case, we have one “simple” SP3 . After the update, if you don’t see …