Use "New-NAVServerUser" Powershell command in Container

ImperatorMingImperatorMing Member Posts: 13
edited 2020-07-10 in NAV Three Tier
I want to use the New-NAVServerUser Command in a container to create a new Nav User. The Container has been build this way:

uayqio5ycq8g.png

When im done, i try the following script:

clqwmvdkflwg.png

As you can imagine, the Username of the Windows Account on the mashine the container is running on is "User". So this wont work and the error occurs:

yx4uzm5l0ck1.png

This is, because NEWCONTAINER/User already exists. Now I want to create a new Windows User in the container to use the New-NAVServerUser Command. Does anyone Know how it works?
So the overall goal is to get a new NavUser in Table "User 2000000120" on Page "Users 9800" and the User should base on a Windows Account.
Thanks for answers!

Best Answers

Answers

  • ImperatorMingImperatorMing Member Posts: 13
    Tanks, booth answers have helped.

    @kylehardin
    I forgot the possibility to use the PS of the corresponding Container. Tahnks for Remembering. "Get-NavServerUser" shows, as i already mentioned, that the User is already defined. Using "New-LocalUser" allows me to create a new Windows User. Afterwards i was able to create a BC User based on this new Windows User using "New-NavServerUser -WindowsAccount [...]".
Sign In or Register to comment.