September 30, 2011 4:13 AM
Posted by: Colin Smith
Groups,
Logins,
Powershell,
SQL ServerThis is a script that I threw together for an app that needed to have 60 logins created on the sql server. We had all the ad groups created using a standard naming convention.
app_dev_groupname
was the standard that we went with so here is...
April 13, 2010 5:00 PM
Posted by: Colin Smith
AD,
Groups,
PowershellTwo weeks ago was part of implementing a large upgrade in one of our Sybase environments. In order for this upgrade to be succesful we had to do some work in some AD groups. We needed to find all the users that would need to be a member of the new group that we were creating and take them out of...
July 30, 2009 3:17 PM
Posted by: Colin Smith
Database Administration,
DBA,
Groups,
Powershell,
Roles,
SQL ServerIn SQL Server 2005 the Builtin Administrators group is a login, by default, to your MSSQL Server Instance and is also a member of the sysadmin role. Well this has been changed in SQL Server 2008 with good reason. I decided that I would like to add a group for my DBA Group to every SQL Server in...