< Back

Remove-AzureRmSqlServerActiveDirectoryAdministrator

Tue Jan 29, 2019 10:09 pm

NAME Remove-AzureRmSqlServerActiveDirectoryAdministrator



SYNOPSIS

Removes an Azure AD administrator for SQL Server.





SYNTAX

Remove-AzureRmSqlServerActiveDirectoryAdministrator [-ResourceGroupName] <String> [-ServerName] <String> [-DefaultProfile

<IAzureContextContainer>] [-Force] [-Confirm] [-WhatIf] [<CommonParameters>]





DESCRIPTION

The Remove-AzureRmSqlServerActiveDirectoryAdministrator cmdlet removes an Azure Active Directory (Azure AD) administrator for AzureSQL Server in

the current subscription.





PARAMETERS

-DefaultProfile <IAzureContextContainer>

The credentials, account, tenant, and subscription used for communication with azure



Required? false

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-Force [<SwitchParameter>]

Forces the command to run without asking for user confirmation.



Required? false

Position? named

Default value False

Accept pipeline input? False

Accept wildcard characters? false



-ResourceGroupName <String>

Specifies the name of the resource group to which the SQL Server is assigned.



Required? true

Position? 0

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-ServerName <String>

Specifies the name of the SQL Server for which this cmdlet removes an administrator.



Required? true

Position? 1

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-Confirm [<SwitchParameter>]

Prompts you for confirmation before running the cmdlet.



Required? false

Position? named

Default value False

Accept pipeline input? False

Accept wildcard characters? false



-WhatIf [<SwitchParameter>]

Shows what would happen if the cmdlet runs. The cmdlet is not run.



Required? false

Position? named

Default value False

Accept pipeline input? False

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).



INPUTS

Microsoft.Azure.Commands.Sql.ServerActiveDirectoryAdministrator.Model.AzureSqlServerActiveDirectoryAdministratorModel







OUTPUTS

Microsoft.Azure.Commands.Sql.ServerActiveDirectoryAdministrator.Model.AzureSqlServerActiveDirectoryAdministratorModel







NOTES









Example 1: Remove an administrator



PS C:\\>Remove-AzureRmSqlServerActiveDirectoryAdministrator -ResourceGroupName "ResourceGroup01" -ServerName "Server01"

Confirm

Are you sure you want to remove the Azure Sql Server Active Directory Administrator on server 'Server01'?

[Y] Yes [A] Yes to All [N] No [L] No to All [S] Suspend [?] Help (default is "Y"): Y



ResourceGroupName ServerName DisplayName ObjectId

----------------- ---------- ----------- --------

ResourceGroup01 Server01 DBAs 40b79501-b343-44ed-9ce7-da4c8cc7353b



This command removes the Azure AD administrator for the server named Server01 associated with the resource group ResourceGroup01.







RELATED LINKS

Online Version: https://docs.microsoft.com/en-us/powers ... inistrator

Get-AzureRmSqlServerActiveDirectoryAdministrator

Set-AzureRmSqlServerActiveDirectoryAdministrator

SQL Database Documentation https://docs.microsoft.com/azure/sql-database/