You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Details of the scenario you try and problem that is occurring:
When using this resource with the Credential parameter it is not obvious how to use the resource if one wants to logon to the instance using Windows Authentication.
Add to the description of the parameter Credential how to use Windows Authentication. And that it is controlled by parameter PsDscRunAsCredential. And without either Credential and PsDscRunAsCredential the account SYSTEM is used as the login.
The following configurations should be added to the Examples folder
The DSC configuration that is using the resource (as detailed as possible):
The following configuration is logging in using SQL Authentication.
Version of the Operating System, SQL Server and PowerShell the DSC Target Node is running:
Windows Server 2012 R2, SQL Server 2008 R2 (with SQL Server 2016 SQLPS-module), PS 5.0
Version of the DSC module you're using, or 'dev' if you're using current dev branch:
Dev
The text was updated successfully, but these errors were encountered:
johlju
added
enhancement
The issue is an enhancement request.
help wanted
The issue is up for grabs for anyone in the community.
in progress
The issue is being actively worked on by someone.
and removed
help wanted
The issue is up for grabs for anyone in the community.
labels
Dec 29, 2016
Details of the scenario you try and problem that is occurring:
When using this resource with the
Credential
parameter it is not obvious how to use the resource if one wants to logon to the instance using Windows Authentication.Credential
how to use Windows Authentication. And that it is controlled by parameterPsDscRunAsCredential
. And without eitherCredential
andPsDscRunAsCredential
the account SYSTEM is used as the login.The DSC configuration that is using the resource (as detailed as possible):
The following configuration is logging in using SQL Authentication.
The following configuration is logging in using Windows Authentication with the account SYSTEM.
The following configuration is logging in using Windows Authentication with the provided credentials.
Version of the Operating System, SQL Server and PowerShell the DSC Target Node is running:
Windows Server 2012 R2, SQL Server 2008 R2 (with SQL Server 2016 SQLPS-module), PS 5.0
Version of the DSC module you're using, or 'dev' if you're using current dev branch:
Dev
The text was updated successfully, but these errors were encountered: