Hi all,
We implemented an automatic deployment for virtual machines on Azure, but we need a PS script in which we can find who is assigned each virtual machine. At this moment I can check information with Get-AzzVM -Name XXXXX to get information about VM, but we need to know the assigned user.
Thanks all!