Conceptualize Desired State Configuration: Part 1
Summary: Windows PowerShell MVP, Will Anderson, begins a series of posts about using Desired State Configuration in Windows PowerShell.Ed Wilson, the Microsoft Scripting Guy is here. Today we begin a...
View ArticlePowerTip: Find cmdlets and functions related to DSC
Summary: Use Windows PowerShell to find cmdlets and functions related to Desired State Configuration. How can I use Windows PowerShell to quickly find a list of cmdlets and functions related to...
View ArticleConceptualize Desired State Configuration: Part 2
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....
View ArticlePowerTip: Find related cmdlet aliases
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...
View ArticleConceptualize Desired State Configuration: Part 3
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...
View ArticlePowerTip: Use PowerShell to return first two lines of file
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...
View ArticleConceptualize Desired State Configuration: Part 4
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...
View ArticlePowerTip: Find top PowerShell cmdlet nouns
Summary: Learn how to find the top five nouns in Windows PowerShell cmdlets. How can I find which nouns are the most prevalent in Windows PowerShell cmdlets? You need to find all of the cmdlet names,...
View ArticleConceptualize Desired State Configuration: Part 5
Summary: Microsoft MVP, Will Anderson, continues his series by talking about importing DSC resources and adding your scripts.Good day! Ed Wilson here to welcome back MVP, Will Anderson, as my guest...
View ArticlePowerTip: Find single-name PowerShell functions
Summary: Learn how to find Windows PowerShell functions that do not have a hyphen in the name. How can I easily find Windows PowerShell functions that do not have a hyphen in the name, but instead are...
View ArticleConceptualize Desired State Configuration: Part 6
Summary: Microsoft MVP, Will Anderson, teaches how to create a DSC resource by using a Windows PowerShell script.Hello. Ed Wilson here, bringing you MVP, Will Anderson, and Part 6 of his posts about...
View ArticlePowerTip: Create list of approved PowerShell verbs
Summary: Learn how to easily produce a list of approved Windows PowerShell verbs. How can I find what verbs are approved for use in a Windows PowerShell function? Use the Get-Verb cmdlet, and to make...
View ArticleConceptualize Desired State Configuration: Part 7
Summary: MVP, Will Anderson, wraps up his series by discussing how to add DSC resources to existing Windows PowerShell modules.Ed Wilson here, bringing you MVP, Will Anderson, and the conclusion of his...
View ArticlePowerTip: Find disk status with PowerShell and Windows 10
Summary: Use Windows PowerShell in Windows 10 to find disk status. How can I use Window PowerShell in Windows 10 to check the status information (such as the health status, operational status, and if...
View ArticleIntroducing the top five Hey, Scripting Guy! Blog posts in 2015
Summary: See which Hey, Scripting Guy! Blog posts were the top five in 2015.Today I feature Honorary Scripting Guy and Windows PowerShell MVP, Teresa Wilson, aka The Scripting Wife. Take it away...
View ArticlePowerTip: Find running services with PowerShell
Summary: Use Windows PowerShell to find running services. How can I use Windows PowerShell to quickly produce a sortable list of running services on my computer? Use the Get-Service cmdlet to return...
View ArticleAnnouncing the 2015 Honorary Scripting Guys
Summary: The Honorary Scripting Guys for 2015 are announced in this blog post.Microsoft Scripting Guy, Ed Wilson, is here. I have been pretty busy—I missed work because of my ear surgery and the...
View ArticlePowerTip: Import colon-delimited file with PowerShell
Summary: Learn how to use Windows PowerShell to import a file that uses a colon as a delimiter. How can I use Windows PowerShell to import a file that is delimited with a colon instead of a comma? Use...
View ArticleUsing Desired State Configuration and Chef to deploy System Center
Summary: Learn how to use Chef and DSC in Windows PowerShell to deploy System Center in this guest blog post by Jason Morgan.Ed Wilson, here. Today I have a guest blog post by Jason Morgan in which he...
View ArticlePowerTip: Use PowerShell to create repeating letters
Summary: Learn how to easily create duplicate letters by using Windows PowerShell. How can I use Windows PowerShell to easily create a specific number of letters in a repetitive fashion? To create...
View Article