tabs-not-spaces / Intune.USB.Creator

A module containing tools to assist with the creation of a bootable WinPE USB used to provision devices for enrollment to Intune.
GNU General Public License v3.0
132 stars 46 forks source link

usb still not working #25

Closed SharirAG closed 3 years ago

SharirAG commented 3 years ago

Hi,

I still have the same issu #23 with the usb, after the script was updated in #22

is there anything i can do to help with the troubleshootng?

tabs-not-spaces commented 3 years ago

Verify which version of PowerShell is on the USB.

On Fri, 4 Dec 2020, 9:33 pm SharirAG, notifications@github.com wrote:

Hi,

I still have the same issu #23 https://github.com/tabs-not-spaces/Intune.USB.Creator/issues/23 with the usb, after the script was updated in #22 https://github.com/tabs-not-spaces/Intune.USB.Creator/issues/22

is there anything i can do to help with the troubleshootng?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/tabs-not-spaces/Intune.USB.Creator/issues/25, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIDA4LOY4SRXBJAEDOSVI5LSTC3HTANCNFSM4UNICGHQ .

SharirAG commented 3 years ago

image

tabs-not-spaces commented 3 years ago

That ain't built from the latest version of the module then.

If PowerShell 7.1 or higher is used you will get an issue. The latest version of the module specifically downloads 7.0.3.

On Fri, 4 Dec 2020, 11:49 pm SharirAG, notifications@github.com wrote:

[image: image] https://user-images.githubusercontent.com/14299181/101165792-89ec5480-3637-11eb-8521-8852482e86df.png

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/tabs-not-spaces/Intune.USB.Creator/issues/25#issuecomment-738766642, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIDA4LK5GJRWDRLBMFUFZZTSTDLHLANCNFSM4UNICGHQ .

SharirAG commented 3 years ago

image i've downloaded the files from your github again. I even downgraded the powershell on my laptop to 7.0.3

it still downloads powershell 7.1.0

for now i downloaded 7.0.3 my self and will extract this in de WINPE drive.

tabs-not-spaces commented 3 years ago

Open PowerShell, check the version of the installed module.

Get-module -listavailable "intune.usb.creator"

You will be using the wrong version. Certain of it.

On Sat, 5 Dec 2020, 1:05 am SharirAG, notifications@github.com wrote:

[image: image] https://user-images.githubusercontent.com/14299181/101172752-e05e9080-3641-11eb-8466-4b6f43e8989e.png i've downloaded the files from your github again. I even downgraded the powershell on my laptop to 7.0.3

it still downloads powershell 7.1.0

for now i downloaded 7.0.3 my self and will extract this in de WINPE drive.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/tabs-not-spaces/Intune.USB.Creator/issues/25#issuecomment-738801701, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIDA4LJAAXCLTDW3RO646TTSTDUBZANCNFSM4UNICGHQ .

tabs-not-spaces commented 3 years ago

closing due to inactivity