Tips
Meraki SAML Single Sign-on with Azure AD
After some trial and error, I have successfully got the Meraki Dashboard to authenticate admin logins against Azure AD. The below is the steps I used, hopefully, they will be of use to others. Creating the Azure Application Sign into …
IIS Change the date format to the UK format dd/mm/yyyy
I recently put together an ASP.net website that retrieved data from an SQL table. Even though the regional settings of the server and client machine were set to UK English a date field retrieved from my SQL database keeps being …
Azure – Customizing the Point-to-Site VPN Client
I recently stated to deploy the Azure Point-to-Site VPN client to my users, but before I did I wanted to change a couple of things to improve my users experience. I wanted to; Changing the icon. Changing the banner image. …
Azure: Site-to-Site VPN with a Cisco ASA using ASDM
Overview: In this post, we are going to link an Azure Virtual Network to an on-premise network via a Cisco ASA. We will be creating a route-based connection using IKEv2 and a VTI interface. We are also going to focus …
Zabbix: Monitoring a Cisco ASA Firewall
I recently started to trial Zabbix 3.4 as a network monitoring solution, so far I really like it. Monitoring my Cisco LAN worked out the box using the built-in template “Template Net Cisco IOS SNMPv2”, however, this template would not …
Cisco: Warning: SFP gbic-security check fail and gbic-invalid
Problem: I recently had to use some none Cisco 10Gbs copper SFP’s in a 3850 stack. On inserting the SFP’s the interfaces went into err-disabled status and looking in the log I was getting the message “Warning: SFP gbic-security check …
How to Find the Wi-Fi Password (Network Security Key)
In this guide I will give you a few different methods of finding the wireless password, sometimes referred to as the network security key or WPA passphrase or WPA password. Your Routers Label If your wireless router is still using …
Unity 101 : Playing a sound when a UI button is pressed
Intro In this beginner tutorial we will quickly cover how to add a sound effect and a button to our project. We will then trigger the sound effect to play when the button is pressed without typing any code. I …
Office 365 – List mailboxes with a Out of Office / Auto Reply
The below is a little example of how to list all mailbox in Office 365 that have an Out of Office or an auto reply setup. Option 1 : List just the identities that have an Out of Office / …