Export-SPOTaxonomy : The ‘Export-SPOTaxonomy’ command was found in the module ‘OfficeDevPnP.PowerShell.Commands’, but the module could not be
loaded. For more information, run ‘Import-Module OfficeDevPnP.PowerShell.Commands’.
However, when I try to import the module I get
import-module : The specified module ‘OfficeDevPnP.PowerShell.Commands’ was not loaded because no valid module file was found in any module
directory.
At line:1 char:1
+ import-module OfficeDevPnP.PowerShell.Commands
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : ResourceUnavailable: (OfficeDevPnP.PowerShell.Commands:String) [Import-Module], FileNotFoundException
+ FullyQualifiedErrorId : Modules_ModuleNotFound,Microsoft.PowerShell.Commands.ImportModuleCommand
I installed the PnPPowerShellCommands16.msi.
Any thoughts?
Thanks,
-Haniel