Here is a quick scrip to pull report on recent password changes for users in Active Directory: Import-Module ActiveDirectory $DateCutOff = (Get-Date).AddDays(-5) Get-ADUser -Filter *…
View More Get report on recent password changes in ADAuthor: CloudWarrior
Active 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 ..Reclaim your privacy with a Secure Phone
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 PhoneAdd 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: "Managers","SalesRep" | Add-ADGroupMember -Members ` (Read-Host -Prompt "Enter…
View More PowerShell – AD Group managementExport users SamAccountName from Email address csv file
Quick 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 fileAmazon Connect: Up and Running: Improve your customer experience by building logical and cost-effective solutions
Noticed a new book released about Amazon Connect — very good guide how to setup and utilize this service. Become well-versed with the competencies and…
View More Amazon Connect: Up and Running: Improve your customer experience by building logical and cost-effective solutionsNew book: OKTA Administration released
Amazon has currently new book released for OKTA administration: Okta Administration: Up and Running: Implement enterprise-grade identity and access management for on-premises and cloud apps…
View More New book: OKTA Administration releasedCheck status of Microsoft AntiMalware
Here is a quick snippet to show current status of Microsoft Antimalware on your Windows 10 computer. Clear-Host Write-Host Write-Host "CURRENT STATUS " -Foregroundcolor yellow…
View More Check status of Microsoft AntiMalware