-1
votes
0answers
36 views

Windows Server Permission in the Temp Directory [closed]

I have developed an application that run very well in local. But there is a problem on the server, i think a premission problem. The application use a DLL (A.dll) in a point of the execution, this ...
0
votes
1answer
15 views

cannot delete 500-100.asp file for IIS7

I use roboycopy to copy (to another hard drive) the entire IIS7 "inetpub" folder and I've since tweaked the script a little so it copies to a SkyDrive folder for cloud backup, but I cannot delete the ...
1
vote
1answer
34 views

Permissions don't appear to be working correctly on a new Windows 2008 R2 server

I have a new server which is joined to our domain. When I try to save a text file in a folder I am getting access denied. I am logged in with a domain admin account I have checked that 'domain ...
0
votes
2answers
92 views

Windows Security: can user read local files with only 'Log on as a batch job'?

A Windows Scheduled Task runs as serviceAccount@domain.tld on a 2008R2 server. The server's local disk has some files that Joe Blow should not see. Joe Blow knows the serviceAccount password. As far ...
0
votes
1answer
101 views

network share special permission - cant create directly on share must drag files over

I am attempting to take away delete privileges on a test network share but still allow for folder and file creation. My users tend to drag directories inside directories and cloud based backups get ...
1
vote
1answer
47 views

File Permissions - Service vs Console

We have just setup a new build Windows 2008 R2 server for our Jenkins CI system. Our issue appears to be related to file permissions being different depending on whether a process is a service, or a ...
0
votes
1answer
269 views

Possible to get a listing of all folder permissions/access on Windows Server 2008 R2?

We are migrating one of our legacy servers at work to a new data center (different domain, etc...). This server has a folder with MANY nested folders inside of it. Each of the nested folders may ...
1
vote
0answers
556 views

Windows Server 2008 R2 SMB share, deleted files and folders lock up

We work in a mixed Mac / PC environment. Desktop operators work on Mac only, whereas our backend services are Windows based. Also some manual operations are done on Windows 7. We call our problem ...
4
votes
1answer
531 views

Folder permissions, red x on user object

On shared folders on the file server, for the domain user name object under the security tab, the icon has a red x. There are no symptoms, the users have full access, there is just a red x on the ...
0
votes
3answers
593 views

Change file and folder permissions without remote desktop

Currently, if I want to change permissions, I have to log in via remote desktop and do it from Windows Explorer, but I'm searching for simpler ways. (for example, a web based file manager) Do you ...
0
votes
1answer
74 views

What is the most efficent way to grant a user ready-only permisson to all folders and files on a file server?

We currently operate about four file servers, all running Windows Server 2008 R2. Until now, we have used the Windows internal file search (aka “Indexing options”) and this worked OK and found all ...
0
votes
1answer
102 views

Windows 2008 R2 not all folders showing in user home folder after migration

During our migration process from SBS2003 to Windows Server 2008 R2, I copied the user home directories across to their new location on the Windows 2008 R2 server. I have a specific problem with one ...
2
votes
3answers
367 views

PHP unlink() deleting file user has no permission to

A bit of a long shot here but thought I'd see if anyone had a fix for this: I am having an issue whereby the PHP function unlink() is being able to successfully delete a file even though explicit ...
0
votes
0answers
129 views

Windows 2008 Share Perimssions and NTFS Write Attributes Permission

It appears that there has been a subtle change in the way that share and NTFS permissions interact in Windows 2008. Have not seen this addressed elsewhere. In our application, we need to set the Write ...
0
votes
0answers
240 views

Server 2008 R2 denies permission on share when user has explicit access to folder, but not base directory

OK here's a bit of annoyance. This works perfectly in Server 2008 so I'm not sure what's different in 2008 R2. C:\CompanyData\IT\Deployment\ <- GP Software Deployment Packages The share ...
1
vote
1answer
106 views

Limit AD group access to share files but not folders

I have an AD security group of accounts that I need to have access to some folders. They need to be able to traverse these folders into sub-folders, where they will be writing files. But these ...
1
vote
1answer
428 views

Security: How much access does TrustedInstaller need?

I'm trying to lock down my IIS and SQL servers. I have a checklist of items to check, but the checklist does not take into account the TrustedInstaller account, which seems to have file permissions ...
0
votes
1answer
142 views

How to delete files created by windows 2008 service running under domain user identity?

I'm using Cruise Control.Net on Windows Server 2008 R2. The windows service (ccnet) is configured to run under MYDOMAIN\unittest. When I log in as MYDOMAIN\unittest, I do not have permissions to ...