![]() |
#1 |
Участник
|
axcoder: How to become an axapta administrator with powershell
Источник: http://axcoder.blogspot.com/2013/07/...ator-with.html
============== $sid = [System.Security.Principal.WindowsIdentity]::GetCurrent().User.Value osql -d AXDBDEV -p -E -Q "update userinfo set sid = '$sid', networkdomain ='$env:userdomain', networkalias = '$env:username' where ID = 'admin'" Источник: http://axcoder.blogspot.com/2013/07/...ator-with.html
__________________
Расскажите о новых и интересных блогах по Microsoft Dynamics, напишите личное сообщение администратору. |
|