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 […]
D:\ExchangeLogs\OfficeGraph\GraphStorageCompactLogs
I was recently trying to decommission a Storage drive D:\ from an Exchange serverAll the Databases and logs had been moved off apart from one folder D:\ExchangeLogs\OfficeGraph\GraphStorageCompactLogs […]
Veeam – The network name cannot be found. (ERROR_BAD_NET_NAME).
Recently I was trying to backup a workstation using Veeam Agents using Local CredentialsWhen the job ran to install the Veeam Agent an error came up The network […]
Exchange 2016 – DB Removal – mailbox database is associated with one or more active MailboxImport
Recently trying to remove a mailbox however was greeted with the error “mailbox database is associated with one or more active MailboxImport“Doing aGet-MailboxImportRequest | Remove-MailboxImportRequestStill did not […]