Query to see if Certificate Exists via x509 based logins httpd-ssl.conf
Bash Script for creating virtual hosts (along with the unix user, the db etc)
SynopsisThis is the documentation for the create-website script I’ve created. The results of passing the -h parameter print out the following help:SYNOPSIS:create-website -u USER -w WEBSITE [-s|-f|-d|-h|-i […]
PHP to Read Keyword, Title and Description
Export failed startindex cannot be less than zero – Veeam Restore
Just tried to restore a veeam SQL backup , however got the error messageExport failed startindex cannot be less than zeroChanged the location of the MDF/LDF files to […]
Azure MFA Server on Prem How to Guide
Setup MFA Server to proxy radius connections between Gateway and Radius server ( Network Policy Server ) Add the gateway as a Radis Client for the MFA ServerSetup […]
Mimecast – Connection Attempt – Attempt Greylisted
Find the email in Administration – Gateway – TrackingSee : Connection AttemptGo to Administration – Monitoring – ConnectionsSee : Attempt GreylistedGo to : Gateway – Policies – GreylistedAdd new Policy […]
Excel 2010 Crashing on Windows Updates
Microsoft Released a Windows Update : KB3178690 on March 14 which made Excel instable when doing calculations , they released a fix yesterday recently to fix this: https://support.microsoft.com/en-us/help/3191855/march-28-2017-update-for-excel-2010-kb3191855
How to list all user’s group membership in 365
Just use this as it accounts for 365 Groups now as well : https://o365reports.com/2019/05/23/export-office-365-distribution-group-members-csv/ ******Get Distinguished Name:get-Mailbox [Username] | fl Name,DistinguishednameGroups:get-group -ResultSize Unlimited -Filter ‘Members -eq “[User Distinguished […]
Message Automatically deleting after a certain period of time
Recently I was asked to find a solution for a message sent internally that would automatically delete after a certain period of time. This can be done using […]