Matt Cargile
Matt Cargile
### Verified issue does not already exist? Yes ### What error did you receive? ```powershell PSMessageDetails : Exception : System.Exception: Module 'dbatools' is in currently in use or you don't...
### Verified issue does not already exist? Yes ### What error did you receive? ```powershell PSMessageDetails : Exception : System.Exception: \\ServerName\C$\Program Files\Microsoft SQL Server\MSSQL14.MSSQLSERVER\MSSQL\Log\XeSessionName cannot be accessed from LocalServerName. Does...
### Prerequisites - [X] I have written a descriptive issue title. - [X] I have searched all [issues](https://github.com/PowerShell/vscode-powershell/issues?q=is%3Aissue) to ensure it has not already been reported. - [X] I have...
### Prerequisites - [X] I have written a descriptive issue title. - [ ] I have searched all [issues](https://github.com/PowerShell/vscode-powershell/issues?q=is%3Aissue) to ensure it has not already been reported. - [ ]...
## Expected Behavior Output icons and colorization after running `Invoke-Command -ComputerName . -ScriptBlock { Get-ChildItem }` ## Current Behavior Current behavior is empty data. ## Possible Solution Edit `Format-TerminalIcons` and...
**Did you check DOCS to make sure there is no workaround?** https://sqlwatch.io/docs/ - [x] Yes **Describe the bug** The step `dbo.usp_sqlwatch_internal_add_table` within the Agent Job `SQLWATCH-INTERNAL-CONFIG` fails during the below...
Love the module. Thanks for all the work. I like to open my `WindowsTerminal.exe` and/or `ssms.exe` ( e.g. _SQL Server Management Studio ) with _Network Credentials_. When I have a...
### Please confirm these before moving forward - [X] I have searched for my issue and not found a work-in-progress/duplicate/resolved issue. - [X] I have not been informed if the...
- [x] I have read through the manual page (`man fzf`) - [x] I have the latest version of fzf - [x] I have searched through the existing issues ##...
The default location is `"$env:LOCALAPPDATA\pandoc\pandoc.exe"`. If a user elevates, their `choco` process with another user this makes it cumbersome. My fix is below. Can we add the `--IA` parameters to...