I was able to solve this. The issue was a tool I was using to issue remote powershell commands to a machine was instancing each command, so the PSDrive was being created and destroyed during the import. I was able to prove this by running the import along with Get-PSDrive in a single command and it returned DellSmbios correctly.
HurfDurf
2 Posts
1
May 5th, 2016 08:00
I was able to solve this. The issue was a tool I was using to issue remote powershell commands to a machine was instancing each command, so the PSDrive was being created and destroyed during the import. I was able to prove this by running the import along with Get-PSDrive in a single command and it returned DellSmbios correctly.