Import-KFModule
Syntax
Import-KFModule
[-AzureAD]
[-ExchangeOnline]
[-MicrosoftTeams]
[-Graph]
[-SharePointOnline]
[-PnP]
[-ShowVersion]
Support
>= kenaflow 4.0.29
Return
nothing.
Description
This cmdlet can be used load some Microsoft 365 related PowerShell modules.
We integrate the binaries for compatibility reasons. We ask you not to install these modules by yourself.
Use -ShowVersion
to show the module version after loading. (This is $false
by default.)
Parameters
-AzureAd
This loads the AzureAD PowerShell module.
Details here: https://docs.microsoft.com/en-us/powershell/azure/active-directory/install-adv2?view=azureadps-2.0
-ExchangeOnline
This loads the Exchange Online Management PowerShell module.
-MicrosoftTeams
This loads the Microsoft Teams PowerShell module.
Details here: https://docs.microsoft.com/en-us/microsoftteams/teams-powershell-overview
-Graph
This loads the Microsoft Graph PowerShell module.
Details here: https://docs.microsoft.com/en-us/powershell/microsoftgraph/installation?view=graph-powershell-1.0
-SharePointOnline
This loads the SharePoint Online PowerShell module.
Details here: https://docs.microsoft.com/en-us/powershell/sharepoint/sharepoint-online/connect-sharepoint-online
-PnP
This loads the PnP PowerShell module.
Details here: https://pnp.github.io/powershell/
-ShowVersion
With this parameter the versions of the modules are written to the kenaflow log (with log level 'verbose')