lmrogers Posted November 1, 2021 Posted November 1, 2021 Afternoon, I'm looking at ways to either write data back to an SQL table from either a powershell script to sync a AD attribute to an SQL Table or creating a Power App that can read data from an SQL Table and then allow us to add a value in? Has anyone ever done anything like this at all? Thanks
Ditto Posted November 1, 2021 Posted November 1, 2021 Not personally, but when I was a development manager our major product made excellent use of SQLite, but not via powershell but I sure it's possible. Have a look at SQLite and PowerShell – Rambling Cookie Monster, it might be a pointer in the right direction.
limbo Posted November 1, 2021 Posted November 1, 2021 This is definitely possible - in the past I have used an SQL table to combine data from the MIS and AD to identify where accounts need to be created (and then create them), to allow staff to change student passwords, to set permissions on folders etc. I used Visual Basic as the basis, this can access the various data sources and then run DOS commands / PowerShell commands / Batch files etc.
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