dcfou

Results 3 comments of dcfou

I have suggestions for this. Why don't add a "LocalizeYourLab.ps1" file to the project. "LocalizeYourLab.ps1" should be something like this for the english version : ############################ $LocalizedLab = @{ DefaultAdminAccount...

Ok, I undestand that, it was just a suggestion after all. The deal was only to use other ISOs than the english one (for somes - manies? - who don't...

May be Well-known SIDs can be a way (and it's far better than my first suggestion) : ``` $LocalAdminGroupSID = New-Object System.Security.Principal.SecurityIdentifier ("S-1-5-32-544") $LocalAdminGroupAccount = ($LocalAdminGroupSID.Translate( [System.Security.Principal.NTAccount])).Value -replace "^.+\\(.+)$",'$1' ```...