BUG New-ADChangeReport CSS Path not detected.
Closed this issue · 3 comments
jdhitsolutions commented
This is a bug reported by @klaypigeon
PS C:\Windows\system32> new-adchangereport
You cannot call a method on a null-valued expression.
At C:\Program Files\WindowsPowerShell\Modules\ADReportingTools\1.0.0\Functions\ADChangeReport.ps1:130 char:13
+ $htmlParams.Add("CSSPath", $CSSPath)
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: (:) [], RuntimeException
+ FullyQualifiedErrorId : InvokeMethodOnNull
jdhitsolutions commented
I had re-organized some code and I see now that I am trying to add something that hasn't been defined yet. This should be easy to fix.
jdhitsolutions commented
This should be fixed in v1.1.0 (38ccd83). Update the module from the PowerShell gallery and try again.
klaypigeon commented
Thanks. That was some mighty fast bug fixing.
…On Mon, Mar 29, 2021, 12:22 PM Jeff Hicks ***@***.***> wrote:
This should be fixed in v1.1.0 (38ccd83
<38ccd83>).
Update the module from the PowerShell gallery and try again.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#24 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACYZZAWCY352MJDDYKTEREDTGCSNXANCNFSM4Z7YKN3Q>
.