ソリューションが必要です
Hello All
I'm creating my logon account using bemcli:
New-BELogonAccount -UserName "MYDomain\Administrator" -Password $password -Description "Standarduser BackupExec" -AccountType "Common"
It works fine, but i'm not able to set IsUserDefault to yes
Which syntax do i need?
Best regards
Peter