In this article We see about Trust relationship between this workstation and the primary domain failed.
For Example, user is trying to login in workstation System. Enter the User Name and password.
In database on the server does not Have … Continue Reading
Monthly Archives: November 2017
How to add domain users to the Local Groups using Powershell
In this Article, we will see how to add user or users or Computer using Powershell.
If you want to add users to the specific one Group, you can use the below command..
$domain=”Windowstechpro.com”
$Computer = $env:COMPUTERNAME;
$ADSIComputer = [ADSI](“WinNT://$Computer,computer”);… Continue Reading