Dell PowerShell Provider Install w/ ConfigMgr

I just created an App for the Dell PowerShell Provider 1.3.0, was able to learn what I needed from Mike’s Blog (THANK YOU). I thought I’d add a cmd file install for 1.3.0 and do a more graphical walk through (I’m a visual guy).

To get the download, go HERE (DellCommandPowerShellProvider1.3_259.zip)

Download, grab the DellBIOSProvider folder
image

Copy that to your Source (\\CMSRC\SRC$\Apps\Dell\DellPowerShellProvider\1.3.0\x64)
image

Programs:
Install: “Load_DellPowerShellProviders-x64.cmd”

REM Remove old Folder before copying the new version into place (If there is an old version)
if exist "%PROGRAMFILES%\WindowsPowerShell\Modules\DellBIOSProvider" rd "%PROGRAMFILES%\WindowsPowerShell\Modules\DellBIOSProvider" /S /Q

set loc=%~dp0

REM Copy the Module to the Modules folder
xcopy "%loc%DellBIOSProvider" "%PROGRAMFILES%\WindowsPowerShell\Modules\DellBIOSProvider" /s /i

Uninstall: cmd.exe /c rd “%programfiles%\WindowsPowerShell\Modules\DellBIOSProvider” /S /Q

image

Detection Method:
File Path: %PROGRAMFILES%\WindowsPowerShell\Modules\DellBIOSProvider
File Name: DellBIOSProvider.dll
Version: 1.3.0.0
image

Requirements: (x64 & Dell) – See previous post on creating Dell Requirement
image

Once Installed, you can test by launching PowerShell and loading the Module
image

import-module DellBIOSProvider

image

I highly recommend reading Mike’s Blog Post from last year when he blogged the install of version 1.1, he goes into additional detail and background.

1 thought on “Dell PowerShell Provider Install w/ ConfigMgr”

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.