Jump to content

API SCCM - Windows authentication


Recommended Posts

Hi,

would it be possible to use this script for SCCM database API. As our SCCM database is configured to use windows authentication only.

 

<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<startup>

<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" />
</startup>
<connectionStrings>
<add name="SCCMConnection" connectionString="Data Source=(....................);Initial Catalog=CM_LD1;Integrated Security=True;Pooling=False" />
</connectionStrings>
</configuration>


 

Link to comment
Share on other sites

  • 2 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...