Hi,
I was wondering if it is possible to install the database tables needed for a Service Control instance with a name other than the name that is given to the Service Control instance itself.
For example: If I run the command to add a new Service Control instance
New-ServiceControlInstance -Name MyTestServiceControl
Could I configure the database table to be called something other than .MyTestServiceControl?
Thanks!