Deyda / NeverRed

NeverRed's focus is to provide a simple solution to keep standard software up to date without having to package it or search and compare versions on vendor sites. https://www.deyda.net/index.php/en/neverred/
31 stars 5 forks source link

"Teams Meeting AddIn for Microsoft Outlook" scheduled task does not register on non-english OS #74

Closed TimThemannFKS closed 4 months ago

TimThemannFKS commented 4 months ago

The new "Teams Meeting AddIn for Microsoft Outlook" scheduled task does not register on non-english OS because the "-GroupId"-Parameter used by New-ScheduledTaskPrincipal seems to be language specific (changing "Users" to "Benutzer" cures the problem on a german-language OS).

Deyda commented 4 months ago

Thx i will correct this...It was a hard night

TimThemannFKS commented 4 months ago

;-) Thanks a lot for your work!

TimThemannFKS commented 4 months ago

(New-Object -TypeName System.Security.Principal.SecurityIdentifier -ArgumentList ('S-1-5-32-545')).Translate([System.Security.Principal.NTAccount]).Value

Deyda commented 4 months ago

Thx and done in newest version