mirror of
https://dev.azure.com/effectory/Survey%20Software/_git/Cloud%20Engineering
synced 2026-02-27 18:52:18 +01:00
4
Powershell/Tools/SQLAudit.ps1
Normal file
4
Powershell/Tools/SQLAudit.ps1
Normal file
@@ -0,0 +1,4 @@
|
||||
az login
|
||||
az account set --subscription 'a134faf1-7a89-4f2c-8389-06d00bd5e2a7'
|
||||
az sql server audit-policy show -g 'Default-SQL-WestEurope' -n 'c0m7f8nybr'
|
||||
az sql server audit-policy update -g 'Default-SQL-WestEurope' -n 'c0m7f8nybr' --state Disabled
|
||||
Reference in New Issue
Block a user