Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
1answer
524 views

Get the ID? of the current user like SharePoint can?

I'm at a client site where they have an application which began in SharePoint and is slowly migrating away to a very custom ASP.NET application. Some of their data elements are still hosted within ...
3
votes
2answers
2k views

Unlocking Locked Out accounts using PowerShell (not with Quest AD cmdlets)

I'm writing a GUI tool using PowerShell that is able to do most AD related tasks with just a user name and button click. I've done all the usual ones (Create / Remove Users, Create / Remove Security ...
2
votes
1answer
507 views

Path of kerberos tickets TGT and service tickets in windows XP and unix?

Could someone please send across the path of kerberos tickets TGT and service tickets in windows XP and unix? Also, how do we know the version of kerberos being used in windows and unix? Many ...
1
vote
0answers
499 views

User rights needed for IIS 7.5 application pool user (domain user, not the AppPoolIdentity)

We have an active directory domain (let's call it foodomain) and a domain user account (foodomain\fooAppPoolUser) used for the IIS application pool identity. We want to run the app pool under this ...
1
vote
2answers
314 views

Can I give access to sql server+reporting services without creating a login/user for each domain account?

In our sqlserver 2008 database each user has a sqlserver login and sqlserver database user. When a new person joins the company the system admins set up their domain accounts but we then have to go in ...
1
vote
2answers
326 views

How do you transform a upn name to a login name?

How do you transform a upn name like "user@example.com" to the corresponding NT account name, which is frequently "EXAMPLE\user"? In the domains I'm familiar with, I can take the first part after the ...
0
votes
0answers
55 views

Windows 7 Domain Account cannot read/write inside AppData folder

I am creating an installer with InnoSetup. My program requires that I be able to read and write to files as it reads data from my hardware device that is connected over IPv4. I also write to files as ...
0
votes
2answers
55 views

usernames in windows domain

I'm working on a app that uses Jespa to do transparent SSO. I'm using the NtlmSecurityProvider. In my code, when I get the username looks like this: "DOMAINNAME\username" e.g. <% ...
0
votes
1answer
1k views

How to find loginname, database username, or roles of sqlserver domain user who doesn't have their own login?

I have created a login and database user called "MYDOMAIN\Domain Users". I need to find what roles a logged on domain user has but all the calls to get the current user return the domain username eg. ...
0
votes
1answer
291 views

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. ...
0
votes
1answer
83 views

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 ...