Hi all,
I created my first WinPE10SE image, such fun!
But although I included Powershell, it is not working as it should.
I can open powershell but when I run the command get-volume, or similar, I get the error get-volume : Invalid class
At line:1 char:1
+ get-volume
+ ~~~~~~~~~~
+ CategoryInfo : MetadataError: (MSFT_Volume:ROOT/Microsoft/...age/MSFT_Volume) [Get-Volume], CimExceptio
n
+ FullyQualifiedErrorId : HRESULT 0x80041010,Get-Volume
What can I do to fix this?
I need powershell to work completely as my installation script is written in it...