How to assign permissions for Domain User * This didn’t work straight away so had to create local user and auth that wayvserver cifs users-and-groups local-group add-members […]
Category: Research
Research Undertaken
WordPress Admin Dashboard showing up CSS’ed Layout
Recently tried to login to my wordpress Dashboard and the backend looked like the attached Picture.First thing I did is disable all plugins which didn’t fix the […]
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 […]