Skip to main content

Powershell

Automating Veeam Defender Exclusions

·1035 words·5 mins
Manual antivirus exclusions for Veeam infrastructure are tedious and error-prone. This PowerShell script automates the process with role-based detection, PostgreSQL awareness, and idempotent execution.

Using an Azure Arc Token to access Azure KeyVault

·1539 words·8 mins
Azure Arc gives on-prem servers their own Azure AD identity. This guide shows how to retrieve an Azure Arc token and use it to securely access secrets, keys, and certificates in Azure KeyVault. No stored credentials needed.

Extending SConfig in Azure Stack HCI 20H2

·617 words·3 mins
Azure Stack HCI 20H2 rebuilt SConfig in PowerShell! I’ve created xSConfig to extend it with cluster info, S2D status, storage pool details, and node health, all from the familiar SConfig interface.

Forecasting Azure Stack HCI Cache Wear

·1803 words·9 mins
Worried about how hard you’re pushing your S2D cache SSDs? This post covers identifying cache disks, querying storage history, using Cluster Performance History, and a new tool to check cache wear across your environment.

Testing DFS Replication with Powershell

·780 words·4 mins
Monitoring DFS-R can be difficult. This PowerShell script creates a test file, waits for it to replicate to partner servers, and reports success or failure, with dynamic discovery of replication groups and folders.

Updating your AzureStack? Make sure you don't miss any steps!

·318 words·2 mins
Finding all the right AzureStack hotfixes between updates requires reading multiple release notes. Find-AzSAvailableUpdate simplifies this by showing all updates needed for your version, including prerequisites.

Best Practices for patching S2D and AzureStack HCI Clusters - Part 1

·1887 words·9 mins
Patching S2D clusters is a common question. This first part covers offline patching (shutting everything down, patching all nodes simultaneously, and starting back up) with scripts like Stop-S2DCluster and Start-S2DCluster to automate the process.