” The free email certificatesĀ guarantee information protection by making sure the emails users send are encrypted beforehand. Since the certificates provide encryption of up to…
View More Get a FREE S/MIME Email Certificate – Digital SignatureCategory: How-To
Bypass Paywalls – Chrome and Edge web extension
Interesting project – Bypass Paywalls has been posted on GitHub. It is a web extension for Chrome or MS Edge that will allow you to…
View More Bypass Paywalls – Chrome and Edge web extensionCopying Outlook Signatures From Other Computer
If you have created Outlook email signatures and you migrated to a new system, these signatures can be copied from the old computer so you…
View More Copying Outlook Signatures From Other ComputerKasm Seamless Browser Isolation
KASM WORKSPACES is great solution for secure browsing. The Workspaces platform provides enterprise-class orchestration, data loss prevention, and web streaming technology to enable the delivery…
View More Kasm Seamless Browser IsolationHow to close your laptop lid and still use a monitor
Here is how to setup you laptop with a closed lid and external monitor. In my case I got a big external monitor as I…
View More How to close your laptop lid and still use a monitorGet report on recent password changes in AD
Here is a quick scrip to pull report on recent password changes for users in Active Directory: 123Import-Module ActiveDirectory $DateCutOff = (Get-Date).AddDays(-5) Get-ADUser -Filter *…
View More Get report on recent password changes in ADActive Directory DNS Zones explained
Active Directory depends on DNS for name resolution and locating resources on a network. DNS has a database that maintains resource records, which helps identify…
View More Active Directory DNS Zones explainedFind which Logon Server you Authenticated to ..
Sometimes there are situation that you need to troubleshoot Active Directory connectivity and you need to know to which server the user authenticated to. There…
View More Find which Logon Server you Authenticated to ..Add SMTP-ProxyAddress to users in AD with PowerShell
Here is a quick way to add new SMTP/ProxyAddress for the users in Active Directory with use of PowerShell. Create a csv file with two…
View More Add SMTP-ProxyAddress to users in AD with PowerShellPowerShell – AD Group management
Here are few quick one liners such as add user to 2 AD groups at same time: 12"Managers","SalesRep" | Add-ADGroupMember -Members ` (Read-Host -Prompt "Enter…
View More PowerShell – AD Group management