Pester as an Operation Validation Framework
Explores using Pester, a PowerShell testing framework, for operational validation tests in Windows Server 2016 as part of Infrastructure as Code.
Explores using Pester, a PowerShell testing framework, for operational validation tests in Windows Server 2016 as part of Infrastructure as Code.
Explains the undocumented relationship between Group and DisplayGroup parameters in Windows Firewall rules and how DisplayGroup is set.
Explains methods to check if a variable is undeclared in PowerShell, focusing on the Test-Path cmdlet approach.
Introduces a PowerShell DSC resource module for configuring File Server Resource Manager (FSRM) classifications, properties, and rules.
A PowerShell DSC resource module for configuring File Server Resource Manager (FSRM) File Screens, Templates, and Exclusions.
Announces the latest updates to the Microsoft DSC Resource Kit, highlighting new PowerShell resources for Desired State Configuration.
Introduces a PowerShell DSC resource module for managing File Server Resource Manager (FSRM) quotas and quota templates.
Investigates a bug where PowerShell's Get-NetIPInterface cmdlet incorrectly reports DHCP status for IPv6 addresses, seeking a reliable detection method.
Update to PowerShell DSC resource for Distributed File System (DFS) simplifies configuration when replication folders share the same path on all servers.
A guide to creating a PowerShell DSC resource for configuring Windows Distributed File System (DFS) Replication Groups, covering AD integration and requirements.
A guide on using PowerShell Desired State Configuration (DSC) to create and manage secure HTTPS/SSL WS-Man listeners for improved server authentication.
A guide to automatically configure secure HTTPS WS-Management listeners on Windows servers using Group Policy and PowerShell.
Part 2 of a tutorial on automating a two-tier Active Directory Certificate Services installation using PowerShell Desired State Configuration.
A technical guide on automating a two-tier Public Key Infrastructure setup using PowerShell Desired State Configuration (DSC).
A PowerShell developer shares a frustrating bug: using a variable named $Switch inside a switch statement causes unexpected behavior.
A PowerShell script to retrieve the IPv4 address of a Hyper-V VM's NIC attached to an external switch for remote management.
A PowerShell script snippet for converting a domain name (e.g., corp.example.com) into an LDAP distinguished name format (DC=corp,DC=example,DC=com).
Guide to configuring advanced Certificate Services (AD CS) settings like AIA and CDP using PowerShell Desired State Configuration (DSC) and certutil.
Discusses the deprecation of the insecure SMB1 protocol in Windows and provides PowerShell commands to disable or uninstall it.
A quick PowerShell 5.0 script to install or update all DSC resources from a repository, with a note on trusting sources.