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 ...
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. &...
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.  ...
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 ...
Summary: Boe Prox shows how to use Windows PowerShell to display hidden files. How can I use Windows PowerShell to display hidden files and folders?There are a couple of approaches that use Get-ChildItem...