spooter
-
Total Posts
:
17
- Scores: 0
-
Reward points
:
0
- Joined: 11/14/2007
-
Status: offline
|
What Scripts do you use?
Wednesday, December 12, 2007 11:09 PM
( permalink)
Hi all, I was just wondering what type of scripts you all use for your job? For example, what PowerShell scripts do you use for monitoring servers etc.. Would be very interested to know so I can get some ideas. Does anyone have any scrips for example, Checking the machine a user last logged on with powershell, Grabbing event logs from a server and displaying it nicely. Regards
|
|
|
|
ebgreen
-
Total Posts
:
8227
- Scores: 98
-
Reward points
:
0
- Joined: 7/12/2005
-
Status: offline
|
RE: What Scripts do you use?
Thursday, December 13, 2007 2:42 AM
( permalink)
My powershell usage is something like 90% command line so not a lot of scripts per se. The types of scripts that I do use are geared more toward desktop management and information collection. The two most recent ones are a script that will take an excel file that lists the user IDs then add the user's SID to the same row. Another script takes that same excel file and connects remotely to the machines registry to determine where the user's My Documents is redirected to. Mostly I do that sort of thing.
|
|
|
|