How to reset forgotten password for CasaOS
Let’s start first what is CasaOS. As they define it, it is a community-based open-source software focused on delivering simple personal cloud experience around Docker…
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 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 IsolationHere 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 monitorHere 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 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 explainedSometimes 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 ..Everyone needs a phone. Not everyone wants to be spied on. Reclaim your privacy with GrapheneOS. Here is an opportunity for you to keep your…
View More Reclaim your privacy with a Secure PhoneHere 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 PowerShellHere 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 managementQuick PowerShell script to accomplish a task to get a list of users by SamAccountName from provided csv file with email addresses. The csv file…
View More Export users SamAccountName from Email address csv file