Update error handling examples to use $PSCmdlet.WriteError() and $PSCmdlet.ThrowTerminatingError() instead of Write-Error and throw for better PowerShell cmdlet integration.
* First add of PowerShell instructions * Update instructions/powershell.instructions.md * Update instructions/powershell.instructions.md --------- Co-authored-by: Aaron Powell <me@aaron-powell.com>