Skip to content
This repository has been archived by the owner on Apr 27, 2023. It is now read-only.

*.Tests.ps1 files with no Describe blocks get executed #16

Closed
PrzemyslawKlys opened this issue Dec 8, 2020 · 46 comments · Fixed by #20
Closed

*.Tests.ps1 files with no Describe blocks get executed #16

PrzemyslawKlys opened this issue Dec 8, 2020 · 46 comments · Fixed by #20

Comments

@PrzemyslawKlys
Copy link

Hi,

Just tried to run your extension. It doesn't go well.

  1. Once I start project I can see this icon going in circles. It never stops

image

  1. Crashes shortly after that if it finds tests. If it doesn't nothing happens but the icon continues

image

localProcessExtensionHost.ts:257 Extension Host
localProcessExtensionHost.ts:258 [1208/092744.871:ERROR:registration_protocol_win.cc(103)] CreateFile: The system cannot find the file specified. (0x2)
abstractExtensionService.ts:840 Extension 'ms-vscode.powershell-preview cannot use PROPOSED API (must started out of dev or enabled via --enable-proposed-api)
updateEnableProposedApi @ abstractExtensionService.ts:840
abstractExtensionService.ts:721 [ms-vscode.powershell-preview]: Command `workbench.action.debug.start` appears multiple times in the `commands` section.
abstractExtensionService.ts:721 [ms-vscode.powershell-preview]: Command `workbench.action.closePanel` appears multiple times in the `commands` section.
abstractExtensionService.ts:721 [ms-vscode.powershell-preview]: Command `workbench.action.positionPanelLeft` appears multiple times in the `commands` section.
abstractExtensionService.ts:721 [ms-vscode.powershell-preview]: Command `workbench.action.positionPanelBottom` appears multiple times in the `commands` section.
TMScopeRegistry.ts:45 Overwriting grammar scope name to file mapping for scope source.yaml.
Old grammar file: file:///c%3A/Users/przemyslaw.klys/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/extensions/yaml/syntaxes/yaml.tmLanguage.json.
New grammar file: file:///c%3A/Users/przemyslaw.klys/.vscode/extensions/redhat.vscode-yaml-0.13.0/syntaxes/yaml.tmLanguage.json
register @ TMScopeRegistry.ts:43
console.ts:137 [Extension Host] swdc-vscode: Loaded softwaredotcom.swdc-vscode v2.3.21
console.ts:137 [Extension Host] swdc-tracker initialized and ready to send events to com-software-prod1.collector.snplow.net
console.ts:137 [Extension Host] (node:18640) UnhandledPromiseRejectionWarning: [object Uint8Array]
t.log @ console.ts:140
console.ts:137 [Extension Host] (node:18640) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 5)
t.log @ console.ts:140
console.ts:137 [Extension Host] (node:18640) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
t.log @ console.ts:140
abstractExtensionService.ts:467 Extension host terminated unexpectedly. Code:  1  Signal:  null
_onExtensionHostCrashed @ abstractExtensionService.ts:438
log.ts:197   ERR Extension host terminated unexpectedly. The following extensions were running: vscode.microsoft-authentication, vscode.powershell, vscode.debug-auto-launch, vscode.emmet, vscode.git, vscode.merge-conflict, vscode.search-result, 2gua.rainbow-brackets, alefragnani.project-manager, hbenl.vscode-test-explorer, PKief.material-icon-theme, pranaygp.vscode-css-peek, saekiraku.pin-up, steditor.line-endings, WakaTime.vscode-wakatime, yzhang.markdown-all-in-one, ms-vscode.powershell-preview, vscode.github, TylerLeonhardt.vscode-pester-test-adapter, ms-vscode.js-debug, eamodio.gitlens, GitHub.vscode-pull-request-github, softwaredotcom.swdc-vscode, usernamehw.errorlens, vscode.github-authentication
notificationsAlerts.ts:40 Extension host terminated unexpectedly.
onDidChangeNotification @ breadcrumbsModel.ts:39
localProcessExtensionHost.ts:257 Extension Host
localProcessExtensionHost.ts:258 undefined:3
ModuleName: PSTeams Version: 2.0.1
^

[SyntaxError: Unexpected token M in JSON at position 2
	at JSON.parse (<anonymous>)
	at ChildProcess.<anonymous> (c:\Users\przemyslaw.klys\.vscode\extensions\tylerleonhardt.vscode-pester-test-adapter-0.0.5\out\pesterTests.js:53:48)
	at ChildProcess.emit (events.js:223:5)
	at maybeClose (internal/child_process.js:1021:16)
	at Process.ChildProcess._handle.onexit (internal/child_process.js:283:5)]
localProcessExtensionHost.ts:257 Extension Host
localProcessExtensionHost.ts:258 [1208/092820.906:ERROR:registration_protocol_win.cc(103)] CreateFile: The system cannot find the file specified. (0x2)
log.ts:197   ERR No authentication provider 'microsoft' is currently registered.: Error: No authentication provider 'microsoft' is currently registered.
    at E.getSessions (file:///C:/Users/przemyslaw.klys/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:4345:744)
    at async e.getAccounts (file:///C:/Users/przemyslaw.klys/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:6166:660)
    at async e.update (file:///C:/Users/przemyslaw.klys/AppData/Local/Programs/Microsoft VS Code/resources/app/out/vs/workbench/workbench.desktop.main.js:6166:397)
console.ts:137 [Extension Host] swdc-vscode: Loaded softwaredotcom.swdc-vscode v2.3.21
console.ts:137 [Extension Host] swdc-tracker initialized and ready to send events to com-software-prod1.collector.snplow.net
console.ts:137 [Extension Host] (node:34652) UnhandledPromiseRejectionWarning: [object Uint8Array]
t.log @ console.ts:140
console.ts:137 [Extension Host] (node:34652) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 4)
t.log @ console.ts:140
console.ts:137 [Extension Host] (node:34652) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
t.log @ console.ts:140
abstractExtensionService.ts:467 Extension host terminated unexpectedly. Code:  1  Signal:  null
_onExtensionHostCrashed @ abstractExtensionService.ts:438
log.ts:197   ERR Extension host terminated unexpectedly. The following extensions were running: vscode.powershell, vscode.microsoft-authentication, ms-vscode.js-debug, vscode.debug-auto-launch, vscode.emmet, vscode.git, vscode.merge-conflict, vscode.search-result, 2gua.rainbow-brackets, alefragnani.project-manager, hbenl.vscode-test-explorer, PKief.material-icon-theme, pranaygp.vscode-css-peek, saekiraku.pin-up, steditor.line-endings, WakaTime.vscode-wakatime, vscode.github-authentication, eamodio.gitlens, vscode.debug-server-ready, yzhang.markdown-all-in-one, ms-vscode.powershell-preview, vscode.github, TylerLeonhardt.vscode-pester-test-adapter, GitHub.vscode-pull-request-github, softwaredotcom.swdc-vscode, usernamehw.errorlens
notificationsAlerts.ts:40 Extension host terminated unexpectedly.
onDidChangeNotification @ breadcrumbsModel.ts:39
localProcessExtensionHost.ts:257 Extension Host
localProcessExtensionHost.ts:258 undefined:3
ModuleName: PSTeams Version: 2.0.1
^

[SyntaxError: Unexpected token M in JSON at position 2
	at JSON.parse (<anonymous>)
	at ChildProcess.<anonymous> (c:\Users\przemyslaw.klys\.vscode\extensions\tylerleonhardt.vscode-pester-test-adapter-0.0.5\out\pesterTests.js:53:48)
	at ChildProcess.emit (events.js:223:5)
	at maybeClose (internal/child_process.js:1021:16)
	at Process.ChildProcess._handle.onexit (internal/child_process.js:283:5)]
DevTools failed to load SourceMap: Could not load content for https://ticino.blob.core.windows.net/sourcemaps/e5a624b788d92b8d34d1392e4c4d9789406efe8f/node_modules/windows-process-tree/lib/index.js.map: Unknown error
@TylerLeonhardt
Copy link
Owner

This extension depends on the PowerShell Preview extension. Do you have that running? Does the Integrated Console start?

@PrzemyslawKlys
Copy link
Author

Of course. Just opened VSCode, had intergrated console running and enabled your extension. It crashes shortly as soon as I go to tests. I open Dev console and those are the errors I see:

abstractExtensionService.ts:840 Extension 'ms-vscode.powershell-preview cannot use PROPOSED API (must started out of dev or enabled via --enable-proposed-api)
updateEnableProposedApi @ abstractExtensionService.ts:840
abstractExtensionService.ts:721 [ms-vscode.powershell-preview]: Command `workbench.action.debug.start` appears multiple times in the `commands` section.
abstractExtensionService.ts:721 [ms-vscode.powershell-preview]: Command `workbench.action.closePanel` appears multiple times in the `commands` section.
abstractExtensionService.ts:721 [ms-vscode.powershell-preview]: Command `workbench.action.positionPanelLeft` appears multiple times in the `commands` section.
abstractExtensionService.ts:721 [ms-vscode.powershell-preview]: Command `workbench.action.positionPanelBottom` appears multiple times in the `commands` section.
TMScopeRegistry.ts:45 Overwriting grammar scope name to file mapping for scope source.yaml.
Old grammar file: file:///c%3A/Users/przemyslaw.klys/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/extensions/yaml/syntaxes/yaml.tmLanguage.json.
New grammar file: file:///c%3A/Users/przemyslaw.klys/.vscode/extensions/redhat.vscode-yaml-0.13.0/syntaxes/yaml.tmLanguage.json
register @ TMScopeRegistry.ts:43
console.ts:137 [Extension Host] swdc-vscode: Loaded softwaredotcom.swdc-vscode v2.3.21
console.ts:137 [Extension Host] swdc-tracker initialized and ready to send events to com-software-prod1.collector.snplow.net
2log.ts:197   ERR Internal Error - System.ArgumentNullException: Pipeline response (OmniSharp.Extensions.LanguageServer.Protocol.Models.Hover) must not be null
Parameter name: request
   at OmniSharp.Extensions.JsonRpc.Pipelines.ResponseMustNotBeNullProcessor`2.Process(T request, R response, CancellationToken cancellationToken)
   at MediatR.Pipeline.RequestPostProcessorBehavior`2.<Handle>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MediatR.Pipeline.RequestPreProcessorBehavior`2.<Handle>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.LanguageServer.Server.Pipelines.ResolveCommandPipeline`2.<Handle>d__5.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.JsonRpc.RequestRouterBase`1.<RouteRequest>d__8.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.JsonRpc.InputHandler.<>c__DisplayClass38_0.<<RouteRequest>b__5>d.MoveNext(): Error: Internal Error - System.ArgumentNullException: Pipeline response (OmniSharp.Extensions.LanguageServer.Protocol.Models.Hover) must not be null
Parameter name: request
   at OmniSharp.Extensions.JsonRpc.Pipelines.ResponseMustNotBeNullProcessor`2.Process(T request, R response, CancellationToken cancellationToken)
   at MediatR.Pipeline.RequestPostProcessorBehavior`2.<Handle>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MediatR.Pipeline.RequestPreProcessorBehavior`2.<Handle>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.LanguageServer.Server.Pipelines.ResolveCommandPipeline`2.<Handle>d__5.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.JsonRpc.RequestRouterBase`1.<RouteRequest>d__8.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.JsonRpc.InputHandler.<>c__DisplayClass38_0.<<RouteRequest>b__5>d.MoveNext()
	at handleResponse (c:\Users\przemyslaw.klys\.vscode\extensions\ms-vscode.powershell-preview-2020.9.0\node_modules\vscode-jsonrpc\lib\common\connection.js:476:48)
	at processMessageQueue (c:\Users\przemyslaw.klys\.vscode\extensions\ms-vscode.powershell-preview-2020.9.0\node_modules\vscode-jsonrpc\lib\common\connection.js:291:17)
	at Immediate.<anonymous> (c:\Users\przemyslaw.klys\.vscode\extensions\ms-vscode.powershell-preview-2020.9.0\node_modules\vscode-jsonrpc\lib\common\connection.js:275:13)
	at processImmediate (internal/timers.js:439:21)
console.ts:137 [Extension Host] (node:39440) UnhandledPromiseRejectionWarning: TypeError: Cannot read property 'callback' of undefined	at c:\Users\przemyslaw.klys\.vscode\extensions\ms-vscode.powershell-preview-2020.9.0\out\src\session.js:559:52	at runMicrotasks (<anonymous>)	at processTicksAndRejections (internal/process/task_queues.js:94:5)
t.log @ console.ts:140
console.ts:137 [Extension Host] (node:39440) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 11)
t.log @ console.ts:140
console.ts:137 [Extension Host] (node:39440) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
t.log @ console.ts:140
console.ts:137 [Extension Host] (node:39440) UnhandledPromiseRejectionWarning: [object Uint8Array]
t.log @ console.ts:140
console.ts:137 [Extension Host] (node:39440) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 12)
t.log @ console.ts:140
console.ts:137 [Extension Host] swdc-vscode: update user code time preferences
console.ts:137 [Extension Host] Command failed: git log --format='%an,%ae' | sort -u-uThe system cannot find the file specified.

log.ts:197   ERR Internal Error - System.ArgumentNullException: Pipeline response (OmniSharp.Extensions.LanguageServer.Protocol.Models.Hover) must not be null
Parameter name: request
   at OmniSharp.Extensions.JsonRpc.Pipelines.ResponseMustNotBeNullProcessor`2.Process(T request, R response, CancellationToken cancellationToken)
   at MediatR.Pipeline.RequestPostProcessorBehavior`2.<Handle>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MediatR.Pipeline.RequestPreProcessorBehavior`2.<Handle>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.LanguageServer.Server.Pipelines.ResolveCommandPipeline`2.<Handle>d__5.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.JsonRpc.RequestRouterBase`1.<RouteRequest>d__8.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.JsonRpc.InputHandler.<>c__DisplayClass38_0.<<RouteRequest>b__5>d.MoveNext(): Error: Internal Error - System.ArgumentNullException: Pipeline response (OmniSharp.Extensions.LanguageServer.Protocol.Models.Hover) must not be null
Parameter name: request
   at OmniSharp.Extensions.JsonRpc.Pipelines.ResponseMustNotBeNullProcessor`2.Process(T request, R response, CancellationToken cancellationToken)
   at MediatR.Pipeline.RequestPostProcessorBehavior`2.<Handle>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MediatR.Pipeline.RequestPreProcessorBehavior`2.<Handle>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.LanguageServer.Server.Pipelines.ResolveCommandPipeline`2.<Handle>d__5.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.JsonRpc.RequestRouterBase`1.<RouteRequest>d__8.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.JsonRpc.InputHandler.<>c__DisplayClass38_0.<<RouteRequest>b__5>d.MoveNext()
	at handleResponse (c:\Users\przemyslaw.klys\.vscode\extensions\ms-vscode.powershell-preview-2020.9.0\node_modules\vscode-jsonrpc\lib\common\connection.js:476:48)
	at processMessageQueue (c:\Users\przemyslaw.klys\.vscode\extensions\ms-vscode.powershell-preview-2020.9.0\node_modules\vscode-jsonrpc\lib\common\connection.js:291:17)
	at Immediate.<anonymous> (c:\Users\przemyslaw.klys\.vscode\extensions\ms-vscode.powershell-preview-2020.9.0\node_modules\vscode-jsonrpc\lib\common\connection.js:275:13)
	at processImmediate (internal/timers.js:439:21)
abstractExtensionService.ts:467 Extension host terminated unexpectedly. Code:  1  Signal:  null
_onExtensionHostCrashed @ abstractExtensionService.ts:438
log.ts:197   ERR Extension host terminated unexpectedly. The following extensions were running: vscode.microsoft-authentication, vscode.powershell, vscode.debug-auto-launch, vscode.emmet, vscode.git, vscode.merge-conflict, vscode.search-result, 2gua.rainbow-brackets, alefragnani.project-manager, hbenl.vscode-test-explorer, PKief.material-icon-theme, pranaygp.vscode-css-peek, saekiraku.pin-up, steditor.line-endings, WakaTime.vscode-wakatime, yzhang.markdown-all-in-one, ms-vscode.powershell-preview, vscode.github, ms-vscode.js-debug, eamodio.gitlens, GitHub.vscode-pull-request-github, softwaredotcom.swdc-vscode, usernamehw.errorlens, vscode.github-authentication, TylerLeonhardt.vscode-pester-test-adapter
notificationsAlerts.ts:40 Extension host terminated unexpectedly.
onDidChangeNotification @ breadcrumbsModel.ts:39
localProcessExtensionHost.ts:257 Extension Host
localProcessExtensionHost.ts:258 undefined:3
ModuleName: GPOZaurr Version: 0.0.98
^

[SyntaxError: Unexpected token M in JSON at position 2
	at JSON.parse (<anonymous>)
	at ChildProcess.<anonymous> (c:\Users\przemyslaw.klys\.vscode\extensions\tylerleonhardt.vscode-pester-test-adapter-0.0.5\out\pesterTests.js:53:48)
	at ChildProcess.emit (events.js:223:5)
	at maybeClose (internal/child_process.js:1021:16)
	at Process.ChildProcess._handle.onexit (internal/child_process.js:283:5)]
DevTools failed to load SourceMap: Could not load content for https://ticino.blob.core.windows.net/sourcemaps/e5a624b788d92b8d34d1392e4c4d9789406efe8f/node_modules/windows-process-tree/lib/index.js.map: Unknown error

@TylerLeonhardt
Copy link
Owner

I'll take a look! Thanks!

@TylerLeonhardt
Copy link
Owner

@PrzemyslawKlys do you have Pester 5 installed?

@TylerLeonhardt
Copy link
Owner

In the Output pane under "Pester Explorer Log" in the drop down can you share what's in there?

@TylerLeonhardt
Copy link
Owner

NOTE: I just published 0.0.6 which should have a bit more polish. Maybe it'll work better for you.

@PrzemyslawKlys
Copy link
Author

I have no pester explorer log in the output pane:

image

localProcessExtensionHost.ts:257 Extension Host
localProcessExtensionHost.ts:258 [1211/084732.280:ERROR:registration_protocol_win.cc(103)] CreateFile: The system cannot find the file specified. (0x2)
abstractExtensionService.ts:840 Extension 'ms-vscode.powershell-preview cannot use PROPOSED API (must started out of dev or enabled via --enable-proposed-api)
updateEnableProposedApi @ abstractExtensionService.ts:840
abstractExtensionService.ts:721 [ms-vscode.powershell-preview]: Command `workbench.action.debug.start` appears multiple times in the `commands` section.
abstractExtensionService.ts:721 [ms-vscode.powershell-preview]: Command `workbench.action.closePanel` appears multiple times in the `commands` section.
abstractExtensionService.ts:721 [ms-vscode.powershell-preview]: Command `workbench.action.positionPanelLeft` appears multiple times in the `commands` section.
abstractExtensionService.ts:721 [ms-vscode.powershell-preview]: Command `workbench.action.positionPanelBottom` appears multiple times in the `commands` section.
TMScopeRegistry.ts:45 Overwriting grammar scope name to file mapping for scope source.yaml.
Old grammar file: file:///c%3A/Users/przemyslaw.klys/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/extensions/yaml/syntaxes/yaml.tmLanguage.json.
New grammar file: file:///c%3A/Users/przemyslaw.klys/.vscode/extensions/redhat.vscode-yaml-0.13.0/syntaxes/yaml.tmLanguage.json
register @ TMScopeRegistry.ts:43
console.ts:137 [Extension Host] swdc-vscode: Loaded softwaredotcom.swdc-vscode v2.3.24
console.ts:137 [Extension Host] swdc-tracker initialized and ready to send events to com-software-prod1.collector.snplow.net
console.ts:137 [Extension Host] Command failed: git log --format='%an,%ae' | sort -u-uThe system cannot find the file specified.

4log.ts:197   ERR Internal Error - System.ArgumentNullException: Pipeline response (OmniSharp.Extensions.LanguageServer.Protocol.Models.Hover) must not be null
Parameter name: request
   at OmniSharp.Extensions.JsonRpc.Pipelines.ResponseMustNotBeNullProcessor`2.Process(T request, R response, CancellationToken cancellationToken)
   at MediatR.Pipeline.RequestPostProcessorBehavior`2.<Handle>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MediatR.Pipeline.RequestPreProcessorBehavior`2.<Handle>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.LanguageServer.Server.Pipelines.ResolveCommandPipeline`2.<Handle>d__5.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.JsonRpc.RequestRouterBase`1.<RouteRequest>d__8.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.JsonRpc.InputHandler.<>c__DisplayClass38_0.<<RouteRequest>b__5>d.MoveNext(): Error: Internal Error - System.ArgumentNullException: Pipeline response (OmniSharp.Extensions.LanguageServer.Protocol.Models.Hover) must not be null
Parameter name: request
   at OmniSharp.Extensions.JsonRpc.Pipelines.ResponseMustNotBeNullProcessor`2.Process(T request, R response, CancellationToken cancellationToken)
   at MediatR.Pipeline.RequestPostProcessorBehavior`2.<Handle>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MediatR.Pipeline.RequestPreProcessorBehavior`2.<Handle>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.LanguageServer.Server.Pipelines.ResolveCommandPipeline`2.<Handle>d__5.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.JsonRpc.RequestRouterBase`1.<RouteRequest>d__8.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.JsonRpc.InputHandler.<>c__DisplayClass38_0.<<RouteRequest>b__5>d.MoveNext()
	at handleResponse (c:\Users\przemyslaw.klys\.vscode\extensions\ms-vscode.powershell-preview-2020.9.0\node_modules\vscode-jsonrpc\lib\common\connection.js:476:48)
	at processMessageQueue (c:\Users\przemyslaw.klys\.vscode\extensions\ms-vscode.powershell-preview-2020.9.0\node_modules\vscode-jsonrpc\lib\common\connection.js:291:17)
	at Immediate.<anonymous> (c:\Users\przemyslaw.klys\.vscode\extensions\ms-vscode.powershell-preview-2020.9.0\node_modules\vscode-jsonrpc\lib\common\connection.js:275:13)
	at processImmediate (internal/timers.js:439:21)
console.ts:137 [Extension Host] Command failed: git log --format='%an,%ae' | sort -u-uThe system cannot find the file specified.

8log.ts:197   ERR Internal Error - System.ArgumentNullException: Pipeline response (OmniSharp.Extensions.LanguageServer.Protocol.Models.Hover) must not be null
Parameter name: request
   at OmniSharp.Extensions.JsonRpc.Pipelines.ResponseMustNotBeNullProcessor`2.Process(T request, R response, CancellationToken cancellationToken)
   at MediatR.Pipeline.RequestPostProcessorBehavior`2.<Handle>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MediatR.Pipeline.RequestPreProcessorBehavior`2.<Handle>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.LanguageServer.Server.Pipelines.ResolveCommandPipeline`2.<Handle>d__5.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.JsonRpc.RequestRouterBase`1.<RouteRequest>d__8.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.JsonRpc.InputHandler.<>c__DisplayClass38_0.<<RouteRequest>b__5>d.MoveNext(): Error: Internal Error - System.ArgumentNullException: Pipeline response (OmniSharp.Extensions.LanguageServer.Protocol.Models.Hover) must not be null
Parameter name: request
   at OmniSharp.Extensions.JsonRpc.Pipelines.ResponseMustNotBeNullProcessor`2.Process(T request, R response, CancellationToken cancellationToken)
   at MediatR.Pipeline.RequestPostProcessorBehavior`2.<Handle>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MediatR.Pipeline.RequestPreProcessorBehavior`2.<Handle>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.LanguageServer.Server.Pipelines.ResolveCommandPipeline`2.<Handle>d__5.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.JsonRpc.RequestRouterBase`1.<RouteRequest>d__8.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.JsonRpc.InputHandler.<>c__DisplayClass38_0.<<RouteRequest>b__5>d.MoveNext()
	at handleResponse (c:\Users\przemyslaw.klys\.vscode\extensions\ms-vscode.powershell-preview-2020.9.0\node_modules\vscode-jsonrpc\lib\common\connection.js:476:48)
	at processMessageQueue (c:\Users\przemyslaw.klys\.vscode\extensions\ms-vscode.powershell-preview-2020.9.0\node_modules\vscode-jsonrpc\lib\common\connection.js:291:17)
	at Immediate.<anonymous> (c:\Users\przemyslaw.klys\.vscode\extensions\ms-vscode.powershell-preview-2020.9.0\node_modules\vscode-jsonrpc\lib\common\connection.js:275:13)
	at processImmediate (internal/timers.js:439:21)
2console.ts:137 [Extension Host] Command failed: git log --format='%an,%ae' | sort -u-uThe system cannot find the file specified.

7log.ts:197   ERR Internal Error - System.ArgumentNullException: Pipeline response (OmniSharp.Extensions.LanguageServer.Protocol.Models.Hover) must not be null
Parameter name: request
   at OmniSharp.Extensions.JsonRpc.Pipelines.ResponseMustNotBeNullProcessor`2.Process(T request, R response, CancellationToken cancellationToken)
   at MediatR.Pipeline.RequestPostProcessorBehavior`2.<Handle>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MediatR.Pipeline.RequestPreProcessorBehavior`2.<Handle>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.LanguageServer.Server.Pipelines.ResolveCommandPipeline`2.<Handle>d__5.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.JsonRpc.RequestRouterBase`1.<RouteRequest>d__8.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.JsonRpc.InputHandler.<>c__DisplayClass38_0.<<RouteRequest>b__5>d.MoveNext(): Error: Internal Error - System.ArgumentNullException: Pipeline response (OmniSharp.Extensions.LanguageServer.Protocol.Models.Hover) must not be null
Parameter name: request
   at OmniSharp.Extensions.JsonRpc.Pipelines.ResponseMustNotBeNullProcessor`2.Process(T request, R response, CancellationToken cancellationToken)
   at MediatR.Pipeline.RequestPostProcessorBehavior`2.<Handle>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MediatR.Pipeline.RequestPreProcessorBehavior`2.<Handle>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.LanguageServer.Server.Pipelines.ResolveCommandPipeline`2.<Handle>d__5.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.JsonRpc.RequestRouterBase`1.<RouteRequest>d__8.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.JsonRpc.InputHandler.<>c__DisplayClass38_0.<<RouteRequest>b__5>d.MoveNext()
	at handleResponse (c:\Users\przemyslaw.klys\.vscode\extensions\ms-vscode.powershell-preview-2020.9.0\node_modules\vscode-jsonrpc\lib\common\connection.js:476:48)
	at processMessageQueue (c:\Users\przemyslaw.klys\.vscode\extensions\ms-vscode.powershell-preview-2020.9.0\node_modules\vscode-jsonrpc\lib\common\connection.js:291:17)
	at Immediate.<anonymous> (c:\Users\przemyslaw.klys\.vscode\extensions\ms-vscode.powershell-preview-2020.9.0\node_modules\vscode-jsonrpc\lib\common\connection.js:275:13)
	at processImmediate (internal/timers.js:439:21)
console.ts:137 [Extension Host] Command failed: git log --format='%an,%ae' | sort -u-uThe system cannot find the file specified.

12log.ts:197   ERR Internal Error - System.ArgumentNullException: Pipeline response (OmniSharp.Extensions.LanguageServer.Protocol.Models.Hover) must not be null
Parameter name: request
   at OmniSharp.Extensions.JsonRpc.Pipelines.ResponseMustNotBeNullProcessor`2.Process(T request, R response, CancellationToken cancellationToken)
   at MediatR.Pipeline.RequestPostProcessorBehavior`2.<Handle>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MediatR.Pipeline.RequestPreProcessorBehavior`2.<Handle>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.LanguageServer.Server.Pipelines.ResolveCommandPipeline`2.<Handle>d__5.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.JsonRpc.RequestRouterBase`1.<RouteRequest>d__8.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.JsonRpc.InputHandler.<>c__DisplayClass38_0.<<RouteRequest>b__5>d.MoveNext(): Error: Internal Error - System.ArgumentNullException: Pipeline response (OmniSharp.Extensions.LanguageServer.Protocol.Models.Hover) must not be null
Parameter name: request
   at OmniSharp.Extensions.JsonRpc.Pipelines.ResponseMustNotBeNullProcessor`2.Process(T request, R response, CancellationToken cancellationToken)
   at MediatR.Pipeline.RequestPostProcessorBehavior`2.<Handle>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MediatR.Pipeline.RequestPreProcessorBehavior`2.<Handle>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.LanguageServer.Server.Pipelines.ResolveCommandPipeline`2.<Handle>d__5.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.JsonRpc.RequestRouterBase`1.<RouteRequest>d__8.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.JsonRpc.InputHandler.<>c__DisplayClass38_0.<<RouteRequest>b__5>d.MoveNext()
	at handleResponse (c:\Users\przemyslaw.klys\.vscode\extensions\ms-vscode.powershell-preview-2020.9.0\node_modules\vscode-jsonrpc\lib\common\connection.js:476:48)
	at processMessageQueue (c:\Users\przemyslaw.klys\.vscode\extensions\ms-vscode.powershell-preview-2020.9.0\node_modules\vscode-jsonrpc\lib\common\connection.js:291:17)
	at Immediate.<anonymous> (c:\Users\przemyslaw.klys\.vscode\extensions\ms-vscode.powershell-preview-2020.9.0\node_modules\vscode-jsonrpc\lib\common\connection.js:275:13)
	at processImmediate (internal/timers.js:439:21)
console.ts:137 [Extension Host] Command failed: git log --format='%an,%ae' | sort -u-uThe system cannot find the file specified.

9log.ts:197   ERR Internal Error - System.ArgumentNullException: Pipeline response (OmniSharp.Extensions.LanguageServer.Protocol.Models.Hover) must not be null
Parameter name: request
   at OmniSharp.Extensions.JsonRpc.Pipelines.ResponseMustNotBeNullProcessor`2.Process(T request, R response, CancellationToken cancellationToken)
   at MediatR.Pipeline.RequestPostProcessorBehavior`2.<Handle>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MediatR.Pipeline.RequestPreProcessorBehavior`2.<Handle>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.LanguageServer.Server.Pipelines.ResolveCommandPipeline`2.<Handle>d__5.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.JsonRpc.RequestRouterBase`1.<RouteRequest>d__8.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.JsonRpc.InputHandler.<>c__DisplayClass38_0.<<RouteRequest>b__5>d.MoveNext(): Error: Internal Error - System.ArgumentNullException: Pipeline response (OmniSharp.Extensions.LanguageServer.Protocol.Models.Hover) must not be null
Parameter name: request
   at OmniSharp.Extensions.JsonRpc.Pipelines.ResponseMustNotBeNullProcessor`2.Process(T request, R response, CancellationToken cancellationToken)
   at MediatR.Pipeline.RequestPostProcessorBehavior`2.<Handle>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MediatR.Pipeline.RequestPreProcessorBehavior`2.<Handle>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.LanguageServer.Server.Pipelines.ResolveCommandPipeline`2.<Handle>d__5.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.JsonRpc.RequestRouterBase`1.<RouteRequest>d__8.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.JsonRpc.InputHandler.<>c__DisplayClass38_0.<<RouteRequest>b__5>d.MoveNext()
	at handleResponse (c:\Users\przemyslaw.klys\.vscode\extensions\ms-vscode.powershell-preview-2020.9.0\node_modules\vscode-jsonrpc\lib\common\connection.js:476:48)
	at processMessageQueue (c:\Users\przemyslaw.klys\.vscode\extensions\ms-vscode.powershell-preview-2020.9.0\node_modules\vscode-jsonrpc\lib\common\connection.js:291:17)
	at Immediate.<anonymous> (c:\Users\przemyslaw.klys\.vscode\extensions\ms-vscode.powershell-preview-2020.9.0\node_modules\vscode-jsonrpc\lib\common\connection.js:275:13)
	at processImmediate (internal/timers.js:439:21)
console.ts:137 [Extension Host] Command failed: git log --format='%an,%ae' | sort -u-uThe system cannot find the file specified.

3log.ts:197   ERR Internal Error - System.ArgumentNullException: Pipeline response (OmniSharp.Extensions.LanguageServer.Protocol.Models.Hover) must not be null
Parameter name: request
   at OmniSharp.Extensions.JsonRpc.Pipelines.ResponseMustNotBeNullProcessor`2.Process(T request, R response, CancellationToken cancellationToken)
   at MediatR.Pipeline.RequestPostProcessorBehavior`2.<Handle>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MediatR.Pipeline.RequestPreProcessorBehavior`2.<Handle>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.LanguageServer.Server.Pipelines.ResolveCommandPipeline`2.<Handle>d__5.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.JsonRpc.RequestRouterBase`1.<RouteRequest>d__8.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.JsonRpc.InputHandler.<>c__DisplayClass38_0.<<RouteRequest>b__5>d.MoveNext(): Error: Internal Error - System.ArgumentNullException: Pipeline response (OmniSharp.Extensions.LanguageServer.Protocol.Models.Hover) must not be null
Parameter name: request
   at OmniSharp.Extensions.JsonRpc.Pipelines.ResponseMustNotBeNullProcessor`2.Process(T request, R response, CancellationToken cancellationToken)
   at MediatR.Pipeline.RequestPostProcessorBehavior`2.<Handle>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MediatR.Pipeline.RequestPreProcessorBehavior`2.<Handle>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.LanguageServer.Server.Pipelines.ResolveCommandPipeline`2.<Handle>d__5.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.JsonRpc.RequestRouterBase`1.<RouteRequest>d__8.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.JsonRpc.InputHandler.<>c__DisplayClass38_0.<<RouteRequest>b__5>d.MoveNext()
	at handleResponse (c:\Users\przemyslaw.klys\.vscode\extensions\ms-vscode.powershell-preview-2020.9.0\node_modules\vscode-jsonrpc\lib\common\connection.js:476:48)
	at processMessageQueue (c:\Users\przemyslaw.klys\.vscode\extensions\ms-vscode.powershell-preview-2020.9.0\node_modules\vscode-jsonrpc\lib\common\connection.js:291:17)
	at Immediate.<anonymous> (c:\Users\przemyslaw.klys\.vscode\extensions\ms-vscode.powershell-preview-2020.9.0\node_modules\vscode-jsonrpc\lib\common\connection.js:275:13)
	at processImmediate (internal/timers.js:439:21)
console.ts:137 [Extension Host] Command failed: git log --format='%an,%ae' | sort -u-uThe system cannot find the file specified.

log.ts:197   ERR Internal Error - System.ArgumentNullException: Pipeline response (OmniSharp.Extensions.LanguageServer.Protocol.Models.Hover) must not be null
Parameter name: request
   at OmniSharp.Extensions.JsonRpc.Pipelines.ResponseMustNotBeNullProcessor`2.Process(T request, R response, CancellationToken cancellationToken)
   at MediatR.Pipeline.RequestPostProcessorBehavior`2.<Handle>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MediatR.Pipeline.RequestPreProcessorBehavior`2.<Handle>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.LanguageServer.Server.Pipelines.ResolveCommandPipeline`2.<Handle>d__5.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.JsonRpc.RequestRouterBase`1.<RouteRequest>d__8.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.JsonRpc.InputHandler.<>c__DisplayClass38_0.<<RouteRequest>b__5>d.MoveNext(): Error: Internal Error - System.ArgumentNullException: Pipeline response (OmniSharp.Extensions.LanguageServer.Protocol.Models.Hover) must not be null
Parameter name: request
   at OmniSharp.Extensions.JsonRpc.Pipelines.ResponseMustNotBeNullProcessor`2.Process(T request, R response, CancellationToken cancellationToken)
   at MediatR.Pipeline.RequestPostProcessorBehavior`2.<Handle>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MediatR.Pipeline.RequestPreProcessorBehavior`2.<Handle>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.LanguageServer.Server.Pipelines.ResolveCommandPipeline`2.<Handle>d__5.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.JsonRpc.RequestRouterBase`1.<RouteRequest>d__8.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.JsonRpc.InputHandler.<>c__DisplayClass38_0.<<RouteRequest>b__5>d.MoveNext()
	at handleResponse (c:\Users\przemyslaw.klys\.vscode\extensions\ms-vscode.powershell-preview-2020.9.0\node_modules\vscode-jsonrpc\lib\common\connection.js:476:48)
	at processMessageQueue (c:\Users\przemyslaw.klys\.vscode\extensions\ms-vscode.powershell-preview-2020.9.0\node_modules\vscode-jsonrpc\lib\common\connection.js:291:17)
	at Immediate.<anonymous> (c:\Users\przemyslaw.klys\.vscode\extensions\ms-vscode.powershell-preview-2020.9.0\node_modules\vscode-jsonrpc\lib\common\connection.js:275:13)
	at processImmediate (internal/timers.js:439:21)
console.ts:137 [Extension Host] Command failed: git log --format='%an,%ae' | sort -u-uThe system cannot find the file specified.

3log.ts:197   ERR Internal Error - System.ArgumentNullException: Pipeline response (OmniSharp.Extensions.LanguageServer.Protocol.Models.Hover) must not be null
Parameter name: request
   at OmniSharp.Extensions.JsonRpc.Pipelines.ResponseMustNotBeNullProcessor`2.Process(T request, R response, CancellationToken cancellationToken)
   at MediatR.Pipeline.RequestPostProcessorBehavior`2.<Handle>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MediatR.Pipeline.RequestPreProcessorBehavior`2.<Handle>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.LanguageServer.Server.Pipelines.ResolveCommandPipeline`2.<Handle>d__5.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.JsonRpc.RequestRouterBase`1.<RouteRequest>d__8.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.JsonRpc.InputHandler.<>c__DisplayClass38_0.<<RouteRequest>b__5>d.MoveNext(): Error: Internal Error - System.ArgumentNullException: Pipeline response (OmniSharp.Extensions.LanguageServer.Protocol.Models.Hover) must not be null
Parameter name: request
   at OmniSharp.Extensions.JsonRpc.Pipelines.ResponseMustNotBeNullProcessor`2.Process(T request, R response, CancellationToken cancellationToken)
   at MediatR.Pipeline.RequestPostProcessorBehavior`2.<Handle>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MediatR.Pipeline.RequestPreProcessorBehavior`2.<Handle>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.LanguageServer.Server.Pipelines.ResolveCommandPipeline`2.<Handle>d__5.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.JsonRpc.RequestRouterBase`1.<RouteRequest>d__8.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.JsonRpc.InputHandler.<>c__DisplayClass38_0.<<RouteRequest>b__5>d.MoveNext()
	at handleResponse (c:\Users\przemyslaw.klys\.vscode\extensions\ms-vscode.powershell-preview-2020.9.0\node_modules\vscode-jsonrpc\lib\common\connection.js:476:48)
	at processMessageQueue (c:\Users\przemyslaw.klys\.vscode\extensions\ms-vscode.powershell-preview-2020.9.0\node_modules\vscode-jsonrpc\lib\common\connection.js:291:17)
	at Immediate.<anonymous> (c:\Users\przemyslaw.klys\.vscode\extensions\ms-vscode.powershell-preview-2020.9.0\node_modules\vscode-jsonrpc\lib\common\connection.js:275:13)
	at processImmediate (internal/timers.js:439:21)
console.ts:137 [Extension Host] Command failed: git log --format='%an,%ae' | sort -u-uThe system cannot find the file specified.

3log.ts:197   ERR Internal Error - System.ArgumentNullException: Pipeline response (OmniSharp.Extensions.LanguageServer.Protocol.Models.Hover) must not be null
Parameter name: request
   at OmniSharp.Extensions.JsonRpc.Pipelines.ResponseMustNotBeNullProcessor`2.Process(T request, R response, CancellationToken cancellationToken)
   at MediatR.Pipeline.RequestPostProcessorBehavior`2.<Handle>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MediatR.Pipeline.RequestPreProcessorBehavior`2.<Handle>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.LanguageServer.Server.Pipelines.ResolveCommandPipeline`2.<Handle>d__5.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.JsonRpc.RequestRouterBase`1.<RouteRequest>d__8.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.JsonRpc.InputHandler.<>c__DisplayClass38_0.<<RouteRequest>b__5>d.MoveNext(): Error: Internal Error - System.ArgumentNullException: Pipeline response (OmniSharp.Extensions.LanguageServer.Protocol.Models.Hover) must not be null
Parameter name: request
   at OmniSharp.Extensions.JsonRpc.Pipelines.ResponseMustNotBeNullProcessor`2.Process(T request, R response, CancellationToken cancellationToken)
   at MediatR.Pipeline.RequestPostProcessorBehavior`2.<Handle>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MediatR.Pipeline.RequestPreProcessorBehavior`2.<Handle>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.LanguageServer.Server.Pipelines.ResolveCommandPipeline`2.<Handle>d__5.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.JsonRpc.RequestRouterBase`1.<RouteRequest>d__8.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.JsonRpc.InputHandler.<>c__DisplayClass38_0.<<RouteRequest>b__5>d.MoveNext()
	at handleResponse (c:\Users\przemyslaw.klys\.vscode\extensions\ms-vscode.powershell-preview-2020.9.0\node_modules\vscode-jsonrpc\lib\common\connection.js:476:48)
	at processMessageQueue (c:\Users\przemyslaw.klys\.vscode\extensions\ms-vscode.powershell-preview-2020.9.0\node_modules\vscode-jsonrpc\lib\common\connection.js:291:17)
	at Immediate.<anonymous> (c:\Users\przemyslaw.klys\.vscode\extensions\ms-vscode.powershell-preview-2020.9.0\node_modules\vscode-jsonrpc\lib\common\connection.js:275:13)
	at processImmediate (internal/timers.js:439:21)
console.ts:137 [Extension Host] Command failed: git log --format='%an,%ae' | sort -u-uThe system cannot find the file specified.

log.ts:197   ERR Internal Error - System.ArgumentNullException: Pipeline response (OmniSharp.Extensions.LanguageServer.Protocol.Models.Hover) must not be null
Parameter name: request
   at OmniSharp.Extensions.JsonRpc.Pipelines.ResponseMustNotBeNullProcessor`2.Process(T request, R response, CancellationToken cancellationToken)
   at MediatR.Pipeline.RequestPostProcessorBehavior`2.<Handle>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MediatR.Pipeline.RequestPreProcessorBehavior`2.<Handle>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.LanguageServer.Server.Pipelines.ResolveCommandPipeline`2.<Handle>d__5.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.JsonRpc.RequestRouterBase`1.<RouteRequest>d__8.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.JsonRpc.InputHandler.<>c__DisplayClass38_0.<<RouteRequest>b__5>d.MoveNext(): Error: Internal Error - System.ArgumentNullException: Pipeline response (OmniSharp.Extensions.LanguageServer.Protocol.Models.Hover) must not be null
Parameter name: request
   at OmniSharp.Extensions.JsonRpc.Pipelines.ResponseMustNotBeNullProcessor`2.Process(T request, R response, CancellationToken cancellationToken)
   at MediatR.Pipeline.RequestPostProcessorBehavior`2.<Handle>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MediatR.Pipeline.RequestPreProcessorBehavior`2.<Handle>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.LanguageServer.Server.Pipelines.ResolveCommandPipeline`2.<Handle>d__5.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.JsonRpc.RequestRouterBase`1.<RouteRequest>d__8.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.JsonRpc.InputHandler.<>c__DisplayClass38_0.<<RouteRequest>b__5>d.MoveNext()
	at handleResponse (c:\Users\przemyslaw.klys\.vscode\extensions\ms-vscode.powershell-preview-2020.9.0\node_modules\vscode-jsonrpc\lib\common\connection.js:476:48)
	at processMessageQueue (c:\Users\przemyslaw.klys\.vscode\extensions\ms-vscode.powershell-preview-2020.9.0\node_modules\vscode-jsonrpc\lib\common\connection.js:291:17)
	at Immediate.<anonymous> (c:\Users\przemyslaw.klys\.vscode\extensions\ms-vscode.powershell-preview-2020.9.0\node_modules\vscode-jsonrpc\lib\common\connection.js:275:13)
	at processImmediate (internal/timers.js:439:21)
console.ts:137 [Extension Host] Command failed: git log --format='%an,%ae' | sort -u-uThe system cannot find the file specified.

5log.ts:197   ERR Internal Error - System.ArgumentNullException: Pipeline response (OmniSharp.Extensions.LanguageServer.Protocol.Models.Hover) must not be null
Parameter name: request
   at OmniSharp.Extensions.JsonRpc.Pipelines.ResponseMustNotBeNullProcessor`2.Process(T request, R response, CancellationToken cancellationToken)
   at MediatR.Pipeline.RequestPostProcessorBehavior`2.<Handle>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MediatR.Pipeline.RequestPreProcessorBehavior`2.<Handle>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.LanguageServer.Server.Pipelines.ResolveCommandPipeline`2.<Handle>d__5.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.JsonRpc.RequestRouterBase`1.<RouteRequest>d__8.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.JsonRpc.InputHandler.<>c__DisplayClass38_0.<<RouteRequest>b__5>d.MoveNext(): Error: Internal Error - System.ArgumentNullException: Pipeline response (OmniSharp.Extensions.LanguageServer.Protocol.Models.Hover) must not be null
Parameter name: request
   at OmniSharp.Extensions.JsonRpc.Pipelines.ResponseMustNotBeNullProcessor`2.Process(T request, R response, CancellationToken cancellationToken)
   at MediatR.Pipeline.RequestPostProcessorBehavior`2.<Handle>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MediatR.Pipeline.RequestPreProcessorBehavior`2.<Handle>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.LanguageServer.Server.Pipelines.ResolveCommandPipeline`2.<Handle>d__5.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.JsonRpc.RequestRouterBase`1.<RouteRequest>d__8.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.JsonRpc.InputHandler.<>c__DisplayClass38_0.<<RouteRequest>b__5>d.MoveNext()
	at handleResponse (c:\Users\przemyslaw.klys\.vscode\extensions\ms-vscode.powershell-preview-2020.9.0\node_modules\vscode-jsonrpc\lib\common\connection.js:476:48)
	at processMessageQueue (c:\Users\przemyslaw.klys\.vscode\extensions\ms-vscode.powershell-preview-2020.9.0\node_modules\vscode-jsonrpc\lib\common\connection.js:291:17)
	at Immediate.<anonymous> (c:\Users\przemyslaw.klys\.vscode\extensions\ms-vscode.powershell-preview-2020.9.0\node_modules\vscode-jsonrpc\lib\common\connection.js:275:13)
	at processImmediate (internal/timers.js:439:21)
2console.ts:137 [Extension Host] Command failed: git log --format='%an,%ae' | sort -u-uThe system cannot find the file specified.

log.ts:197   ERR Internal Error - System.ArgumentNullException: Pipeline response (OmniSharp.Extensions.LanguageServer.Protocol.Models.Hover) must not be null
Parameter name: request
   at OmniSharp.Extensions.JsonRpc.Pipelines.ResponseMustNotBeNullProcessor`2.Process(T request, R response, CancellationToken cancellationToken)
   at MediatR.Pipeline.RequestPostProcessorBehavior`2.<Handle>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MediatR.Pipeline.RequestPreProcessorBehavior`2.<Handle>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.LanguageServer.Server.Pipelines.ResolveCommandPipeline`2.<Handle>d__5.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.JsonRpc.RequestRouterBase`1.<RouteRequest>d__8.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.JsonRpc.InputHandler.<>c__DisplayClass38_0.<<RouteRequest>b__5>d.MoveNext(): Error: Internal Error - System.ArgumentNullException: Pipeline response (OmniSharp.Extensions.LanguageServer.Protocol.Models.Hover) must not be null
Parameter name: request
   at OmniSharp.Extensions.JsonRpc.Pipelines.ResponseMustNotBeNullProcessor`2.Process(T request, R response, CancellationToken cancellationToken)
   at MediatR.Pipeline.RequestPostProcessorBehavior`2.<Handle>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MediatR.Pipeline.RequestPreProcessorBehavior`2.<Handle>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.LanguageServer.Server.Pipelines.ResolveCommandPipeline`2.<Handle>d__5.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.JsonRpc.RequestRouterBase`1.<RouteRequest>d__8.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.JsonRpc.InputHandler.<>c__DisplayClass38_0.<<RouteRequest>b__5>d.MoveNext()
	at handleResponse (c:\Users\przemyslaw.klys\.vscode\extensions\ms-vscode.powershell-preview-2020.9.0\node_modules\vscode-jsonrpc\lib\common\connection.js:476:48)
	at processMessageQueue (c:\Users\przemyslaw.klys\.vscode\extensions\ms-vscode.powershell-preview-2020.9.0\node_modules\vscode-jsonrpc\lib\common\connection.js:291:17)
	at Immediate.<anonymous> (c:\Users\przemyslaw.klys\.vscode\extensions\ms-vscode.powershell-preview-2020.9.0\node_modules\vscode-jsonrpc\lib\common\connection.js:275:13)
	at processImmediate (internal/timers.js:439:21)
console.ts:137 [Extension Host] Command failed: git log --format='%an,%ae' | sort -u-uThe system cannot find the file specified.

9log.ts:197   ERR Internal Error - System.ArgumentNullException: Pipeline response (OmniSharp.Extensions.LanguageServer.Protocol.Models.Hover) must not be null
Parameter name: request
   at OmniSharp.Extensions.JsonRpc.Pipelines.ResponseMustNotBeNullProcessor`2.Process(T request, R response, CancellationToken cancellationToken)
   at MediatR.Pipeline.RequestPostProcessorBehavior`2.<Handle>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MediatR.Pipeline.RequestPreProcessorBehavior`2.<Handle>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.LanguageServer.Server.Pipelines.ResolveCommandPipeline`2.<Handle>d__5.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.JsonRpc.RequestRouterBase`1.<RouteRequest>d__8.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.JsonRpc.InputHandler.<>c__DisplayClass38_0.<<RouteRequest>b__5>d.MoveNext(): Error: Internal Error - System.ArgumentNullException: Pipeline response (OmniSharp.Extensions.LanguageServer.Protocol.Models.Hover) must not be null
Parameter name: request
   at OmniSharp.Extensions.JsonRpc.Pipelines.ResponseMustNotBeNullProcessor`2.Process(T request, R response, CancellationToken cancellationToken)
   at MediatR.Pipeline.RequestPostProcessorBehavior`2.<Handle>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MediatR.Pipeline.RequestPreProcessorBehavior`2.<Handle>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.LanguageServer.Server.Pipelines.ResolveCommandPipeline`2.<Handle>d__5.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.JsonRpc.RequestRouterBase`1.<RouteRequest>d__8.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.JsonRpc.InputHandler.<>c__DisplayClass38_0.<<RouteRequest>b__5>d.MoveNext()
	at handleResponse (c:\Users\przemyslaw.klys\.vscode\extensions\ms-vscode.powershell-preview-2020.9.0\node_modules\vscode-jsonrpc\lib\common\connection.js:476:48)
	at processMessageQueue (c:\Users\przemyslaw.klys\.vscode\extensions\ms-vscode.powershell-preview-2020.9.0\node_modules\vscode-jsonrpc\lib\common\connection.js:291:17)
	at Immediate.<anonymous> (c:\Users\przemyslaw.klys\.vscode\extensions\ms-vscode.powershell-preview-2020.9.0\node_modules\vscode-jsonrpc\lib\common\connection.js:275:13)
	at processImmediate (internal/timers.js:439:21)
console.ts:137 [Extension Host] Command failed: git log --format='%an,%ae' | sort -u-uThe system cannot find the file specified.

10log.ts:197   ERR Internal Error - System.ArgumentNullException: Pipeline response (OmniSharp.Extensions.LanguageServer.Protocol.Models.Hover) must not be null
Parameter name: request
   at OmniSharp.Extensions.JsonRpc.Pipelines.ResponseMustNotBeNullProcessor`2.Process(T request, R response, CancellationToken cancellationToken)
   at MediatR.Pipeline.RequestPostProcessorBehavior`2.<Handle>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MediatR.Pipeline.RequestPreProcessorBehavior`2.<Handle>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.LanguageServer.Server.Pipelines.ResolveCommandPipeline`2.<Handle>d__5.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.JsonRpc.RequestRouterBase`1.<RouteRequest>d__8.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.JsonRpc.InputHandler.<>c__DisplayClass38_0.<<RouteRequest>b__5>d.MoveNext(): Error: Internal Error - System.ArgumentNullException: Pipeline response (OmniSharp.Extensions.LanguageServer.Protocol.Models.Hover) must not be null
Parameter name: request
   at OmniSharp.Extensions.JsonRpc.Pipelines.ResponseMustNotBeNullProcessor`2.Process(T request, R response, CancellationToken cancellationToken)
   at MediatR.Pipeline.RequestPostProcessorBehavior`2.<Handle>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MediatR.Pipeline.RequestPreProcessorBehavior`2.<Handle>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.LanguageServer.Server.Pipelines.ResolveCommandPipeline`2.<Handle>d__5.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.JsonRpc.RequestRouterBase`1.<RouteRequest>d__8.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.JsonRpc.InputHandler.<>c__DisplayClass38_0.<<RouteRequest>b__5>d.MoveNext()
	at handleResponse (c:\Users\przemyslaw.klys\.vscode\extensions\ms-vscode.powershell-preview-2020.9.0\node_modules\vscode-jsonrpc\lib\common\connection.js:476:48)
	at processMessageQueue (c:\Users\przemyslaw.klys\.vscode\extensions\ms-vscode.powershell-preview-2020.9.0\node_modules\vscode-jsonrpc\lib\common\connection.js:291:17)
	at Immediate.<anonymous> (c:\Users\przemyslaw.klys\.vscode\extensions\ms-vscode.powershell-preview-2020.9.0\node_modules\vscode-jsonrpc\lib\common\connection.js:275:13)
	at processImmediate (internal/timers.js:439:21)
console.ts:137 [Extension Host] Command failed: git log --format='%an,%ae' | sort -u-uThe system cannot find the file specified.

console.ts:137 [Extension Host] (node:21400) UnhandledPromiseRejectionWarning: [object Uint8Array]
t.log @ console.ts:140
console.ts:137 [Extension Host] (node:21400) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 70)
t.log @ console.ts:140
console.ts:137 [Extension Host] (node:21400) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
t.log @ console.ts:140
console.ts:137 [Extension Host] swdc-vscode: update user code time preferences
abstractExtensionService.ts:467 Extension host terminated unexpectedly. Code:  1  Signal:  null
_onExtensionHostCrashed @ abstractExtensionService.ts:438
log.ts:197   ERR Extension host terminated unexpectedly. The following extensions were running: vscode.microsoft-authentication, vscode.powershell, vscode.debug-auto-launch, vscode.emmet, vscode.git, vscode.merge-conflict, vscode.search-result, 2gua.rainbow-brackets, alefragnani.project-manager, hbenl.vscode-test-explorer, PKief.material-icon-theme, pranaygp.vscode-css-peek, saekiraku.pin-up, steditor.line-endings, WakaTime.vscode-wakatime, yzhang.markdown-all-in-one, ms-vscode.powershell-preview, vscode.github, ms-vscode.js-debug, eamodio.gitlens, GitHub.vscode-pull-request-github, softwaredotcom.swdc-vscode, usernamehw.errorlens, vscode.github-authentication, vscode.extension-editing, vscode.markdown-language-features, DavidAnson.vscode-markdownlint, shd101wyy.markdown-preview-enhanced, msjsdiag.debugger-for-edge, vscode.debug-server-ready, TylerLeonhardt.vscode-pester-test-adapter
notificationsAlerts.ts:40 Extension host terminated unexpectedly.
onDidChangeNotification @ breadcrumbsModel.ts:39
localProcessExtensionHost.ts:257 Extension Host
localProcessExtensionHost.ts:258 c:\Users\przemyslaw.klys\.vscode\extensions\tylerleonhardt.vscode-pester-test-adapter-0.0.6\out\pesterTests.js:63
                        throw e;
                        ^

[SyntaxError: Unexpected token M in JSON at position 2
	at JSON.parse (<anonymous>)
	at ChildProcess.<anonymous> (c:\Users\przemyslaw.klys\.vscode\extensions\tylerleonhardt.vscode-pester-test-adapter-0.0.6\out\pesterTests.js:59:46)
	at ChildProcess.emit (events.js:223:5)
	at maybeClose (internal/child_process.js:1021:16)
	at Process.ChildProcess._handle.onexit (internal/child_process.js:283:5)]
DevTools failed to load SourceMap: Could not load content for https://ticino.blob.core.windows.net/sourcemaps/e5a624b788d92b8d34d1392e4c4d9789406efe8f/node_modules/windows-process-tree/lib/index.js.map: Unknown error
PS C:\Support\GitHub\GpoZaurr> get-module -ListAvailable pester
                                                                                                    


    Directory: C:\Program Files\WindowsPowerShell\Modules


ModuleType Version    Name                                ExportedCommands
---------- -------    ----                                ----------------
Script     5.1.0      Pester                              {Invoke-Pester, Describe, Context, It...}
Script     3.4.0      Pester                              {Describe, Context, It, Should...}

@TylerLeonhardt
Copy link
Owner

@PrzemyslawKlys can you double check there's no output? I've noticed that the drop down to select the output scrolls and found Pester Test Explorer towards the bottom.

@PrzemyslawKlys
Copy link
Author

Ok, so the issue is -> before I enable your extension:

image

The moment I enable it and wait till it crashes:

image

It brings everything down.

@PrzemyslawKlys
Copy link
Author

I have opened it, and then let it crash and was able to get logs

[2020-12-11 08:51:27.703] [INFO] Test Explorer found
[2020-12-11 08:51:27.703] [INFO] Creating adapter for c:\Support\GitHub\GpoZaurr
[2020-12-11 08:51:27.703] [INFO] Initializing Pester adapter
[2020-12-11 08:51:27.703] [INFO] Initializing Pester test runner.
[2020-12-11 08:51:27.704] [INFO] Registering adapter for c:\Support\GitHub\GpoZaurr
[2020-12-11 08:51:27.705] [INFO] Loading Pester tests
[2020-12-11 08:51:27.705] [INFO] Initialization finished
[2020-12-11 08:51:27.785] [DEBUG] Found 3 paths
[2020-12-11 08:51:31.131] [DEBUG] Using Windows PowerShell (x64) at: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
[2020-12-11 08:51:31.414] [ERROR] stderr: Set-PSReadLineOption : The predictive suggestion feature cannot be enabled because the console output doesn't support v
irtual terminal processing or it's redirected.

[2020-12-11 08:51:31.415] [ERROR] stderr: At C:\Users\przemyslaw.klys\Documents\WindowsPowerShell\Microsoft.PowerShell_profile.ps1:1 char:1
+ Set-PSReadLineOption -PredictionSource History -PredictionViewStyle L ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecified: (:) [Set-PSReadLineOption], ArgumentException
    + FullyQualifiedErrorId : System.ArgumentException,Microsoft.PowerShell.SetPSReadLineOption
 

[2020-12-11 08:51:33.175] [DEBUG] stdout: 

[2020-12-11 08:51:33.175] [DEBUG] stdout: 

[2020-12-11 08:51:33.182] [DEBUG] stdout: ModuleName: 
[2020-12-11 08:51:33.182] [DEBUG] stdout: GPOZaurr
[2020-12-11 08:51:33.183] [DEBUG] stdout:  Version: 
[2020-12-11 08:51:33.183] [DEBUG] stdout: 0.0.98
[2020-12-11 08:51:33.185] [DEBUG] stdout: 

[2020-12-11 08:51:33.186] [DEBUG] stdout: PowerShell Version: 
[2020-12-11 08:51:33.187] [DEBUG] stdout: 5.1.19041.610
[2020-12-11 08:51:33.187] [DEBUG] stdout: 

[2020-12-11 08:51:33.188] [DEBUG] stdout: PowerShell Edition: 
[2020-12-11 08:51:33.189] [DEBUG] stdout: Desktop
[2020-12-11 08:51:33.189] [DEBUG] stdout: 

[2020-12-11 08:51:33.190] [DEBUG] stdout: Required modules: 
[2020-12-11 08:51:33.190] [DEBUG] stdout: 

[2020-12-11 08:51:33.190] [DEBUG] stdout:    [>] 
[2020-12-11 08:51:33.191] [DEBUG] stdout: PSSharedGoods
[2020-12-11 08:51:33.191] [DEBUG] stdout:  Version: 
[2020-12-11 08:51:33.191] [DEBUG] stdout: 0.0.190
[2020-12-11 08:51:33.191] [DEBUG] stdout: 

[2020-12-11 08:51:33.192] [DEBUG] stdout:    [>] 
[2020-12-11 08:51:33.192] [DEBUG] stdout: ADEssentials
[2020-12-11 08:51:33.192] [DEBUG] stdout:  Version: 
[2020-12-11 08:51:33.193] [DEBUG] stdout: 0.0.103
[2020-12-11 08:51:33.193] [DEBUG] stdout: 

[2020-12-11 08:51:33.193] [DEBUG] stdout:    [>] 
[2020-12-11 08:51:33.194] [DEBUG] stdout: PSWriteHTML
[2020-12-11 08:51:33.194] [DEBUG] stdout:  Version: 
[2020-12-11 08:51:33.194] [DEBUG] stdout: 0.0.122
[2020-12-11 08:51:33.195] [DEBUG] stdout: 

[2020-12-11 08:51:33.195] [DEBUG] stdout:    [>] 
[2020-12-11 08:51:33.195] [DEBUG] stdout: CimCmdlets
[2020-12-11 08:51:33.196] [DEBUG] stdout: 

[2020-12-11 08:51:33.196] [DEBUG] stdout:    [>] 
[2020-12-11 08:51:33.196] [DEBUG] stdout: Microsoft.PowerShell.Management
[2020-12-11 08:51:33.197] [DEBUG] stdout: 

[2020-12-11 08:51:33.197] [DEBUG] stdout:    [>] 
[2020-12-11 08:51:33.197] [DEBUG] stdout: Microsoft.PowerShell.Utility
[2020-12-11 08:51:33.198] [DEBUG] stdout: 

[2020-12-11 08:51:33.200] [DEBUG] stdout:    [>] Microsoft.PowerShell.Security


[2020-12-11 08:51:35.313] [DEBUG] stdout: 
Starting discovery in 2 files.
[2020-12-11 08:51:35.313] [DEBUG] stdout: 

[2020-12-11 08:51:35.366] [DEBUG] stdout: Discovering in GPOOwners.Tests.ps1.
[2020-12-11 08:51:35.366] [DEBUG] stdout: 

[2020-12-11 08:51:35.584] [DEBUG] stdout: Found 5 tests. 59ms

[2020-12-11 08:51:35.585] [DEBUG] stdout: Discovering in GPOPermissions.Tests.ps1.
[2020-12-11 08:51:35.585] [DEBUG] stdout: 

[2020-12-11 08:51:35.591] [DEBUG] stdout: Found 5 tests. 6ms

[2020-12-11 08:51:35.701] [DEBUG] stdout: Discovery finished in 392ms.
[2020-12-11 08:51:35.702] [DEBUG] stdout: 

[2020-12-11 08:51:35.801] [DEBUG] stdout: 
Running tests from 'GPOOwners.Tests.ps1'
[2020-12-11 08:51:35.801] [DEBUG] stdout: 

[2020-12-11 08:51:36.823] [DEBUG] stdout: Describing GPO Owners Management - Simple
[2020-12-11 08:51:36.823] [DEBUG] stdout: 

[2020-12-11 08:51:40.970] [DEBUG] stdout:   [+] Get-GPOZaurrOwner - Should return proper data
[2020-12-11 08:51:40.972] [DEBUG] stdout:  4.07s (3.92s|151ms)
[2020-12-11 08:51:40.972] [DEBUG] stdout: 

[2020-12-11 08:51:41.462] [DEBUG] stdout: VERBOSE: Get-GPOZaurrOwner - Processing GPO [1/]: TEST | GPOZaurr Permissions Testing from domain: ad.evotec.xyz
[2020-12-11 08:51:41.462] [DEBUG] stdout: 

[2020-12-11 08:51:41.494] [DEBUG] stdout: VERBOSE: Set-GPOZaurrOwner - Force was used to push new owner to TEST | GPOZaurr Permissions Testing from domain: 
ad.evotec.xyz - owner EVOTEC\Domain Admins / sysvol owner EVOTEC\Domain Admins.
[2020-12-11 08:51:41.495] [DEBUG] stdout: 

[2020-12-11 08:51:41.497] [DEBUG] stdout: VERBOSE: Set-GPOZaurrOwner - Changing GPO: TEST | GPOZaurr Permissions Testing from domain: ad.evotec.xyz from owner 
EVOTEC\Domain Admins (SID: S-1-5-21-853615985-2870445339-3163598659-512) to przemyslaw.klys
[2020-12-11 08:51:41.497] [DEBUG] stdout: 

[2020-12-11 08:51:41.541] [DEBUG] stdout: VERBOSE: Set-GPOZaurrOwner - Changing Sysvol Owner GPO: TEST | GPOZaurr Permissions Testing from domain: ad.evotec.xyz 
from owner EVOTEC\Domain Admins (SID: S-1-5-21-853615985-2870445339-3163598659-512) to przemyslaw.klys
[2020-12-11 08:51:41.541] [DEBUG] stdout: 

[2020-12-11 08:51:41.561] [DEBUG] stdout: VERBOSE: Performing the operation "Replacing owner EVOTEC\Domain Admins to przemyslaw.klys" on target 
"\\ad.evotec.xyz\SysVol\ad.evotec.xyz\Policies\{19EFFAE7-AB10-4854-90F9-44DEFDADE858}".
[2020-12-11 08:51:41.562] [DEBUG] stdout: 

[2020-12-11 08:51:41.652] [DEBUG] stdout:   [+] Set-GPOZaurrOwner - Should set proper data
[2020-12-11 08:51:41.652] [DEBUG] stdout:  678ms (677ms|1ms)

[2020-12-11 08:51:42.113] [DEBUG] stdout:   [+] Get-GPOZaurrOwner - Should return proper data for one GPO
[2020-12-11 08:51:42.113] [DEBUG] stdout:  459ms (458ms|1ms)
[2020-12-11 08:51:42.113] [DEBUG] stdout: 

[2020-12-11 08:51:42.485] [DEBUG] stdout: VERBOSE: Get-GPOZaurrOwner - Processing GPO [1/]: TEST | GPOZaurr Permissions Testing from domain: ad.evotec.xyz
[2020-12-11 08:51:42.486] [DEBUG] stdout: 

[2020-12-11 08:51:42.513] [DEBUG] stdout: VERBOSE: Set-GPOZaurrOwner - Changing GPO: TEST | GPOZaurr Permissions Testing from domain: ad.evotec.xyz from owner 
EVOTEC\przemyslaw.klys (SID: S-1-5-21-853615985-2870445339-3163598659-1105) to EVOTEC\Domain Admins
[2020-12-11 08:51:42.513] [DEBUG] stdout: 

[2020-12-11 08:51:42.538] [DEBUG] stdout: VERBOSE: Set-GPOZaurrOwner - Changing Sysvol Owner GPO: TEST | GPOZaurr Permissions Testing from domain: ad.evotec.xyz 
from owner EVOTEC\przemyslaw.klys (SID: S-1-5-21-853615985-2870445339-3163598659-1105) to EVOTEC\Domain Admins
[2020-12-11 08:51:42.538] [DEBUG] stdout: 

[2020-12-11 08:51:42.547] [DEBUG] stdout: VERBOSE: Performing the operation "Replacing owner EVOTEC\przemyslaw.klys to EVOTEC\Domain Admins" on target 
"\\ad.evotec.xyz\SysVol\ad.evotec.xyz\Policies\{19EFFAE7-AB10-4854-90F9-44DEFDADE858}".
[2020-12-11 08:51:42.547] [DEBUG] stdout: 

[2020-12-11 08:51:42.658] [DEBUG] stdout:   [+] Set-GPOZaurrOwner - Should set proper data
[2020-12-11 08:51:42.659] [DEBUG] stdout:  542ms (541ms|1ms)
[2020-12-11 08:51:42.659] [DEBUG] stdout: 

[2020-12-11 08:51:43.019] [DEBUG] stdout:   [+] Get-GPOZaurrOwner - Should return proper data for one GPO (Domain Admins)
[2020-12-11 08:51:43.019] [DEBUG] stdout:  358ms (357ms|1ms)
[2020-12-11 08:51:43.020] [DEBUG] stdout: 

[2020-12-11 08:51:43.477] [DEBUG] stdout: 
Running tests from 'GPOPermissions.Tests.ps1'
[2020-12-11 08:51:43.477] [DEBUG] stdout: 

[2020-12-11 08:51:44.378] [DEBUG] stdout: VERBOSE: Get-PrivPermission - Processing TEST | GPOZaurr Permissions Testing from ad.evotec.xyz
[2020-12-11 08:51:44.378] [DEBUG] stdout: 

[2020-12-11 08:51:44.432] [DEBUG] stdout: Describing GPO Permissions Management - Simple
[2020-12-11 08:51:44.432] [DEBUG] stdout: 

[2020-12-11 08:51:46.585] [DEBUG] stdout:   [+] Get-GPOZaurrPermission - Should return proper data
[2020-12-11 08:51:46.586] [DEBUG] stdout:  2.15s (2.15s|3ms)
[2020-12-11 08:51:46.586] [DEBUG] stdout: 

[2020-12-11 08:51:47.020] [DEBUG] stdout: VERBOSE: Get-PrivPermission - Processing TEST | GPOZaurr Permissions Testing from ad.evotec.xyz
[2020-12-11 08:51:47.020] [DEBUG] stdout: 

[2020-12-11 08:51:47.044] [DEBUG] stdout: VERBOSE: Add-GPOZaurrPermission - Adding permission GpoEdit for przemyslaw.klys to TEST | GPOZaurr Permissions Testing 
at ad.evotec.xyz
[2020-12-11 08:51:47.045] [DEBUG] stdout: 

[2020-12-11 08:51:47.046] [DEBUG] stdout: What if: Performing the operation "Adding przemyslaw.klys / GpoEdit to TEST | GPOZaurr Permissions Testing at ad.evotec.xyz" on target "TEST | GPOZaurr Permissions Testing".

[2020-12-11 08:51:47.290] [DEBUG] stdout:   [+] Add-GPOZaurrPermission - With WHATIF works
[2020-12-11 08:51:47.290] [DEBUG] stdout:  702ms (700ms|1ms)
[2020-12-11 08:51:47.290] [DEBUG] stdout: 

[2020-12-11 08:51:47.710] [DEBUG] stdout: VERBOSE: Get-PrivPermission - Processing TEST | GPOZaurr Permissions Testing from ad.evotec.xyz
[2020-12-11 08:51:47.710] [DEBUG] stdout: 

[2020-12-11 08:51:47.714] [DEBUG] stdout: VERBOSE: Add-GPOZaurrPermission - Adding permission GpoEdit for przemyslaw.klys to TEST | GPOZaurr Permissions Testing 
at ad.evotec.xyz
[2020-12-11 08:51:47.714] [DEBUG] stdout: 

[2020-12-11 08:51:47.715] [DEBUG] stdout: VERBOSE: Performing the operation "Adding przemyslaw.klys / GpoEdit to TEST | GPOZaurr Permissions Testing at 
ad.evotec.xyz" on target "TEST | GPOZaurr Permissions Testing".
[2020-12-11 08:51:47.715] [DEBUG] stdout: 

[2020-12-11 08:51:47.716] [DEBUG] stdout: VERBOSE: Add-GPOZaurrPermission - Adding permission GpoEdit for przemyslaw.klys

[2020-12-11 08:51:48.131] [DEBUG] stdout:   [+] Add-GPOZaurrPermission - Without WHATIF works
[2020-12-11 08:51:48.132] [DEBUG] stdout:  839ms (838ms|1ms)
[2020-12-11 08:51:48.132] [DEBUG] stdout: 

[2020-12-11 08:51:48.261] [DEBUG] stdout: VERBOSE: Get-PrivPermission - Processing TEST | GPOZaurr Permissions Testing from ad.evotec.xyz
[2020-12-11 08:51:48.262] [DEBUG] stdout: 

[2020-12-11 08:51:48.284] [DEBUG] stdout: What if: Performing the operation "Removing SID: S-1-5-21-853615985-2870445339-3163598659-1105, Name: ad.evotec.xyz\Przemysław Kłys, SidType: NotAdministrative from domain ad.evotec.xyz" on target "TEST | GPOZaurr Permissions Testing".

[2020-12-11 08:51:48.577] [DEBUG] stdout:   [+] Remove-GPOZaurrPermission - With WHATIF
[2020-12-11 08:51:48.577] [DEBUG] stdout:  444ms (443ms|1ms)
[2020-12-11 08:51:48.577] [DEBUG] stdout: 

[2020-12-11 08:51:48.799] [DEBUG] stdout: VERBOSE: Get-PrivPermission - Processing TEST | GPOZaurr Permissions Testing from ad.evotec.xyz
[2020-12-11 08:51:48.799] [DEBUG] stdout: 

[2020-12-11 08:51:48.809] [DEBUG] stdout: VERBOSE: Remove-GPOZaurrPermission - Removing permission GpoEdit for S-1-5-21-853615985-2870445339-3163598659-1105 / 
Przemysław Kłys / Type: Allow
[2020-12-11 08:51:48.809] [DEBUG] stdout: 

[2020-12-11 08:51:49.116] [DEBUG] stdout:   [+] Remove-GPOZaurrPermission - Without WHATIF
[2020-12-11 08:51:49.117] [DEBUG] stdout:  537ms (537ms|1ms)
[2020-12-11 08:51:49.117] [DEBUG] stdout: 

[2020-12-11 08:51:49.411] [DEBUG] stdout: Tests completed in 13.76s
[2020-12-11 08:51:49.411] [DEBUG] stdout: 

[2020-12-11 08:51:49.417] [DEBUG] stdout: Tests Passed: 10, 
[2020-12-11 08:51:49.418] [DEBUG] stdout: Failed: 0, 
[2020-12-11 08:51:49.420] [DEBUG] stdout: Skipped: 0 
[2020-12-11 08:51:49.422] [DEBUG] stdout: NotRun: 0
[2020-12-11 08:51:49.422] [DEBUG] stdout: 

[2020-12-11 08:51:49.691] [DEBUG] stdout: {
    "type":  "suite",
    "id":  "root",
    "label":  "Pester",
    "children":  [
                     {
                         "type":  "suite",
                         "id":  "C:\\Support\\GitHub\\GpoZaurr\\Tests\\GPOOwners.Tests.ps1",
                         "file":  "C:\\Support\\GitHub\\GpoZaurr\\Tests\\GPOOwners.Tests.ps1",
                         "label":  "GPOOwners.Tests.ps1",
                         "children":  [
                                          {
                                              "type":  "suite",
                                              "id":  "C:\\Support\\GitHub\\GpoZaurr\\Tests\\GPOOwners.Tests.ps1;1",
                                              "file":  "C:\\Support\\GitHub\\GpoZaurr\\Tests\\GPOOwners.Tests.ps1",
                                              "line":  0,
                                              "label":  "GPO Owners Management - Simple",
                                              "children":  [
                                                               {
                                                                   "type":  "test",
                                                                   "id":  "C:\\Support\\GitHub\\GpoZaurr\\Tests\\GPOOwners.Tests.ps1;7",
                                                                   "file":  "C:\\Support\\GitHub\\GpoZaurr\\Tests\\GPOOwners.Tests.ps1",
                                                                   "line":  6,
                                                                   "label":  "Get-GPOZaurrOwner - Should return proper data"
                                                               },
                                                               {
                                                                   "type":  "test",
                                                                   "id":  "C:\\Support\\GitHub\\GpoZaurr\\Tests\\GPOOwners.Tests.ps1;18",
                                                                   "file":  "C:\\Support\\GitHub\\GpoZaurr\\Tests\\GPOOwners.Tests.ps1",
                                                                   "line":  17,
                                                                   "label":  "Set-GPOZaurrOwner - Should set proper data"
                                                               },
                                                               {
                                                                   "type":  "test",
                                                                   "id":  "C:\\Support\\GitHub\\GpoZaurr\\Tests\\GPOOwners.Tests.ps1;21",
                                                                   "file":  "C:\\Support\\GitHub\\GpoZaurr\\Tests\\GPOOwners.Tests.ps1",
                                                                   "line":  20,
                                                                   "label":  "Get-GPOZaurrOwner - Should return proper data for one GPO"
                                                               },
                                                               {
                                                                   "type":  "test",
                                                                   "id":  "C:\\Support\\GitHub\\GpoZaurr\\Tests\\GPOOwners.Tests.ps1;30",
                                                                   "file":  "C:\\Support\\GitHub\\GpoZaurr\\Tests\\GPOOwners.Tests.ps1",
                                                                   "line":  29,
                                                                   "label":  "Set-GPOZaurrOwner - Should set proper data"
                                                               },
                                                               {
                                                                   "type":  "test",
                                                                   "id":  "C:\\Support\\GitHub\\GpoZaurr\\Tests\\GPOOwners.Tests.ps1;33",
                                                                   "file":  "C:\\Support\\GitHub\\GpoZaurr\\Tests\\GPOOwners.Tests.ps1",
                                                                   "line":  32,
                                                                   "label":  "Get-GPOZaurrOwner - Should return proper data for one GPO (Domain Admins)"
                                                               }
                                                           ]
                                          }
                                      ]
                     },
                     {
                         "type":  "suite",
                         "id":  "C:\\Support\\GitHub\\GpoZaurr\\Tests\\GPOPermissions.Tests.ps1",
                         "file":  "C:\\Support\\GitHub\\GpoZaurr\\Tests\\GPOPermissions.Tests.ps1",
                         "label":  "GPOPermissions.Tests.ps1",
                         "children":  [
                                          {
                                              "type":  "suite",
                                              "id":  "C:\\Support\\GitHub\\GpoZaurr\\Tests\\GPOPermissions.Tests.ps1;1",
                                              "file":  "C:\\Support\\GitHub\\GpoZaurr\\Tests\\GPOPermissions.Tests.ps1",
                                              "line":  0,
                                              "label":  "GPO Permissions Management - Simple",
                                              "children":  [
                                                               {
                                                                   "type":  "test",
                                                                   "id":  "C:\\Support\\GitHub\\GpoZaurr\\Tests\\GPOPermissions.Tests.ps1;7",
                                                                   "file":  "C:\\Support\\GitHub\\GpoZaurr\\Tests\\GPOPermissions.Tests.ps1",
                                                                   "line":  6,
                                                                   "label":  "Get-GPOZaurrPermission - Should return proper data"
                                                               },
                                                               {
                                                                   "type":  "test",
                                                                   "id":  "C:\\Support\\GitHub\\GpoZaurr\\Tests\\GPOPermissions.Tests.ps1;42",
                                                                   "file":  "C:\\Support\\GitHub\\GpoZaurr\\Tests\\GPOPermissions.Tests.ps1",
                                                                   "line":  41,
                                                                   "label":  "Add-GPOZaurrPermission - With WHATIF works"
                                                               },
                                                               {
                                                                   "type":  "test",
                                                                   "id":  "C:\\Support\\GitHub\\GpoZaurr\\Tests\\GPOPermissions.Tests.ps1;49",
                                          
[2020-12-11 08:51:49.691] [DEBUG] stdout:                          "file":  "C:\\Support\\GitHub\\GpoZaurr\\Tests\\GPOPermissions.Tests.ps1",
                                                                   "line":  48,
                                                                   "label":  "Add-GPOZaurrPermission - Without WHATIF works"
                                                               },
                                                               {
                                                                   "type":  "test",
                                                                   "id":  "C:\\Support\\GitHub\\GpoZaurr\\Tests\\GPOPermissions.Tests.ps1;56",
                                                                   "file":  "C:\\Support\\GitHub\\GpoZaurr\\Tests\\GPOPermissions.Tests.ps1",
                                                                   "line":  55,
                                                                   "label":  "Remove-GPOZaurrPermission - With WHATIF"
                                                               },
                                                               {
                                                                   "type":  "test",
                                                                   "id":  "C:\\Support\\GitHub\\GpoZaurr\\Tests\\GPOPermissions.Tests.ps1;65",
                                                                   "file":  "C:\\Support\\GitHub\\GpoZaurr\\Tests\\GPOPermissions.Tests.ps1",
                                                                   "line":  64,
                                                                   "label":  "Remove-GPOZaurrPermission - Without WHATIF"
                                                               }
                                                           ]
                                          }
                                      ]
                     },
                     {
                         "type":  "suite",
                         "id":  "C:\\Support\\GitHub\\GpoZaurr\\GPOZaurr.Tests.ps1",
                         "file":  "C:\\Support\\GitHub\\GpoZaurr\\GPOZaurr.Tests.ps1",
                         "label":  "GPOZaurr.Tests.ps1",
                         "children":  [

                                      ]
                     }
                 ]
}

@PrzemyslawKlys
Copy link
Author

Now I'm thinking, is the behavior good that it actually on first start executes my tests? Should it maybe prompt if you want to enable that?

@TylerLeonhardt
Copy link
Owner

So the tests shouldn't be running... and I don't see how they could be possibly running... very strange.

Do you have autorun turned on at all for Test Explorer extensions maybe?

In any case, there's a couple problems here... we'll get through them... I'm made a small change that will make sure that The predictive suggestion feature cannot be enabled because the console output doesn't support v irtual terminal processing or it's redirected.

won't kill the whole extension. Lets see what that fixes for you.

@TylerLeonhardt
Copy link
Owner

(That was released like... 30s ago so it may take a bit to show up)

@PrzemyslawKlys
Copy link
Author

I've installed Test Extension just because you asked me to (to install your extension). Never configured it.

Executes on start:

[2020-12-11 18:53:57.522] [INFO] Test Explorer found
[2020-12-11 18:53:57.522] [INFO] Creating adapter for c:\Support\GitHub\GpoZaurr
[2020-12-11 18:53:57.522] [INFO] Initializing Pester adapter
[2020-12-11 18:53:57.522] [INFO] Initializing Pester test runner.
[2020-12-11 18:53:57.523] [INFO] Registering adapter for c:\Support\GitHub\GpoZaurr
[2020-12-11 18:53:57.523] [INFO] Loading Pester tests
[2020-12-11 18:53:57.524] [INFO] Initialization finished
[2020-12-11 18:53:57.996] [DEBUG] Found 3 paths
[2020-12-11 18:54:01.057] [DEBUG] Using Windows PowerShell (x64) at: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
[2020-12-11 18:54:03.027] [DEBUG] stdout: 

[2020-12-11 18:54:03.028] [DEBUG] stdout: 

[2020-12-11 18:54:03.034] [DEBUG] stdout: ModuleName: 
[2020-12-11 18:54:03.034] [DEBUG] stdout: GPOZaurr
[2020-12-11 18:54:03.035] [DEBUG] stdout:  Version: 
[2020-12-11 18:54:03.035] [DEBUG] stdout: 0.0.98
[2020-12-11 18:54:03.037] [DEBUG] stdout: 

[2020-12-11 18:54:03.038] [DEBUG] stdout: PowerShell Version: 
[2020-12-11 18:54:03.038] [DEBUG] stdout: 5.1.19041.610
[2020-12-11 18:54:03.039] [DEBUG] stdout: 

[2020-12-11 18:54:03.040] [DEBUG] stdout: PowerShell Edition: 
[2020-12-11 18:54:03.040] [DEBUG] stdout: Desktop
[2020-12-11 18:54:03.040] [DEBUG] stdout: 

[2020-12-11 18:54:03.041] [DEBUG] stdout: Required modules: 
[2020-12-11 18:54:03.041] [DEBUG] stdout: 

[2020-12-11 18:54:03.042] [DEBUG] stdout:    [>] 
[2020-12-11 18:54:03.042] [DEBUG] stdout: PSSharedGoods
[2020-12-11 18:54:03.042] [DEBUG] stdout:  Version: 
[2020-12-11 18:54:03.043] [DEBUG] stdout: 0.0.190
[2020-12-11 18:54:03.043] [DEBUG] stdout: 

[2020-12-11 18:54:03.043] [DEBUG] stdout:    [>] 
[2020-12-11 18:54:03.043] [DEBUG] stdout: ADEssentials
[2020-12-11 18:54:03.044] [DEBUG] stdout:  Version: 
[2020-12-11 18:54:03.044] [DEBUG] stdout: 0.0.103
[2020-12-11 18:54:03.044] [DEBUG] stdout: 

[2020-12-11 18:54:03.045] [DEBUG] stdout:    [>] 
[2020-12-11 18:54:03.045] [DEBUG] stdout: PSWriteHTML
[2020-12-11 18:54:03.045] [DEBUG] stdout:  Version: 
[2020-12-11 18:54:03.046] [DEBUG] stdout: 0.0.122
[2020-12-11 18:54:03.046] [DEBUG] stdout: 

[2020-12-11 18:54:03.047] [DEBUG] stdout:    [>] 
[2020-12-11 18:54:03.047] [DEBUG] stdout: CimCmdlets
[2020-12-11 18:54:03.047] [DEBUG] stdout: 

[2020-12-11 18:54:03.047] [DEBUG] stdout:    [>] 
[2020-12-11 18:54:03.048] [DEBUG] stdout: Microsoft.PowerShell.Management
[2020-12-11 18:54:03.048] [DEBUG] stdout: 

[2020-12-11 18:54:03.048] [DEBUG] stdout:    [>] 
[2020-12-11 18:54:03.049] [DEBUG] stdout: Microsoft.PowerShell.Utility
[2020-12-11 18:54:03.049] [DEBUG] stdout: 

[2020-12-11 18:54:03.049] [DEBUG] stdout:    [>] 
[2020-12-11 18:54:03.050] [DEBUG] stdout: Microsoft.PowerShell.Security
[2020-12-11 18:54:03.050] [DEBUG] stdout: 

[2020-12-11 18:54:03.051] [DEBUG] stdout: 

[2020-12-11 18:54:06.112] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 18:54:06.112] [DEBUG] stdout: 

[2020-12-11 18:54:06.197] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.

[2020-12-11 18:54:06.224] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 18:54:06.224] [DEBUG] stdout: 

[2020-12-11 18:54:06.246] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 18:54:06.246] [DEBUG] stdout: 

[2020-12-11 18:54:06.268] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 18:54:06.268] [DEBUG] stdout: 

[2020-12-11 18:54:06.289] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 18:54:06.290] [DEBUG] stdout: 

[2020-12-11 18:54:06.311] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 18:54:06.312] [DEBUG] stdout: 

[2020-12-11 18:54:06.333] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 18:54:06.333] [DEBUG] stdout: 

[2020-12-11 18:54:06.355] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 18:54:06.355] [DEBUG] stdout: 

[2020-12-11 18:54:06.378] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.

[2020-12-11 18:54:06.399] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 18:54:06.399] [DEBUG] stdout: 

[2020-12-11 18:54:06.421] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 18:54:06.421] [DEBUG] stdout: 

[2020-12-11 18:54:06.450] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 18:54:06.450] [DEBUG] stdout: 

[2020-12-11 18:54:06.485] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 18:54:06.485] [DEBUG] stdout: 

[2020-12-11 18:54:06.510] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 18:54:06.510] [DEBUG] stdout: 

[2020-12-11 18:54:06.537] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.

[2020-12-11 18:54:06.558] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 18:54:06.558] [DEBUG] stdout: 

[2020-12-11 18:54:06.582] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 18:54:06.582] [DEBUG] stdout: 

[2020-12-11 18:54:06.604] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 18:54:06.605] [DEBUG] stdout: 

[2020-12-11 18:54:06.626] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 18:54:06.626] [DEBUG] stdout: 

[2020-12-11 18:54:06.648] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 18:54:06.648] [DEBUG] stdout: 

[2020-12-11 18:54:06.669] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 18:54:06.669] [DEBUG] stdout: 

[2020-12-11 18:54:06.693] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 18:54:06.693] [DEBUG] stdout: 

[2020-12-11 18:54:06.715] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 18:54:06.715] [DEBUG] stdout: 

[2020-12-11 18:54:06.737] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 18:54:06.737] [DEBUG] stdout: 

[2020-12-11 18:54:06.760] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 18:54:06.760] [DEBUG] stdout: 

[2020-12-11 18:54:06.789] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 18:54:06.789] [DEBUG] stdout: 

[2020-12-11 18:54:06.813] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 18:54:06.813] [DEBUG] stdout: 

[2020-12-11 18:54:06.837] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 18:54:06.837] [DEBUG] stdout: 

[2020-12-11 18:54:06.862] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 18:54:06.862] [DEBUG] stdout: 

[2020-12-11 18:54:06.905] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 18:54:06.905] [DEBUG] stdout: 

[2020-12-11 18:54:06.938] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 18:54:06.939] [DEBUG] stdout: 

[2020-12-11 18:54:06.961] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 18:54:06.961] [DEBUG] stdout: 

[2020-12-11 18:54:06.982] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 18:54:06.982] [DEBUG] stdout: 

[2020-12-11 18:54:07.008] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 18:54:07.008] [DEBUG] stdout: 

[2020-12-11 18:54:07.030] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 18:54:07.030] [DEBUG] stdout: 

[2020-12-11 18:54:07.051] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 18:54:07.051] [DEBUG] stdout: 

[2020-12-11 18:54:07.072] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 18:54:07.072] [DEBUG] stdout: 

[2020-12-11 18:54:07.095] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.

[2020-12-11 18:54:07.118] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 18:54:07.118] [DEBUG] stdout: 

[2020-12-11 18:54:07.141] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 18:54:07.142] [DEBUG] stdout: 

[2020-12-11 18:54:07.168] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 18:54:07.168] [DEBUG] stdout: 

[2020-12-11 18:54:07.360] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 18:54:07.360] [DEBUG] stdout: 

[2020-12-11 18:54:07.384] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 18:54:07.385] [DEBUG] stdout: 

[2020-12-11 18:54:07.414] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 18:54:07.414] [DEBUG] stdout: 

[2020-12-11 18:54:07.437] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 18:54:07.438] [DEBUG] stdout: 

[2020-12-11 18:54:07.461] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 18:54:07.461] [DEBUG] stdout: 

[2020-12-11 18:54:08.899] [DEBUG] stdout: 
Starting discovery in 2 files.
[2020-12-11 18:54:08.900] [DEBUG] stdout: 

[2020-12-11 18:54:08.953] [DEBUG] stdout: Discovering in GPOOwners.Tests.ps1.
[2020-12-11 18:54:08.953] [DEBUG] stdout: 

[2020-12-11 18:54:09.174] [DEBUG] stdout: Found 5 tests. 61ms
[2020-12-11 18:54:09.174] [DEBUG] stdout: 

[2020-12-11 18:54:09.175] [DEBUG] stdout: Discovering in GPOPermissions.Tests.ps1.
[2020-12-11 18:54:09.175] [DEBUG] stdout: 

[2020-12-11 18:54:09.181] [DEBUG] stdout: Found 5 tests. 6ms
[2020-12-11 18:54:09.181] [DEBUG] stdout: 

[2020-12-11 18:54:09.291] [DEBUG] stdout: Discovery finished in 394ms.
[2020-12-11 18:54:09.291] [DEBUG] stdout: 

[2020-12-11 18:54:09.389] [DEBUG] stdout: 
Running tests from 'GPOOwners.Tests.ps1'
[2020-12-11 18:54:09.389] [DEBUG] stdout: 

[2020-12-11 18:54:10.607] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 18:54:10.607] [DEBUG] stdout: 

[2020-12-11 18:54:10.627] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 18:54:10.628] [DEBUG] stdout: 

[2020-12-11 18:54:10.648] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 18:54:10.648] [DEBUG] stdout: 

[2020-12-11 18:54:10.668] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 18:54:10.668] [DEBUG] stdout: 

[2020-12-11 18:54:10.688] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 18:54:10.688] [DEBUG] stdout: 

[2020-12-11 18:54:10.709] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 18:54:10.709] [DEBUG] stdout: 

[2020-12-11 18:54:10.729] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 18:54:10.730] [DEBUG] stdout: 

[2020-12-11 18:54:10.818] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 18:54:10.818] [DEBUG] stdout: 

[2020-12-11 18:54:10.845] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 18:54:10.845] [DEBUG] stdout: 

[2020-12-11 18:54:10.867] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 18:54:10.867] [DEBUG] stdout: 

[2020-12-11 18:54:10.887] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 18:54:10.888] [DEBUG] stdout: 

[2020-12-11 18:54:10.909] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 18:54:10.909] [DEBUG] stdout: 

[2020-12-11 18:54:10.932] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 18:54:10.932] [DEBUG] stdout: 

[2020-12-11 18:54:10.955] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 18:54:10.955] [DEBUG] stdout: 

[2020-12-11 18:54:10.977] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 18:54:10.977] [DEBUG] stdout: 

[2020-12-11 18:54:10.999] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 18:54:10.999] [DEBUG] stdout: 

[2020-12-11 18:54:11.022] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 18:54:11.022] [DEBUG] stdout: 

[2020-12-11 18:54:11.045] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 18:54:11.045] [DEBUG] stdout: 

[2020-12-11 18:54:11.069] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 18:54:11.070] [DEBUG] stdout: 

[2020-12-11 18:54:11.092] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 18:54:11.092] [DEBUG] stdout: 

[2020-12-11 18:54:11.113] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 18:54:11.114] [DEBUG] stdout: 

[2020-12-11 18:54:11.134] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 18:54:11.134] [DEBUG] stdout: 

[2020-12-11 18:54:11.157] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 18:54:11.157] [DEBUG] stdout: 

[2020-12-11 18:54:11.178] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 18:54:11.178] [DEBUG] stdout: 

[2020-12-11 18:54:11.199] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 18:54:11.199] [DEBUG] stdout: 

[2020-12-11 18:54:11.222] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 18:54:11.222] [DEBUG] stdout: 

[2020-12-11 18:54:11.243] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 18:54:11.244] [DEBUG] stdout: 

[2020-12-11 18:54:11.265] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 18:54:11.265] [DEBUG] stdout: 

[2020-12-11 18:54:11.287] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 18:54:11.287] [DEBUG] stdout: 

[2020-12-11 18:54:11.315] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 18:54:11.316] [DEBUG] stdout: 

[2020-12-11 18:54:11.340] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 18:54:11.340] [DEBUG] stdout: 

[2020-12-11 18:54:11.363] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 18:54:11.363] [DEBUG] stdout: 

[2020-12-11 18:54:11.384] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 18:54:11.384] [DEBUG] stdout: 

[2020-12-11 18:54:11.406] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 18:54:11.406] [DEBUG] stdout: 

[2020-12-11 18:54:11.428] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 18:54:11.428] [DEBUG] stdout: 

[2020-12-11 18:54:11.450] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 18:54:11.450] [DEBUG] stdout: 

[2020-12-11 18:54:11.470] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 18:54:11.471] [DEBUG] stdout: 

[2020-12-11 18:54:11.492] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 18:54:11.492] [DEBUG] stdout: 

[2020-12-11 18:54:11.512] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 18:54:11.512] [DEBUG] stdout: 

[2020-12-11 18:54:11.532] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 18:54:11.532] [DEBUG] stdout: 

[2020-12-11 18:54:11.559] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.

[2020-12-11 18:54:11.578] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 18:54:11.579] [DEBUG] stdout: 

[2020-12-11 18:54:11.615] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 18:54:11.615] [DEBUG] stdout: 

[2020-12-11 18:54:11.666] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 18:54:11.666] [DEBUG] stdout: 

[2020-12-11 18:54:11.691] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 18:54:11.691] [DEBUG] stdout: 

[2020-12-11 18:54:11.712] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 18:54:11.712] [DEBUG] stdout: 

[2020-12-11 18:54:11.733] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 18:54:11.733] [DEBUG] stdout: 

[2020-12-11 18:54:12.134] [DEBUG] stdout: Describing GPO Owners Management - Simple
[2020-12-11 18:54:12.134] [DEBUG] stdout: 

[2020-12-11 18:54:15.623] [DEBUG] stdout:   [+] Get-GPOZaurrOwner - Should return proper data
[2020-12-11 18:54:15.624] [DEBUG] stdout:  3.42s (3.31s|113ms)
[2020-12-11 18:54:15.624] [DEBUG] stdout: 

[2020-12-11 18:54:15.913] [DEBUG] stdout: VERBOSE: Get-GPOZaurrOwner - Processing GPO [1/]: TEST | GPOZaurr Permissions Testing from domain: ad.evotec.xyz
[2020-12-11 18:54:15.913] [DEBUG] stdout: 

[2020-12-11 18:54:15.950] [DEBUG] stdout: VERBOSE: Set-GPOZaurrOwner - Force was used to push new owner to TEST | GPOZaurr Permissions Testing from domain: 
ad.evotec.xyz - owner EVOTEC\Domain Admins / sysvol owner EVOTEC\Domain Admins.
[2020-12-11 18:54:15.950] [DEBUG] stdout: 

[2020-12-11 18:54:15.953] [DEBUG] stdout: VERBOSE: Set-GPOZaurrOwner - Changing GPO: TEST | GPOZaurr Permissions Testing from domain: ad.evotec.xyz from owner 
EVOTEC\Domain Admins (SID: S-1-5-21-853615985-2870445339-3163598659-512) to przemyslaw.klys
[2020-12-11 18:54:15.953] [DEBUG] stdout: 

[2020-12-11 18:54:15.988] [DEBUG] stdout: VERBOSE: Set-GPOZaurrOwner - Changing Sysvol Owner GPO: TEST | GPOZaurr Permissions Testing from domain: ad.evotec.xyz 
from owner EVOTEC\Domain Admins (SID: S-1-5-21-853615985-2870445339-3163598659-512) to przemyslaw.klys
[2020-12-11 18:54:15.988] [DEBUG] stdout: 

[2020-12-11 18:54:16.008] [DEBUG] stdout: VERBOSE: Performing the operation "Replacing owner EVOTEC\Domain Admins to przemyslaw.klys" on target 
"\\ad.evotec.xyz\SysVol\ad.evotec.xyz\Policies\{19EFFAE7-AB10-4854-90F9-44DEFDADE858}".
[2020-12-11 18:54:16.008] [DEBUG] stdout: 

[2020-12-11 18:54:16.102] [DEBUG] stdout:   [+] Set-GPOZaurrOwner - Should set proper data
[2020-12-11 18:54:16.103] [DEBUG] stdout:  476ms (475ms|1ms)
[2020-12-11 18:54:16.103] [DEBUG] stdout: 

[2020-12-11 18:54:16.344] [DEBUG] stdout:   [+] Get-GPOZaurrOwner - Should return proper data for one GPO
[2020-12-11 18:54:16.344] [DEBUG] stdout:  238ms (237ms|1ms)
[2020-12-11 18:54:16.344] [DEBUG] stdout: 

[2020-12-11 18:54:16.563] [DEBUG] stdout: VERBOSE: Get-GPOZaurrOwner - Processing GPO [1/]: TEST | GPOZaurr Permissions Testing from domain: ad.evotec.xyz
[2020-12-11 18:54:16.564] [DEBUG] stdout: 

[2020-12-11 18:54:16.586] [DEBUG] stdout: VERBOSE: Set-GPOZaurrOwner - Changing GPO: TEST | GPOZaurr Permissions Testing from domain: ad.evotec.xyz from owner 
EVOTEC\przemyslaw.klys (SID: S-1-5-21-853615985-2870445339-3163598659-1105) to EVOTEC\Domain Admins
[2020-12-11 18:54:16.586] [DEBUG] stdout: 

[2020-12-11 18:54:16.609] [DEBUG] stdout: VERBOSE: Set-GPOZaurrOwner - Changing Sysvol Owner GPO: TEST | GPOZaurr Permissions Testing from domain: ad.evotec.xyz 
from owner EVOTEC\przemyslaw.klys (SID: S-1-5-21-853615985-2870445339-3163598659-1105) to EVOTEC\Domain Admins
[2020-12-11 18:54:16.609] [DEBUG] stdout: 

[2020-12-11 18:54:16.619] [DEBUG] stdout: VERBOSE: Performing the operation "Replacing owner EVOTEC\przemyslaw.klys to EVOTEC\Domain Admins" on target 
"\\ad.evotec.xyz\SysVol\ad.evotec.xyz\Policies\{19EFFAE7-AB10-4854-90F9-44DEFDADE858}".
[2020-12-11 18:54:16.619] [DEBUG] stdout: 

[2020-12-11 18:54:16.709] [DEBUG] stdout:   [+] Set-GPOZaurrOwner - Should set proper data
[2020-12-11 18:54:16.709] [DEBUG] stdout:  362ms (361ms|1ms)
[2020-12-11 18:54:16.709] [DEBUG] stdout: 

[2020-12-11 18:54:16.940] [DEBUG] stdout:   [+] Get-GPOZaurrOwner - Should return proper data for one GPO (Domain Admins)
[2020-12-11 18:54:16.940] [DEBUG] stdout:  227ms (226ms|1ms)
[2020-12-11 18:54:16.940] [DEBUG] stdout: 

[2020-12-11 18:54:17.376] [DEBUG] stdout: 
Running tests from 'GPOPermissions.Tests.ps1'
[2020-12-11 18:54:17.376] [DEBUG] stdout: 

[2020-12-11 18:54:17.756] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 18:54:17.756] [DEBUG] stdout: 

[2020-12-11 18:54:17.779] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 18:54:17.779] [DEBUG] stdout: 

[2020-12-11 18:54:17.800] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 18:54:17.800] [DEBUG] stdout: 

[2020-12-11 18:54:17.821] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 18:54:17.821] [DEBUG] stdout: 

[2020-12-11 18:54:17.844] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 18:54:17.844] [DEBUG] stdout: 

[2020-12-11 18:54:17.867] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 18:54:17.867] [DEBUG] stdout: 

[2020-12-11 18:54:17.890] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 18:54:17.890] [DEBUG] stdout: 

[2020-12-11 18:54:17.912] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 18:54:17.912] [DEBUG] stdout: 

[2020-12-11 18:54:17.932] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 18:54:17.932] [DEBUG] stdout: 

[2020-12-11 18:54:17.954] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 18:54:17.954] [DEBUG] stdout: 

[2020-12-11 18:54:17.975] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 18:54:17.976] [DEBUG] stdout: 

[2020-12-11 18:54:18.008] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 18:54:18.008] [DEBUG] stdout: 

[2020-12-11 18:54:18.031] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 18:54:18.031] [DEBUG] stdout: 

[2020-12-11 18:54:18.053] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 18:54:18.053] [DEBUG] stdout: 

[2020-12-11 18:54:18.074] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 18:54:18.074] [DEBUG] stdout: 

[2020-12-11 18:54:18.096] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 18:54:18.096] [DEBUG] stdout: 

[2020-12-11 18:54:18.118] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 18:54:18.118] [DEBUG] stdout: 

[2020-12-11 18:54:18.138] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 18:54:18.138] [DEBUG] stdout: 

[2020-12-11 18:54:18.163] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 18:54:18.163] [DEBUG] stdout: 

[2020-12-11 18:54:18.185] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 18:54:18.185] [DEBUG] stdout: 

[2020-12-11 18:54:18.207] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 18:54:18.207] [DEBUG] stdout: 

[2020-12-11 18:54:18.229] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 18:54:18.229] [DEBUG] stdout: 

[2020-12-11 18:54:18.250] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 18:54:18.250] [DEBUG] stdout: 

[2020-12-11 18:54:18.272] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 18:54:18.272] [DEBUG] stdout: 

[2020-12-11 18:54:18.293] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 18:54:18.293] [DEBUG] stdout: 

[2020-12-11 18:54:18.315] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 18:54:18.315] [DEBUG] stdout: 

[2020-12-11 18:54:18.337] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 18:54:18.338] [DEBUG] stdout: 

[2020-12-11 18:54:18.361] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 18:54:18.361] [DEBUG] stdout: 

[2020-12-11 18:54:18.392] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.

[2020-12-11 18:54:18.409] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 18:54:18.409] [DEBUG] stdout: 

[2020-12-11 18:54:18.432] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 18:54:18.432] [DEBUG] stdout: 

[2020-12-11 18:54:18.456] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 18:54:18.456] [DEBUG] stdout: 

[2020-12-11 18:54:18.479] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 18:54:18.479] [DEBUG] stdout: 

[2020-12-11 18:54:18.502] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 18:54:18.502] [DEBUG] stdout: 

[2020-12-11 18:54:18.525] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 18:54:18.525] [DEBUG] stdout: 

[2020-12-11 18:54:18.547] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 18:54:18.547] [DEBUG] stdout: 

[2020-12-11 18:54:18.571] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 18:54:18.571] [DEBUG] stdout: 

[2020-12-11 18:54:18.593] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 18:54:18.593] [DEBUG] stdout: 

[2020-12-11 18:54:18.615] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 18:54:18.615] [DEBUG] stdout: 

[2020-12-11 18:54:18.637] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 18:54:18.637] [DEBUG] stdout: 

[2020-12-11 18:54:18.660] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 18:54:18.660] [DEBUG] stdout: 

[2020-12-11 18:54:18.681] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 18:54:18.681] [DEBUG] stdout: 

[2020-12-11 18:54:18.752] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 18:54:18.752] [DEBUG] stdout: 

[2020-12-11 18:54:18.775] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 18:54:18.775] [DEBUG] stdout: 

[2020-12-11 18:54:18.798] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 18:54:18.798] [DEBUG] stdout: 

[2020-12-11 18:54:18.821] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 18:54:18.821] [DEBUG] stdout: 

[2020-12-11 18:54:18.842] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 18:54:18.842] [DEBUG] stdout: 

[2020-12-11 18:54:19.300] [DEBUG] stdout: VERBOSE: Get-PrivPermission - Processing TEST | GPOZaurr Permissions Testing from ad.evotec.xyz
[2020-12-11 18:54:19.301] [DEBUG] stdout: 

[2020-12-11 18:54:19.319] [DEBUG] stdout: Describing GPO Permissions Management - Simple
[2020-12-11 18:54:19.319] [DEBUG] stdout: 

[2020-12-11 18:54:20.232] [DEBUG] stdout:   [+] Get-GPOZaurrPermission - Should return proper data
[2020-12-11 18:54:20.233] [DEBUG] stdout:  913ms (910ms|2ms)
[2020-12-11 18:54:20.233] [DEBUG] stdout: 

[2020-12-11 18:54:20.724] [DEBUG] stdout: VERBOSE: Get-PrivPermission - Processing TEST | GPOZaurr Permissions Testing from ad.evotec.xyz
[2020-12-11 18:54:20.724] [DEBUG] stdout: 

[2020-12-11 18:54:20.740] [DEBUG] stdout: VERBOSE: Add-GPOZaurrPermission - Adding permission GpoEdit for przemyslaw.klys to TEST | GPOZaurr Permissions Testing 
at ad.evotec.xyz
[2020-12-11 18:54:20.740] [DEBUG] stdout: 

[2020-12-11 18:54:20.741] [DEBUG] stdout: What if: Performing the operation "Adding przemyslaw.klys / GpoEdit to TEST | GPOZaurr Permissions Testing at ad.evotec.xyz" on target "TEST | GPOZaurr Permissions Testing".

[2020-12-11 18:54:20.948] [DEBUG] stdout:   [+] Add-GPOZaurrPermission - With WHATIF works
[2020-12-11 18:54:20.949] [DEBUG] stdout:  715ms (713ms|2ms)
[2020-12-11 18:54:20.949] [DEBUG] stdout: 

[2020-12-11 18:54:21.370] [DEBUG] stdout: VERBOSE: Get-PrivPermission - Processing TEST | GPOZaurr Permissions Testing from ad.evotec.xyz
[2020-12-11 18:54:21.371] [DEBUG] stdout: 

[2020-12-11 18:54:21.374] [DEBUG] stdout: VERBOSE: Add-GPOZaurrPermission - Adding permission GpoEdit for przemyslaw.klys to TEST | GPOZaurr Permissions Testing 
at ad.evotec.xyz
[2020-12-11 18:54:21.374] [DEBUG] stdout: 

[2020-12-11 18:54:21.375] [DEBUG] stdout: VERBOSE: Performing the operation "Adding przemyslaw.klys / GpoEdit to TEST | GPOZaurr Permissions Testing at 
ad.evotec.xyz" on target "TEST | GPOZaurr Permissions Testing".
[2020-12-11 18:54:21.375] [DEBUG] stdout: 

[2020-12-11 18:54:21.376] [DEBUG] stdout: VERBOSE: Add-GPOZaurrPermission - Adding permission GpoEdit for przemyslaw.klys
[2020-12-11 18:54:21.376] [DEBUG] stdout: 

[2020-12-11 18:54:21.700] [DEBUG] stdout:   [+] Add-GPOZaurrPermission - Without WHATIF works
[2020-12-11 18:54:21.701] [DEBUG] stdout:  749ms (748ms|2ms)
[2020-12-11 18:54:21.701] [DEBUG] stdout: 

[2020-12-11 18:54:21.866] [DEBUG] stdout: VERBOSE: Get-PrivPermission - Processing TEST | GPOZaurr Permissions Testing from ad.evotec.xyz
[2020-12-11 18:54:21.867] [DEBUG] stdout: 

[2020-12-11 18:54:21.885] [DEBUG] stdout: What if: Performing the operation "Removing SID: S-1-5-21-853615985-2870445339-3163598659-1105, Name: ad.evotec.xyz\Przemyslaw Klys, SidType: NotAdministrative from domain ad.evotec.xyz" on target "TEST | GPOZaurr Permissions Testing".

[2020-12-11 18:54:22.104] [DEBUG] stdout:   [+] Remove-GPOZaurrPermission - With WHATIF
[2020-12-11 18:54:22.105] [DEBUG] stdout:  401ms (401ms|1ms)
[2020-12-11 18:54:22.105] [DEBUG] stdout: 

[2020-12-11 18:54:22.234] [DEBUG] stdout: VERBOSE: Get-PrivPermission - Processing TEST | GPOZaurr Permissions Testing from ad.evotec.xyz
[2020-12-11 18:54:22.234] [DEBUG] stdout: 

[2020-12-11 18:54:22.242] [DEBUG] stdout: VERBOSE: Remove-GPOZaurrPermission - Removing permission GpoEdit for S-1-5-21-853615985-2870445339-3163598659-1105 / 
Przemyslaw Klys / Type: Allow
[2020-12-11 18:54:22.243] [DEBUG] stdout: 

[2020-12-11 18:54:22.534] [DEBUG] stdout:   [+] Remove-GPOZaurrPermission - Without WHATIF
[2020-12-11 18:54:22.535] [DEBUG] stdout:  428ms (426ms|2ms)
[2020-12-11 18:54:22.535] [DEBUG] stdout: 

[2020-12-11 18:54:22.822] [DEBUG] stdout: Tests completed in 13.59s
[2020-12-11 18:54:22.822] [DEBUG] stdout: 

[2020-12-11 18:54:22.828] [DEBUG] stdout: Tests Passed: 10, 
[2020-12-11 18:54:22.829] [DEBUG] stdout: Failed: 0, 
[2020-12-11 18:54:22.830] [DEBUG] stdout: Skipped: 0 
[2020-12-11 18:54:22.832] [DEBUG] stdout: NotRun: 0
[2020-12-11 18:54:22.832] [DEBUG] stdout: 

abstractExtensionService.ts:840 Extension 'ms-vscode.powershell-preview cannot use PROPOSED API (must started out of dev or enabled via --enable-proposed-api)
updateEnableProposedApi @ abstractExtensionService.ts:829
abstractExtensionService.ts:721 [ms-vscode.powershell-preview]: Command `workbench.action.debug.start` appears multiple times in the `commands` section.
abstractExtensionService.ts:721 [ms-vscode.powershell-preview]: Command `workbench.action.closePanel` appears multiple times in the `commands` section.
abstractExtensionService.ts:721 [ms-vscode.powershell-preview]: Command `workbench.action.positionPanelLeft` appears multiple times in the `commands` section.
abstractExtensionService.ts:721 [ms-vscode.powershell-preview]: Command `workbench.action.positionPanelBottom` appears multiple times in the `commands` section.
TMScopeRegistry.ts:45 Overwriting grammar scope name to file mapping for scope source.yaml.
Old grammar file: file:///c%3A/Users/przemyslaw.klys/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/extensions/yaml/syntaxes/yaml.tmLanguage.json.
New grammar file: file:///c%3A/Users/przemyslaw.klys/.vscode/extensions/redhat.vscode-yaml-0.13.0/syntaxes/yaml.tmLanguage.json
register @ TMScopeRegistry.ts:43
console.ts:137 [Extension Host] swdc-vscode: Loaded softwaredotcom.swdc-vscode v2.3.24
contextKeyService.ts:420 Element already has context attribute
w @ contextKeyService.ts:379
console.ts:137 [Extension Host] swdc-tracker initialized and ready to send events to com-software-prod1.collector.snplow.net
abstractExtensionService.ts:467 Extension host terminated unexpectedly. Code:  1  Signal:  null
_onExtensionHostCrashed @ abstractExtensionService.ts:431
log.ts:197   ERR Extension host terminated unexpectedly. The following extensions were running: vscode.microsoft-authentication, vscode.powershell, vscode.debug-auto-launch, vscode.emmet, vscode.git, vscode.merge-conflict, vscode.search-result, 2gua.rainbow-brackets, alefragnani.project-manager, hbenl.vscode-test-explorer, PKief.material-icon-theme, pranaygp.vscode-css-peek, saekiraku.pin-up, steditor.line-endings, WakaTime.vscode-wakatime, yzhang.markdown-all-in-one, ms-vscode.powershell-preview, vscode.github, TylerLeonhardt.vscode-pester-test-adapter, ms-vscode.js-debug, eamodio.gitlens, GitHub.vscode-pull-request-github, softwaredotcom.swdc-vscode, usernamehw.errorlens, vscode.github-authentication, vscode.configuration-editing, vscode.json-language-features, vscode.typescript-language-features
notificationsAlerts.ts:40 Extension host terminated unexpectedly.
onDidChangeNotification @ notificationsAlerts.ts:36
localProcessExtensionHost.ts:257 Extension Host
localProcessExtensionHost.ts:258 c:\Users\przemyslaw.klys\.vscode\extensions\tylerleonhardt.vscode-pester-test-adapter-0.0.7\out\pesterTests.js:68
                        throw e;
                        ^

[SyntaxError: Unexpected token M in JSON at position 2
	at JSON.parse (<anonymous>)
	at ChildProcess.<anonymous> (c:\Users\przemyslaw.klys\.vscode\extensions\tylerleonhardt.vscode-pester-test-adapter-0.0.7\out\pesterTests.js:64:46)
	at ChildProcess.emit (events.js:223:5)
	at maybeClose (internal/child_process.js:1021:16)
	at Process.ChildProcess._handle.onexit (internal/child_process.js:283:5)]
DevTools failed to load SourceMap: Could not load content for https://ticino.blob.core.windows.net/sourcemaps/940b5f4bb5fa47866a54529ed759d95d09ee80be/node_modules/windows-process-tree/lib/index.js.map: Unknown error
```

@TylerLeonhardt
Copy link
Owner

ah... I have a suspicion

@TylerLeonhardt
Copy link
Owner

I noticed before that on Windows I had issues with quotes not being escaped... I've now fixed every single instance of that released in 0.0.8. That would explain why your tests were running because the file wasn't being treated as a string but rather a script file that needs to be executed...

Let's see

@PrzemyslawKlys
Copy link
Author

Yes, doesn't crash now

[2020-12-11 19:47:59.660] [INFO] Test Explorer found
[2020-12-11 19:47:59.660] [INFO] Creating adapter for c:\Support\GitHub\GpoZaurr
[2020-12-11 19:47:59.661] [INFO] Initializing Pester adapter
[2020-12-11 19:47:59.661] [INFO] Initializing Pester test runner.
[2020-12-11 19:47:59.662] [INFO] Registering adapter for c:\Support\GitHub\GpoZaurr
[2020-12-11 19:47:59.662] [INFO] Loading Pester tests
[2020-12-11 19:47:59.662] [INFO] Initialization finished
[2020-12-11 19:47:59.817] [DEBUG] Found 3 paths
[2020-12-11 19:47:59.818] [DEBUG] Using Windows PowerShell (x64) at: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
[2020-12-11 19:48:00.781] [ERROR] stderr: Test-Path : Illegal characters in path.

[2020-12-11 19:48:00.781] [ERROR] stderr: At C:\Program Files\WindowsPowerShell\Modules\Pester\5.1.0\Pester.psm1:3313 char:18
+             if ((& $script:SafeCommands['Test-Path'] $p)) {
+                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidArgument: (C:\Support\GitH...Zaurr.Tests.ps1:String) [Test-Path], ArgumentExcepti 
   on
    + FullyQualifiedErrorId : ItemExistsArgumentError,Microsoft.PowerShell.Commands.TestPathCommand
 

[2020-12-11 19:48:00.786] [ERROR] stderr: Get-ChildItem : Illegal characters in path.

[2020-12-11 19:48:00.786] [ERROR] stderr: At C:\Program Files\WindowsPowerShell\Modules\Pester\5.1.0\Pester.psm1:3339 char:13
+             & $SafeCommands['Get-ChildItem'] -Recurse -Path $p -Filte ...

[2020-12-11 19:48:00.786] [ERROR] stderr: +             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecified: (:) [Get-ChildItem], ArgumentException

[2020-12-11 19:48:00.786] [ERROR] stderr:     + FullyQualifiedErrorId : System.ArgumentException,Microsoft.PowerShell.Commands.GetChildItemCommand

[2020-12-11 19:48:00.786] [ERROR] stderr:  

[2020-12-11 19:48:00.867] [ERROR] stderr: Find-Test : Cannot bind argument to parameter 'BlockContainer' because it is null.

[2020-12-11 19:48:00.867] [ERROR] stderr: At line:30 char:35
+         Find-Test -BlockContainer $containers -SessionState $SessionS ...
+                                   ~~~~~~~~~~~
    + CategoryInfo          : InvalidData: (:) [Find-Test], ParameterBindingValidationException

[2020-12-11 19:48:00.867] [ERROR] stderr:     + FullyQualifiedErrorId : ParameterArgumentValidationErrorNullNotAllowed,Find-Test
 

[2020-12-11 19:48:00.877] [DEBUG] stdout: {
    "type":  "suite",
    "id":  "root",
    "label":  "Pester",
    "children":  [

                 ]
}

[2020-12-11 19:48:00.899] [DEBUG] child process exited with code 0
[2020-12-11 19:48:00.966] [DEBUG] No test files found.
[2020-12-11 19:48:08.749] [INFO] Loading Pester tests
[2020-12-11 19:48:08.802] [DEBUG] Found 3 paths
[2020-12-11 19:48:08.802] [DEBUG] Using Windows PowerShell (x64) at: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
[2020-12-11 19:48:09.696] [ERROR] stderr: Test-Path : Illegal characters in path.

[2020-12-11 19:48:09.697] [ERROR] stderr: At C:\Program Files\WindowsPowerShell\Modules\Pester\5.1.0\Pester.psm1:3313 char:18
+             if ((& $script:SafeCommands['Test-Path'] $p)) {
+                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidArgument: (C:\Support\GitH...Zaurr.Tests.ps1:String) [Test-Path], ArgumentExcepti 
   on
    + FullyQualifiedErrorId : ItemExistsArgumentError,Microsoft.PowerShell.Commands.TestPathCommand
 

[2020-12-11 19:48:09.701] [ERROR] stderr: Get-ChildItem : Illegal characters in path.

[2020-12-11 19:48:09.701] [ERROR] stderr: At C:\Program Files\WindowsPowerShell\Modules\Pester\5.1.0\Pester.psm1:3339 char:13
+             & $SafeCommands['Get-ChildItem'] -Recurse -Path $p -Filte ...

[2020-12-11 19:48:09.701] [ERROR] stderr: +             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

[2020-12-11 19:48:09.701] [ERROR] stderr:     + CategoryInfo          : NotSpecified: (:) [Get-ChildItem], ArgumentException

[2020-12-11 19:48:09.701] [ERROR] stderr:     + FullyQualifiedErrorId : System.ArgumentException,Microsoft.PowerShell.Commands.GetChildItemCommand

[2020-12-11 19:48:09.701] [ERROR] stderr:  

[2020-12-11 19:48:09.778] [ERROR] stderr: Find-Test : Cannot bind argument to parameter 'BlockContainer' because it is null.

[2020-12-11 19:48:09.778] [ERROR] stderr: At line:30 char:35
+         Find-Test -BlockContainer $containers -SessionState $SessionS ...
+                                   ~~~~~~~~~~~
    + CategoryInfo          : InvalidData: (:) [Find-Test], ParameterBindingValidationException
    + FullyQualifiedErrorId : ParameterArgumentValidationErrorNullNotAllowed,Find-Test
 

[2020-12-11 19:48:09.787] [DEBUG] stdout: {
    "type":  "suite",
    "id":  "root",
    "label":  "Pester",
    "children":  [

                 ]
}

[2020-12-11 19:48:09.805] [DEBUG] child process exited with code 0
[2020-12-11 19:48:09.865] [DEBUG] No test files found.

image

Tests are there, tests explorer shows no tests.

@TylerLeonhardt
Copy link
Owner

yep. I messed it up. ok :) once sec

@TylerLeonhardt
Copy link
Owner

Ok 0.0.9 is out. I had thought I tested my original change but I was running old code... oops... I've tested this on Windows with 5.1 so I'm feeling pretty confident here.

@PrzemyslawKlys
Copy link
Author

PrzemyslawKlys commented Dec 11, 2020

Started crashing again

[2020-12-11 20:45:23.223] [INFO] Test Explorer found
[2020-12-11 20:45:23.223] [INFO] Creating adapter for c:\Support\GitHub\GpoZaurr
[2020-12-11 20:45:23.223] [INFO] Initializing Pester adapter
[2020-12-11 20:45:23.223] [INFO] Initializing Pester test runner.
[2020-12-11 20:45:23.224] [INFO] Registering adapter for c:\Support\GitHub\GpoZaurr
[2020-12-11 20:45:23.224] [INFO] Loading Pester tests
[2020-12-11 20:45:23.225] [INFO] Initialization finished
[2020-12-11 20:45:23.529] [DEBUG] Found 3 paths
[2020-12-11 20:45:26.586] [DEBUG] Using Windows PowerShell (x64) at: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
[2020-12-11 20:45:28.560] [DEBUG] stdout: 

[2020-12-11 20:45:28.560] [DEBUG] stdout: 

[2020-12-11 20:45:28.572] [DEBUG] stdout: ModuleName: GPOZaurr Version: 0.0.98

[2020-12-11 20:45:28.572] [DEBUG] stdout: PowerShell Version: 
[2020-12-11 20:45:28.572] [DEBUG] stdout: 5.1.19041.610
[2020-12-11 20:45:28.573] [DEBUG] stdout: 

[2020-12-11 20:45:28.574] [DEBUG] stdout: PowerShell Edition: 
[2020-12-11 20:45:28.574] [DEBUG] stdout: Desktop
[2020-12-11 20:45:28.574] [DEBUG] stdout: 

[2020-12-11 20:45:28.575] [DEBUG] stdout: Required modules: 
[2020-12-11 20:45:28.575] [DEBUG] stdout: 

[2020-12-11 20:45:28.576] [DEBUG] stdout:    [>] 
[2020-12-11 20:45:28.576] [DEBUG] stdout: PSSharedGoods
[2020-12-11 20:45:28.576] [DEBUG] stdout:  Version: 
[2020-12-11 20:45:28.577] [DEBUG] stdout: 0.0.190
[2020-12-11 20:45:28.577] [DEBUG] stdout: 

[2020-12-11 20:45:28.577] [DEBUG] stdout:    [>] 
[2020-12-11 20:45:28.578] [DEBUG] stdout: ADEssentials
[2020-12-11 20:45:28.578] [DEBUG] stdout:  Version: 
[2020-12-11 20:45:28.578] [DEBUG] stdout: 0.0.103
[2020-12-11 20:45:28.578] [DEBUG] stdout: 

[2020-12-11 20:45:28.579] [DEBUG] stdout:    [>] 
[2020-12-11 20:45:28.579] [DEBUG] stdout: PSWriteHTML
[2020-12-11 20:45:28.579] [DEBUG] stdout:  Version: 
[2020-12-11 20:45:28.580] [DEBUG] stdout: 0.0.122
[2020-12-11 20:45:28.580] [DEBUG] stdout: 

[2020-12-11 20:45:28.581] [DEBUG] stdout:    [>] 
[2020-12-11 20:45:28.581] [DEBUG] stdout: CimCmdlets
[2020-12-11 20:45:28.581] [DEBUG] stdout: 

[2020-12-11 20:45:28.582] [DEBUG] stdout:    [>] 
[2020-12-11 20:45:28.582] [DEBUG] stdout: Microsoft.PowerShell.Management
[2020-12-11 20:45:28.582] [DEBUG] stdout: 

[2020-12-11 20:45:28.582] [DEBUG] stdout:    [>] 
[2020-12-11 20:45:28.583] [DEBUG] stdout: Microsoft.PowerShell.Utility
[2020-12-11 20:45:28.583] [DEBUG] stdout: 

[2020-12-11 20:45:28.583] [DEBUG] stdout:    [>] 
[2020-12-11 20:45:28.584] [DEBUG] stdout: Microsoft.PowerShell.Security
[2020-12-11 20:45:28.584] [DEBUG] stdout: 

[2020-12-11 20:45:28.585] [DEBUG] stdout: 

[2020-12-11 20:45:32.302] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.

[2020-12-11 20:45:32.377] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 20:45:32.377] [DEBUG] stdout: 

[2020-12-11 20:45:32.405] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 20:45:32.405] [DEBUG] stdout: 

[2020-12-11 20:45:32.427] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 20:45:32.427] [DEBUG] stdout: 

[2020-12-11 20:45:32.449] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 20:45:32.450] [DEBUG] stdout: 

[2020-12-11 20:45:32.472] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 20:45:32.473] [DEBUG] stdout: 

[2020-12-11 20:45:32.494] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 20:45:32.494] [DEBUG] stdout: 

[2020-12-11 20:45:32.515] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 20:45:32.515] [DEBUG] stdout: 

[2020-12-11 20:45:32.537] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 20:45:32.537] [DEBUG] stdout: 

[2020-12-11 20:45:32.580] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.

[2020-12-11 20:45:32.617] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 20:45:32.617] [DEBUG] stdout: 

[2020-12-11 20:45:32.640] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 20:45:32.640] [DEBUG] stdout: 

[2020-12-11 20:45:32.666] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 20:45:32.666] [DEBUG] stdout: 

[2020-12-11 20:45:32.696] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 20:45:32.696] [DEBUG] stdout: 

[2020-12-11 20:45:32.719] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 20:45:32.719] [DEBUG] stdout: 

[2020-12-11 20:45:32.740] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 20:45:32.740] [DEBUG] stdout: 

[2020-12-11 20:45:32.762] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 20:45:32.762] [DEBUG] stdout: 

[2020-12-11 20:45:32.783] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 20:45:32.783] [DEBUG] stdout: 

[2020-12-11 20:45:32.806] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.

[2020-12-11 20:45:32.827] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 20:45:32.827] [DEBUG] stdout: 

[2020-12-11 20:45:32.848] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.

[2020-12-11 20:45:32.871] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 20:45:32.871] [DEBUG] stdout: 

[2020-12-11 20:45:32.893] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 20:45:32.893] [DEBUG] stdout: 

[2020-12-11 20:45:32.915] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.

[2020-12-11 20:45:32.945] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 20:45:32.945] [DEBUG] stdout: 

[2020-12-11 20:45:32.967] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 20:45:32.967] [DEBUG] stdout: 

[2020-12-11 20:45:32.988] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 20:45:32.988] [DEBUG] stdout: 

[2020-12-11 20:45:33.009] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 20:45:33.009] [DEBUG] stdout: 

[2020-12-11 20:45:33.031] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 20:45:33.031] [DEBUG] stdout: 

[2020-12-11 20:45:33.053] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.

[2020-12-11 20:45:33.074] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 20:45:33.074] [DEBUG] stdout: 

[2020-12-11 20:45:33.096] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 20:45:33.096] [DEBUG] stdout: 

[2020-12-11 20:45:33.119] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 20:45:33.119] [DEBUG] stdout: 

[2020-12-11 20:45:33.140] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.

[2020-12-11 20:45:33.163] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 20:45:33.163] [DEBUG] stdout: 

[2020-12-11 20:45:33.184] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 20:45:33.184] [DEBUG] stdout: 

[2020-12-11 20:45:33.206] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 20:45:33.206] [DEBUG] stdout: 

[2020-12-11 20:45:33.227] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 20:45:33.227] [DEBUG] stdout: 

[2020-12-11 20:45:33.248] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 20:45:33.248] [DEBUG] stdout: 

[2020-12-11 20:45:33.269] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 20:45:33.269] [DEBUG] stdout: 

[2020-12-11 20:45:33.292] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 20:45:33.292] [DEBUG] stdout: 

[2020-12-11 20:45:33.313] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 20:45:33.313] [DEBUG] stdout: 

[2020-12-11 20:45:33.439] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 20:45:33.439] [DEBUG] stdout: 

[2020-12-11 20:45:33.466] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 20:45:33.466] [DEBUG] stdout: 

[2020-12-11 20:45:33.487] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 20:45:33.487] [DEBUG] stdout: 

[2020-12-11 20:45:33.508] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 20:45:33.508] [DEBUG] stdout: 

[2020-12-11 20:45:33.528] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 20:45:33.528] [DEBUG] stdout: 

[2020-12-11 20:45:34.513] [DEBUG] stdout: 
Starting discovery in 2 files.
[2020-12-11 20:45:34.513] [DEBUG] stdout: 

[2020-12-11 20:45:34.567] [DEBUG] stdout: Discovering in GPOOwners.Tests.ps1.
[2020-12-11 20:45:34.568] [DEBUG] stdout: 

[2020-12-11 20:45:34.769] [DEBUG] stdout: Found 5 tests. 37ms
[2020-12-11 20:45:34.770] [DEBUG] stdout: 

[2020-12-11 20:45:34.771] [DEBUG] stdout: Discovering in GPOPermissions.Tests.ps1.
[2020-12-11 20:45:34.771] [DEBUG] stdout: 

[2020-12-11 20:45:34.777] [DEBUG] stdout: Found 5 tests. 6ms
[2020-12-11 20:45:34.777] [DEBUG] stdout: 

[2020-12-11 20:45:34.889] [DEBUG] stdout: Discovery finished in 384ms.
[2020-12-11 20:45:34.889] [DEBUG] stdout: 

[2020-12-11 20:45:35.019] [DEBUG] stdout: 
Running tests from 'GPOOwners.Tests.ps1'
[2020-12-11 20:45:35.019] [DEBUG] stdout: 

[2020-12-11 20:45:36.634] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 20:45:36.635] [DEBUG] stdout: 

[2020-12-11 20:45:36.656] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 20:45:36.656] [DEBUG] stdout: 

[2020-12-11 20:45:36.678] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 20:45:36.678] [DEBUG] stdout: 

[2020-12-11 20:45:36.700] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 20:45:36.700] [DEBUG] stdout: 

[2020-12-11 20:45:36.721] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 20:45:36.721] [DEBUG] stdout: 

[2020-12-11 20:45:36.744] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 20:45:36.744] [DEBUG] stdout: 

[2020-12-11 20:45:36.766] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 20:45:36.766] [DEBUG] stdout: 

[2020-12-11 20:45:36.789] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 20:45:36.789] [DEBUG] stdout: 

[2020-12-11 20:45:36.810] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 20:45:36.810] [DEBUG] stdout: 

[2020-12-11 20:45:36.832] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 20:45:36.832] [DEBUG] stdout: 

[2020-12-11 20:45:36.877] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 20:45:36.877] [DEBUG] stdout: 

[2020-12-11 20:45:36.898] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 20:45:36.898] [DEBUG] stdout: 

[2020-12-11 20:45:36.919] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 20:45:36.919] [DEBUG] stdout: 

[2020-12-11 20:45:36.942] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 20:45:36.942] [DEBUG] stdout: 

[2020-12-11 20:45:36.968] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 20:45:36.969] [DEBUG] stdout: 

[2020-12-11 20:45:36.991] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 20:45:36.991] [DEBUG] stdout: 

[2020-12-11 20:45:37.014] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 20:45:37.014] [DEBUG] stdout: 

[2020-12-11 20:45:37.037] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 20:45:37.037] [DEBUG] stdout: 

[2020-12-11 20:45:37.059] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 20:45:37.059] [DEBUG] stdout: 

[2020-12-11 20:45:37.081] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 20:45:37.081] [DEBUG] stdout: 

[2020-12-11 20:45:37.123] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 20:45:37.123] [DEBUG] stdout: 

[2020-12-11 20:45:37.165] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 20:45:37.165] [DEBUG] stdout: 

[2020-12-11 20:45:37.186] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 20:45:37.186] [DEBUG] stdout: 

[2020-12-11 20:45:37.207] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 20:45:37.207] [DEBUG] stdout: 

[2020-12-11 20:45:37.227] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 20:45:37.228] [DEBUG] stdout: 

[2020-12-11 20:45:37.248] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 20:45:37.248] [DEBUG] stdout: 

[2020-12-11 20:45:37.269] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.

[2020-12-11 20:45:37.295] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 20:45:37.295] [DEBUG] stdout: 

[2020-12-11 20:45:37.319] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 20:45:37.319] [DEBUG] stdout: 

[2020-12-11 20:45:37.342] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 20:45:37.342] [DEBUG] stdout: 

[2020-12-11 20:45:37.365] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 20:45:37.365] [DEBUG] stdout: 

[2020-12-11 20:45:37.388] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 20:45:37.388] [DEBUG] stdout: 

[2020-12-11 20:45:37.410] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 20:45:37.410] [DEBUG] stdout: 

[2020-12-11 20:45:37.431] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 20:45:37.431] [DEBUG] stdout: 

[2020-12-11 20:45:37.452] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 20:45:37.453] [DEBUG] stdout: 

[2020-12-11 20:45:37.474] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 20:45:37.474] [DEBUG] stdout: 

[2020-12-11 20:45:37.496] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 20:45:37.496] [DEBUG] stdout: 

[2020-12-11 20:45:37.516] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 20:45:37.516] [DEBUG] stdout: 

[2020-12-11 20:45:37.537] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 20:45:37.537] [DEBUG] stdout: 

[2020-12-11 20:45:37.558] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 20:45:37.559] [DEBUG] stdout: 

[2020-12-11 20:45:37.578] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 20:45:37.578] [DEBUG] stdout: 

[2020-12-11 20:45:37.598] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 20:45:37.599] [DEBUG] stdout: 

[2020-12-11 20:45:37.627] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 20:45:37.627] [DEBUG] stdout: 

[2020-12-11 20:45:37.648] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 20:45:37.648] [DEBUG] stdout: 

[2020-12-11 20:45:37.669] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 20:45:37.669] [DEBUG] stdout: 

[2020-12-11 20:45:37.690] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 20:45:37.690] [DEBUG] stdout: 

[2020-12-11 20:45:37.712] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 20:45:37.712] [DEBUG] stdout: 

[2020-12-11 20:45:38.103] [DEBUG] stdout: Describing GPO Owners Management - Simple
[2020-12-11 20:45:38.103] [DEBUG] stdout: 

[2020-12-11 20:45:41.699] [DEBUG] stdout:   [+] Get-GPOZaurrOwner - Should return proper data
[2020-12-11 20:45:41.700] [DEBUG] stdout:  3.53s (3.42s|111ms)
[2020-12-11 20:45:41.701] [DEBUG] stdout: 

[2020-12-11 20:45:41.984] [DEBUG] stdout: VERBOSE: Get-GPOZaurrOwner - Processing GPO [1/]: TEST | GPOZaurr Permissions Testing from domain: ad.evotec.xyz
[2020-12-11 20:45:41.985] [DEBUG] stdout: 

[2020-12-11 20:45:42.021] [DEBUG] stdout: VERBOSE: Set-GPOZaurrOwner - Force was used to push new owner to TEST | GPOZaurr Permissions Testing from domain: 
ad.evotec.xyz - owner EVOTEC\Domain Admins / sysvol owner EVOTEC\Domain Admins.
[2020-12-11 20:45:42.022] [DEBUG] stdout: 

[2020-12-11 20:45:42.028] [DEBUG] stdout: VERBOSE: Set-GPOZaurrOwner - Changing GPO: TEST | GPOZaurr Permissions Testing from domain: ad.evotec.xyz from owner 
EVOTEC\Domain Admins (SID: S-1-5-21-853615985-2870445339-3163598659-512) to przemyslaw.klys
[2020-12-11 20:45:42.028] [DEBUG] stdout: 

[2020-12-11 20:45:42.065] [DEBUG] stdout: VERBOSE: Set-GPOZaurrOwner - Changing Sysvol Owner GPO: TEST | GPOZaurr Permissions Testing from domain: ad.evotec.xyz 
from owner EVOTEC\Domain Admins (SID: S-1-5-21-853615985-2870445339-3163598659-512) to przemyslaw.klys
[2020-12-11 20:45:42.065] [DEBUG] stdout: 

[2020-12-11 20:45:42.087] [DEBUG] stdout: VERBOSE: Performing the operation "Replacing owner EVOTEC\Domain Admins to przemyslaw.klys" on target 
"\\ad.evotec.xyz\SysVol\ad.evotec.xyz\Policies\{19EFFAE7-AB10-4854-90F9-44DEFDADE858}".
[2020-12-11 20:45:42.087] [DEBUG] stdout: 

[2020-12-11 20:45:42.209] [DEBUG] stdout:   [+] Set-GPOZaurrOwner - Should set proper data
[2020-12-11 20:45:42.210] [DEBUG] stdout:  507ms (506ms|1ms)
[2020-12-11 20:45:42.210] [DEBUG] stdout: 

[2020-12-11 20:45:42.474] [DEBUG] stdout:   [+] Get-GPOZaurrOwner - Should return proper data for one GPO
[2020-12-11 20:45:42.475] [DEBUG] stdout:  263ms (262ms|1ms)
[2020-12-11 20:45:42.476] [DEBUG] stdout: 

[2020-12-11 20:45:42.712] [DEBUG] stdout: VERBOSE: Get-GPOZaurrOwner - Processing GPO [1/]: TEST | GPOZaurr Permissions Testing from domain: ad.evotec.xyz
[2020-12-11 20:45:42.712] [DEBUG] stdout: 

[2020-12-11 20:45:42.739] [DEBUG] stdout: VERBOSE: Set-GPOZaurrOwner - Changing GPO: TEST | GPOZaurr Permissions Testing from domain: ad.evotec.xyz from owner 
EVOTEC\przemyslaw.klys (SID: S-1-5-21-853615985-2870445339-3163598659-1105) to EVOTEC\Domain Admins
[2020-12-11 20:45:42.739] [DEBUG] stdout: 

[2020-12-11 20:45:42.763] [DEBUG] stdout: VERBOSE: Set-GPOZaurrOwner - Changing Sysvol Owner GPO: TEST | GPOZaurr Permissions Testing from domain: ad.evotec.xyz 
from owner EVOTEC\przemyslaw.klys (SID: S-1-5-21-853615985-2870445339-3163598659-1105) to EVOTEC\Domain Admins
[2020-12-11 20:45:42.764] [DEBUG] stdout: 

[2020-12-11 20:45:42.773] [DEBUG] stdout: VERBOSE: Performing the operation "Replacing owner EVOTEC\przemyslaw.klys to EVOTEC\Domain Admins" on target 
"\\ad.evotec.xyz\SysVol\ad.evotec.xyz\Policies\{19EFFAE7-AB10-4854-90F9-44DEFDADE858}".
[2020-12-11 20:45:42.774] [DEBUG] stdout: 

[2020-12-11 20:45:42.868] [DEBUG] stdout:   [+] Set-GPOZaurrOwner - Should set proper data
[2020-12-11 20:45:42.869] [DEBUG] stdout:  391ms (390ms|1ms)
[2020-12-11 20:45:42.869] [DEBUG] stdout: 

[2020-12-11 20:45:43.102] [DEBUG] stdout:   [+] Get-GPOZaurrOwner - Should return proper data for one GPO (Domain Admins)
[2020-12-11 20:45:43.102] [DEBUG] stdout:  230ms (230ms|1ms)
[2020-12-11 20:45:43.102] [DEBUG] stdout: 

[2020-12-11 20:45:43.524] [DEBUG] stdout: 
Running tests from 'GPOPermissions.Tests.ps1'
[2020-12-11 20:45:43.524] [DEBUG] stdout: 

[2020-12-11 20:45:43.874] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 20:45:43.874] [DEBUG] stdout: 

[2020-12-11 20:45:43.898] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 20:45:43.899] [DEBUG] stdout: 

[2020-12-11 20:45:43.921] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 20:45:43.921] [DEBUG] stdout: 

[2020-12-11 20:45:43.946] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 20:45:43.946] [DEBUG] stdout: 

[2020-12-11 20:45:43.968] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 20:45:43.968] [DEBUG] stdout: 

[2020-12-11 20:45:43.990] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 20:45:43.990] [DEBUG] stdout: 

[2020-12-11 20:45:44.012] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 20:45:44.012] [DEBUG] stdout: 

[2020-12-11 20:45:44.034] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 20:45:44.034] [DEBUG] stdout: 

[2020-12-11 20:45:44.056] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 20:45:44.056] [DEBUG] stdout: 

[2020-12-11 20:45:44.077] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 20:45:44.077] [DEBUG] stdout: 

[2020-12-11 20:45:44.100] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 20:45:44.100] [DEBUG] stdout: 

[2020-12-11 20:45:44.120] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 20:45:44.121] [DEBUG] stdout: 

[2020-12-11 20:45:44.142] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 20:45:44.142] [DEBUG] stdout: 

[2020-12-11 20:45:44.164] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 20:45:44.164] [DEBUG] stdout: 

[2020-12-11 20:45:44.192] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.

[2020-12-11 20:45:44.211] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 20:45:44.212] [DEBUG] stdout: 

[2020-12-11 20:45:44.234] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 20:45:44.234] [DEBUG] stdout: 

[2020-12-11 20:45:44.255] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 20:45:44.255] [DEBUG] stdout: 

[2020-12-11 20:45:44.277] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 20:45:44.277] [DEBUG] stdout: 

[2020-12-11 20:45:44.300] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 20:45:44.300] [DEBUG] stdout: 

[2020-12-11 20:45:44.324] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 20:45:44.324] [DEBUG] stdout: 

[2020-12-11 20:45:44.355] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 20:45:44.355] [DEBUG] stdout: 

[2020-12-11 20:45:44.379] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 20:45:44.379] [DEBUG] stdout: 

[2020-12-11 20:45:44.401] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 20:45:44.402] [DEBUG] stdout: 

[2020-12-11 20:45:44.425] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 20:45:44.425] [DEBUG] stdout: 

[2020-12-11 20:45:44.448] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 20:45:44.448] [DEBUG] stdout: 

[2020-12-11 20:45:44.471] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 20:45:44.471] [DEBUG] stdout: 

[2020-12-11 20:45:44.495] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 20:45:44.495] [DEBUG] stdout: 

[2020-12-11 20:45:44.518] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 20:45:44.518] [DEBUG] stdout: 

[2020-12-11 20:45:44.542] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 20:45:44.542] [DEBUG] stdout: 

[2020-12-11 20:45:44.564] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 20:45:44.564] [DEBUG] stdout: 

[2020-12-11 20:45:44.586] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 20:45:44.586] [DEBUG] stdout: 

[2020-12-11 20:45:44.610] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 20:45:44.610] [DEBUG] stdout: 

[2020-12-11 20:45:44.632] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 20:45:44.632] [DEBUG] stdout: 

[2020-12-11 20:45:44.653] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 20:45:44.654] [DEBUG] stdout: 

[2020-12-11 20:45:44.676] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 20:45:44.676] [DEBUG] stdout: 

[2020-12-11 20:45:44.697] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 20:45:44.697] [DEBUG] stdout: 

[2020-12-11 20:45:44.718] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 20:45:44.718] [DEBUG] stdout: 

[2020-12-11 20:45:44.740] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 20:45:44.740] [DEBUG] stdout: 

[2020-12-11 20:45:44.762] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 20:45:44.762] [DEBUG] stdout: 

[2020-12-11 20:45:44.786] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 20:45:44.786] [DEBUG] stdout: 

[2020-12-11 20:45:44.809] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 20:45:44.810] [DEBUG] stdout: 

[2020-12-11 20:45:44.870] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 20:45:44.870] [DEBUG] stdout: 

[2020-12-11 20:45:44.894] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 20:45:44.894] [DEBUG] stdout: 

[2020-12-11 20:45:44.923] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 20:45:44.924] [DEBUG] stdout: 

[2020-12-11 20:45:44.946] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 20:45:44.946] [DEBUG] stdout: 

[2020-12-11 20:45:44.970] [DEBUG] stdout: WARNING: Get-GPOZaurrPermission - Error running Get-PrivPermission: The term 'Get-PrivPermission' is not recognized as 
the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was 
included, verify that the path is correct and try again.
[2020-12-11 20:45:44.970] [DEBUG] stdout: 

[2020-12-11 20:45:45.395] [DEBUG] stdout: VERBOSE: Get-PrivPermission - Processing TEST | GPOZaurr Permissions Testing from ad.evotec.xyz
[2020-12-11 20:45:45.396] [DEBUG] stdout: 

[2020-12-11 20:45:45.417] [DEBUG] stdout: Describing GPO Permissions Management - Simple
[2020-12-11 20:45:45.417] [DEBUG] stdout: 

[2020-12-11 20:45:46.291] [DEBUG] stdout:   [+] Get-GPOZaurrPermission - Should return proper data
[2020-12-11 20:45:46.291] [DEBUG] stdout:  874ms (872ms|2ms)
[2020-12-11 20:45:46.292] [DEBUG] stdout: 

[2020-12-11 20:45:46.834] [DEBUG] stdout: VERBOSE: Get-PrivPermission - Processing TEST | GPOZaurr Permissions Testing from ad.evotec.xyz
[2020-12-11 20:45:46.835] [DEBUG] stdout: 

[2020-12-11 20:45:46.848] [DEBUG] stdout: VERBOSE: Add-GPOZaurrPermission - Adding permission GpoEdit for przemyslaw.klys to TEST | GPOZaurr Permissions Testing 
at ad.evotec.xyz
[2020-12-11 20:45:46.848] [DEBUG] stdout: 

[2020-12-11 20:45:46.849] [DEBUG] stdout: What if: Performing the operation "Adding przemyslaw.klys / GpoEdit to TEST | GPOZaurr Permissions Testing at ad.evotec.xyz" on target "TEST | GPOZaurr Permissions Testing".

[2020-12-11 20:45:47.062] [DEBUG] stdout:   [+] Add-GPOZaurrPermission - With WHATIF works
[2020-12-11 20:45:47.063] [DEBUG] stdout:  769ms (767ms|2ms)
[2020-12-11 20:45:47.063] [DEBUG] stdout: 

[2020-12-11 20:45:47.450] [DEBUG] stdout: VERBOSE: Get-PrivPermission - Processing TEST | GPOZaurr Permissions Testing from ad.evotec.xyz
[2020-12-11 20:45:47.450] [DEBUG] stdout: 

[2020-12-11 20:45:47.454] [DEBUG] stdout: VERBOSE: Add-GPOZaurrPermission - Adding permission GpoEdit for przemyslaw.klys to TEST | GPOZaurr Permissions Testing 
at ad.evotec.xyz
[2020-12-11 20:45:47.454] [DEBUG] stdout: 

[2020-12-11 20:45:47.455] [DEBUG] stdout: VERBOSE: Performing the operation "Adding przemyslaw.klys / GpoEdit to TEST | GPOZaurr Permissions Testing at 
ad.evotec.xyz" on target "TEST | GPOZaurr Permissions Testing".
[2020-12-11 20:45:47.455] [DEBUG] stdout: 

[2020-12-11 20:45:47.456] [DEBUG] stdout: VERBOSE: Add-GPOZaurrPermission - Adding permission GpoEdit for przemyslaw.klys
[2020-12-11 20:45:47.456] [DEBUG] stdout: 

[2020-12-11 20:45:47.780] [DEBUG] stdout:   [+] Add-GPOZaurrPermission - Without WHATIF works
[2020-12-11 20:45:47.780] [DEBUG] stdout:  717ms (715ms|2ms)
[2020-12-11 20:45:47.780] [DEBUG] stdout: 

[2020-12-11 20:45:47.924] [DEBUG] stdout: VERBOSE: Get-PrivPermission - Processing TEST | GPOZaurr Permissions Testing from ad.evotec.xyz
[2020-12-11 20:45:47.924] [DEBUG] stdout: 

[2020-12-11 20:45:47.945] [DEBUG] stdout: What if: Performing the operation "Removing SID: S-1-5-21-853615985-2870445339-3163598659-1105, Name: ad.evotec.xyz\Przemyslaw Klys, SidType: NotAdministrative from domain ad.evotec.xyz" on target "TEST | GPOZaurr Permissions Testing".

[2020-12-11 20:45:48.167] [DEBUG] stdout:   [+] Remove-GPOZaurrPermission - With WHATIF
[2020-12-11 20:45:48.167] [DEBUG] stdout:  385ms (384ms|1ms)
[2020-12-11 20:45:48.167] [DEBUG] stdout: 

[2020-12-11 20:45:48.297] [DEBUG] stdout: VERBOSE: Get-PrivPermission - Processing TEST | GPOZaurr Permissions Testing from ad.evotec.xyz
[2020-12-11 20:45:48.297] [DEBUG] stdout: 

[2020-12-11 20:45:48.307] [DEBUG] stdout: VERBOSE: Remove-GPOZaurrPermission - Removing permission GpoEdit for S-1-5-21-853615985-2870445339-3163598659-1105 / 
Przemyslaw Klys / Type: Allow
[2020-12-11 20:45:48.307] [DEBUG] stdout: 

[2020-12-11 20:45:48.606] [DEBUG] stdout:   [+] Remove-GPOZaurrPermission - Without WHATIF
[2020-12-11 20:45:48.607] [DEBUG] stdout:  438ms (437ms|1ms)
[2020-12-11 20:45:48.607] [DEBUG] stdout: 

[2020-12-11 20:45:48.879] [DEBUG] stdout: Tests completed in 14.04s
[2020-12-11 20:45:48.879] [DEBUG] stdout: 

[2020-12-11 20:45:48.884] [DEBUG] stdout: Tests Passed: 10, 
[2020-12-11 20:45:48.885] [DEBUG] stdout: Failed: 0, 
[2020-12-11 20:45:48.886] [DEBUG] stdout: Skipped: 0 
[2020-12-11 20:45:48.889] [DEBUG] stdout: NotRun: 0
[2020-12-11 20:45:48.889] [DEBUG] stdout: 

abstractExtensionService.ts:840 Extension 'ms-vscode.powershell-preview cannot use PROPOSED API (must started out of dev or enabled via --enable-proposed-api)
updateEnableProposedApi @ abstractExtensionService.ts:829
abstractExtensionService.ts:721 [ms-vscode.powershell-preview]: Command `workbench.action.debug.start` appears multiple times in the `commands` section.
abstractExtensionService.ts:721 [ms-vscode.powershell-preview]: Command `workbench.action.closePanel` appears multiple times in the `commands` section.
abstractExtensionService.ts:721 [ms-vscode.powershell-preview]: Command `workbench.action.positionPanelLeft` appears multiple times in the `commands` section.
abstractExtensionService.ts:721 [ms-vscode.powershell-preview]: Command `workbench.action.positionPanelBottom` appears multiple times in the `commands` section.
TMScopeRegistry.ts:45 Overwriting grammar scope name to file mapping for scope source.yaml.
Old grammar file: file:///c%3A/Users/przemyslaw.klys/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/extensions/yaml/syntaxes/yaml.tmLanguage.json.
New grammar file: file:///c%3A/Users/przemyslaw.klys/.vscode/extensions/redhat.vscode-yaml-0.13.0/syntaxes/yaml.tmLanguage.json
register @ TMScopeRegistry.ts:43
console.ts:137 [Extension Host] swdc-vscode: Loaded softwaredotcom.swdc-vscode v2.3.24
console.ts:137 [Extension Host] swdc-tracker initialized and ready to send events to com-software-prod1.collector.snplow.net
abstractExtensionService.ts:467 Extension host terminated unexpectedly. Code:  1  Signal:  null
_onExtensionHostCrashed @ abstractExtensionService.ts:431
log.ts:197   ERR Extension host terminated unexpectedly. The following extensions were running: vscode.microsoft-authentication, vscode.powershell, vscode.debug-auto-launch, vscode.emmet, vscode.git, vscode.merge-conflict, vscode.search-result, 2gua.rainbow-brackets, alefragnani.project-manager, hbenl.vscode-test-explorer, PKief.material-icon-theme, pranaygp.vscode-css-peek, saekiraku.pin-up, steditor.line-endings, WakaTime.vscode-wakatime, yzhang.markdown-all-in-one, ms-vscode.powershell-preview, vscode.github, TylerLeonhardt.vscode-pester-test-adapter, ms-vscode.js-debug, eamodio.gitlens, GitHub.vscode-pull-request-github, softwaredotcom.swdc-vscode, usernamehw.errorlens, vscode.github-authentication
notificationsAlerts.ts:40 Extension host terminated unexpectedly.
onDidChangeNotification @ notificationsAlerts.ts:36
localProcessExtensionHost.ts:257 Extension Host
localProcessExtensionHost.ts:258 c:\Users\przemyslaw.klys\.vscode\extensions\tylerleonhardt.vscode-pester-test-adapter-0.0.9\out\pesterTests.js:68
                        throw e;
                        ^

[SyntaxError: Unexpected token M in JSON at position 2
	at JSON.parse (<anonymous>)
	at ChildProcess.<anonymous> (c:\Users\przemyslaw.klys\.vscode\extensions\tylerleonhardt.vscode-pester-test-adapter-0.0.9\out\pesterTests.js:64:46)
	at ChildProcess.emit (events.js:223:5)
	at maybeClose (internal/child_process.js:1021:16)
	at Process.ChildProcess._handle.onexit (internal/child_process.js:283:5)]
DevTools failed to load SourceMap: Could not load content for https://ticino.blob.core.windows.net/sourcemaps/940b5f4bb5fa47866a54529ed759d95d09ee80be/node_modules/windows-process-tree/lib/index.js.map: Unknown error

So we're back to before. Again it seems like it's executing...

@TylerLeonhardt
Copy link
Owner

ugh... I don't get how we have such different experiences... but I've added logging that will print out the exact script that I run. Let's see what that gets.

@PrzemyslawKlys
Copy link
Author

Log:

[2020-12-11 22:00:43.845] [INFO] Test Explorer found
[2020-12-11 22:00:43.845] [INFO] Creating adapter for c:\Support\GitHub\GpoZaurr
[2020-12-11 22:00:43.845] [INFO] Initializing Pester adapter
[2020-12-11 22:00:43.845] [INFO] Initializing Pester test runner.
[2020-12-11 22:00:43.847] [INFO] Registering adapter for c:\Support\GitHub\GpoZaurr
[2020-12-11 22:00:43.847] [INFO] Loading Pester tests
[2020-12-11 22:00:43.848] [INFO] Initialization finished
[2020-12-11 22:00:44.003] [DEBUG] Found 3 paths
[2020-12-11 22:00:44.003] [DEBUG] Using Windows PowerShell (x64) at: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
[2020-12-11 22:00:44.003] [DEBUG] 
$Path = @(
    'c:\Support\GitHub\GpoZaurr\GPOZaurr.Tests.ps1'
'c:\Support\GitHub\GpoZaurr\Tests\GPOPermissions.Tests.ps1'
'c:\Support\GitHub\GpoZaurr\Tests\GPOOwners.Tests.ps1'
)

Import-Module Pester -MinimumVersion 5.0.0 -ErrorAction Stop
function Discover-Test 
{
    [CmdletBinding()]
    param(
        [Parameter(Mandatory)]
        [String[]] $Path,
        [String[]] $ExcludePath
    )
    & (Get-Module Pester) { 
        param (
            $Path, 
            $ExcludePath,
            $SessionState)
        
        Reset-TestSuiteState
        # to avoid Describe thinking that we run in interactive mode
        $invokedViaInvokePester = $true
        $files = Find-File -Path $Path -ExcludePath $ExcludePath -Extension $PesterPreference.Run.TestExtension.Value
        $containers = foreach ($f in $files) {
            New-BlockContainerObject -File (Get-Item $f)
        }
        Find-Test -BlockContainer $containers -SessionState $SessionState } -Path $Path -ExcludePath $ExcludePath -SessionState $PSCmdlet.SessionState
}

function New-SuiteObject ($Block) { 
    [PSCustomObject]@{
        type = 'suite'
        id = $Block.ScriptBlock.File + ';' + $Block.ScriptBlock.StartPosition.StartLine
        file = $Block.ScriptBlock.File
        line = $Block.ScriptBlock.StartPosition.StartLine - 1
        label = $Block.Name
        children = [Collections.Generic.List[Object]]@()
    }
}

function New-TestObject ($Test) { 
    [PSCustomObject]@{
        type = 'test'
        id = $Test.ScriptBlock.File + ';' + $Test.ScriptBlock.StartPosition.StartLine
        file = $Test.ScriptBlock.File
        line = $Test.ScriptBlock.StartPosition.StartLine - 1
        label = $Test.Name
    }
}

function fold ($children, $Block) {
    foreach ($b in $Block.Blocks) { 
        $o = (New-SuiteObject $b)
        $children.Add($o)
        fold $o.children $b
    }
    foreach ($t in $Block.Tests) { 
        $children.Add((New-TestObject $t))
    }
}

$found = Discover-Test -Path $Path

# whole suite
$suite = [PSCustomObject]@{
    Blocks = [Collections.Generic.List[Object]] $found
    Tests = [Collections.Generic.List[Object]]@()
}

$testSuiteInfo = [PSCustomObject]@{
    type = 'suite'
    id = 'root'
    label = 'Pester'
    children = [Collections.Generic.List[Object]]@()
}

foreach ($file in $found) {
    $fileSuite = [PSCustomObject]@{
        type = 'suite'
        id = $file.BlockContainer.Item.FullName
        file = $file.BlockContainer.Item.FullName
        label = $file.BlockContainer.Item.Name
        children = [Collections.Generic.List[Object]]@()
    }
    $testSuiteInfo.children.Add($fileSuite)
    fold $fileSuite.children $file
}

$testSuiteInfo | ConvertTo-Json -Depth 100

[2020-12-11 22:00:45.680] [DEBUG] stdout: 

[2020-12-11 22:00:45.681] [DEBUG] stdout: 

[2020-12-11 22:00:45.688] [DEBUG] stdout: ModuleName: 
[2020-12-11 22:00:45.688] [DEBUG] stdout: GPOZaurr
[2020-12-11 22:00:45.688] [DEBUG] stdout:  Version: 
[2020-12-11 22:00:45.689] [DEBUG] stdout: 0.0.99
[2020-12-11 22:00:45.691] [DEBUG] stdout: 

[2020-12-11 22:00:45.692] [DEBUG] stdout: PowerShell Version: 
[2020-12-11 22:00:45.693] [DEBUG] stdout: 5.1.19041.610
[2020-12-11 22:00:45.693] [DEBUG] stdout: 

[2020-12-11 22:00:45.694] [DEBUG] stdout: PowerShell Edition: 
[2020-12-11 22:00:45.695] [DEBUG] stdout: Desktop
[2020-12-11 22:00:45.695] [DEBUG] stdout: 

[2020-12-11 22:00:45.695] [DEBUG] stdout: Required modules: 
[2020-12-11 22:00:45.695] [DEBUG] stdout: 

[2020-12-11 22:00:45.696] [DEBUG] stdout:    [>] 
[2020-12-11 22:00:45.696] [DEBUG] stdout: PSSharedGoods
[2020-12-11 22:00:45.697] [DEBUG] stdout:  Version: 
[2020-12-11 22:00:45.697] [DEBUG] stdout: 0.0.190
[2020-12-11 22:00:45.697] [DEBUG] stdout: 

[2020-12-11 22:00:45.697] [DEBUG] stdout:    [>] 
[2020-12-11 22:00:45.698] [DEBUG] stdout: ADEssentials
[2020-12-11 22:00:45.698] [DEBUG] stdout:  Version: 
[2020-12-11 22:00:45.698] [DEBUG] stdout: 0.0.103
[2020-12-11 22:00:45.699] [DEBUG] stdout: 

[2020-12-11 22:00:45.699] [DEBUG] stdout:    [>] 
[2020-12-11 22:00:45.699] [DEBUG] stdout: PSWriteHTML
[2020-12-11 22:00:45.700] [DEBUG] stdout:  Version: 
[2020-12-11 22:00:45.700] [DEBUG] stdout: 0.0.122
[2020-12-11 22:00:45.700] [DEBUG] stdout: 

[2020-12-11 22:00:45.700] [DEBUG] stdout:    [>] 
[2020-12-11 22:00:45.701] [DEBUG] stdout: CimCmdlets
[2020-12-11 22:00:45.701] [DEBUG] stdout: 

[2020-12-11 22:00:45.701] [DEBUG] stdout:    [>] 
[2020-12-11 22:00:45.702] [DEBUG] stdout: Microsoft.PowerShell.Management
[2020-12-11 22:00:45.702] [DEBUG] stdout: 

[2020-12-11 22:00:45.702] [DEBUG] stdout:    [>] 
[2020-12-11 22:00:45.703] [DEBUG] stdout: Microsoft.PowerShell.Utility
[2020-12-11 22:00:45.703] [DEBUG] stdout: 

[2020-12-11 22:00:45.703] [DEBUG] stdout:    [>] 
[2020-12-11 22:00:45.703] [DEBUG] stdout: Microsoft.PowerShell.Security
[2020-12-11 22:00:45.704] [DEBUG] stdout: 

[2020-12-11 22:00:45.704] [DEBUG] stdout: 

[2020-12-11 22:00:48.036] [DEBUG] stdout: 
Starting discovery in 2 files.
[2020-12-11 22:00:48.036] [DEBUG] stdout: 

[2020-12-11 22:00:48.088] [DEBUG] stdout: Discovering in GPOOwners.Tests.ps1.
[2020-12-11 22:00:48.089] [DEBUG] stdout: 

[2020-12-11 22:00:48.512] [DEBUG] stdout: Found 5 tests. 246ms
[2020-12-11 22:00:48.512] [DEBUG] stdout: 

[2020-12-11 22:00:48.514] [DEBUG] stdout: Discovering in GPOPermissions.Tests.ps1.
[2020-12-11 22:00:48.514] [DEBUG] stdout: 

[2020-12-11 22:00:48.520] [DEBUG] stdout: Found 5 tests. 6ms
[2020-12-11 22:00:48.520] [DEBUG] stdout: 

[2020-12-11 22:00:48.638] [DEBUG] stdout: Discovery finished in 599ms.
[2020-12-11 22:00:48.638] [DEBUG] stdout: 

[2020-12-11 22:00:48.736] [DEBUG] stdout: 
Running tests from 'GPOOwners.Tests.ps1'
[2020-12-11 22:00:48.736] [DEBUG] stdout: 

[2020-12-11 22:00:49.781] [DEBUG] stdout: Describing GPO Owners Management - Simple
[2020-12-11 22:00:49.781] [DEBUG] stdout: 

[2020-12-11 22:00:53.700] [DEBUG] stdout:   [+] Get-GPOZaurrOwner - Should return proper data
[2020-12-11 22:00:53.701] [DEBUG] stdout:  3.85s (3.74s|110ms)
[2020-12-11 22:00:53.701] [DEBUG] stdout: 

[2020-12-11 22:00:54.173] [DEBUG] stdout: VERBOSE: Get-GPOZaurrOwner - Processing GPO [1/]: TEST | GPOZaurr Permissions Testing from domain: ad.evotec.xyz
[2020-12-11 22:00:54.173] [DEBUG] stdout: 

[2020-12-11 22:00:54.207] [DEBUG] stdout: VERBOSE: Set-GPOZaurrOwner - Force was used to push new owner to TEST | GPOZaurr Permissions Testing from domain: 
ad.evotec.xyz - owner EVOTEC\Domain Admins / sysvol owner EVOTEC\Domain Admins.
[2020-12-11 22:00:54.207] [DEBUG] stdout: 

[2020-12-11 22:00:54.209] [DEBUG] stdout: VERBOSE: Set-GPOZaurrOwner - Changing GPO: TEST | GPOZaurr Permissions Testing from domain: ad.evotec.xyz from owner 
EVOTEC\Domain Admins (SID: S-1-5-21-853615985-2870445339-3163598659-512) to przemyslaw.klys
[2020-12-11 22:00:54.209] [DEBUG] stdout: 

[2020-12-11 22:00:54.268] [DEBUG] stdout: VERBOSE: Set-GPOZaurrOwner - Changing Sysvol Owner GPO: TEST | GPOZaurr Permissions Testing from domain: ad.evotec.xyz 
from owner EVOTEC\Domain Admins (SID: S-1-5-21-853615985-2870445339-3163598659-512) to przemyslaw.klys
[2020-12-11 22:00:54.268] [DEBUG] stdout: 

[2020-12-11 22:00:54.293] [DEBUG] stdout: VERBOSE: Performing the operation "Replacing owner EVOTEC\Domain Admins to przemyslaw.klys" on target 
"\\ad.evotec.xyz\SysVol\ad.evotec.xyz\Policies\{19EFFAE7-AB10-4854-90F9-44DEFDADE858}".
[2020-12-11 22:00:54.293] [DEBUG] stdout: 

[2020-12-11 22:00:54.397] [DEBUG] stdout:   [+] Set-GPOZaurrOwner - Should set proper data 693ms (692ms|1ms)

[2020-12-11 22:00:54.670] [DEBUG] stdout:   [+] Get-GPOZaurrOwner - Should return proper data for one GPO
[2020-12-11 22:00:54.670] [DEBUG] stdout:  272ms (271ms|1ms)
[2020-12-11 22:00:54.670] [DEBUG] stdout: 

[2020-12-11 22:00:54.891] [DEBUG] stdout: VERBOSE: Get-GPOZaurrOwner - Processing GPO [1/]: TEST | GPOZaurr Permissions Testing from domain: ad.evotec.xyz
[2020-12-11 22:00:54.891] [DEBUG] stdout: 

[2020-12-11 22:00:54.916] [DEBUG] stdout: VERBOSE: Set-GPOZaurrOwner - Changing GPO: TEST | GPOZaurr Permissions Testing from domain: ad.evotec.xyz from owner 
EVOTEC\przemyslaw.klys (SID: S-1-5-21-853615985-2870445339-3163598659-1105) to EVOTEC\Domain Admins
[2020-12-11 22:00:54.916] [DEBUG] stdout: 

[2020-12-11 22:00:54.964] [DEBUG] stdout: VERBOSE: Set-GPOZaurrOwner - Changing Sysvol Owner GPO: TEST | GPOZaurr Permissions Testing from domain: ad.evotec.xyz 
from owner EVOTEC\przemyslaw.klys (SID: S-1-5-21-853615985-2870445339-3163598659-1105) to EVOTEC\Domain Admins
[2020-12-11 22:00:54.964] [DEBUG] stdout: 

[2020-12-11 22:00:54.973] [DEBUG] stdout: VERBOSE: Performing the operation "Replacing owner EVOTEC\przemyslaw.klys to EVOTEC\Domain Admins" on target 
"\\ad.evotec.xyz\SysVol\ad.evotec.xyz\Policies\{19EFFAE7-AB10-4854-90F9-44DEFDADE858}".
[2020-12-11 22:00:54.973] [DEBUG] stdout: 

[2020-12-11 22:00:55.099] [DEBUG] stdout:   [+] Set-GPOZaurrOwner - Should set proper data
[2020-12-11 22:00:55.099] [DEBUG] stdout:  427ms (426ms|1ms)
[2020-12-11 22:00:55.099] [DEBUG] stdout: 

[2020-12-11 22:00:55.362] [DEBUG] stdout:   [+] Get-GPOZaurrOwner - Should return proper data for one GPO (Domain Admins)
[2020-12-11 22:00:55.362] [DEBUG] stdout:  258ms (258ms|1ms)
[2020-12-11 22:00:55.362] [DEBUG] stdout: 

[2020-12-11 22:00:55.788] [DEBUG] stdout: 
Running tests from 'GPOPermissions.Tests.ps1'
[2020-12-11 22:00:55.788] [DEBUG] stdout: 

[2020-12-11 22:00:56.640] [DEBUG] stdout: VERBOSE: Get-PrivPermission - Processing TEST | GPOZaurr Permissions Testing from ad.evotec.xyz
[2020-12-11 22:00:56.640] [DEBUG] stdout: 

[2020-12-11 22:00:56.662] [DEBUG] stdout: Describing GPO Permissions Management - Simple
[2020-12-11 22:00:56.662] [DEBUG] stdout: 

[2020-12-11 22:00:57.561] [DEBUG] stdout:   [+] Get-GPOZaurrPermission - Should return proper data
[2020-12-11 22:00:57.561] [DEBUG] stdout:  899ms (897ms|2ms)
[2020-12-11 22:00:57.561] [DEBUG] stdout: 

[2020-12-11 22:00:57.975] [DEBUG] stdout: VERBOSE: Get-PrivPermission - Processing TEST | GPOZaurr Permissions Testing from ad.evotec.xyz
[2020-12-11 22:00:57.975] [DEBUG] stdout: 

[2020-12-11 22:00:57.993] [DEBUG] stdout: VERBOSE: Add-GPOZaurrPermission - Adding permission GpoEdit for przemyslaw.klys to TEST | GPOZaurr Permissions Testing 
at ad.evotec.xyz
[2020-12-11 22:00:57.993] [DEBUG] stdout: 

[2020-12-11 22:00:57.997] [DEBUG] stdout: What if: Performing the operation "Adding przemyslaw.klys / GpoEdit to TEST | GPOZaurr Permissions Testing at ad.evotec.xyz" on target "TEST | GPOZaurr Permissions Testing".

[2020-12-11 22:00:58.304] [DEBUG] stdout:   [+] Add-GPOZaurrPermission - With WHATIF works
[2020-12-11 22:00:58.304] [DEBUG] stdout:  741ms (739ms|2ms)

[2020-12-11 22:00:58.783] [DEBUG] stdout: VERBOSE: Get-PrivPermission - Processing TEST | GPOZaurr Permissions Testing from ad.evotec.xyz
[2020-12-11 22:00:58.784] [DEBUG] stdout: 

[2020-12-11 22:00:58.796] [DEBUG] stdout: VERBOSE: Add-GPOZaurrPermission - Adding permission GpoEdit for przemyslaw.klys to TEST | GPOZaurr Permissions Testing 
at ad.evotec.xyz
[2020-12-11 22:00:58.796] [DEBUG] stdout: 

[2020-12-11 22:00:58.797] [DEBUG] stdout: VERBOSE: Performing the operation "Adding przemyslaw.klys / GpoEdit to TEST | GPOZaurr Permissions Testing at 
ad.evotec.xyz" on target "TEST | GPOZaurr Permissions Testing".
[2020-12-11 22:00:58.797] [DEBUG] stdout: 

[2020-12-11 22:00:58.797] [DEBUG] stdout: VERBOSE: Add-GPOZaurrPermission - Adding permission GpoEdit for przemyslaw.klys
[2020-12-11 22:00:58.798] [DEBUG] stdout: 

[2020-12-11 22:00:59.120] [DEBUG] stdout:   [+] Add-GPOZaurrPermission - Without WHATIF works
[2020-12-11 22:00:59.120] [DEBUG] stdout:  814ms (812ms|2ms)
[2020-12-11 22:00:59.120] [DEBUG] stdout: 

[2020-12-11 22:00:59.243] [DEBUG] stdout: VERBOSE: Get-PrivPermission - Processing TEST | GPOZaurr Permissions Testing from ad.evotec.xyz
[2020-12-11 22:00:59.243] [DEBUG] stdout: 

[2020-12-11 22:00:59.262] [DEBUG] stdout: What if: Performing the operation "Removing SID: S-1-5-21-853615985-2870445339-3163598659-1105, Name: ad.evotec.xyz\Przemyslaw Klys, SidType: NotAdministrative from domain ad.evotec.xyz" on target "TEST | GPOZaurr Permissions Testing".

[2020-12-11 22:00:59.523] [DEBUG] stdout:   [+] Remove-GPOZaurrPermission - With WHATIF
[2020-12-11 22:00:59.523] [DEBUG] stdout:  401ms (400ms|1ms)
[2020-12-11 22:00:59.523] [DEBUG] stdout: 

[2020-12-11 22:00:59.664] [DEBUG] stdout: VERBOSE: Get-PrivPermission - Processing TEST | GPOZaurr Permissions Testing from ad.evotec.xyz
[2020-12-11 22:00:59.665] [DEBUG] stdout: 

[2020-12-11 22:00:59.675] [DEBUG] stdout: VERBOSE: Remove-GPOZaurrPermission - Removing permission GpoEdit for S-1-5-21-853615985-2870445339-3163598659-1105 / 
Przemyslaw Klys / Type: Allow
[2020-12-11 22:00:59.675] [DEBUG] stdout: 

[2020-12-11 22:01:00.002] [DEBUG] stdout:   [+] Remove-GPOZaurrPermission - Without WHATIF
[2020-12-11 22:01:00.002] [DEBUG] stdout:  477ms (475ms|2ms)
[2020-12-11 22:01:00.002] [DEBUG] stdout: 

[2020-12-11 22:01:00.276] [DEBUG] stdout: Tests completed in 11.91s
[2020-12-11 22:01:00.276] [DEBUG] stdout: 

[2020-12-11 22:01:00.281] [DEBUG] stdout: Tests Passed: 10, 
[2020-12-11 22:01:00.283] [DEBUG] stdout: Failed: 0, 
[2020-12-11 22:01:00.284] [DEBUG] stdout: Skipped: 0 
[2020-12-11 22:01:00.286] [DEBUG] stdout: NotRun: 0
[2020-12-11 22:01:00.286] [DEBUG] stdout: 

[2020-12-11 22:01:00.508] [DEBUG] stdout: 
Starting discovery in 1 files.
[2020-12-11 22:01:00.508] [DEBUG] stdout: 

[2020-12-11 22:01:00.519] [DEBUG] stdout: Discovery finished in 11ms.
[2020-12-11 22:01:00.519] [DEBUG] stdout: 

[2020-12-11 22:01:01.031] [DEBUG] stdout: VERBOSE: Get-PrivPermission - Processing TEST | GPOZaurr Permissions Testing from ad.evotec.xyz
[2020-12-11 22:01:01.032] [DEBUG] stdout: 

[2020-12-11 22:01:02.132] [DEBUG] stdout: VERBOSE: Get-PrivPermission - Processing TEST | GPOZaurr Permissions Testing from ad.evotec.xyz
VERBOSE: Add-GPOZaurrPermission - Adding permission GpoEdit for przemyslaw.klys to TEST | GPOZaurr Permissions Testing 
at ad.evotec.xyz
What if: Performing the operation "Adding przemyslaw.klys / GpoEdit to TEST | GPOZaurr Permissions Testing at ad.evotec.xyz" on target "TEST | GPOZaurr Permissions Testing".

[2020-12-11 22:01:02.704] [DEBUG] stdout: VERBOSE: Get-PrivPermission - Processing TEST | GPOZaurr Permissions Testing from ad.evotec.xyz
[2020-12-11 22:01:02.704] [DEBUG] stdout: 

[2020-12-11 22:01:02.707] [DEBUG] stdout: VERBOSE: Add-GPOZaurrPermission - Adding permission GpoEdit for przemyslaw.klys to TEST | GPOZaurr Permissions Testing 
at ad.evotec.xyz
[2020-12-11 22:01:02.707] [DEBUG] stdout: 

[2020-12-11 22:01:02.708] [DEBUG] stdout: VERBOSE: Performing the operation "Adding przemyslaw.klys / GpoEdit to TEST | GPOZaurr Permissions Testing at 
ad.evotec.xyz" on target "TEST | GPOZaurr Permissions Testing".
[2020-12-11 22:01:02.708] [DEBUG] stdout: 

[2020-12-11 22:01:02.708] [DEBUG] stdout: VERBOSE: Add-GPOZaurrPermission - Adding permission GpoEdit for przemyslaw.klys
[2020-12-11 22:01:02.708] [DEBUG] stdout: 

[2020-12-11 22:01:03.151] [DEBUG] stdout: VERBOSE: Get-PrivPermission - Processing TEST | GPOZaurr Permissions Testing from ad.evotec.xyz
[2020-12-11 22:01:03.152] [DEBUG] stdout: 

[2020-12-11 22:01:03.163] [DEBUG] stdout: What if: Performing the operation "Removing SID: S-1-5-21-853615985-2870445339-3163598659-1105, Name: ad.evotec.xyz\Przemyslaw Klys, SidType: NotAdministrative from domain ad.evotec.xyz" on target "TEST | GPOZaurr Permissions Testing".

[2020-12-11 22:01:03.537] [DEBUG] stdout: VERBOSE: Get-PrivPermission - Processing TEST | GPOZaurr Permissions Testing from ad.evotec.xyz
[2020-12-11 22:01:03.537] [DEBUG] stdout: 

[2020-12-11 22:01:03.543] [DEBUG] stdout: VERBOSE: Remove-GPOZaurrPermission - Removing permission GpoEdit for S-1-5-21-853615985-2870445339-3163598659-1105 / 
Przemyslaw Klys / Type: Allow
[2020-12-11 22:01:03.543] [DEBUG] stdout: 

[2020-12-11 22:01:03.895] [DEBUG] stdout: [+] C:\Support\GitHub\GpoZaurr\Tests\GPOPermissions.Tests.ps1
[2020-12-11 22:01:03.895] [DEBUG] stdout:  3.38s (3.31s|62ms)
[2020-12-11 22:01:03.896] [DEBUG] stdout: 

[2020-12-11 22:01:03.900] [DEBUG] stdout: Tests completed in 3.39s
[2020-12-11 22:01:03.900] [DEBUG] stdout: 

[2020-12-11 22:01:03.901] [DEBUG] stdout: Tests Passed: 5, 
[2020-12-11 22:01:03.901] [DEBUG] stdout: Failed: 0, 
[2020-12-11 22:01:03.901] [DEBUG] stdout: Skipped: 0 
[2020-12-11 22:01:03.902] [DEBUG] stdout: NotRun: 0
[2020-12-11 22:01:03.902] [DEBUG] stdout: 

[2020-12-11 22:01:03.936] [DEBUG] stdout: 
Starting discovery in 1 files.
[2020-12-11 22:01:03.937] [DEBUG] stdout: 

[2020-12-11 22:01:03.943] [DEBUG] stdout: Discovery finished in 7ms.
[2020-12-11 22:01:03.943] [DEBUG] stdout: 

[2020-12-11 22:01:06.167] [DEBUG] stdout: VERBOSE: Get-GPOZaurrOwner - Processing GPO [1/]: TEST | GPOZaurr Permissions Testing from domain: ad.evotec.xyz
[2020-12-11 22:01:06.167] [DEBUG] stdout: 

[2020-12-11 22:01:06.192] [DEBUG] stdout: VERBOSE: Set-GPOZaurrOwner - Force was used to push new owner to TEST | GPOZaurr Permissions Testing from domain: 
ad.evotec.xyz - owner EVOTEC\Domain Admins / sysvol owner EVOTEC\Domain Admins.
[2020-12-11 22:01:06.192] [DEBUG] stdout: 

[2020-12-11 22:01:06.193] [DEBUG] stdout: VERBOSE: Set-GPOZaurrOwner - Changing GPO: TEST | GPOZaurr Permissions Testing from domain: ad.evotec.xyz from owner 
EVOTEC\Domain Admins (SID: S-1-5-21-853615985-2870445339-3163598659-512) to przemyslaw.klys
[2020-12-11 22:01:06.193] [DEBUG] stdout: 

[2020-12-11 22:01:06.216] [DEBUG] stdout: VERBOSE: Set-GPOZaurrOwner - Changing Sysvol Owner GPO: TEST | GPOZaurr Permissions Testing from domain: ad.evotec.xyz 
from owner EVOTEC\Domain Admins (SID: S-1-5-21-853615985-2870445339-3163598659-512) to przemyslaw.klys
[2020-12-11 22:01:06.216] [DEBUG] stdout: 

[2020-12-11 22:01:06.225] [DEBUG] stdout: VERBOSE: Performing the operation "Replacing owner EVOTEC\Domain Admins to przemyslaw.klys" on target 
"\\ad.evotec.xyz\SysVol\ad.evotec.xyz\Policies\{19EFFAE7-AB10-4854-90F9-44DEFDADE858}".
[2020-12-11 22:01:06.225] [DEBUG] stdout: 

[2020-12-11 22:01:06.788] [DEBUG] stdout: VERBOSE: Get-GPOZaurrOwner - Processing GPO [1/]: TEST | GPOZaurr Permissions Testing from domain: ad.evotec.xyz
[2020-12-11 22:01:06.788] [DEBUG] stdout: 

[2020-12-11 22:01:06.812] [DEBUG] stdout: VERBOSE: Set-GPOZaurrOwner - Changing GPO: TEST | GPOZaurr Permissions Testing from domain: ad.evotec.xyz from owner 
EVOTEC\przemyslaw.klys (SID: S-1-5-21-853615985-2870445339-3163598659-1105) to EVOTEC\Domain Admins
[2020-12-11 22:01:06.812] [DEBUG] stdout: 

[2020-12-11 22:01:06.837] [DEBUG] stdout: VERBOSE: Set-GPOZaurrOwner - Changing Sysvol Owner GPO: TEST | GPOZaurr Permissions Testing from domain: ad.evotec.xyz 
from owner EVOTEC\przemyslaw.klys (SID: S-1-5-21-853615985-2870445339-3163598659-1105) to EVOTEC\Domain Admins
[2020-12-11 22:01:06.837] [DEBUG] stdout: 

[2020-12-11 22:01:06.844] [DEBUG] stdout: VERBOSE: Performing the operation "Replacing owner EVOTEC\przemyslaw.klys to EVOTEC\Domain Admins" on target 
"\\ad.evotec.xyz\SysVol\ad.evotec.xyz\Policies\{19EFFAE7-AB10-4854-90F9-44DEFDADE858}".
[2020-12-11 22:01:06.844] [DEBUG] stdout: 


Log2:

abstractExtensionService.ts:840 Extension 'ms-vscode.powershell-preview cannot use PROPOSED API (must started out of dev or enabled via --enable-proposed-api)
updateEnableProposedApi @ abstractExtensionService.ts:829
abstractExtensionService.ts:721 [ms-vscode.powershell-preview]: Command `workbench.action.debug.start` appears multiple times in the `commands` section.
abstractExtensionService.ts:721 [ms-vscode.powershell-preview]: Command `workbench.action.closePanel` appears multiple times in the `commands` section.
abstractExtensionService.ts:721 [ms-vscode.powershell-preview]: Command `workbench.action.positionPanelLeft` appears multiple times in the `commands` section.
abstractExtensionService.ts:721 [ms-vscode.powershell-preview]: Command `workbench.action.positionPanelBottom` appears multiple times in the `commands` section.
TMScopeRegistry.ts:45 Overwriting grammar scope name to file mapping for scope source.yaml.
Old grammar file: file:///c%3A/Users/przemyslaw.klys/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/extensions/yaml/syntaxes/yaml.tmLanguage.json.
New grammar file: file:///c%3A/Users/przemyslaw.klys/.vscode/extensions/redhat.vscode-yaml-0.13.0/syntaxes/yaml.tmLanguage.json
register @ TMScopeRegistry.ts:43
console.ts:137 [Extension Host] swdc-vscode: Loaded softwaredotcom.swdc-vscode v2.3.24
console.ts:137 [Extension Host] swdc-tracker initialized and ready to send events to com-software-prod1.collector.snplow.net
2log.ts:197   ERR Internal Error - System.ArgumentNullException: Pipeline response (OmniSharp.Extensions.LanguageServer.Protocol.Models.Hover) must not be null
Parameter name: request
   at OmniSharp.Extensions.JsonRpc.Pipelines.ResponseMustNotBeNullProcessor`2.Process(T request, R response, CancellationToken cancellationToken)
   at MediatR.Pipeline.RequestPostProcessorBehavior`2.<Handle>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MediatR.Pipeline.RequestPreProcessorBehavior`2.<Handle>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.LanguageServer.Server.Pipelines.ResolveCommandPipeline`2.<Handle>d__5.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.JsonRpc.RequestRouterBase`1.<RouteRequest>d__8.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.JsonRpc.InputHandler.<>c__DisplayClass38_0.<<RouteRequest>b__5>d.MoveNext(): Error: Internal Error - System.ArgumentNullException: Pipeline response (OmniSharp.Extensions.LanguageServer.Protocol.Models.Hover) must not be null
Parameter name: request
   at OmniSharp.Extensions.JsonRpc.Pipelines.ResponseMustNotBeNullProcessor`2.Process(T request, R response, CancellationToken cancellationToken)
   at MediatR.Pipeline.RequestPostProcessorBehavior`2.<Handle>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MediatR.Pipeline.RequestPreProcessorBehavior`2.<Handle>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.LanguageServer.Server.Pipelines.ResolveCommandPipeline`2.<Handle>d__5.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.JsonRpc.RequestRouterBase`1.<RouteRequest>d__8.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.JsonRpc.InputHandler.<>c__DisplayClass38_0.<<RouteRequest>b__5>d.MoveNext()
	at handleResponse (c:\Users\przemyslaw.klys\.vscode\extensions\ms-vscode.powershell-preview-2020.9.0\node_modules\vscode-jsonrpc\lib\common\connection.js:476:48)
	at processMessageQueue (c:\Users\przemyslaw.klys\.vscode\extensions\ms-vscode.powershell-preview-2020.9.0\node_modules\vscode-jsonrpc\lib\common\connection.js:291:17)
	at Immediate.<anonymous> (c:\Users\przemyslaw.klys\.vscode\extensions\ms-vscode.powershell-preview-2020.9.0\node_modules\vscode-jsonrpc\lib\common\connection.js:275:13)
	at processImmediate (internal/timers.js:439:21)
console.ts:137 [Extension Host] Command failed: git log --format='%an,%ae' | sort -u-uThe system cannot find the file specified.

2log.ts:197   ERR Internal Error - System.ArgumentNullException: Pipeline response (OmniSharp.Extensions.LanguageServer.Protocol.Models.Hover) must not be null
Parameter name: request
   at OmniSharp.Extensions.JsonRpc.Pipelines.ResponseMustNotBeNullProcessor`2.Process(T request, R response, CancellationToken cancellationToken)
   at MediatR.Pipeline.RequestPostProcessorBehavior`2.<Handle>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MediatR.Pipeline.RequestPreProcessorBehavior`2.<Handle>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.LanguageServer.Server.Pipelines.ResolveCommandPipeline`2.<Handle>d__5.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.JsonRpc.RequestRouterBase`1.<RouteRequest>d__8.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.JsonRpc.InputHandler.<>c__DisplayClass38_0.<<RouteRequest>b__5>d.MoveNext(): Error: Internal Error - System.ArgumentNullException: Pipeline response (OmniSharp.Extensions.LanguageServer.Protocol.Models.Hover) must not be null
Parameter name: request
   at OmniSharp.Extensions.JsonRpc.Pipelines.ResponseMustNotBeNullProcessor`2.Process(T request, R response, CancellationToken cancellationToken)
   at MediatR.Pipeline.RequestPostProcessorBehavior`2.<Handle>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MediatR.Pipeline.RequestPreProcessorBehavior`2.<Handle>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.LanguageServer.Server.Pipelines.ResolveCommandPipeline`2.<Handle>d__5.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.JsonRpc.RequestRouterBase`1.<RouteRequest>d__8.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.JsonRpc.InputHandler.<>c__DisplayClass38_0.<<RouteRequest>b__5>d.MoveNext()
	at handleResponse (c:\Users\przemyslaw.klys\.vscode\extensions\ms-vscode.powershell-preview-2020.9.0\node_modules\vscode-jsonrpc\lib\common\connection.js:476:48)
	at processMessageQueue (c:\Users\przemyslaw.klys\.vscode\extensions\ms-vscode.powershell-preview-2020.9.0\node_modules\vscode-jsonrpc\lib\common\connection.js:291:17)
	at Immediate.<anonymous> (c:\Users\przemyslaw.klys\.vscode\extensions\ms-vscode.powershell-preview-2020.9.0\node_modules\vscode-jsonrpc\lib\common\connection.js:275:13)
	at processImmediate (internal/timers.js:439:21)
console.ts:137 [Extension Host] Command failed: git log --format='%an,%ae' | sort -u-uThe system cannot find the file specified.

7log.ts:197   ERR Internal Error - System.ArgumentNullException: Pipeline response (OmniSharp.Extensions.LanguageServer.Protocol.Models.Hover) must not be null
Parameter name: request
   at OmniSharp.Extensions.JsonRpc.Pipelines.ResponseMustNotBeNullProcessor`2.Process(T request, R response, CancellationToken cancellationToken)
   at MediatR.Pipeline.RequestPostProcessorBehavior`2.<Handle>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MediatR.Pipeline.RequestPreProcessorBehavior`2.<Handle>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.LanguageServer.Server.Pipelines.ResolveCommandPipeline`2.<Handle>d__5.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.JsonRpc.RequestRouterBase`1.<RouteRequest>d__8.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.JsonRpc.InputHandler.<>c__DisplayClass38_0.<<RouteRequest>b__5>d.MoveNext(): Error: Internal Error - System.ArgumentNullException: Pipeline response (OmniSharp.Extensions.LanguageServer.Protocol.Models.Hover) must not be null
Parameter name: request
   at OmniSharp.Extensions.JsonRpc.Pipelines.ResponseMustNotBeNullProcessor`2.Process(T request, R response, CancellationToken cancellationToken)
   at MediatR.Pipeline.RequestPostProcessorBehavior`2.<Handle>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MediatR.Pipeline.RequestPreProcessorBehavior`2.<Handle>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.LanguageServer.Server.Pipelines.ResolveCommandPipeline`2.<Handle>d__5.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.JsonRpc.RequestRouterBase`1.<RouteRequest>d__8.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.JsonRpc.InputHandler.<>c__DisplayClass38_0.<<RouteRequest>b__5>d.MoveNext()
	at handleResponse (c:\Users\przemyslaw.klys\.vscode\extensions\ms-vscode.powershell-preview-2020.9.0\node_modules\vscode-jsonrpc\lib\common\connection.js:476:48)
	at processMessageQueue (c:\Users\przemyslaw.klys\.vscode\extensions\ms-vscode.powershell-preview-2020.9.0\node_modules\vscode-jsonrpc\lib\common\connection.js:291:17)
	at Immediate.<anonymous> (c:\Users\przemyslaw.klys\.vscode\extensions\ms-vscode.powershell-preview-2020.9.0\node_modules\vscode-jsonrpc\lib\common\connection.js:275:13)
	at processImmediate (internal/timers.js:439:21)
console.ts:137 [Extension Host] Command failed: git log --format='%an,%ae' | sort -u-uThe system cannot find the file specified.

21log.ts:197   ERR Internal Error - System.ArgumentNullException: Pipeline response (OmniSharp.Extensions.LanguageServer.Protocol.Models.Hover) must not be null
Parameter name: request
   at OmniSharp.Extensions.JsonRpc.Pipelines.ResponseMustNotBeNullProcessor`2.Process(T request, R response, CancellationToken cancellationToken)
   at MediatR.Pipeline.RequestPostProcessorBehavior`2.<Handle>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MediatR.Pipeline.RequestPreProcessorBehavior`2.<Handle>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.LanguageServer.Server.Pipelines.ResolveCommandPipeline`2.<Handle>d__5.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.JsonRpc.RequestRouterBase`1.<RouteRequest>d__8.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.JsonRpc.InputHandler.<>c__DisplayClass38_0.<<RouteRequest>b__5>d.MoveNext(): Error: Internal Error - System.ArgumentNullException: Pipeline response (OmniSharp.Extensions.LanguageServer.Protocol.Models.Hover) must not be null
Parameter name: request
   at OmniSharp.Extensions.JsonRpc.Pipelines.ResponseMustNotBeNullProcessor`2.Process(T request, R response, CancellationToken cancellationToken)
   at MediatR.Pipeline.RequestPostProcessorBehavior`2.<Handle>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MediatR.Pipeline.RequestPreProcessorBehavior`2.<Handle>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.LanguageServer.Server.Pipelines.ResolveCommandPipeline`2.<Handle>d__5.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.JsonRpc.RequestRouterBase`1.<RouteRequest>d__8.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.JsonRpc.InputHandler.<>c__DisplayClass38_0.<<RouteRequest>b__5>d.MoveNext()
	at handleResponse (c:\Users\przemyslaw.klys\.vscode\extensions\ms-vscode.powershell-preview-2020.9.0\node_modules\vscode-jsonrpc\lib\common\connection.js:476:48)
	at processMessageQueue (c:\Users\przemyslaw.klys\.vscode\extensions\ms-vscode.powershell-preview-2020.9.0\node_modules\vscode-jsonrpc\lib\common\connection.js:291:17)
	at Immediate.<anonymous> (c:\Users\przemyslaw.klys\.vscode\extensions\ms-vscode.powershell-preview-2020.9.0\node_modules\vscode-jsonrpc\lib\common\connection.js:275:13)
	at processImmediate (internal/timers.js:439:21)
console.ts:137 [Extension Host] Command failed: git log --format='%an,%ae' | sort -u-uThe system cannot find the file specified.

17log.ts:197   ERR Internal Error - System.ArgumentNullException: Pipeline response (OmniSharp.Extensions.LanguageServer.Protocol.Models.Hover) must not be null
Parameter name: request
   at OmniSharp.Extensions.JsonRpc.Pipelines.ResponseMustNotBeNullProcessor`2.Process(T request, R response, CancellationToken cancellationToken)
   at MediatR.Pipeline.RequestPostProcessorBehavior`2.<Handle>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MediatR.Pipeline.RequestPreProcessorBehavior`2.<Handle>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.LanguageServer.Server.Pipelines.ResolveCommandPipeline`2.<Handle>d__5.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.JsonRpc.RequestRouterBase`1.<RouteRequest>d__8.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.JsonRpc.InputHandler.<>c__DisplayClass38_0.<<RouteRequest>b__5>d.MoveNext(): Error: Internal Error - System.ArgumentNullException: Pipeline response (OmniSharp.Extensions.LanguageServer.Protocol.Models.Hover) must not be null
Parameter name: request
   at OmniSharp.Extensions.JsonRpc.Pipelines.ResponseMustNotBeNullProcessor`2.Process(T request, R response, CancellationToken cancellationToken)
   at MediatR.Pipeline.RequestPostProcessorBehavior`2.<Handle>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MediatR.Pipeline.RequestPreProcessorBehavior`2.<Handle>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.LanguageServer.Server.Pipelines.ResolveCommandPipeline`2.<Handle>d__5.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.JsonRpc.RequestRouterBase`1.<RouteRequest>d__8.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.JsonRpc.InputHandler.<>c__DisplayClass38_0.<<RouteRequest>b__5>d.MoveNext()
	at handleResponse (c:\Users\przemyslaw.klys\.vscode\extensions\ms-vscode.powershell-preview-2020.9.0\node_modules\vscode-jsonrpc\lib\common\connection.js:476:48)
	at processMessageQueue (c:\Users\przemyslaw.klys\.vscode\extensions\ms-vscode.powershell-preview-2020.9.0\node_modules\vscode-jsonrpc\lib\common\connection.js:291:17)
	at Immediate.<anonymous> (c:\Users\przemyslaw.klys\.vscode\extensions\ms-vscode.powershell-preview-2020.9.0\node_modules\vscode-jsonrpc\lib\common\connection.js:275:13)
	at processImmediate (internal/timers.js:439:21)
console.ts:137 [Extension Host] Command failed: git log --format='%an,%ae' | sort -u-uThe system cannot find the file specified.

11log.ts:197   ERR Internal Error - System.ArgumentNullException: Pipeline response (OmniSharp.Extensions.LanguageServer.Protocol.Models.Hover) must not be null
Parameter name: request
   at OmniSharp.Extensions.JsonRpc.Pipelines.ResponseMustNotBeNullProcessor`2.Process(T request, R response, CancellationToken cancellationToken)
   at MediatR.Pipeline.RequestPostProcessorBehavior`2.<Handle>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MediatR.Pipeline.RequestPreProcessorBehavior`2.<Handle>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.LanguageServer.Server.Pipelines.ResolveCommandPipeline`2.<Handle>d__5.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.JsonRpc.RequestRouterBase`1.<RouteRequest>d__8.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.JsonRpc.InputHandler.<>c__DisplayClass38_0.<<RouteRequest>b__5>d.MoveNext(): Error: Internal Error - System.ArgumentNullException: Pipeline response (OmniSharp.Extensions.LanguageServer.Protocol.Models.Hover) must not be null
Parameter name: request
   at OmniSharp.Extensions.JsonRpc.Pipelines.ResponseMustNotBeNullProcessor`2.Process(T request, R response, CancellationToken cancellationToken)
   at MediatR.Pipeline.RequestPostProcessorBehavior`2.<Handle>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MediatR.Pipeline.RequestPreProcessorBehavior`2.<Handle>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.LanguageServer.Server.Pipelines.ResolveCommandPipeline`2.<Handle>d__5.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.JsonRpc.RequestRouterBase`1.<RouteRequest>d__8.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.JsonRpc.InputHandler.<>c__DisplayClass38_0.<<RouteRequest>b__5>d.MoveNext()
	at handleResponse (c:\Users\przemyslaw.klys\.vscode\extensions\ms-vscode.powershell-preview-2020.9.0\node_modules\vscode-jsonrpc\lib\common\connection.js:476:48)
	at processMessageQueue (c:\Users\przemyslaw.klys\.vscode\extensions\ms-vscode.powershell-preview-2020.9.0\node_modules\vscode-jsonrpc\lib\common\connection.js:291:17)
	at Immediate.<anonymous> (c:\Users\przemyslaw.klys\.vscode\extensions\ms-vscode.powershell-preview-2020.9.0\node_modules\vscode-jsonrpc\lib\common\connection.js:275:13)
	at processImmediate (internal/timers.js:439:21)
console.ts:137 [Extension Host] Command failed: git log --format='%an,%ae' | sort -u-uThe system cannot find the file specified.

6log.ts:197   ERR Internal Error - System.ArgumentNullException: Pipeline response (OmniSharp.Extensions.LanguageServer.Protocol.Models.Hover) must not be null
Parameter name: request
   at OmniSharp.Extensions.JsonRpc.Pipelines.ResponseMustNotBeNullProcessor`2.Process(T request, R response, CancellationToken cancellationToken)
   at MediatR.Pipeline.RequestPostProcessorBehavior`2.<Handle>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MediatR.Pipeline.RequestPreProcessorBehavior`2.<Handle>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.LanguageServer.Server.Pipelines.ResolveCommandPipeline`2.<Handle>d__5.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.JsonRpc.RequestRouterBase`1.<RouteRequest>d__8.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.JsonRpc.InputHandler.<>c__DisplayClass38_0.<<RouteRequest>b__5>d.MoveNext(): Error: Internal Error - System.ArgumentNullException: Pipeline response (OmniSharp.Extensions.LanguageServer.Protocol.Models.Hover) must not be null
Parameter name: request
   at OmniSharp.Extensions.JsonRpc.Pipelines.ResponseMustNotBeNullProcessor`2.Process(T request, R response, CancellationToken cancellationToken)
   at MediatR.Pipeline.RequestPostProcessorBehavior`2.<Handle>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MediatR.Pipeline.RequestPreProcessorBehavior`2.<Handle>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.LanguageServer.Server.Pipelines.ResolveCommandPipeline`2.<Handle>d__5.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.JsonRpc.RequestRouterBase`1.<RouteRequest>d__8.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.JsonRpc.InputHandler.<>c__DisplayClass38_0.<<RouteRequest>b__5>d.MoveNext()
	at handleResponse (c:\Users\przemyslaw.klys\.vscode\extensions\ms-vscode.powershell-preview-2020.9.0\node_modules\vscode-jsonrpc\lib\common\connection.js:476:48)
	at processMessageQueue (c:\Users\przemyslaw.klys\.vscode\extensions\ms-vscode.powershell-preview-2020.9.0\node_modules\vscode-jsonrpc\lib\common\connection.js:291:17)
	at Immediate.<anonymous> (c:\Users\przemyslaw.klys\.vscode\extensions\ms-vscode.powershell-preview-2020.9.0\node_modules\vscode-jsonrpc\lib\common\connection.js:275:13)
	at processImmediate (internal/timers.js:439:21)
console.ts:137 [Extension Host] Command failed: git log --format='%an,%ae' | sort -u-uThe system cannot find the file specified.

8log.ts:197   ERR Internal Error - System.ArgumentNullException: Pipeline response (OmniSharp.Extensions.LanguageServer.Protocol.Models.Hover) must not be null
Parameter name: request
   at OmniSharp.Extensions.JsonRpc.Pipelines.ResponseMustNotBeNullProcessor`2.Process(T request, R response, CancellationToken cancellationToken)
   at MediatR.Pipeline.RequestPostProcessorBehavior`2.<Handle>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MediatR.Pipeline.RequestPreProcessorBehavior`2.<Handle>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.LanguageServer.Server.Pipelines.ResolveCommandPipeline`2.<Handle>d__5.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.JsonRpc.RequestRouterBase`1.<RouteRequest>d__8.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.JsonRpc.InputHandler.<>c__DisplayClass38_0.<<RouteRequest>b__5>d.MoveNext(): Error: Internal Error - System.ArgumentNullException: Pipeline response (OmniSharp.Extensions.LanguageServer.Protocol.Models.Hover) must not be null
Parameter name: request
   at OmniSharp.Extensions.JsonRpc.Pipelines.ResponseMustNotBeNullProcessor`2.Process(T request, R response, CancellationToken cancellationToken)
   at MediatR.Pipeline.RequestPostProcessorBehavior`2.<Handle>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MediatR.Pipeline.RequestPreProcessorBehavior`2.<Handle>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.LanguageServer.Server.Pipelines.ResolveCommandPipeline`2.<Handle>d__5.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.JsonRpc.RequestRouterBase`1.<RouteRequest>d__8.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.JsonRpc.InputHandler.<>c__DisplayClass38_0.<<RouteRequest>b__5>d.MoveNext()
	at handleResponse (c:\Users\przemyslaw.klys\.vscode\extensions\ms-vscode.powershell-preview-2020.9.0\node_modules\vscode-jsonrpc\lib\common\connection.js:476:48)
	at processMessageQueue (c:\Users\przemyslaw.klys\.vscode\extensions\ms-vscode.powershell-preview-2020.9.0\node_modules\vscode-jsonrpc\lib\common\connection.js:291:17)
	at Immediate.<anonymous> (c:\Users\przemyslaw.klys\.vscode\extensions\ms-vscode.powershell-preview-2020.9.0\node_modules\vscode-jsonrpc\lib\common\connection.js:275:13)
	at processImmediate (internal/timers.js:439:21)
console.ts:137 [Extension Host] Command failed: git log --format='%an,%ae' | sort -u-uThe system cannot find the file specified.

12log.ts:197   ERR Internal Error - System.ArgumentNullException: Pipeline response (OmniSharp.Extensions.LanguageServer.Protocol.Models.Hover) must not be null
Parameter name: request
   at OmniSharp.Extensions.JsonRpc.Pipelines.ResponseMustNotBeNullProcessor`2.Process(T request, R response, CancellationToken cancellationToken)
   at MediatR.Pipeline.RequestPostProcessorBehavior`2.<Handle>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MediatR.Pipeline.RequestPreProcessorBehavior`2.<Handle>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.LanguageServer.Server.Pipelines.ResolveCommandPipeline`2.<Handle>d__5.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.JsonRpc.RequestRouterBase`1.<RouteRequest>d__8.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.JsonRpc.InputHandler.<>c__DisplayClass38_0.<<RouteRequest>b__5>d.MoveNext(): Error: Internal Error - System.ArgumentNullException: Pipeline response (OmniSharp.Extensions.LanguageServer.Protocol.Models.Hover) must not be null
Parameter name: request
   at OmniSharp.Extensions.JsonRpc.Pipelines.ResponseMustNotBeNullProcessor`2.Process(T request, R response, CancellationToken cancellationToken)
   at MediatR.Pipeline.RequestPostProcessorBehavior`2.<Handle>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MediatR.Pipeline.RequestPreProcessorBehavior`2.<Handle>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.LanguageServer.Server.Pipelines.ResolveCommandPipeline`2.<Handle>d__5.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.JsonRpc.RequestRouterBase`1.<RouteRequest>d__8.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.JsonRpc.InputHandler.<>c__DisplayClass38_0.<<RouteRequest>b__5>d.MoveNext()
	at handleResponse (c:\Users\przemyslaw.klys\.vscode\extensions\ms-vscode.powershell-preview-2020.9.0\node_modules\vscode-jsonrpc\lib\common\connection.js:476:48)
	at processMessageQueue (c:\Users\przemyslaw.klys\.vscode\extensions\ms-vscode.powershell-preview-2020.9.0\node_modules\vscode-jsonrpc\lib\common\connection.js:291:17)
	at Immediate.<anonymous> (c:\Users\przemyslaw.klys\.vscode\extensions\ms-vscode.powershell-preview-2020.9.0\node_modules\vscode-jsonrpc\lib\common\connection.js:275:13)
	at processImmediate (internal/timers.js:439:21)
console.ts:137 [Extension Host] Command failed: git log --format='%an,%ae' | sort -u-uThe system cannot find the file specified.

11log.ts:197   ERR Internal Error - System.ArgumentNullException: Pipeline response (OmniSharp.Extensions.LanguageServer.Protocol.Models.Hover) must not be null
Parameter name: request
   at OmniSharp.Extensions.JsonRpc.Pipelines.ResponseMustNotBeNullProcessor`2.Process(T request, R response, CancellationToken cancellationToken)
   at MediatR.Pipeline.RequestPostProcessorBehavior`2.<Handle>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MediatR.Pipeline.RequestPreProcessorBehavior`2.<Handle>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.LanguageServer.Server.Pipelines.ResolveCommandPipeline`2.<Handle>d__5.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.JsonRpc.RequestRouterBase`1.<RouteRequest>d__8.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.JsonRpc.InputHandler.<>c__DisplayClass38_0.<<RouteRequest>b__5>d.MoveNext(): Error: Internal Error - System.ArgumentNullException: Pipeline response (OmniSharp.Extensions.LanguageServer.Protocol.Models.Hover) must not be null
Parameter name: request
   at OmniSharp.Extensions.JsonRpc.Pipelines.ResponseMustNotBeNullProcessor`2.Process(T request, R response, CancellationToken cancellationToken)
   at MediatR.Pipeline.RequestPostProcessorBehavior`2.<Handle>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MediatR.Pipeline.RequestPreProcessorBehavior`2.<Handle>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.LanguageServer.Server.Pipelines.ResolveCommandPipeline`2.<Handle>d__5.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.JsonRpc.RequestRouterBase`1.<RouteRequest>d__8.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.JsonRpc.InputHandler.<>c__DisplayClass38_0.<<RouteRequest>b__5>d.MoveNext()
	at handleResponse (c:\Users\przemyslaw.klys\.vscode\extensions\ms-vscode.powershell-preview-2020.9.0\node_modules\vscode-jsonrpc\lib\common\connection.js:476:48)
	at processMessageQueue (c:\Users\przemyslaw.klys\.vscode\extensions\ms-vscode.powershell-preview-2020.9.0\node_modules\vscode-jsonrpc\lib\common\connection.js:291:17)
	at Immediate.<anonymous> (c:\Users\przemyslaw.klys\.vscode\extensions\ms-vscode.powershell-preview-2020.9.0\node_modules\vscode-jsonrpc\lib\common\connection.js:275:13)
	at processImmediate (internal/timers.js:439:21)
console.ts:137 [Extension Host] Command failed: git log --format='%an,%ae' | sort -u-uThe system cannot find the file specified.

5log.ts:197   ERR Internal Error - System.ArgumentNullException: Pipeline response (OmniSharp.Extensions.LanguageServer.Protocol.Models.Hover) must not be null
Parameter name: request
   at OmniSharp.Extensions.JsonRpc.Pipelines.ResponseMustNotBeNullProcessor`2.Process(T request, R response, CancellationToken cancellationToken)
   at MediatR.Pipeline.RequestPostProcessorBehavior`2.<Handle>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MediatR.Pipeline.RequestPreProcessorBehavior`2.<Handle>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.LanguageServer.Server.Pipelines.ResolveCommandPipeline`2.<Handle>d__5.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.JsonRpc.RequestRouterBase`1.<RouteRequest>d__8.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.JsonRpc.InputHandler.<>c__DisplayClass38_0.<<RouteRequest>b__5>d.MoveNext(): Error: Internal Error - System.ArgumentNullException: Pipeline response (OmniSharp.Extensions.LanguageServer.Protocol.Models.Hover) must not be null
Parameter name: request
   at OmniSharp.Extensions.JsonRpc.Pipelines.ResponseMustNotBeNullProcessor`2.Process(T request, R response, CancellationToken cancellationToken)
   at MediatR.Pipeline.RequestPostProcessorBehavior`2.<Handle>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MediatR.Pipeline.RequestPreProcessorBehavior`2.<Handle>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.LanguageServer.Server.Pipelines.ResolveCommandPipeline`2.<Handle>d__5.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.JsonRpc.RequestRouterBase`1.<RouteRequest>d__8.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.JsonRpc.InputHandler.<>c__DisplayClass38_0.<<RouteRequest>b__5>d.MoveNext()
	at handleResponse (c:\Users\przemyslaw.klys\.vscode\extensions\ms-vscode.powershell-preview-2020.9.0\node_modules\vscode-jsonrpc\lib\common\connection.js:476:48)
	at processMessageQueue (c:\Users\przemyslaw.klys\.vscode\extensions\ms-vscode.powershell-preview-2020.9.0\node_modules\vscode-jsonrpc\lib\common\connection.js:291:17)
	at Immediate.<anonymous> (c:\Users\przemyslaw.klys\.vscode\extensions\ms-vscode.powershell-preview-2020.9.0\node_modules\vscode-jsonrpc\lib\common\connection.js:275:13)
	at processImmediate (internal/timers.js:439:21)
console.ts:137 [Extension Host] Command failed: git log --format='%an,%ae' | sort -u-uThe system cannot find the file specified.

17log.ts:197   ERR Internal Error - System.ArgumentNullException: Pipeline response (OmniSharp.Extensions.LanguageServer.Protocol.Models.Hover) must not be null
Parameter name: request
   at OmniSharp.Extensions.JsonRpc.Pipelines.ResponseMustNotBeNullProcessor`2.Process(T request, R response, CancellationToken cancellationToken)
   at MediatR.Pipeline.RequestPostProcessorBehavior`2.<Handle>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MediatR.Pipeline.RequestPreProcessorBehavior`2.<Handle>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.LanguageServer.Server.Pipelines.ResolveCommandPipeline`2.<Handle>d__5.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.JsonRpc.RequestRouterBase`1.<RouteRequest>d__8.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.JsonRpc.InputHandler.<>c__DisplayClass38_0.<<RouteRequest>b__5>d.MoveNext(): Error: Internal Error - System.ArgumentNullException: Pipeline response (OmniSharp.Extensions.LanguageServer.Protocol.Models.Hover) must not be null
Parameter name: request
   at OmniSharp.Extensions.JsonRpc.Pipelines.ResponseMustNotBeNullProcessor`2.Process(T request, R response, CancellationToken cancellationToken)
   at MediatR.Pipeline.RequestPostProcessorBehavior`2.<Handle>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MediatR.Pipeline.RequestPreProcessorBehavior`2.<Handle>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.LanguageServer.Server.Pipelines.ResolveCommandPipeline`2.<Handle>d__5.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.JsonRpc.RequestRouterBase`1.<RouteRequest>d__8.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.JsonRpc.InputHandler.<>c__DisplayClass38_0.<<RouteRequest>b__5>d.MoveNext()
	at handleResponse (c:\Users\przemyslaw.klys\.vscode\extensions\ms-vscode.powershell-preview-2020.9.0\node_modules\vscode-jsonrpc\lib\common\connection.js:476:48)
	at processMessageQueue (c:\Users\przemyslaw.klys\.vscode\extensions\ms-vscode.powershell-preview-2020.9.0\node_modules\vscode-jsonrpc\lib\common\connection.js:291:17)
	at Immediate.<anonymous> (c:\Users\przemyslaw.klys\.vscode\extensions\ms-vscode.powershell-preview-2020.9.0\node_modules\vscode-jsonrpc\lib\common\connection.js:275:13)
	at processImmediate (internal/timers.js:439:21)
console.ts:137 [Extension Host] Command failed: git log --format='%an,%ae' | sort -u-uThe system cannot find the file specified.

7log.ts:197   ERR Internal Error - System.ArgumentNullException: Pipeline response (OmniSharp.Extensions.LanguageServer.Protocol.Models.Hover) must not be null
Parameter name: request
   at OmniSharp.Extensions.JsonRpc.Pipelines.ResponseMustNotBeNullProcessor`2.Process(T request, R response, CancellationToken cancellationToken)
   at MediatR.Pipeline.RequestPostProcessorBehavior`2.<Handle>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MediatR.Pipeline.RequestPreProcessorBehavior`2.<Handle>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.LanguageServer.Server.Pipelines.ResolveCommandPipeline`2.<Handle>d__5.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.JsonRpc.RequestRouterBase`1.<RouteRequest>d__8.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.JsonRpc.InputHandler.<>c__DisplayClass38_0.<<RouteRequest>b__5>d.MoveNext(): Error: Internal Error - System.ArgumentNullException: Pipeline response (OmniSharp.Extensions.LanguageServer.Protocol.Models.Hover) must not be null
Parameter name: request
   at OmniSharp.Extensions.JsonRpc.Pipelines.ResponseMustNotBeNullProcessor`2.Process(T request, R response, CancellationToken cancellationToken)
   at MediatR.Pipeline.RequestPostProcessorBehavior`2.<Handle>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MediatR.Pipeline.RequestPreProcessorBehavior`2.<Handle>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.LanguageServer.Server.Pipelines.ResolveCommandPipeline`2.<Handle>d__5.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.JsonRpc.RequestRouterBase`1.<RouteRequest>d__8.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.JsonRpc.InputHandler.<>c__DisplayClass38_0.<<RouteRequest>b__5>d.MoveNext()
	at handleResponse (c:\Users\przemyslaw.klys\.vscode\extensions\ms-vscode.powershell-preview-2020.9.0\node_modules\vscode-jsonrpc\lib\common\connection.js:476:48)
	at processMessageQueue (c:\Users\przemyslaw.klys\.vscode\extensions\ms-vscode.powershell-preview-2020.9.0\node_modules\vscode-jsonrpc\lib\common\connection.js:291:17)
	at Immediate.<anonymous> (c:\Users\przemyslaw.klys\.vscode\extensions\ms-vscode.powershell-preview-2020.9.0\node_modules\vscode-jsonrpc\lib\common\connection.js:275:13)
	at processImmediate (internal/timers.js:439:21)
console.ts:137 [Extension Host] Command failed: git log --format='%an,%ae' | sort -u-uThe system cannot find the file specified.

12log.ts:197   ERR Internal Error - System.ArgumentNullException: Pipeline response (OmniSharp.Extensions.LanguageServer.Protocol.Models.Hover) must not be null
Parameter name: request
   at OmniSharp.Extensions.JsonRpc.Pipelines.ResponseMustNotBeNullProcessor`2.Process(T request, R response, CancellationToken cancellationToken)
   at MediatR.Pipeline.RequestPostProcessorBehavior`2.<Handle>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MediatR.Pipeline.RequestPreProcessorBehavior`2.<Handle>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.LanguageServer.Server.Pipelines.ResolveCommandPipeline`2.<Handle>d__5.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.JsonRpc.RequestRouterBase`1.<RouteRequest>d__8.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.JsonRpc.InputHandler.<>c__DisplayClass38_0.<<RouteRequest>b__5>d.MoveNext(): Error: Internal Error - System.ArgumentNullException: Pipeline response (OmniSharp.Extensions.LanguageServer.Protocol.Models.Hover) must not be null
Parameter name: request
   at OmniSharp.Extensions.JsonRpc.Pipelines.ResponseMustNotBeNullProcessor`2.Process(T request, R response, CancellationToken cancellationToken)
   at MediatR.Pipeline.RequestPostProcessorBehavior`2.<Handle>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MediatR.Pipeline.RequestPreProcessorBehavior`2.<Handle>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.LanguageServer.Server.Pipelines.ResolveCommandPipeline`2.<Handle>d__5.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.JsonRpc.RequestRouterBase`1.<RouteRequest>d__8.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.JsonRpc.InputHandler.<>c__DisplayClass38_0.<<RouteRequest>b__5>d.MoveNext()
	at handleResponse (c:\Users\przemyslaw.klys\.vscode\extensions\ms-vscode.powershell-preview-2020.9.0\node_modules\vscode-jsonrpc\lib\common\connection.js:476:48)
	at processMessageQueue (c:\Users\przemyslaw.klys\.vscode\extensions\ms-vscode.powershell-preview-2020.9.0\node_modules\vscode-jsonrpc\lib\common\connection.js:291:17)
	at Immediate.<anonymous> (c:\Users\przemyslaw.klys\.vscode\extensions\ms-vscode.powershell-preview-2020.9.0\node_modules\vscode-jsonrpc\lib\common\connection.js:275:13)
	at processImmediate (internal/timers.js:439:21)
console.ts:137 [Extension Host] Command failed: git log --format='%an,%ae' | sort -u-uThe system cannot find the file specified.

15log.ts:197   ERR Internal Error - System.ArgumentNullException: Pipeline response (OmniSharp.Extensions.LanguageServer.Protocol.Models.Hover) must not be null
Parameter name: request
   at OmniSharp.Extensions.JsonRpc.Pipelines.ResponseMustNotBeNullProcessor`2.Process(T request, R response, CancellationToken cancellationToken)
   at MediatR.Pipeline.RequestPostProcessorBehavior`2.<Handle>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MediatR.Pipeline.RequestPreProcessorBehavior`2.<Handle>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.LanguageServer.Server.Pipelines.ResolveCommandPipeline`2.<Handle>d__5.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.JsonRpc.RequestRouterBase`1.<RouteRequest>d__8.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.JsonRpc.InputHandler.<>c__DisplayClass38_0.<<RouteRequest>b__5>d.MoveNext(): Error: Internal Error - System.ArgumentNullException: Pipeline response (OmniSharp.Extensions.LanguageServer.Protocol.Models.Hover) must not be null
Parameter name: request
   at OmniSharp.Extensions.JsonRpc.Pipelines.ResponseMustNotBeNullProcessor`2.Process(T request, R response, CancellationToken cancellationToken)
   at MediatR.Pipeline.RequestPostProcessorBehavior`2.<Handle>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MediatR.Pipeline.RequestPreProcessorBehavior`2.<Handle>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.LanguageServer.Server.Pipelines.ResolveCommandPipeline`2.<Handle>d__5.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.JsonRpc.RequestRouterBase`1.<RouteRequest>d__8.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.JsonRpc.InputHandler.<>c__DisplayClass38_0.<<RouteRequest>b__5>d.MoveNext()
	at handleResponse (c:\Users\przemyslaw.klys\.vscode\extensions\ms-vscode.powershell-preview-2020.9.0\node_modules\vscode-jsonrpc\lib\common\connection.js:476:48)
	at processMessageQueue (c:\Users\przemyslaw.klys\.vscode\extensions\ms-vscode.powershell-preview-2020.9.0\node_modules\vscode-jsonrpc\lib\common\connection.js:291:17)
	at Immediate.<anonymous> (c:\Users\przemyslaw.klys\.vscode\extensions\ms-vscode.powershell-preview-2020.9.0\node_modules\vscode-jsonrpc\lib\common\connection.js:275:13)
	at processImmediate (internal/timers.js:439:21)
console.ts:137 [Extension Host] Command failed: git log --format='%an,%ae' | sort -u-uThe system cannot find the file specified.

10log.ts:197   ERR Internal Error - System.ArgumentNullException: Pipeline response (OmniSharp.Extensions.LanguageServer.Protocol.Models.Hover) must not be null
Parameter name: request
   at OmniSharp.Extensions.JsonRpc.Pipelines.ResponseMustNotBeNullProcessor`2.Process(T request, R response, CancellationToken cancellationToken)
   at MediatR.Pipeline.RequestPostProcessorBehavior`2.<Handle>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MediatR.Pipeline.RequestPreProcessorBehavior`2.<Handle>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.LanguageServer.Server.Pipelines.ResolveCommandPipeline`2.<Handle>d__5.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.JsonRpc.RequestRouterBase`1.<RouteRequest>d__8.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.JsonRpc.InputHandler.<>c__DisplayClass38_0.<<RouteRequest>b__5>d.MoveNext(): Error: Internal Error - System.ArgumentNullException: Pipeline response (OmniSharp.Extensions.LanguageServer.Protocol.Models.Hover) must not be null
Parameter name: request
   at OmniSharp.Extensions.JsonRpc.Pipelines.ResponseMustNotBeNullProcessor`2.Process(T request, R response, CancellationToken cancellationToken)
   at MediatR.Pipeline.RequestPostProcessorBehavior`2.<Handle>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MediatR.Pipeline.RequestPreProcessorBehavior`2.<Handle>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.LanguageServer.Server.Pipelines.ResolveCommandPipeline`2.<Handle>d__5.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.JsonRpc.RequestRouterBase`1.<RouteRequest>d__8.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.JsonRpc.InputHandler.<>c__DisplayClass38_0.<<RouteRequest>b__5>d.MoveNext()
	at handleResponse (c:\Users\przemyslaw.klys\.vscode\extensions\ms-vscode.powershell-preview-2020.9.0\node_modules\vscode-jsonrpc\lib\common\connection.js:476:48)
	at processMessageQueue (c:\Users\przemyslaw.klys\.vscode\extensions\ms-vscode.powershell-preview-2020.9.0\node_modules\vscode-jsonrpc\lib\common\connection.js:291:17)
	at Immediate.<anonymous> (c:\Users\przemyslaw.klys\.vscode\extensions\ms-vscode.powershell-preview-2020.9.0\node_modules\vscode-jsonrpc\lib\common\connection.js:275:13)
	at processImmediate (internal/timers.js:439:21)
console.ts:137 [Extension Host] Command failed: git log --format='%an,%ae' | sort -u-uThe system cannot find the file specified.

13log.ts:197   ERR Internal Error - System.ArgumentNullException: Pipeline response (OmniSharp.Extensions.LanguageServer.Protocol.Models.Hover) must not be null
Parameter name: request
   at OmniSharp.Extensions.JsonRpc.Pipelines.ResponseMustNotBeNullProcessor`2.Process(T request, R response, CancellationToken cancellationToken)
   at MediatR.Pipeline.RequestPostProcessorBehavior`2.<Handle>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MediatR.Pipeline.RequestPreProcessorBehavior`2.<Handle>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.LanguageServer.Server.Pipelines.ResolveCommandPipeline`2.<Handle>d__5.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.JsonRpc.RequestRouterBase`1.<RouteRequest>d__8.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.JsonRpc.InputHandler.<>c__DisplayClass38_0.<<RouteRequest>b__5>d.MoveNext(): Error: Internal Error - System.ArgumentNullException: Pipeline response (OmniSharp.Extensions.LanguageServer.Protocol.Models.Hover) must not be null
Parameter name: request
   at OmniSharp.Extensions.JsonRpc.Pipelines.ResponseMustNotBeNullProcessor`2.Process(T request, R response, CancellationToken cancellationToken)
   at MediatR.Pipeline.RequestPostProcessorBehavior`2.<Handle>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MediatR.Pipeline.RequestPreProcessorBehavior`2.<Handle>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.LanguageServer.Server.Pipelines.ResolveCommandPipeline`2.<Handle>d__5.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.JsonRpc.RequestRouterBase`1.<RouteRequest>d__8.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.JsonRpc.InputHandler.<>c__DisplayClass38_0.<<RouteRequest>b__5>d.MoveNext()
	at handleResponse (c:\Users\przemyslaw.klys\.vscode\extensions\ms-vscode.powershell-preview-2020.9.0\node_modules\vscode-jsonrpc\lib\common\connection.js:476:48)
	at processMessageQueue (c:\Users\przemyslaw.klys\.vscode\extensions\ms-vscode.powershell-preview-2020.9.0\node_modules\vscode-jsonrpc\lib\common\connection.js:291:17)
	at Immediate.<anonymous> (c:\Users\przemyslaw.klys\.vscode\extensions\ms-vscode.powershell-preview-2020.9.0\node_modules\vscode-jsonrpc\lib\common\connection.js:275:13)
	at processImmediate (internal/timers.js:439:21)
2console.ts:137 [Extension Host] Command failed: git log --format='%an,%ae' | sort -u-uThe system cannot find the file specified.

console.ts:137 [Extension Host] swdc-vscode: update user code time preferences
2log.ts:197   ERR Internal Error - System.ArgumentNullException: Pipeline response (OmniSharp.Extensions.LanguageServer.Protocol.Models.Hover) must not be null
Parameter name: request
   at OmniSharp.Extensions.JsonRpc.Pipelines.ResponseMustNotBeNullProcessor`2.Process(T request, R response, CancellationToken cancellationToken)
   at MediatR.Pipeline.RequestPostProcessorBehavior`2.<Handle>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MediatR.Pipeline.RequestPreProcessorBehavior`2.<Handle>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.LanguageServer.Server.Pipelines.ResolveCommandPipeline`2.<Handle>d__5.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.JsonRpc.RequestRouterBase`1.<RouteRequest>d__8.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.JsonRpc.InputHandler.<>c__DisplayClass38_0.<<RouteRequest>b__5>d.MoveNext(): Error: Internal Error - System.ArgumentNullException: Pipeline response (OmniSharp.Extensions.LanguageServer.Protocol.Models.Hover) must not be null
Parameter name: request
   at OmniSharp.Extensions.JsonRpc.Pipelines.ResponseMustNotBeNullProcessor`2.Process(T request, R response, CancellationToken cancellationToken)
   at MediatR.Pipeline.RequestPostProcessorBehavior`2.<Handle>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MediatR.Pipeline.RequestPreProcessorBehavior`2.<Handle>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.LanguageServer.Server.Pipelines.ResolveCommandPipeline`2.<Handle>d__5.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.JsonRpc.RequestRouterBase`1.<RouteRequest>d__8.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.JsonRpc.InputHandler.<>c__DisplayClass38_0.<<RouteRequest>b__5>d.MoveNext()
	at handleResponse (c:\Users\przemyslaw.klys\.vscode\extensions\ms-vscode.powershell-preview-2020.9.0\node_modules\vscode-jsonrpc\lib\common\connection.js:476:48)
	at processMessageQueue (c:\Users\przemyslaw.klys\.vscode\extensions\ms-vscode.powershell-preview-2020.9.0\node_modules\vscode-jsonrpc\lib\common\connection.js:291:17)
	at Immediate.<anonymous> (c:\Users\przemyslaw.klys\.vscode\extensions\ms-vscode.powershell-preview-2020.9.0\node_modules\vscode-jsonrpc\lib\common\connection.js:275:13)
	at processImmediate (internal/timers.js:439:21)
console.ts:137 [Extension Host] Command failed: git log --format='%an,%ae' | sort -u-uThe system cannot find the file specified.

3log.ts:197   ERR Internal Error - System.ArgumentNullException: Pipeline response (OmniSharp.Extensions.LanguageServer.Protocol.Models.Hover) must not be null
Parameter name: request
   at OmniSharp.Extensions.JsonRpc.Pipelines.ResponseMustNotBeNullProcessor`2.Process(T request, R response, CancellationToken cancellationToken)
   at MediatR.Pipeline.RequestPostProcessorBehavior`2.<Handle>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MediatR.Pipeline.RequestPreProcessorBehavior`2.<Handle>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.LanguageServer.Server.Pipelines.ResolveCommandPipeline`2.<Handle>d__5.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.JsonRpc.RequestRouterBase`1.<RouteRequest>d__8.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.JsonRpc.InputHandler.<>c__DisplayClass38_0.<<RouteRequest>b__5>d.MoveNext(): Error: Internal Error - System.ArgumentNullException: Pipeline response (OmniSharp.Extensions.LanguageServer.Protocol.Models.Hover) must not be null
Parameter name: request
   at OmniSharp.Extensions.JsonRpc.Pipelines.ResponseMustNotBeNullProcessor`2.Process(T request, R response, CancellationToken cancellationToken)
   at MediatR.Pipeline.RequestPostProcessorBehavior`2.<Handle>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MediatR.Pipeline.RequestPreProcessorBehavior`2.<Handle>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.LanguageServer.Server.Pipelines.ResolveCommandPipeline`2.<Handle>d__5.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.JsonRpc.RequestRouterBase`1.<RouteRequest>d__8.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.JsonRpc.InputHandler.<>c__DisplayClass38_0.<<RouteRequest>b__5>d.MoveNext()
	at handleResponse (c:\Users\przemyslaw.klys\.vscode\extensions\ms-vscode.powershell-preview-2020.9.0\node_modules\vscode-jsonrpc\lib\common\connection.js:476:48)
	at processMessageQueue (c:\Users\przemyslaw.klys\.vscode\extensions\ms-vscode.powershell-preview-2020.9.0\node_modules\vscode-jsonrpc\lib\common\connection.js:291:17)
	at Immediate.<anonymous> (c:\Users\przemyslaw.klys\.vscode\extensions\ms-vscode.powershell-preview-2020.9.0\node_modules\vscode-jsonrpc\lib\common\connection.js:275:13)
	at processImmediate (internal/timers.js:439:21)
console.ts:137 [Extension Host] Command failed: git log --format='%an,%ae' | sort -u-uThe system cannot find the file specified.

13log.ts:197   ERR Internal Error - System.ArgumentNullException: Pipeline response (OmniSharp.Extensions.LanguageServer.Protocol.Models.Hover) must not be null
Parameter name: request
   at OmniSharp.Extensions.JsonRpc.Pipelines.ResponseMustNotBeNullProcessor`2.Process(T request, R response, CancellationToken cancellationToken)
   at MediatR.Pipeline.RequestPostProcessorBehavior`2.<Handle>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MediatR.Pipeline.RequestPreProcessorBehavior`2.<Handle>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.LanguageServer.Server.Pipelines.ResolveCommandPipeline`2.<Handle>d__5.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.JsonRpc.RequestRouterBase`1.<RouteRequest>d__8.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.JsonRpc.InputHandler.<>c__DisplayClass38_0.<<RouteRequest>b__5>d.MoveNext(): Error: Internal Error - System.ArgumentNullException: Pipeline response (OmniSharp.Extensions.LanguageServer.Protocol.Models.Hover) must not be null
Parameter name: request
   at OmniSharp.Extensions.JsonRpc.Pipelines.ResponseMustNotBeNullProcessor`2.Process(T request, R response, CancellationToken cancellationToken)
   at MediatR.Pipeline.RequestPostProcessorBehavior`2.<Handle>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MediatR.Pipeline.RequestPreProcessorBehavior`2.<Handle>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.LanguageServer.Server.Pipelines.ResolveCommandPipeline`2.<Handle>d__5.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.JsonRpc.RequestRouterBase`1.<RouteRequest>d__8.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.JsonRpc.InputHandler.<>c__DisplayClass38_0.<<RouteRequest>b__5>d.MoveNext()
	at handleResponse (c:\Users\przemyslaw.klys\.vscode\extensions\ms-vscode.powershell-preview-2020.9.0\node_modules\vscode-jsonrpc\lib\common\connection.js:476:48)
	at processMessageQueue (c:\Users\przemyslaw.klys\.vscode\extensions\ms-vscode.powershell-preview-2020.9.0\node_modules\vscode-jsonrpc\lib\common\connection.js:291:17)
	at Immediate.<anonymous> (c:\Users\przemyslaw.klys\.vscode\extensions\ms-vscode.powershell-preview-2020.9.0\node_modules\vscode-jsonrpc\lib\common\connection.js:275:13)
	at processImmediate (internal/timers.js:439:21)
console.ts:137 [Extension Host] Command failed: git log --format='%an,%ae' | sort -u-uThe system cannot find the file specified.

2log.ts:197   ERR Internal Error - System.ArgumentNullException: Pipeline response (OmniSharp.Extensions.LanguageServer.Protocol.Models.Hover) must not be null
Parameter name: request
   at OmniSharp.Extensions.JsonRpc.Pipelines.ResponseMustNotBeNullProcessor`2.Process(T request, R response, CancellationToken cancellationToken)
   at MediatR.Pipeline.RequestPostProcessorBehavior`2.<Handle>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MediatR.Pipeline.RequestPreProcessorBehavior`2.<Handle>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.LanguageServer.Server.Pipelines.ResolveCommandPipeline`2.<Handle>d__5.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.JsonRpc.RequestRouterBase`1.<RouteRequest>d__8.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.JsonRpc.InputHandler.<>c__DisplayClass38_0.<<RouteRequest>b__5>d.MoveNext(): Error: Internal Error - System.ArgumentNullException: Pipeline response (OmniSharp.Extensions.LanguageServer.Protocol.Models.Hover) must not be null
Parameter name: request
   at OmniSharp.Extensions.JsonRpc.Pipelines.ResponseMustNotBeNullProcessor`2.Process(T request, R response, CancellationToken cancellationToken)
   at MediatR.Pipeline.RequestPostProcessorBehavior`2.<Handle>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MediatR.Pipeline.RequestPreProcessorBehavior`2.<Handle>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.LanguageServer.Server.Pipelines.ResolveCommandPipeline`2.<Handle>d__5.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.JsonRpc.RequestRouterBase`1.<RouteRequest>d__8.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.JsonRpc.InputHandler.<>c__DisplayClass38_0.<<RouteRequest>b__5>d.MoveNext()
	at handleResponse (c:\Users\przemyslaw.klys\.vscode\extensions\ms-vscode.powershell-preview-2020.9.0\node_modules\vscode-jsonrpc\lib\common\connection.js:476:48)
	at processMessageQueue (c:\Users\przemyslaw.klys\.vscode\extensions\ms-vscode.powershell-preview-2020.9.0\node_modules\vscode-jsonrpc\lib\common\connection.js:291:17)
	at Immediate.<anonymous> (c:\Users\przemyslaw.klys\.vscode\extensions\ms-vscode.powershell-preview-2020.9.0\node_modules\vscode-jsonrpc\lib\common\connection.js:275:13)
	at processImmediate (internal/timers.js:439:21)
2console.ts:137 [Extension Host] Command failed: git log --format='%an,%ae' | sort -u-uThe system cannot find the file specified.

8log.ts:197   ERR Internal Error - System.ArgumentNullException: Pipeline response (OmniSharp.Extensions.LanguageServer.Protocol.Models.Hover) must not be null
Parameter name: request
   at OmniSharp.Extensions.JsonRpc.Pipelines.ResponseMustNotBeNullProcessor`2.Process(T request, R response, CancellationToken cancellationToken)
   at MediatR.Pipeline.RequestPostProcessorBehavior`2.<Handle>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MediatR.Pipeline.RequestPreProcessorBehavior`2.<Handle>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.LanguageServer.Server.Pipelines.ResolveCommandPipeline`2.<Handle>d__5.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.JsonRpc.RequestRouterBase`1.<RouteRequest>d__8.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.JsonRpc.InputHandler.<>c__DisplayClass38_0.<<RouteRequest>b__5>d.MoveNext(): Error: Internal Error - System.ArgumentNullException: Pipeline response (OmniSharp.Extensions.LanguageServer.Protocol.Models.Hover) must not be null
Parameter name: request
   at OmniSharp.Extensions.JsonRpc.Pipelines.ResponseMustNotBeNullProcessor`2.Process(T request, R response, CancellationToken cancellationToken)
   at MediatR.Pipeline.RequestPostProcessorBehavior`2.<Handle>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MediatR.Pipeline.RequestPreProcessorBehavior`2.<Handle>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.LanguageServer.Server.Pipelines.ResolveCommandPipeline`2.<Handle>d__5.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.JsonRpc.RequestRouterBase`1.<RouteRequest>d__8.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.JsonRpc.InputHandler.<>c__DisplayClass38_0.<<RouteRequest>b__5>d.MoveNext()
	at handleResponse (c:\Users\przemyslaw.klys\.vscode\extensions\ms-vscode.powershell-preview-2020.9.0\node_modules\vscode-jsonrpc\lib\common\connection.js:476:48)
	at processMessageQueue (c:\Users\przemyslaw.klys\.vscode\extensions\ms-vscode.powershell-preview-2020.9.0\node_modules\vscode-jsonrpc\lib\common\connection.js:291:17)
	at Immediate.<anonymous> (c:\Users\przemyslaw.klys\.vscode\extensions\ms-vscode.powershell-preview-2020.9.0\node_modules\vscode-jsonrpc\lib\common\connection.js:275:13)
	at processImmediate (internal/timers.js:439:21)
2console.ts:137 [Extension Host] Command failed: git log --format='%an,%ae' | sort -u-uThe system cannot find the file specified.

3log.ts:197   ERR Internal Error - System.ArgumentNullException: Pipeline response (OmniSharp.Extensions.LanguageServer.Protocol.Models.Hover) must not be null
Parameter name: request
   at OmniSharp.Extensions.JsonRpc.Pipelines.ResponseMustNotBeNullProcessor`2.Process(T request, R response, CancellationToken cancellationToken)
   at MediatR.Pipeline.RequestPostProcessorBehavior`2.<Handle>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MediatR.Pipeline.RequestPreProcessorBehavior`2.<Handle>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.LanguageServer.Server.Pipelines.ResolveCommandPipeline`2.<Handle>d__5.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.JsonRpc.RequestRouterBase`1.<RouteRequest>d__8.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.JsonRpc.InputHandler.<>c__DisplayClass38_0.<<RouteRequest>b__5>d.MoveNext(): Error: Internal Error - System.ArgumentNullException: Pipeline response (OmniSharp.Extensions.LanguageServer.Protocol.Models.Hover) must not be null
Parameter name: request
   at OmniSharp.Extensions.JsonRpc.Pipelines.ResponseMustNotBeNullProcessor`2.Process(T request, R response, CancellationToken cancellationToken)
   at MediatR.Pipeline.RequestPostProcessorBehavior`2.<Handle>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MediatR.Pipeline.RequestPreProcessorBehavior`2.<Handle>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.LanguageServer.Server.Pipelines.ResolveCommandPipeline`2.<Handle>d__5.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.JsonRpc.RequestRouterBase`1.<RouteRequest>d__8.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at OmniSharp.Extensions.JsonRpc.InputHandler.<>c__DisplayClass38_0.<<RouteRequest>b__5>d.MoveNext()
	at handleResponse (c:\Users\przemyslaw.klys\.vscode\extensions\ms-vscode.powershell-preview-2020.9.0\node_modules\vscode-jsonrpc\lib\common\connection.js:476:48)
	at processMessageQueue (c:\Users\przemyslaw.klys\.vscode\extensions\ms-vscode.powershell-preview-2020.9.0\node_modules\vscode-jsonrpc\lib\common\connection.js:291:17)
	at Immediate.<anonymous> (c:\Users\przemyslaw.klys\.vscode\extensions\ms-vscode.powershell-preview-2020.9.0\node_modules\vscode-jsonrpc\lib\common\connection.js:275:13)
	at processImmediate (internal/timers.js:439:21)
2console.ts:137 [Extension Host] Command failed: git log --format='%an,%ae' | sort -u-uThe system cannot find the file specified.

console.ts:137 [Extension Host] swdc-vscode: update user code time preferences
abstractExtensionService.ts:467 Extension host terminated unexpectedly. Code:  1  Signal:  null
_onExtensionHostCrashed @ abstractExtensionService.ts:431
log.ts:197   ERR Extension host terminated unexpectedly. The following extensions were running: vscode.microsoft-authentication, vscode.powershell, vscode.debug-auto-launch, vscode.emmet, vscode.git, vscode.merge-conflict, vscode.search-result, 2gua.rainbow-brackets, alefragnani.project-manager, hbenl.vscode-test-explorer, PKief.material-icon-theme, pranaygp.vscode-css-peek, saekiraku.pin-up, steditor.line-endings, WakaTime.vscode-wakatime, yzhang.markdown-all-in-one, ms-vscode.powershell-preview, vscode.github, ms-vscode.js-debug, eamodio.gitlens, GitHub.vscode-pull-request-github, softwaredotcom.swdc-vscode, usernamehw.errorlens, vscode.github-authentication, vscode.configuration-editing, vscode.json-language-features, vscode.typescript-language-features, msjsdiag.debugger-for-edge, vscode.debug-server-ready, vscode.extension-editing, vscode.markdown-language-features, DavidAnson.vscode-markdownlint, shd101wyy.markdown-preview-enhanced, DotJoshJohnson.xml, tobysmith568.run-in-powershell, TylerLeonhardt.vscode-pester-test-adapter
notificationsAlerts.ts:40 Extension host terminated unexpectedly.
onDidChangeNotification @ notificationsAlerts.ts:36
localProcessExtensionHost.ts:257 Extension Host
localProcessExtensionHost.ts:258 c:\Users\przemyslaw.klys\.vscode\extensions\tylerleonhardt.vscode-pester-test-adapter-0.0.10\out\pesterTests.js:70
                        throw e;
                        ^

[SyntaxError: Unexpected token M in JSON at position 2
	at JSON.parse (<anonymous>)
	at ChildProcess.<anonymous> (c:\Users\przemyslaw.klys\.vscode\extensions\tylerleonhardt.vscode-pester-test-adapter-0.0.10\out\pesterTests.js:66:46)
	at ChildProcess.emit (events.js:223:5)
	at maybeClose (internal/child_process.js:1021:16)
	at Process.ChildProcess._handle.onexit (internal/child_process.js:283:5)]
DevTools failed to load SourceMap: Could not load content for https://ticino.blob.core.windows.net/sourcemaps/940b5f4bb5fa47866a54529ed759d95d09ee80be/node_modules/windows-process-tree/lib/index.js.map: Unknown error

@TylerLeonhardt
Copy link
Owner

@PrzemyslawKlys can you run that script and tell me what you get?

$Path = @(
    'c:\Support\GitHub\GpoZaurr\GPOZaurr.Tests.ps1'
'c:\Support\GitHub\GpoZaurr\Tests\GPOPermissions.Tests.ps1'
'c:\Support\GitHub\GpoZaurr\Tests\GPOOwners.Tests.ps1'
)

Import-Module Pester -MinimumVersion 5.0.0 -ErrorAction Stop
function Discover-Test 
{
    [CmdletBinding()]
    param(
        [Parameter(Mandatory)]
        [String[]] $Path,
        [String[]] $ExcludePath
    )
    & (Get-Module Pester) { 
        param (
            $Path, 
            $ExcludePath,
            $SessionState)
        
        Reset-TestSuiteState
        # to avoid Describe thinking that we run in interactive mode
        $invokedViaInvokePester = $true
        $files = Find-File -Path $Path -ExcludePath $ExcludePath -Extension $PesterPreference.Run.TestExtension.Value
        $containers = foreach ($f in $files) {
            New-BlockContainerObject -File (Get-Item $f)
        }
        Find-Test -BlockContainer $containers -SessionState $SessionState } -Path $Path -ExcludePath $ExcludePath -SessionState $PSCmdlet.SessionState
}

function New-SuiteObject ($Block) { 
    [PSCustomObject]@{
        type = 'suite'
        id = $Block.ScriptBlock.File + ';' + $Block.ScriptBlock.StartPosition.StartLine
        file = $Block.ScriptBlock.File
        line = $Block.ScriptBlock.StartPosition.StartLine - 1
        label = $Block.Name
        children = [Collections.Generic.List[Object]]@()
    }
}

function New-TestObject ($Test) { 
    [PSCustomObject]@{
        type = 'test'
        id = $Test.ScriptBlock.File + ';' + $Test.ScriptBlock.StartPosition.StartLine
        file = $Test.ScriptBlock.File
        line = $Test.ScriptBlock.StartPosition.StartLine - 1
        label = $Test.Name
    }
}

function fold ($children, $Block) {
    foreach ($b in $Block.Blocks) { 
        $o = (New-SuiteObject $b)
        $children.Add($o)
        fold $o.children $b
    }
    foreach ($t in $Block.Tests) { 
        $children.Add((New-TestObject $t))
    }
}

$found = Discover-Test -Path $Path

# whole suite
$suite = [PSCustomObject]@{
    Blocks = [Collections.Generic.List[Object]] $found
    Tests = [Collections.Generic.List[Object]]@()
}

$testSuiteInfo = [PSCustomObject]@{
    type = 'suite'
    id = 'root'
    label = 'Pester'
    children = [Collections.Generic.List[Object]]@()
}

foreach ($file in $found) {
    $fileSuite = [PSCustomObject]@{
        type = 'suite'
        id = $file.BlockContainer.Item.FullName
        file = $file.BlockContainer.Item.FullName
        label = $file.BlockContainer.Item.Name
        children = [Collections.Generic.List[Object]]@()
    }
    $testSuiteInfo.children.Add($fileSuite)
    fold $fileSuite.children $file
}

$testSuiteInfo | ConvertTo-Json -Depth 100

All this is suppose to do is give a JSON representation of what tests you have.

@TylerLeonhardt
Copy link
Owner

I may have to use EncodedCommand if running the script by itself works

@PrzemyslawKlys
Copy link
Author



ModuleName: GPOZaurr Version: 0.0.99
PowerShell Version: 5.1.19041.610
PowerShell Edition: Desktop
Required modules: 
   [>] PSSharedGoods Version: 0.0.190
   [>] ADEssentials Version: 0.0.103
   [>] PSWriteHTML Version: 0.0.122
   [>] CimCmdlets
   [>] Microsoft.PowerShell.Management
   [>] Microsoft.PowerShell.Utility
   [>] Microsoft.PowerShell.Security


Starting discovery in 2 files.
Discovering in GPOOwners.Tests.ps1.
Found 5 tests. 243ms
Discovering in GPOPermissions.Tests.ps1.
Found 5 tests. 7ms
Discovery finished in 580ms.

Running tests from 'GPOOwners.Tests.ps1'
Describing GPO Owners Management - Simple
  [+] Get-GPOZaurrOwner - Should return proper data 4.3s (4.09s|206ms)
VERBOSE: Get-GPOZaurrOwner - Processing GPO [1/]: TEST | GPOZaurr Permissions Testing from domain: ad.evotec.xyz
VERBOSE: Set-GPOZaurrOwner - Force was used to push new owner to TEST | GPOZaurr Permissions Testing from domain: ad.evotec.xyz - owner EVOTEC\Domain Admins / sysvol owner EVOTEC\Domain Admins.
VERBOSE: Set-GPOZaurrOwner - Changing GPO: TEST | GPOZaurr Permissions Testing from domain: ad.evotec.xyz from owner EVOTEC\Domain Admins (SID: S-1-5-21-853615985-2870445339-3163598659-512) to przemyslaw.klys
VERBOSE: Set-GPOZaurrOwner - Changing Sysvol Owner GPO: TEST | GPOZaurr Permissions Testing from domain: ad.evotec.xyz from owner EVOTEC\Domain Admins (SID: S-1-5-21-853615985-2870445339-3163598659-512) to przemyslaw.klys
VERBOSE: Performing the operation "Replacing owner EVOTEC\Domain Admins to przemyslaw.klys" on target "\\ad.evotec.xyz\SysVol\ad.evotec.xyz\Policies\{19EFFAE7-AB10-4854-90F9-44DEFDADE858}".
  [+] Set-GPOZaurrOwner - Should set proper data 461ms (460ms|1ms)
  [+] Get-GPOZaurrOwner - Should return proper data for one GPO 272ms (272ms|1ms)
VERBOSE: Get-GPOZaurrOwner - Processing GPO [1/]: TEST | GPOZaurr Permissions Testing from domain: ad.evotec.xyz
VERBOSE: Set-GPOZaurrOwner - Changing GPO: TEST | GPOZaurr Permissions Testing from domain: ad.evotec.xyz from owner EVOTEC\przemyslaw.klys (SID: S-1-5-21-853615985-2870445339-3163598659-1105) to EVOTEC\Domain Admins
VERBOSE: Set-GPOZaurrOwner - Changing Sysvol Owner GPO: TEST | GPOZaurr Permissions Testing from domain: ad.evotec.xyz from owner EVOTEC\przemyslaw.klys (SID: S-1-5-21-853615985-2870445339-3163598659-1105) to EVOTEC\Domain Admins
VERBOSE: Performing the operation "Replacing owner EVOTEC\przemyslaw.klys to EVOTEC\Domain Admins" on target "\\ad.evotec.xyz\SysVol\ad.evotec.xyz\Policies\{19EFFAE7-AB10-4854-90F9-44DEFDADE858}".
  [+] Set-GPOZaurrOwner - Should set proper data 332ms (331ms|1ms)
  [+] Get-GPOZaurrOwner - Should return proper data for one GPO (Domain Admins) 229ms (229ms|1ms)

Running tests from 'GPOPermissions.Tests.ps1'
VERBOSE: Get-PrivPermission - Processing TEST | GPOZaurr Permissions Testing from ad.evotec.xyz
Describing GPO Permissions Management - Simple
  [+] Get-GPOZaurrPermission - Should return proper data 1.04s (1.04s|3ms)
VERBOSE: Get-PrivPermission - Processing TEST | GPOZaurr Permissions Testing from ad.evotec.xyz
VERBOSE: Add-GPOZaurrPermission - Adding permission GpoEdit for przemyslaw.klys to TEST | GPOZaurr Permissions Testing at ad.evotec.xyz
What if: Performing the operation "Adding przemyslaw.klys / GpoEdit to TEST | GPOZaurr Permissions Testing at ad.evotec.xyz" on target "TEST | GPOZaurr Permissions Testing".
  [+] Add-GPOZaurrPermission - With WHATIF works 645ms (643ms|2ms)
VERBOSE: Get-PrivPermission - Processing TEST | GPOZaurr Permissions Testing from ad.evotec.xyz
VERBOSE: Add-GPOZaurrPermission - Adding permission GpoEdit for przemyslaw.klys to TEST | GPOZaurr Permissions Testing at ad.evotec.xyz
VERBOSE: Performing the operation "Adding przemyslaw.klys / GpoEdit to TEST | GPOZaurr Permissions Testing at ad.evotec.xyz" on target "TEST | GPOZaurr Permissions Testing".
VERBOSE: Add-GPOZaurrPermission - Adding permission GpoEdit for przemyslaw.klys
  [+] Add-GPOZaurrPermission - Without WHATIF works 910ms (908ms|2ms)
VERBOSE: Get-PrivPermission - Processing TEST | GPOZaurr Permissions Testing from ad.evotec.xyz
What if: Performing the operation "Removing SID: S-1-5-21-853615985-2870445339-3163598659-1105, Name: ad.evotec.xyz\Przemysław Kłys, SidType: NotAdministrative from domain ad.evotec.xyz" on target "TEST | GPOZaurr Permissions Testing".
  [+] Remove-GPOZaurrPermission - With WHATIF 386ms (386ms|1ms)
VERBOSE: Get-PrivPermission - Processing TEST | GPOZaurr Permissions Testing from ad.evotec.xyz
VERBOSE: Remove-GPOZaurrPermission - Removing permission GpoEdit for S-1-5-21-853615985-2870445339-3163598659-1105 / Przemysław Kłys / Type: Allow
  [+] Remove-GPOZaurrPermission - Without WHATIF 420ms (419ms|2ms)
Tests completed in 11.83s
Tests Passed: 10, Failed: 0, Skipped: 0 NotRun: 0

Starting discovery in 1 files.
Discovery finished in 12ms.
VERBOSE: Get-PrivPermission - Processing TEST | GPOZaurr Permissions Testing from ad.evotec.xyz
VERBOSE: Get-PrivPermission - Processing TEST | GPOZaurr Permissions Testing from ad.evotec.xyz
VERBOSE: Add-GPOZaurrPermission - Adding permission GpoEdit for przemyslaw.klys to TEST | GPOZaurr Permissions Testing at ad.evotec.xyz
What if: Performing the operation "Adding przemyslaw.klys / GpoEdit to TEST | GPOZaurr Permissions Testing at ad.evotec.xyz" on target "TEST | GPOZaurr Permissions Testing".
VERBOSE: Get-PrivPermission - Processing TEST | GPOZaurr Permissions Testing from ad.evotec.xyz
VERBOSE: Add-GPOZaurrPermission - Adding permission GpoEdit for przemyslaw.klys to TEST | GPOZaurr Permissions Testing at ad.evotec.xyz
VERBOSE: Performing the operation "Adding przemyslaw.klys / GpoEdit to TEST | GPOZaurr Permissions Testing at ad.evotec.xyz" on target "TEST | GPOZaurr Permissions Testing".
VERBOSE: Add-GPOZaurrPermission - Adding permission GpoEdit for przemyslaw.klys
VERBOSE: Get-PrivPermission - Processing TEST | GPOZaurr Permissions Testing from ad.evotec.xyz
What if: Performing the operation "Removing SID: S-1-5-21-853615985-2870445339-3163598659-1105, Name: ad.evotec.xyz\Przemysław Kłys, SidType: NotAdministrative from domain ad.evotec.xyz" on target "TEST | GPOZaurr Permissions Testing".
VERBOSE: Get-PrivPermission - Processing TEST | GPOZaurr Permissions Testing from ad.evotec.xyz
VERBOSE: Remove-GPOZaurrPermission - Removing permission GpoEdit for S-1-5-21-853615985-2870445339-3163598659-1105 / Przemysław Kłys / Type: Allow
[+] C:\Support\GitHub\GpoZaurr\Tests\GPOPermissions.Tests.ps1 3.35s (3.28s|57ms)
Tests completed in 3.36s
Tests Passed: 5, Failed: 0, Skipped: 0 NotRun: 0

Starting discovery in 1 files.
Discovery finished in 8ms.
VERBOSE: Get-GPOZaurrOwner - Processing GPO [1/]: TEST | GPOZaurr Permissions Testing from domain: ad.evotec.xyz
VERBOSE: Set-GPOZaurrOwner - Force was used to push new owner to TEST | GPOZaurr Permissions Testing from domain: ad.evotec.xyz - owner EVOTEC\Domain Admins / sysvol owner EVOTEC\Domain Admins.
VERBOSE: Set-GPOZaurrOwner - Changing GPO: TEST | GPOZaurr Permissions Testing from domain: ad.evotec.xyz from owner EVOTEC\Domain Admins (SID: S-1-5-21-853615985-2870445339-3163598659-512) to przemyslaw.klys
VERBOSE: Set-GPOZaurrOwner - Changing Sysvol Owner GPO: TEST | GPOZaurr Permissions Testing from domain: ad.evotec.xyz from owner EVOTEC\Domain Admins (SID: S-1-5-21-853615985-2870445339-3163598659-512) to przemyslaw.klys
VERBOSE: Performing the operation "Replacing owner EVOTEC\Domain Admins to przemyslaw.klys" on target "\\ad.evotec.xyz\SysVol\ad.evotec.xyz\Policies\{19EFFAE7-AB10-4854-90F9-44DEFDADE858}".
VERBOSE: Get-GPOZaurrOwner - Processing GPO [1/]: TEST | GPOZaurr Permissions Testing from domain: ad.evotec.xyz
VERBOSE: Set-GPOZaurrOwner - Changing GPO: TEST | GPOZaurr Permissions Testing from domain: ad.evotec.xyz from owner EVOTEC\przemyslaw.klys (SID: S-1-5-21-853615985-2870445339-3163598659-1105) to EVOTEC\Domain Admins
VERBOSE: Set-GPOZaurrOwner - Changing Sysvol Owner GPO: TEST | GPOZaurr Permissions Testing from domain: ad.evotec.xyz from owner EVOTEC\przemyslaw.klys (SID: S-1-5-21-853615985-2870445339-3163598659-1105) to EVOTEC\Domain Admins
VERBOSE: Performing the operation "Replacing owner EVOTEC\przemyslaw.klys to EVOTEC\Domain Admins" on target "\\ad.evotec.xyz\SysVol\ad.evotec.xyz\Policies\{19EFFAE7-AB10-4854-90F9-44DEFDADE858}".
[+] C:\Support\GitHub\GpoZaurr\Tests\GPOOwners.Tests.ps1 3.11s (3.05s|53ms)
Tests completed in 3.11s
Tests Passed: 5, Failed: 0, Skipped: 0 NotRun: 0
{
    "type":  "suite",
    "id":  "root",
    "label":  "Pester",
    "children":  [
                     {
                         "type":  "suite",
                         "id":  "C:\\Support\\GitHub\\GpoZaurr\\GPOZaurr.Tests.ps1",
                         "file":  "C:\\Support\\GitHub\\GpoZaurr\\GPOZaurr.Tests.ps1",
                         "label":  "GPOZaurr.Tests.ps1",
                         "children":  [

                                      ]
                     },
                     {
                         "type":  "suite",
                         "id":  "C:\\Support\\GitHub\\GpoZaurr\\Tests\\GPOPermissions.Tests.ps1",
                         "file":  "C:\\Support\\GitHub\\GpoZaurr\\Tests\\GPOPermissions.Tests.ps1",
                         "label":  "GPOPermissions.Tests.ps1",
                         "children":  [

                                      ]
                     },
                     {
                         "type":  "suite",
                         "id":  "C:\\Support\\GitHub\\GpoZaurr\\Tests\\GPOOwners.Tests.ps1",
                         "file":  "C:\\Support\\GitHub\\GpoZaurr\\Tests\\GPOOwners.Tests.ps1",
                         "label":  "GPOOwners.Tests.ps1",
                         "children":  [

                                      ]
                     }
                 ]
}

It fully executes my Tests.

Keep in mind that:

  • 'c:\Support\GitHub\GpoZaurr\GPOZaurr.Tests.ps1' - is my testing script setup so once you run it - it executes everything in Tests folder
  • 'c:\Support\GitHub\GpoZaurr\Tests\GPOPermissions.Tests.ps1' - one of the tests
  • 'c:\Support\GitHub\GpoZaurr\Tests\GPOOwners.Tests.ps1' - one of the tests

image

@PrzemyslawKlys
Copy link
Author

PrzemyslawKlys commented Dec 11, 2020

As soon as I renamed the root -> c:\Support\GitHub\GpoZaurr\GPOZaurr.Tests.ps1 file everything starts working

image

Everything showed up. So it seems you execute the first file (which you shouldn't I guess).

That's the content of it: https://github.com/EvotecIT/GPOZaurr/blob/master/GPOZaurr.Tests.ps1

Here are remaining tests: https://github.com/EvotecIT/GPOZaurr/tree/master/Tests

@TylerLeonhardt
Copy link
Owner

I see... ok now I understand. So perhaps I can check to see if there is a Describe block in the script before trying to parse it.

I think it's unusual that you have a *.Tests.ps1 script that doesn't have a Describe block in it... that's not to say you can't do it but I made the assumption that *.Tests.ps1's had Describe blocks.

@nohwnd, do you have any thoughts on this?

@PrzemyslawKlys
Copy link
Author

All my projects are built the same way:

image

In the root PSD1/PSM1/.Tests. and so on. Basically, I follow my own "schema". You cant' really assume it based on the name I guess with the exception of TESTS folder, but executing it automatically is risky anyways.

@TylerLeonhardt
Copy link
Owner

TylerLeonhardt commented Dec 11, 2020

So the problem is really in Pester since we run internal cmdlets of Pester:

Import-Module Pester -MinimumVersion 5.0.0 -ErrorAction Stop
function Discover-Test 
{
    [CmdletBinding()]
    param(
        [Parameter(Mandatory)]
        [String[]] $Path,
        [String[]] $ExcludePath
    )
# THIS WILL RUN INSIDE OF PESTER SCOPE
    & (Get-Module Pester) { 
        param (
            $Path, 
            $ExcludePath,
            $SessionState)
        
        Reset-TestSuiteState
        # to avoid Describe thinking that we run in interactive mode
        $invokedViaInvokePester = $true
        $files = Find-File -Path $Path -ExcludePath $ExcludePath -Extension $PesterPreference.Run.TestExtension.Value
        $containers = foreach ($f in $files) {
            New-BlockContainerObject -File (Get-Item $f)
        }
        Find-Test -BlockContainer $containers -SessionState $SessionState } -Path $Path -ExcludePath $ExcludePath -SessionState $PSCmdlet.SessionState
}

Discover-Test -Path 'c:\Support\GitHub\GpoZaurr\GPOZaurr.Tests.ps1'

The question is... what part actually invokes your script? We have some suspects:

Import-Module Pester -MinimumVersion 5.0.0 -ErrorAction Stop
function Discover-Test 
{
    [CmdletBinding()]
    param(
        [Parameter(Mandatory)]
        [String[]] $Path,
        [String[]] $ExcludePath
    )
    & (Get-Module Pester) { 
        param (
            $Path, 
            $ExcludePath,
            $SessionState)

        Reset-TestSuiteState
        # to avoid Describe thinking that we run in interactive mode
        $invokedViaInvokePester = $true

        # SUSPECT 1
        $files = Find-File -Path $Path -ExcludePath $ExcludePath -Extension $PesterPreference.Run.TestExtension.Value

        # SUSPECT 2
        $containers = foreach ($f in $files) {
            New-BlockContainerObject -File (Get-Item $f)
        }

        # SUSPECT 3
        Find-Test -BlockContainer $containers -SessionState $SessionState } -Path $Path -ExcludePath $ExcludePath -SessionState $PSCmdlet.SessionState
}

Discover-Test -Path 'c:\Support\GitHub\GpoZaurr\GPOZaurr.Tests.ps1'

Can you do this for me? I want you to run ^ that script but:

  1. Comment out SUSPECT 2 and 3
  2. Run it. Does your script get executed?
  3. If not, uncomment SUSPECT 2
  4. Run it again. Does your script get executed?
  5. If not, uncomment SUSPECT 3
  6. Run it again. I would expect your script gets executed if it hasn't already.

Once we figure out which cmdlet is to blame, we can work with Pester maintainers on what should be done.

@PrzemyslawKlys
Copy link
Author

Import-Module Pester -MinimumVersion 5.0.0 -ErrorAction Stop
function Discover-Test {
    [CmdletBinding()]
    param(
        [Parameter(Mandatory)]
        [String[]] $Path,
        [String[]] $ExcludePath
    )
    # THIS WILL RUN INSIDE OF PESTER SCOPE
    & (Get-Module Pester) {
        param (
            $Path,
            $ExcludePath,
            $SessionState)

        Reset-TestSuiteState
        # to avoid Describe thinking that we run in interactive mode
        $invokedViaInvokePester = $true
        $files = Find-File -Path $Path -ExcludePath $ExcludePath -Extension $PesterPreference.Run.TestExtension.Value
        $containers = foreach ($f in $files) {
            New-BlockContainerObject -File (Get-Item $f)
        }
        Find-Test -BlockContainer $containers -SessionState $SessionState
    } -Path $Path -ExcludePath $ExcludePath -SessionState $PSCmdlet.SessionState
}

Discover-Test -Path 'c:\Support\GitHub\GpoZaurr\GPOZaurr.Tests.ps1'

Suspect number 3 executes my code.

@TylerLeonhardt
Copy link
Owner

I wanted to make sure I took the time to respond to this. I sympathize with you and think that it's fair to ask for what you're asking for... however, the work involved would be quite substantial.

The root of the problem is that PowerShell is a dynamic language first, then static language 2nd

What do I mean by this? PowerShell module's are imported with Import-Module... Alias's are set with Set-Alias... variables are set with $foo = 1 + 1... All of these things have to be run before you find out the result. This is both a blessing and a curse of PowerShell. It means that there's no compile step so nothing to slow you down... you can immediately run whatever you want... but the curse of this is that you often have to run code in order to know the answer to the question you're asking.

The question Pester is asking is... "What tests do I have in this file?" and fortunately or not this is done at runtime.

Take the following valid example (that you should never do!):

$collection = @(1,2,3,4,5)
foreach ($item in $collection) {
    Describe "DescribeName" {
        It "ItName" {
            $item
        }
    }
}

When I run Invoke-Pester ... How many tests are there?

Starting discovery in 1 files.
Discovery finished in 129ms.
[+] /Users/tyleonha/Code/Misc/PowerShell/foo.Tests.ps1 378ms (25ms|237ms)
Tests completed in 389ms
Tests Passed: 5, Failed: 0, Skipped: 0 NotRun: 0

5 tests.

Same deal with the discovery script:

> Discover-Test -Path /Users/tyleonha/Code/Misc/PowerShell/foo.Tests.ps1 | % Blocks | measure

Count             : 5

You and I both know... it's 5 because of the foreach loop... but let's say the $collection was pulled from Get-AzVM or some other cmdlet... We would have no clue how many tests we had until we actually ran the tests.

So now we arrive at the issue you're seeing.

You have GPOZaurr.Tests.ps1. Pester thinks that this file will have tests in it (because of the Tests.ps1) so Find-Test runs your file to see how many Describe's are called and where... but the reality is that:

  1. This file doesn't have any Describe's but we won't know that until we finish running the script
  2. This file runs Invoke-Pester and since the script runs Invoke-Pester and Pester needs to run your script to see if there are Describe function calls, Invoke-Pester gets called and your tests get run

I hope that makes sense.

The reality is, I don't think Pester can fix this in an elegant way where everyone is happy. If Pester scans the file for a Describe function (using the PowerShell AST), there's still a possible (but weird situation) where someone does:

& "Describe" {
    1 | Should -Be 1
}

Or some other way to dynamically execute a Function... and that would break.

The easiest path forward would be for you to move to a model where you change GPOZaurr.Tests.ps1 to runTests.ps1 or GPOZaurr.TestRunner.ps1 or anything other than something with Tests.ps1 at the end.

The second easiest path forward would be for me to maybe allow you to specify files you want to ignore in the discovery.

The hardest way forward would be for Pester to somehow know better than to run your script.

@PrzemyslawKlys
Copy link
Author

I understand all that. But:

  • You need to add a step (logic) to your flow that prevents auto-execution. Not all tests are great (or even non-destructive) and executing them silently is pretty bad. In the case of GPOZaurr, it basically creates/deletes some permissions in GPO but it may as well remove GPOS, create new ones. This is my test AD so not a big deal but if someone copies the code to his computer on production it could be game over. And that is just if the tests are "finished" and working correctly. The limits of PowerShell/Pester may be known but you do have control over Typescript to some degree. Maybe look for tests by default in \Tests folder and make users approve usage per project. What I am trying to say it's a really dangerous state now.
  • You don't have to run a script to know if at least 1 Describe is there right? You can simply take the text of any script before execution in typescript, scan it and decide if the file is even pester related. I know it's more work that's on you that you don't just pass on to Pester to decide, but it prevents auto-execution of code that could be destructive. Simple logic get-content + some regex to check for the existence of Describe and not the existence of Invoke-Pester (not commented out) would be a better idea

I mean I can disable your plugin, I can go and change my approach for 30+ projects - but you can't simply assume proper naming convention and then say "oh well - it's by design". It will not be just me. It may as well be 50 other people that won't know what's happening - and worst it will auto-execute whatever is in there - and we can't be sure what is in Tests files.

I don't want to make your life harder - just think that for the product to be safe & usable you have to do more thinking about what the user may do wrong - and try to prevent it. You do have the ability to do so with your extensive knowledge - just time + effort ;-)

@TylerLeonhardt
Copy link
Owner

You need to add a step (logic) to your flow that prevents auto-execution.

I agree. Captured that here #18

You don't have to run a script to know if at least 1 Describe is there right? You can simply take the text of any script before execution in typescript, scan it and decide if the file is even pester related

I can see 3 approaches to fixing this. Both not good enough:

1. "Read in the script as a string and search for Describe

With more effort, one could search for the following instead for better accuracy:

  1. Describe -
  2. Describe "
  3. Describe '
  4. Describe {
False positives:

foo.Tests.ps1

# do misc logic

Write-Host "Describe to the user what is going on"

# do misc logic
False negatives

foo.Tests.ps1

$command = Get-Command Desc* -Module Pester

& $command "This is still a test" {
    1 | Should -Be 1
}

Not very likely but still possible. Also, I suspect folks are doing more complicated stuff that boils down to something like this.

2. Look at the AST of the script and see if a Describe Function is called

This would fix the false positive above, but still has the false negative above and this false negative:

False negative:

foo.Tests.ps1

Set-Alias -Name D -Value Describe

D "my test" {
    1 | Should -Be 1
}

This is something I could actually see.

With all this said... I have to ask

Let's say I did this work to see if there was a Describe in the script... thus unblocking you from seeing your tests in the test explorer...

Would you actually be able to execute the tests via the Test Explorer?

When you click "run" on a test in the Test explorer, it tells Pester "Hey only run this It in this Describe"... it doesn't know about your setup script at all (and I'm not sure how it would if it's outside of a Describe block).

The best practice would be that tests would make sure that the setup is done using a BeforeAll or BeforeEach block... but if they don't do that, I'm worried that you won't actually get to use the Test Explorer...

I do think there are a fair amount of customers doing something similar to what you're doing (having a script that sets up state and then invokes the script)... (hell, PowerShell/PowerShell does this!) but I don't know how to help those users with the information I have... maybe some way to override the script I run to execute Pester...

@PrzemyslawKlys
Copy link
Author

My tests in Tests folder are pretty direct:

image

I can execute each test separately and it works.

My execution script is mostly used when I want to execute all tests or is directed for use in Azure. It doesn't do anything fancy - simply check if modules that are required by the script are there, and if not it will install them. In other words - it's basically preparing the environment for test execution, eventually doing import-module -force - but it doesn't do any tests of its own.

It's typically not required for the execution of tests - as I expect all modules to be already there.

Of course - that's just me. The safest option would be to do a "prescan" but let users choose what they believe holds the tests - but you would need to provide "description" of what it should be - because I could see people just selecting everything.

I do understand the complexity of this. Just want to make sure no accidental damage is done.

@TylerLeonhardt TylerLeonhardt changed the title Extension Crashes Right after VSCode start. *.Tests.ps1 files with no Describe blocks get executed Dec 22, 2020
@TylerLeonhardt
Copy link
Owner

How about this. I will do a very very basic search of "Is the word 'Describe' in this file?"... if it's not, then I will skip over that file. This should unblock you, at least, and although it leaves an edge case or 2, hopefully, if this actually affects someone, they will open an issue here for a further discussion...

@TylerLeonhardt
Copy link
Owner

Ok 0.0.11 has been released. Please give it a go when you have a sec

@PrzemyslawKlys
Copy link
Author

Much better now.

image

  1. Was prompted for discovery - although I wasn't really aware of what it will do, which files, no decision process here - just yes/no.
  2. Run manually one test it worked properly
  3. Did not run second test
  4. Did run all tests - it acted by executing my root level Tests and went thru all tests (so it didn't skip that file without Describe) and executed "prepare" file. It also didn't update any states.

Not sure if it's by design - or requires work.

@TylerLeonhardt
Copy link
Owner

TylerLeonhardt commented Dec 22, 2020

  1. Was prompted for discovery - although I wasn't really aware of what it will do, which files, no decision process here - just yes/no.

What would rather it say/do?

  1. Run manually one test it worked properly

🎉

  1. Did not run second test

As in it didn't work? Can you get those logs for me in this case?

  1. Did run all tests

Yeah so again, this is basically running Invoke-Pester with no -Path parameter on the root of your repo... which will find all *.Tests.ps1 files and run them. So yes by-design.

@PrzemyslawKlys
Copy link
Author

  1. Well if it would display all files it would run with checkboxes next to them to eventually uncheck (to ignore) would be a better one. When I see such a note I am not sure what you may be thinking about.
  2. I didn't run it on purpose
  3. Is it by design to not update the tests in explorer? I would expect that it would update it. Regardless if I run it from test explorer/manually/or however it would be cool if it is somehow detected - I know I may be asking for a bit too much.

@TylerLeonhardt
Copy link
Owner

  1. Captured in Allow explicit configuration of which files to run #21
  2. OK cool that sounds correct
  3. Might be a bug... The way the extension works is it has Pester output the test results to a file via Pester's built in NUnitXml output. You should be able to see it get generated/updated when you hit run.

@PrzemyslawKlys
Copy link
Author

So if I run it in test explorer - it updates it correctly when picking test by test. When doing the same thing but for global (on the image marked as 3) it doesn't update anything.

@TylerLeonhardt
Copy link
Owner

@PrzemyslawKlys latest version has new feature to set the test root:

"pesterExplorer.testRootDirectory": "Tests"

This should allow:

  1. only things in that directory to be discovered
  2. the "big play button" at the top will only run tests in that directory

@PrzemyslawKlys
Copy link
Author

Cool. Worked, and marked tests as done correctly.

@TylerLeonhardt
Copy link
Owner

Awesome! You're unblocked 😁 please share the extension with your friends ;)

@PrzemyslawKlys
Copy link
Author

Maybe there should be a default set to Tests -> or some autodetection? I don't think I ever seen a project that puts tests in root?

@TylerLeonhardt
Copy link
Owner

Yeah that's fair. 0.0.13 will now discover "test", "tests", "Test", "Tests" folders and use the first one it finds.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants