Akash Savani Posted March 21, 2017 Share Posted March 21, 2017 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 More sharing options...
TrevorKillick Posted March 21, 2017 Share Posted March 21, 2017 Hi @Akash Savani Is this for use with the Asset Import utility? Kind Regards Trevor Killick Link to comment Share on other sites More sharing options...
Akash Savani Posted March 21, 2017 Author Share Posted March 21, 2017 Hi Trevor, This is for the Asset Import Utility. Regards, Akash Link to comment Share on other sites More sharing options...
Steve G Posted April 3, 2017 Share Posted April 3, 2017 Hi @Akash Savani, I've added support for Windows Authentication to the Database Asset Import Utility. You can find details of this release on our Wiki: https://wiki.hornbill.com/index.php/Database_Asset_Import And on the Hornbill Github: https://github.com/hornbill/goDBAssetImport I hope this helps. Kind regards, Steve Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now