Can you tell me what's wrong? I successfully installed it on already configured computers running Windows 7 and Windows 8.1 but it always failed on out-of-the-box computers.
On the one I am working on, I installed both VC2010 C++ runtimes (x64 then x6) but it don't help.
I am trying with latest version and observing same issue, I want to use this cmdlet for test environment. Installing VC++ in all machine is tedious job. Can you please tell minimal workaround for this error or give us new release which not having this issue ?
After installing VC++ runtime for 2010 and 2012 we rebooted target, once after reboot Installed DellBIOSProvider from Microsoft Gallery using below command -
Install-Module DellBIOSProvider
After this when we tried to import module we are hitting below error -
PS C:\Program Files\Dell\Powershell\Modules\DellBIOSProvider> Import-Module DellBIOSProvider WARNING: Couldn't get ACPI Buffer Size!! Import-Module : PS drive DellSmbios could not be created. At line:1 char:1 + Import-Module DellBIOSProvider + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : OpenError: (DellSmbios:PSDriveInfo) [Import-Module], InvalidOperationException + FullyQualifiedErrorId : DefaultDriveInitFailed,Microsoft.PowerShell.Commands.ImportModuleCommand
after installing VC10 and VC12 runtime, while importing module getting below error, DellSMBIOS: not created -
PS C:\Users\Administrator.WINEIT> Import-Module DellBIOSProvider -Verbose VERBOSE: Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\DellBIOSProvider\1.0\DellBIOSProvider.psd1'. VERBOSE: Populating RepositorySourceLocation property for module DellBIOSProvider. VERBOSE: Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\DellBIOSProvider\1.0\DellBIOSProvider.psm1'. VERBOSE: Exporting function 'Set-Dell1stBootdevice'. VERBOSE: Exporting function 'Get-DellBiosSettings'. VERBOSE: Exporting function 'Clear-DellAdminPassword'. VERBOSE: Exporting function 'Set-DellAutoOnForSelectDays'. VERBOSE: Exporting function 'Get-DellBIOSPasswordPath'. VERBOSE: Exporting function 'Write-DellBIOSPassword'. VERBOSE: Exporting function 'Read-DellBIOSPassword'. VERBOSE: Importing function 'Clear-DellAdminPassword'. VERBOSE: Importing function 'Get-DellBIOSPasswordPath'. VERBOSE: Importing function 'Get-DellBiosSettings'. VERBOSE: Importing function 'Read-DellBIOSPassword'. VERBOSE: Importing function 'Set-Dell1stBootdevice'. VERBOSE: Importing function 'Set-DellAutoOnForSelectDays'. VERBOSE: Importing function 'Write-DellBIOSPassword'. VERBOSE: Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\DellBIOSProvider\1.0\DellBIOSProvider.dll'. VERBOSE: Starting PS provider DellSmbiosProv VERBOSE: .NET Version: 4.0.30319.42000 VERBOSE: Performing InitializeDefaultDrives operation on the 'DellSmbiosProv'provider. VERBOSE: Performing operation New-PSDrive for the provider DellSmbiosProv. WARNING: Couldn't get ACPI Buffer Size!! Import-Module : PS drive DellSmbios could not be created. At line:1 char:1 + Import-Module DellBIOSProvider -Verbose + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : OpenError: (DellSmbios:PSDriveInfo) [Import-Module], InvalidOperationException + FullyQualifiedErrorId : DefaultDriveInitFailed,Microsoft.PowerShell.Commands.ImportModuleCommand VERBOSE: Exporting function 'Clear-DellAdminPassword'. VERBOSE: Exporting function 'Get-DellBIOSPasswordPath'. VERBOSE: Exporting function 'Get-DellBiosSettings'. VERBOSE: Exporting function 'Read-DellBIOSPassword'. VERBOSE: Exporting function 'Set-Dell1stBootdevice'. VERBOSE: Exporting function 'Set-DellAutoOnForSelectDays'. VERBOSE: Exporting function 'Write-DellBIOSPassword'. VERBOSE: Importing function 'Clear-DellAdminPassword'. VERBOSE: Importing function 'Get-DellBIOSPasswordPath'. VERBOSE: Importing function 'Get-DellBiosSettings'. VERBOSE: Importing function 'Read-DellBIOSPassword'. VERBOSE: Importing function 'Set-Dell1stBootdevice'. VERBOSE: Importing function 'Set-DellAutoOnForSelectDays'. VERBOSE: Importing function 'Write-DellBIOSPassword'.
karthikchandran89
1 Rookie
•
49 Posts
7994
0
Posted August 3rd, 2015 03:00
Hi PHILMEFLINK,
Please install VC2012 C++ also and restart the machine before you try to import the module.
Thanks,
Karthik.C