Summary: Microsoft MVP, Will Anderson, adds features to his Desired State Configuration, updates the .mof file, and validates the configuration.
Hello, Ed Wilson here to welcome back this week’s guest blogger, MVP Will Anderson.
Note This is a seven-part series that includes the following posts:
The code ...
Summary: Learn how to use Windows PowerShell to return the first two lines of a text file. How can I use Windows PowerShell to easily return the first two lines of a text file? Use the Get-Content cmdlet and specify the TotalCount parameter. In this example, TotalCount is set &...
Summary: Microsoft MVP, Will Anderson, modifies a Desired State Configuration template.Good morning. Ed Wilson, Microsoft Scripting Guy, is here. Today we have part three of Will Anderson’s awesome Desired State Configuration (DSC) series. To catch up, be sure you read:
Here’s Will…We've pasted our template into our ISE ...
Summary: Learn how to find aliases related to a series of cmdlets. How can I find aliases that are related to a series of Windows PowerShell cmdlets, such as processes? Use the Get-Alias cmdlet and specify a wildcard character for the definition parameter, for example:Get-Alias -Definition "*process...
Summary: Microsoft MVP, Will Anderson, talks about familiarizing yourself with DSC formatting and resources.Good morning, Ed Wilson is here. Today we have Part 2 of Will Anderson’s awesome DSC series. Be sure you also read Conceptualize Desired State Configuration: Part 1. Today he talks about formatting and resources. Take it away Will&...