< Back
Ping-SsasServer
Post
NAME Ping-SsasServer
SYNOPSIS
Checks that the SQL Server SSAS instance exists.
SYNTAX
Ping-SsasServer [-Server] <String> [<CommonParameters>]
DESCRIPTION
Checks that the SQL Server SSAS instance exists.
PARAMETERS
-Server <String>
Name of the SSAS server, including instance and port if required.
Required? true
Position? 1
Default value
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 (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
System.Boolean
NOTES
Written by (c) Dr. John Tunnicliffe, 2019 https://github.com/DrJohnT/DeployCube
This PowerShell script is released under the MIT license http://www.opensource.org/licenses/MIT
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>Ping-SsasServer -Server build02;
Returns true if server build02 exists and has SSAS installed.
RELATED LINKS
https://github.com/DrJohnT/DeployCube
SYNOPSIS
Checks that the SQL Server SSAS instance exists.
SYNTAX
Ping-SsasServer [-Server] <String> [<CommonParameters>]
DESCRIPTION
Checks that the SQL Server SSAS instance exists.
PARAMETERS
-Server <String>
Name of the SSAS server, including instance and port if required.
Required? true
Position? 1
Default value
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 (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
System.Boolean
NOTES
Written by (c) Dr. John Tunnicliffe, 2019 https://github.com/DrJohnT/DeployCube
This PowerShell script is released under the MIT license http://www.opensource.org/licenses/MIT
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>Ping-SsasServer -Server build02;
Returns true if server build02 exists and has SSAS installed.
RELATED LINKS
https://github.com/DrJohnT/DeployCube