Community-Blog
Community-Blog copied to clipboard
Submissions for posts to the PowerShell Community Blog -https://devblogs.microsoft.com/powershell-community
# Summary of the new document or enhancement This blog post would contain information about `TabExpansion2` function and how to leverage non-interactive testing of argument completers. Details of requested document:...
# Summary of the new document or enhancement A follow up to some issues and discovered items recently with the formatting system which the Interactive UX group decided would be...
# Summary of the new document or enhancement Details of requested document: - Are you offering to write the post [Y/N]: N - Proposed title: Why use Set-Variable Get-Variable? -...
Details of requested document: - Are you offering to write the post [Y/N]: Y - Proposed title: List who has access to an SMB Share - Description of the problem/scenario/question...
# Using PowerShell and Regular Expressions to solve a Wordle Details of requested document: - Are you offering to write the post [Y/N]: Y - Proposed title: Using PowerShell and...
In #51, we look at permanent WMI eventing. In this old Scripting Guy post, the author looks at temporary eventing. The scenario is you want to know when services change...
# Summary of the update request To get the day of the week, you use the DateTime's `DayOfWeek` property, or if you want a numeric result, use `value__` - Link...
Attempting to be more proficient at learning PowerShell by using PowerShell for Automation. Problem Trying to solve: "Run weekly updates to my cluster of windows devices (50 servers & 50...
I was trying to update an old line in our PowerShell script to create an exchange mailbox for users with no mailbox Here's what I have so far: The goal...
# Using git as objects Walk thru using git in PowerShell (with full object pipeline support) - Are you offering to write the post [Y/N]: Y - Proposed title: Using...