Thomas Lee
Thomas Lee
Updated the URL to the PowerShell dev team blog Added PowerShell Comunity blog Added my book on PowerShell 7.
I saw this module and was excited as I am writing a new book on PowerShell 7 and thought it would be a great addition to the chapter on AD....
The cmdlets contained in the Hype-V Module are well documented here on docs.microsoft.com. However, the objects produced by these cmdlets are NOT defined in detail. It would be useful to...
I am using this module (successfully) in PowerShell 7 RC3. However, if I look at the module details, I see it's set as just "Desk". This should be changed. I...
### Description of the new feature / enhancement I'd like you to add an option to view (or not) PowerShell files in Filer Explorer. Proposed layout: **>_** Enable PowerShell preview...
Whyb
Why was my PR closed without merging. At least have the courtesy to explain why good updates are refused? Please reopen and merge my PR.
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...
Using the IIS WebAdministration module with WIndowsCompatibilty does not load the IIS: provider. into a PowerShell 7 session. To reproduce: 1. Install Web-Server 2. Using WInCompat: Load-WinModule -Name WebAdminstration 3....
If I try to install the docker package I get an error, even using WInCompat: ```powershell PS C:\Foo> Install-package -Name Docker -ProviderName DOckerMSFTProvider -Force Install-package : The term 'Get-WindowsFeature' is...