About 178,000 results
Open links in new tab
  1. What is the purpose of "pip install --user ..."?

    Nov 8, 2019 · The --user option modifies all pip commands that accept it to see/operate on the user install folder, so if you use pip list --user it will only show you packages installed with pip …

  2. User.com - Marketing Automation Platform

    User.com is a marketing automation platform that helps companies streamline processes and grow their business faster and transform behavior into personalized experiences, without the …

  3. User.com | Login - User.com

    Sign in Sign up with Google Sign up with Microsoft AD

  4. How to get all groups that a user is a member of? - Stack Overflow

    PowerShell's Get-ADGroupMember cmdlet returns members of a specific group. Is there a cmdlet or property to get all the groups that a particular user is a member of?

  5. How to retrieve only enabled users from the Active Directory

    Jun 21, 2018 · Note that this will ask AD for every user and only after all of those results are downloaded to your computer will the filtering will be done in memory. Olaf's answer will …

  6. http - How to add login credentials to URL - Stack Overflow

    May 25, 2018 · Of course there's also the issue of how much good passing credentials this way does you. Many or most applications that require login expect to get the credentials from a …

  7. How to extract all users information from Active Directory

    Aug 3, 2022 · I need to bulk "download" every user we have on Active directory. I need the email address, location etc. I have been looking into the PowerShell command "Get-ADuser -Filter", …

  8. How to show all privileges from a user in oracle? - Stack Overflow

    Mar 21, 2012 · Can someone please tell me how to show all privileges/rules from a specific user in the sql-console?

  9. How do I get the current user's username in Bash?

    Oct 10, 2013 · If you want to get the fullname and not the user id, you can get from /etc/passwd and get your line with grep; or simpler with id -P which get the line for the current user; and, in …

  10. Listing users and their roles in SQL Server - Stack Overflow

    Aug 31, 2010 · I want to get a list of all the users in the SQL server database and their roles. What I'm trying to do is to find out if certain users have privileges to more than one database. Is …