< Back
Get-AnalysisServicesDeploymentExePath
Post
NAME Get-AnalysisServicesDeploymentExePath
SYNOPSIS
Find path to specific version of Microsoft.AnalysisServices.Deployment.exe
SYNTAX
Get-AnalysisServicesDeploymentExePath [-Version] <String> [<CommonParameters>]
DESCRIPTION
Finds the path to specific version of Microsoft.AnalysisServices.Deployment.exe
PARAMETERS
-Version <String>
The version of Microsoft.AnalysisServices.Deployment.exe to find.
Valid values for -Version are:
* latest: Latest SQL Server version found on agent
* 150: SQL Server 2019
* 140: SQL Server 2017
* 130: SQL Server 2016
* 120: SQL Server 2014
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
Returns a string containing the full path to the selected version of Microsoft.AnalysisServices.Deployment.exe
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:\\>Get-AnalysisServicesDeploymentExePath -Version latest
Returns the latest version of Microsoft.AnalysisServices.Deployment.exe
RELATED LINKS
https://github.com/DrJohnT/DeployCube
SYNOPSIS
Find path to specific version of Microsoft.AnalysisServices.Deployment.exe
SYNTAX
Get-AnalysisServicesDeploymentExePath [-Version] <String> [<CommonParameters>]
DESCRIPTION
Finds the path to specific version of Microsoft.AnalysisServices.Deployment.exe
PARAMETERS
-Version <String>
The version of Microsoft.AnalysisServices.Deployment.exe to find.
Valid values for -Version are:
* latest: Latest SQL Server version found on agent
* 150: SQL Server 2019
* 140: SQL Server 2017
* 130: SQL Server 2016
* 120: SQL Server 2014
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
Returns a string containing the full path to the selected version of Microsoft.AnalysisServices.Deployment.exe
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:\\>Get-AnalysisServicesDeploymentExePath -Version latest
Returns the latest version of Microsoft.AnalysisServices.Deployment.exe
RELATED LINKS
https://github.com/DrJohnT/DeployCube