https://github.com/deadlydog/AzureArtifactsPowerShellModuleHelper/blob/6627c0197149939501e59cc1b422ebcb126854b5/src/AzureArtifactsPowerShellModuleHelper/AzureArtifactsPowerShellModuleHelper.psm1#L229 Can we please update these references to get the username from whoami, vs The WindowsIdentity principal? [Other ways to get the current user in powershell](https://shellgeek.com/get-current-user-name-in-powershell/)
AzureArtifactsPowerShellModuleHelper/src/AzureArtifactsPowerShellModuleHelper/AzureArtifactsPowerShellModuleHelper.psm1
Line 229 in 6627c01
Can we please update these references to get the username from whoami, vs The WindowsIdentity principal?
Other ways to get the current user in powershell