Scripting Blog

A place to learn about PowerShell and share stories of automation

Troubleshooting Azure Virtual Machine DSC Extension

Summary: Matthew Hitchcock, Microsoft MVP, delves into how to troubleshoot problems in the Azure VMDSC Extension. If you joined me yesterday in Advanced Use of Azure Virtual Machine DSC Extensions, you saw how I created an advanced Desired State Configuration (DSC) file to configure my Azure VM. Taking parameter input means I can reuse my ...

PowerTip: How to Upload DSC File to Azure

Summary: Use Azure PowerShell cmdlets to send a Desired State Configuration file to be used later by a virtual machine. How can I use Windows PowerShell to send a DSC file to be used later by a virtual machine? Use the Publish-AzureVMDscConfiguration cmdlet and specify the path to your DSC script.       &...
Comments are closed.0 0

PowerTip: How to Upload DSC File to Azure

Summary: Use Azure PowerShell cmdlets to send a Desired State Configuration file to be used later by a virtual machine. How can I use Windows PowerShell to send a DSC file to be used later by a virtual machine? Use the Publish-AzureVMDscConfiguration cmdlet and specify the path to your DSC script.        ...

Advanced Use of Azure Virtual Machine DSC Extensions

Summary: Matthew Hitchcock, Microsoft MVP, takes us through a deeper look at Azure DSC.Today we have the first part of a two-part series by Matthew Hitchcock. Here’s a bit about him:Matthew has deep experience in identity and directory services, including hybrid identity for Office 365, and Azure Active Directory federation and ...