About 395 results
Open links in new tab
  1. Adding a Local User to the Administrators group using Powershell

    This method works well in Powershell, I have used it many times. That script above seems like an awfully convoluted way to create a local user and add it to a local group.

  2. powershell using adsi with alternate credentials

    Exception calling "Add" with "1" argument (s): "The directory property cannot be found in the cache.

  3. PowerShell - Check if user has folder access through a security group

    I need a script that shows if the user has access to a folder through the permission group. I have the script below, but this one only shows if the user is included in the folder ACL, I need it to show if he …

  4. Set group owner using Powershell - social.technet.microsoft.com

    Powershell responds with this: Set-SPOSiteGroup: The user newgroup2 was not found. What is wrong with my command? I am sure newgroup2 exists, and i am able to make it the owner of newgroup …

  5. Reg Add Command - social.technet.microsoft.com

    Aug 19, 2016 · How can I force the script above to prompt for user input? I need it to ask what we would like to change the data fields to. We use this for some of our computers to have them auto login but …

  6. What effect does "run with highest priviledges" in task scheduler have ...

    If I open a DOS box or Powershell prompt as the regular user, ie, not using Run as administrator, I can manually run the script without getting any errors or UAC prompts. I have explicitly configured the …

  7. how to change ownership of the folder to current domain user

    A domain user cannot change a folder they do not have access to. Slow down and take some time to learn basic Windows. You cannot guess your way through these things and you will not be able to …

  8. Run .Net Script activity with a PowerShell script fails in ...

    I have a RunBook that provisions a VM in VMware. I use a .Net Script activity as PowerShell script to create to VM in WMware. The RunBook works fine in Runbook Tester but fails in Orchestrator …

  9. Trying to add website in compatibility view in IE 11 with powershell

    In our organization, we decided to do every script and maintenance job using powershell. I am trying to do a script to add websites to the compatibility view list in IE11 to worksaround a problem with …

  10. PowerShell : Get MemberOf values for AD Group

    I have a powershell script to give me the members of an AD Group, [get-distributiongroupmember AD_Group_Name], but I also want the code so I can get what Groups the AD Group in question also …