AdamGrossTX / ManagedUserManagement

Solution to manage kiosk user accounts and configure autologon

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Couple thoughts on improvements

jputman opened this issue · comments

Thanks for the hard work here, been going through it to test it out see how we can use it, both for kiosk but some of the functions you have for other tasks. Much appreciated for the time that you spent on this.
 
In the Install-Module Az -Force -Scope AllUsers consider adding it as scope currentuser instead of all users so that if the current user is not admin it will still run.

Also, might want to have a seperate check for AzTable as that is not installed in the Az module from what I can tell, and so it could just loop through always saying it is not installed.

Also, in your functions you have it doing powershell 7.4, but that might not be available in all regions, and perhaps 7.2 would be the better option.