Skip to main content

All Questions

7 questions with no upvoted or accepted answers
2 votes
1 answer
929 views

Delete a folder with no owner in Windows 8.1

I'm using Windows 8.1 and I'm trying to delete a folder on a secondary hard drive. I tried a things that I had read here, but nothing seems to be working. Here's what I've done: Tried rd command in ...
Robbiegod's user avatar
  • 121
2 votes
1 answer
4k views

Can not create process with elevated permissions from LocalSystem account

I am running a build server on windows server 2008 (team city). The builds are run by the Team city agent that runs as a windows service under LocalService account. One of the builds need to copy a ...
Jules's user avatar
  • 21
1 vote
1 answer
12k views

Why user accounts do "not have permission to run this task"?

I am creating a Scheduled task configured via PowerShell using the XML: $LogonTask_xml = @" <?xml version="1.0" encoding="UTF-16"?> <Task version="1.3" ...
Teknowledgist's user avatar
0 votes
1 answer
46 views

Run script elevated as different user on remote machine

I have a Windows Scheduled Task that runs a Powershell script file A.ps1. This task runs mostly locally and does NOT need elevation/administrator access. However, a few steps need to run on a remote ...
Joel Coehoorn's user avatar
0 votes
0 answers
650 views

get-wmiobject access denied

i created a user and added it to administrators group. when i open powershell normally ( not as administrator ) and type get-wmiobject, i get access denied. what i done ran wmi control, added user ...
Daniel Kusnir's user avatar
0 votes
0 answers
67 views

Permissions on specific subfolders with Set-Acl

I have to create a set of folders based on an address list and then configure the permissions in active directory. Creating the folders and subfolders works for me, I adapted a few lines I found ...
Marin's user avatar
  • 1
0 votes
0 answers
1k views

Reset Drive Permissions on Windows Server 2019 Core VM

Problem Another administrator was attempting to give a user access to a subfolder on then secondary drive (D:) of a Windows Server 2019 Core VM. Instead he somehow locked everyone out, including ...
Alcolawl's user avatar
  • 101