Category "powershell-cmdlet"

Connect to Exchange Online PowerShell with EXO V2 Powershell Module under Linux - Connect-IPPSSession

Im trying to connect to the Online PowerShell with the EXO V2 Powershell module using the Connect-IPPSSession Cmdlet with certificates. Under Windows everything

Which cmdlet to use for creating a domain (folder) under a Primary Zone on the DNS-server?

As the below picture shows, I want to use a PowerShell cmdlet to create/delete domains (folders) under a primary zone in the Windows DNS Server. I've have not b

How to execute MSI file on Github Actions (windows-latest runner)

Context I created a Github Actions workflow that generates a .msi file that I wan't to execute afterwards to test if the application is working as expected. The