Darren Kattan
Darren Kattan
…ReadKey provided by the host instead of Console.ReadKey
# The Problem I am unable to create a web based script editor with a terminal because both PSReadline and LegacyReadLine ultimately call Console.GetKey and Console.Write, causing the input and...
Tagging @rjmholt and @andschwa I discovered that the evaluate command has result hardcoded to "" I don't necessarily think this is a bug since the output is supposed to be...
The one major gripe I have with Chocolatey (and now AppGet) is lack of a seemingly obvious requirement: detection method. SCCM requires this when packaging software, why the oversight? It's...
# Overview Samples don't work out of the box even when populating App.config with valid parameters # Reproduction Create App Registration in a Patrner tenant using the following script: https://gcits.com/knowledge-base/how-to-connect-to-delegated-office-365-tenants-using-the-secure-app-model/...
# Description This code allows Get-LatestCumulativeUpdate to accept a Build parameter ## Related Issue #60 * This removes the need to maintain a Version to BuildNumber mapping in LatestUpdate.json, reducing...
# Expected Behavior I should be able to get updates for Windows 10 1909 # Current Behavior ``` Get-LatestCumulativeUpdate : Cannot validate argument on parameter 'Version'. The " $_ -in...
# PR Summary Should fix https://github.com/PowerShell/PowerShell/issues/16862 Microsoft.PowerShell.SDK is missing references to * Microsoft.PowerShell.Commands.Management * Microsoft.PowerShell.Commands.Diagnostics * Microsoft.PowerShell.Security * Microsoft.WSMan.Management This was OK because you could manually specify the a Reference...
# Description - Add a detection method property similar to SCCM. Software packagers do all kinds of dumb things that require custom detection. - Not placing a key in the...
# PR Summary Removes artificial Uri schema restriction, provides a mechanism for language clients to specify URIs that direct to PSProviders ## PR Context