About 565 results
Open links in new tab
  1. Copy group memberships from specific user to another user with …

    If the purpose is to ensure that the target user has the same group memberships as the source user, a complete solution will also remove groups from the target that the source is not a …

  2. Creating Local (non-domain) admin user on remote computers

    Any tips, ideas on how I can take this code to read through an input list of servers and add a local user id (that is Admin and has a password that never expires) to those servers. I'd prefer to not …

  3. Powershell - Update HP ILO Security - Directory for AD …

    Jan 3, 2016 · Powershell - Update HP ILO Security - Directory for AD authentication. Can't seem to update attribute more than one server ip but i can do it on the interface web page

  4. [Forum FAQ] Using PowerShell to assign permissions on Active …

    Jan 26, 2015 · In this article, we introduce three ways to get and set the ACE on an Active Directory object. In general, we use Active Directory Service Interfaces (ADSI) or Active …

  5. powershell script to get hardware info - social.technet.microsoft.com

    Jun 11, 2015 · Here is a PowerShell script that may suit your needs. I commented it so you can understand it easily if you're new to PowerShell :

  6. Windows: CSV and HTML Disk Space Report using PowerShell

    Introduction This article talks about the use of credentials. The credentials can be used to query external servers which has a trust relationship between the domains. Also, list various …

  7. Whoami /groups does not show domain groups

    TROUBLESHOOT Please specify the credentials of a user who is a member of the 'Organization Management' role group or disable the application-aware backup of Microsoft Exchange …

  8. PowerShell command to change document library settings for …

    Yes, you can use PowerShell script or can create a console application using server object model / client object model as It is one time activity, copy from below thread

  9. Add a computer to a security group with ADSI error 0x80005000

    Jun 6, 2012 · The Add method requires the ADsPath of the prospective member, similar to "LDAP://cn=computer,ou=Sales,ou=West,dc=MyDomain,dc=com". I generally also use the …

  10. PowerShell - loading dll’s and their dependent components

    I have loaded a .NET (C#) dll’s in PowerShell using Add-Type –Path as following, and this is working successfully.