OSDeploy / OSD

OSD Shared Functions
MIT License
130 stars 54 forks source link

Connect-OSDCloudAzure.ps1 #124

Open AkosBakos opened 3 months ago

AkosBakos commented 3 months ago

Strange character coding: 1 2

Executes manually just works fine: "Connect-AzAccount -UseDeviceAuthentication -AuthScope Storage -ErrorAction Stop"

everydayintech commented 3 months ago

I think this is due to new text formatting that was added with Az.Accounts Version 2.16.0. Az.Accounts Version 2.15.1 does not have this formatting and looks fine in WinPE.

Az.Accounts Version 2.16.0: image

Az.Accounts Version 2.15.1: image