Gets the database string for the specified data store used by the MachineCreation Service.
Syntax
Get-ProvDBConnection [-AdminAddress <String>] [<CommonParameters>]
Detailed Description
Returns the database connection string for the specified data store.
If the returned string is blank, no valid connection string has been specified. In this case the service is running, but is idle and awaiting specification of a valid connection string.
Parameters
-AdminAddress<String>
Specifies the address of a XenDesktop controller the PowerShell snap-in connects to. You can provide this as a host name or an IP address.
Required? |
false |
Default Value |
Localhost. Once a value is provided by any cmdlet, this value becomes the default. |
Accept Pipeline Input? |
false |
Return Values
system.string
The database connection string configured for the MachineCreation Service.
Notes
If the command fails, the following errors can be returned.
Error Codes
-----------
NoDBConnections
The database connection string for the MachineCreation Service has not been specified.
PermissionDenied
You do not have permission to execute this command.
AuthorizationError
There was a problem communicating with the Citrix Delegated Administration Service.
CommunicationError
There was a problem communicating with the remote service.
ExceptionThrown
An unexpected error occurred. For more details, see the Windows event logs on the controller or the XenDesktop logs.
Examples
-------------------------- EXAMPLE 1 --------------------------
c:\PS>Get-ProvDBConnection
Server=serverName\SQLEXPRESS;Initial Catalog = databaseName; Integrated Security = True
Get the database connection string for the MachineCreation Service.