PowerShell
8 matching entries across Articles, TIL and Projects.
Articles
Use events 4740 and 4625 together to move from 'the account keeps locking' to a timeline that identifies the source device, logon type and stale credential.
Finding Missing Active Directory Sites and Services Subnets from NetlogonNO_CLIENT_SITE entries in Netlogon logs are useful evidence that client networks are not mapped cleanly to Active Directory sites. PowerShell can turn the logs into a subnet-hygiene report.
Keeping Cloudflare Zero Trust Lists in Sync with Dynamic Cloud Provider IP RangesA practical pattern for consuming AWS/Azure network feeds, calculating desired state and safely synchronising Cloudflare Zero Trust lists with PowerShell.
Treating Cloudflare WARP Split Tunnels and Fallback Domains as Generated ConfigurationWhen private sites and DNS exceptions multiply, WARP device-profile configuration becomes data. Source control can become the input and PowerShell the generator.
Building Safe Cloudflare Zero Trust Deployment PipelinesAs Zero Trust policy grows, the engineering problem shifts from configuring a dashboard to safely compiling, validating and deploying policy across environments.
Today I Learned
Why Active Directory exposes multiple logon attributes and why choosing the wrong one can give misleading results.
PowerShell Execution Policy: Use Process Scope for a Temporary TestWhen a local script is blocked by execution policy, Process scope can be useful for a temporary session without changing the machine-wide setting.
Testing HTTP Redirects with curl.exeUse a HEAD request to see the HTTP status and Location header without downloading the complete page.