Tagged Questions
0
votes
2answers
53 views
Good tool for storing server access details
Are there any common/good tools that you sys admin guys use to store lots of server access details i.e. ip addresses, logins etc.
Im getting by with text file at the moment but am considering moving ...
2
votes
1answer
3k views
How to list all Active Directory Users and their group membership
I'd like a single scripted line to export to CSV all the users in my AD with all the groups they are members of.
I'd prefer it to be done in powershell, but dsquery/dsget is a fine alternative ...
2
votes
2answers
34 views
Easy way to store and access commonly used commands?
I have a bunch of commands that I commonly use. For example:
du -h --max-depth=1 /home
Unfortunately, my brain has very little room left for these sorts of things. I currently keep a text file on ...
2
votes
3answers
3k views
How do you set up redundant servers?
To the sysadmins out there, I'm trying to get an idea about how you go about maintaining redundant servers for small projects. The modest number of servers in my mind is two, and three main essential ...