< Back

Test-AzureRmAnalysisServicesServer

Tue Jan 29, 2019 9:28 pm

NAME Test-AzureRmAnalysisServicesServer



SYNOPSIS

Tests the existence of an instance of Analysis Services server





SYNTAX

Test-AzureRmAnalysisServicesServer [-Name] <String> [[-ResourceGroupName] <String>] [-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]





DESCRIPTION

The Test-AzureRmAnalysisServicesServer cmdlet tests the existence of an instance of Analysis Services server





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



-Name <String>

Name of the Analysis Services server



Required? true

Position? 0

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-ResourceGroupName <String>

Name of the Azure resource group to which the server belongs



Required? false

Position? 1

Default value None

Accept pipeline input? True (ByPropertyName)

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

None

This cmdlet does not accept any input.





OUTPUTS

System.Boolean







NOTES





Alias: Test-AzureAs



Example 1



PS C:\\> Test-AzureRmAnalysisServicesServer -Name "testserver" -ResourceGroupName "testgroup"



This command will test if there is a server named testserver in the resourcegroup testgroup







RELATED LINKS

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

Get-AzureRmAnalysisServicesServer

Remove-AzureRmAnalysisServicesServer