GraphRunner icon indicating copy to clipboard operation
GraphRunner copied to clipboard

Import-Module currently throws an error

Open pwnf opened this issue 4 months ago • 1 comments

I think this Commit 8a0e339 introduced some bugs.

Lines like:

Invoke-SearchMailboxtt-t Has the ability to do deep searches across a user’s mailbox and can export messages

Replaced with:

Invoke-SearchMailboxtt-t Has the ability to do deep searches across a user’s mailbox and can export messages

I suspect this is due to replacing quotes with ’.

In any case, the current script wont import into PowerShell.

pwnf avatar Jul 22 '25 06:07 pwnf

Just merged in PR https://github.com/dafthack/GraphRunner/pull/46 to hopefully fix this.

dafthack avatar Jul 22 '25 12:07 dafthack