|
2 | 2 |
|
3 | 3 | First iterations on github may be a little rough as this was written to be used in an environment where I could make some assumptions, and i've had to go through and unindivisualize my code.
|
4 | 4 |
|
5 | | -This is a script for collecting MSSQL security information such as |
| 5 | +This is a script for collecting MSSQL security information such as; |
| 6 | + |
6 | 7 | .MSSQL Login
|
| 8 | + |
7 | 9 | .Database Permissions
|
| 10 | + |
8 | 11 | .Availibility Group, Cluster and Listener Info
|
| 12 | + |
9 | 13 | .Account is Enabled or Disabled
|
| 14 | + |
10 | 15 | & More
|
11 | 16 |
|
| 17 | +Designed to be run once per day (day's data will be overwritten if run more than once per day) |
| 18 | + |
12 | 19 | The default it to write this data into a SQL table. For example I have used this data to build a BI dashboard and used slicers to drill down into dates and servers to see a snapshot of a point in time.
|
13 | 20 |
|
14 | 21 | This is also useful for finding and removing users who may have left your org but still have some lingering SQL permissions.
|
|
0 commit comments