You may want to add the -skipcertificatecheck to line 107 on the invoke-restmethod command in file loginsight.psm1
This was added in PowerShell 7.x to help with the self-signed cert errors.
I also updated the Provider param to allow for a selection of local or ActiveDirectory for line 191
You may want to add the -skipcertificatecheck to line 107 on the invoke-restmethod command in file loginsight.psm1
This was added in PowerShell 7.x to help with the self-signed cert errors.
I also updated the Provider param to allow for a selection of local or ActiveDirectory for line 191