Francois-Rousseau

Results 21 comments of Francois-Rousseau

What I understand is that the code is based on what is in $Features but $Features is not allowed in AddNode (by command line it's true, but how DSC will...

I @johlju I would like to have this work in SqlSetup so I put in all the information that I have on this issue: Here's an example of the command...

I agree. This should be added to the project. I think the Uninstall should work exactly as the Install feature, there is not much missing for this to work.

@johlju : It doesn't work : PowerShell DSC resource MSFT_SqlServiceAccount failed to execute Test-TargetResource functionality with error message: System.Exception: The IntegrationServices service on DSC\SQL could not be found. It needs...

@johlju : I'm investigating on that, it looks like the information on the services that comes from the registry is filtered for the "managed" services only. I'm new to DSC....

Ok thanks for this! I'm facing a little issue while debugging on the target node... when I hit this line : return $serviceTypeValue -as [Microsoft.SqlServer.Management.Smo.Wmi.ManagedServiceType] I got this error: Unable...

I found the bug. I would like to explain it clearly like you did before with the piece of code and the lines referenced but I don't know how to...

The problem is that the code looks in HKLM:\SOFTWARE\Microsoft\Microsoft SQL Server\Services to get all the services and their names. It looks like that for each service: ![image](https://user-images.githubusercontent.com/40836601/42382277-ce4780ac-8101-11e8-98cb-28e8ad4cd0af.png) The problem is...

My code works for now, I'm installing all the features to be sure to get the right condition for all the services. The instance-aware thing is not related to a...

Those services are currently not treated by the resource : SQL Server Distributed Replay Client SQL Server Distributed Replay Controller SQL Server VSS Writer SQL Full-text Filter Daemon Launcher (SQL)...