Im trying to connect to the Online PowerShell with the EXO V2 Powershell module using the Connect-IPPSSession Cmdlet with certificates. Under Windows everything
From How to Write a PowerShell Module Manifest I learned that I can export all the variables in the module using VariablesToExport = '*'. However, after using i