Recently when a user searched for an Item in Outlook , the Email could not be opened due to the error to the left and the Reading […]
Category: Research
Research Undertaken
Red Hat Academy – Certification Discount
Recently I enrolled in a Red Hat Academy Course , and received an email shortly after : Congratulations! You are eligible for a discount on your next Red […]
Mimecast sending from another Tenants Domain
Mimecast will actually let you send from another domain you do not own ( will need to open a Support ticket and give a business reason ) Mimecast […]
Taking Ownership and Adding Full Permissions for Paths over 260 Characters
Open Powershell As AdministratorImport-Module NTFSSecurity#Check Existing Accessdir2 “\\?\e:\folde\path\name” -Recurse | Get-NTFSAccess#Take Ownershipdir2 “\\?\e:\folde\path\name” -Recurse | Set-NTFSOwner -Account “Administrators”#Add Permissiosndir2 “\\?\e:\folde\path\name” -Recurse | Add-NTFSAccess -Account Administrators -AccessRights FullControl#recheck […]
OpenSSL Checks to verify the certs:
#To verify the Root CA CA.pem and Intermediate CA ICA.pemopenssl verify -CAfile CA.pem ICA.pem#To create the CA chain ( In Linux or just add files together in […]
Adding new Share Name for Fileserver
Recently we needed to add a new alias to a share for it to be accessible from Add DNS A record for that name ( e.g. fileshare -> […]
Powershell SID to Hex
Synology NAS device not booting – Flashing light
We had a synology that died a death and had to swap the HD out to a new system , Recently a colleague came to me with another […]
HP Aruba ( Port Mode Light briefly on then off ) – Flap
Recently I was trying to setup an LAG LCAP bond between a SG500X Cisco Stack and a HP Procurve Aruba Stack.HPtrunk 1/A1 trk2 trunk lacpCisco SG500xUpon plugging […]
Asymmetric routing – Devices with Two IP Address on Different Subnet Replay problem
You have a device connected to a Router ( Fortigate for this case ) with two IP’s on different SubnetsYou try and speak to the Device on […]