Questions tagged [windowsdomainaccount]

A Windows domain account is an account in a Windows domain, which includes accounts of users, computers, printers and other security principals registered with a central database (called Active Directory Service) located on domain controllers.

From the Microsoft Developer Network.

A Windows domain account is an account in a Windows domain, which includes accounts of users, computers, printers and other security principals registered with a central database (called Active Directory Service) located on domain controllers.

48 questions
0
votes
1 answer

Change browser search engine for every user/machine in windows domain

I want every workstation in my school to have Ecosia as their default search engine. If one wants to change his search engine to Ecosia on his home computer with Firefox he needs to add the extension to his Firefox profile and change his default…
0
votes
0 answers

Connecting to SQL Server on same domain, but getting "Untrusted Domain" error?

We have multiple IIS web applications running on multiple web servers that connect to a SQL Server on a separate machine on the same domain. Everything was running smoothly for over a year, then we had some major network issues. There was a problem…
0
votes
1 answer

How to formate JNDI to authenticate with a domain user instead of SQL user

I have a working JNDI with SQL server username and password in my Java application. It throws NameNotFoundException when I try to change the user to my domain user instead of SQL user. Here it is mentioned I only have to provide integratedSecurity…
Abdul Waheed
  • 63
  • 1
  • 10
0
votes
1 answer

Domain user is required to provide domain admin password to connect to Azure Point-to-Site VPN

I have a main DC which is put in Azure Vnet and an on-premise DC2. All the staff computers and laptops are joined into the domain. My colleagues would like to access the resources on Azure when they are offsite. Therefore, they have to establish…
0
votes
1 answer

get UserName without the 20 char Limit

I have to read the user log in my app even with run as and the name created in domain in windows server 2012have 23 char, i used : Environment.UserName new…
Akrem
  • 5,033
  • 8
  • 37
  • 64
0
votes
1 answer

Run asp.net application under domain account without joining the domain?

My feeling says it's not posible but anyway I am curious if there is at least a workaround for accomplish this. Basically I am working at my client site and my machine is not connected to the domain. What I want to do is running a web application…
0
votes
1 answer

Algorithm to find a windows domain (AD) in the network

I need an algorithm to find if there is a windows domain (AD service) set up in the network I am currently connected to. This should work for any network (a WiFi in McDonald's or a corporate network) meaning I do not know the name of the domain I am…
Rusty Horse
  • 2,388
  • 7
  • 26
  • 38
0
votes
1 answer

Kerberos Double Hop and Impersonate calls

I have misunderstanding, I have code: LogonUser(name,domain, password,LOGON32_LOGON_NETWORK, LOGON32_PROVIDER_DEFAULT,&hToken); ImpersonateLoggedOnUser(hToken); and later I do sspi connection with current user to my server(another…
kain64b
  • 2,258
  • 2
  • 15
  • 27
0
votes
1 answer

How to run Azure VM CustomScriptExtension as domain user? (part 2)

Updated to explain my root problem: If Azure has extensions for VM's, as they are being provisioned, to join a domain, and to run scripts, how can I run a script as a domain user? The script needs to be run as a domain user in order to access a file…
0
votes
1 answer

How to run Azure VM CustomScriptExtension as domain user? (part 1)

What I have working is a Powershell script that takes a JSON file to create a new VM; the JSON file contains instructions for the VM to join a domain and run a custom script. Both things do happen, but the script runs as the user workgroup\system…
KlaymenDK
  • 714
  • 9
  • 31
0
votes
2 answers

Powershell Search for AD Users

I am learning Powershell and use it frequently for adding users to AD Groups. I would like to know if it is possible to search for AD Usernames using the persons common name (i.e. John Doe = JDoe). It is very time consuming and defeats the purpose…
0
votes
2 answers

How to get UserName from Computer?

I'm searching to get back the String on the red block. I already tried the following…
0
votes
1 answer

Master/Secondary Password for Windows Domain Users

We have a really small setup but for the sake of keeping everything centralized we have a domain. Occasionally managers will need to send email out as somebody else if they are not in the office, is it possible to add a secondary password or a…
0
votes
1 answer

Change of domain deleted data in Team Foundation Server?

Maybe my google-fu is failing me, but I cannot seem to find any information on the following: My Windows user account was recently moved, accidentally, to another domain in my company's Active Directory. While in the other domain, I was unable to…
glumesc
  • 23
  • 5
0
votes
1 answer

Windows embedded ce 6.0 login to server failed: ..."the connection is from an untrusted domain and cannot be used with windows autenthification"

When I try connecting to my sql server from my embedded ce 6.0 core motorola mc2180 device I get an error saying connection failed, the connection is from an untrusted domain. I don't get this error when i run my c# app from my laptop.
Flav98
  • 3
  • 2