sync
This commit is contained in:
12
TPDT-268 - ACP in task sequence/13_Create_AD_Logins.sql
Normal file
12
TPDT-268 - ACP in task sequence/13_Create_AD_Logins.sql
Normal file
@@ -0,0 +1,12 @@
|
||||
/*
|
||||
TSC 27.12.2023 Removed managmenent of login centralinfra\L-CP-GL-AP-ATLAS-SQL-WSVC1 (related to centralPharma domain, which doesn't exists anymore)
|
||||
*/
|
||||
|
||||
USE [master]
|
||||
GO
|
||||
|
||||
IF EXISTS(SELECT 1 FROM SYS.syslogins WHERE name = 'BUILTIN\Administrators')
|
||||
BEGIN
|
||||
DROP LOGIN [BUILTIN\Administrators]
|
||||
END
|
||||
GO
|
||||
Reference in New Issue
Block a user