Forum Discussion
prakash82x
6 years agoNew Member
Offline installation of PowerBI PowerShell Module
Hi, I have been trying to perform PowerShell module instalation of MicrosoftPowerBIMgmt on a server which does not have Internet Connectivity and have not been successfull so far. I would appreciate...
GilbertQ
6 years agoSuper User
Could it be that it installed some other PowerShell Modules?
Or do you have the latest version of PowerShell installed on both servers?
Or do you have the latest version of PowerShell installed on both servers?
prakash82x
6 years agoNew Member
The PowerBI PowerShell modules are the same on both of the servers while PowerShell version is higher on the server with no internet.
PowerShell Version on Server without Internet
PS C:\Windows\system32> $PSVersionTable
Name Value
---- -----
PSVersion 5.1.14393.3471
PSEdition Desktop
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...}
BuildVersion 10.0.14393.3471
CLRVersion 4.0.30319.42000
WSManStackVersion 3.0
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1List of PowerBI modules on server without Internet:
PS C:\Windows\system32> Get-Module -ListAvailable
Directory: C:\Program Files\WindowsPowerShell\Modules
ModuleType Version Name ExportedCommands
---------- ------- ---- ----------------
Script 1.0.1 Microsoft.PowerShell.Operation.V... {Get-OperationValidation, Invoke-OperationValidation}
Manifest 1.0.840 MicrosoftPowerBIMgmt
Binary 1.0.840 MicrosoftPowerBIMgmt.Admin {Add-PowerBIEncryptionKey, Get-PowerBIEncryptionKey, Get-PowerBIWorkspaceEncryp...
Binary 1.0.840 MicrosoftPowerBIMgmt.Capacities Get-PowerBICapacity
Binary 1.0.840 MicrosoftPowerBIMgmt.Data {Add-PowerBIDataset, Set-PowerBITable, New-PowerBIDataset, New-PowerBITable...}
Binary 1.0.840 MicrosoftPowerBIMgmt.Profile {Connect-PowerBIServiceAccount, Disconnect-PowerBIServiceAccount, Invoke-PowerB...
Binary 1.0.840 MicrosoftPowerBIMgmt.Reports {Get-PowerBIReport, New-PowerBIReport, Export-PowerBIReport, Get-PowerBIDashboa...
Binary 1.0.840 MicrosoftPowerBIMgmt.Workspaces {Get-PowerBIWorkspace, Get-PowerBIWorkspaceMigrationStatus, Add-PowerBIWorkspac...
PowerShell Version on Server with Internet:
PS C:\> $PSVersionTable
Name Value
---- -----
PSVersion 5.0.10586.117
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...}
BuildVersion 10.0.10586.117
CLRVersion 4.0.30319.42000
WSManStackVersion 3.0
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1List of PowerBI Modules on server with Internet:
PS C:\> Get-Module -ListAvailable
Directory: C:\Program Files\WindowsPowerShell\Modules
ModuleType Version Name ExportedCommands
---------- ------- ---- ----------------
Manifest 1.0.840 MicrosoftPowerBIMgmt
Binary 1.0.840 MicrosoftPowerBIMgmt.Admin {Add-PowerBIEncryptionKey, Get-PowerBIEncryptionKey, Get-P...
Binary 1.0.840 MicrosoftPowerBIMgmt.Capacities Get-PowerBICapacity
Binary 1.0.840 MicrosoftPowerBIMgmt.Data {Add-PowerBIDataset, Set-PowerBITable, New-PowerBIDataset,...
Binary 1.0.840 MicrosoftPowerBIMgmt.Profile {Connect-PowerBIServiceAccount, Disconnect-PowerBIServiceA...
Binary 1.0.840 MicrosoftPowerBIMgmt.Reports {Get-PowerBIReport, New-PowerBIReport, Export-PowerBIRepor...
Binary 1.0.840 MicrosoftPowerBIMgmt.Workspaces {Get-PowerBIWorkspace, Get-PowerBIWorkspaceMigrationStatus...
Binary 1.0.0.1 PackageManagement {Find-Package, Get-Package, Get-PackageProvider, Get-Packa...
Script 2.0.2 PolicyFileEditor {Set-PolicyFileEntry, Remove-PolicyFileEntry, Get-PolicyFi...
Script 1.0.0.1 PowerShellGet {Install-Module, Find-Module, Save-Module, Update-Module...}
- GilbertQ6 years agoSuper UserI honestly am not sure why this is not working. I would expect it to
I would suggest logging a support ticket to see how they can resolve this for you?