$lastWeek = (Get-Date).AddDays(-7) Get-ADComputer -Filter { whenCreated -ge $lastWeek } ...
Here’s a good command to see which DC the ACS server is querying:...
Migrating Windows Servers from an on-premises VMware environment to the Azure cloud requires careful planning and execution. Here’s a general...
I was getting this error: File C:\Scripts\XXXXXX.ps1 cannot be loaded. The file C:\Scripts\XXXXXX.ps1 is not digitally signed. You cannot run...
(Invoke-WebRequest -Uri https://www.cisco.com -Method Get).StatusCode This command sends a GET request to the specified URL and then returns the HTTP...
To test TLS versions and HTTP versions using CURL, you can specify the desired TLS and HTTP versions using the...
WINDOWS EVENT IDs USED Windows Logs > Security: 4624 – Logon Success 4768 – Authentication Ticket Granted 4769 – Service...
The acronym “RFC” stands for Request for Comments. These documents are part of a series that describes how the Internet...
Using a domain name within Microsoft Active Directory (AD) is pivotal, not just for routing and architectural considerations. Still, it...