Which Physical Network Adapters are bound to Virtual Switches?
A PowerShell script to identify which physical network adapters are bound to Hyper-V virtual switches, useful for managing network resources in virtualization.
A PowerShell script to identify which physical network adapters are bound to Hyper-V virtual switches, useful for managing network resources in virtualization.
A guide on using PowerShell Desired State Configuration (DSC) to automate the setup of iSCSI Server Targets, Initiators, and iSNS servers.
Tip on using Azure Resource Explorer to explore and test Azure Resource Manager REST APIs live.
A guide to configuring an iSCSI Initiator to use an iSNS server using PowerShell commands and WMI.
A tutorial on implementing the ICloneable interface to create cloneable custom classes in PowerShell WMF 5.0.
Explores the new Protect/Unprotect-CmsMessage cmdlets in PowerShell V5 for DSC credential encryption, detailing upgrade challenges.
Microsoft re-publishes Windows Management Framework 5.0 RTM installer, fixing a PSModulePath issue from the initial release.
Guide to creating an Azure AD application and service principal using PowerShell for Azure Resource Manager authentication.
Introduction to a blog series on Azure Resource Manager, covering templates, PowerShell, C#, and REST APIs for managing Azure resources.
Introduces a PowerShell script to simplify creating SSL/TLS certificates, CA certificates, and client certificates, automating complex command-line tools.
Part 7 of a series on creating professional PowerShell DSC resources, focusing on integration testing and best practices.
A PowerCLI one-liner to calculate total allocated memory for powered-on VMs in a VMware vCenter environment.
A guide to using PowerShell's Test-NetConnection cmdlet for advanced network troubleshooting, including port checks.
A technical guide on dramatically speeding up iSCSI PowerShell cmdlets by using the -ComputerName LocalHost parameter to avoid network timeouts.
A 2015 year-in-review blog post highlighting key IT topics covered, including PowerShell, PowerCLI, Windows Server, and tech events.
A technical guide on using PowerShell to correctly remove an iSCSI Target Portal by specifying both the target and initiator addresses.
Microsoft removed WMF 5.0 RTM download due to a serious bug affecting PowerShell module environments during installation.
Part 6 of a series on creating professional PowerShell DSC resources, focusing on completing Pester unit tests for the Test-TargetResource function.
Part 5 of a series on creating professional PowerShell DSC resources, focusing on writing unit tests for the Set-TargetResource function.
Part 4 of a series on creating professional PowerShell DSC resources, focusing on implementing automated testing with Pester.