Questions tagged [credentials]

170 questions
1
vote
1 answer

Windows 7 use some credential mapping?

At the office we have a Windows 7 which was configured by a bad admin : he mapped the shares with an administrator user. This Windows 7 is in a domain, and the admin user is named admin. So this Windows 7 accessed the servers with full rights. On…
Bertrand SCHITS
  • 2,922
  • 1
  • 13
  • 15
1
vote
3 answers

Run "Shared Folders" (fsmgmt.msc) as a different user

I am trying to run Shared Folders under a different domain user according to one of user's answer for my other question How do you know who or what is locking a remote file? runas /user:domain\user fsmgmt.msc Even though running fsmgmt.msc by…
dance2die
  • 2,011
  • 7
  • 32
  • 41
1
vote
1 answer

Add generic credential using group policy?

In Windows 7, if I go to control panel > user accounts > user account > manage your credentials, there are credentials saved for the local user. Is there a way to add a generic credential using group policy on server 2008?
Force Flow
  • 1,165
  • 5
  • 23
  • 45
1
vote
0 answers

CertificateServicesClient-CredentialRoaming error 1005

We have a Microsoft Team Foundation Server (Single Server Installation, i.e. Microsoft SQL Server 2008, Microsoft Windows SharePonint Services 3.0) installed on a Windows Server 2008 machine. The TFS works fine, but there are error events logged…
PVitt
  • 61
  • 5
1
vote
2 answers

Securely Store Credentials for a Web Application

We are running a web application in python using wsgi with apache2, and must submit to a penetration test. The testers will be exploring the potential for damage if the attackers gain shell access as the apache user. Currently, the damage potential…
Will
  • 111
  • 3
1
vote
1 answer

Windows Command-Line Utilities Started Prompting for Password

Recently my computer started prompting for the password of my domain account (that I am logged on as) when running command-line tools such as tasklist or taskkill on remote domain computers. On other domain workstations, it does not ask for a…
Geo
  • 108
  • 6
1
vote
1 answer

Need prompt for credentials from computer outside domain in a domain network

I have a computer (Com1) which is connected to a network that is part of a domain (Dom1). On my Windows 2008 R2 server (Serv1), which is a part of the domain, I have a share called Program. The share is set up so that every user that is registered…
1
vote
1 answer

IIS 6 prompts for creditials when on server, but not from client

I have a MOSS 2007 farm running on windows server 2003 R2 64 bit and IIS 6. When I try to connect to the farm locally on the server, no matter what site, CA or any of the SharePoint web apps I get prompted for creds and when I enter them everything…
rgwaldron
  • 157
  • 1
  • 8
1
vote
3 answers

SQL agent job: Use mapped drive with different credentials

I'm running SQL Server 2008 and want to setup an agent job to backup all databases. The machine running SQL Server is part of a Windows domain. The destination for the backup files is on another machine, which is not in the domain, so I need…
user11177
1
vote
1 answer

Authenticate domain-user credentials on unjoined virtual machine?

This question may sound silly, and perhaps a bit insane, but--is there any way to run a process on a machine not joined to a domain using credentials from a user in that domain? In my case, I'm running virtual machines installed with release…
1
vote
4 answers

Do domain service accounts benefit from cached credentials?

When a domain user successfully logs on to a domain-joined computer, the user's domain credentials are cached so that the user can logon again if the domain controller is unavailable (eg the computer is disconnected from the network). If the…
user48994
  • 11
  • 3
1
vote
1 answer

Can't run powershell start-process with alternate credentials

tI am trying to run a powershell script from another powershell script using alternate credentials. If I run: $cred = get-credentials $localArgs = "/c Powershell c:\myscript.ps1" Start-Process cmd.exe -ArgumentList $localArgs -Credential $cred…
Ben
  • 1,137
  • 9
  • 26
  • 44
1
vote
1 answer

Network Credentials defaults to old login name [Windows 10 -> Windows Server 2016]

Recently one account on a Windows Server 2016 was renamed through the Computer Management option. From another computer (Windows 10) I want to map a share on that server. My issue is that the default login name comes up as it originally was. Is…
chribonn
  • 141
  • 1
  • 8
1
vote
2 answers

How to reset iLO 4 to default without credentials?

Is there a way to reset iLO (in order to see system health and configuration details) with just a keyboard and a display (no web interface)? If a web interface is an absolute must, then how to reset iLO without knowing the IP address and…
rbaleksandar
  • 113
  • 1
  • 8
1
vote
3 answers

Moving from OpenLDAP/Kerberos to Active Directory

I have a well working setup using OpenLDAP for user information and Kerberos for authentication, but we need to have windows integration too, and for this we have decided that moving into Active Directory could be a good idea. Moving account…