@PrasoonKarunan

Damn cool Daug!

@mikebriggs1973

Hey Doug.  how do you get that cool history prompt?  is that a function in your profile?

@kengolitin5059

Power in Powershell :)

@Corybcrook

When I run the shit+ctrl+g or set the shortcutkey to custom I get 

Get-Service | Where-Object {$_.Status -eq "Running"} | Select-Object Name, Status | Format-Table -AutoSize

How can I get it to output like you did the Get-NetIPAddress?

@KrishnaYalavarthi-w9s

Hi Doug, Is the CTRL+SHFT+G supported only with OpenAI and not with Azure OpenAI ? I get the error that "An exception occurred in custom key handler, see $error for more information: Get-GPT3Completion is not supported by Azure OpenAI. Use 'Set-ChatAPIProvider OpenAI' and then try again."

@erreyth

when presing ctrl+g it just shows up as ^G... It doesn't execute, just appears as ^G. how can I solve it?