Files
ImportExcel/LoadPSD1.ps1
2019-04-30 13:28:52 -07:00

3 lines
114 B
PowerShell

if($null -eq (Get-Module -ListAvailable ImportExcel) ) {
Import-Module $PSScriptRoot\ImportExcel.psd1 -force
}