junz Posted September 10, 2017 Posted September 10, 2017 Hi All, The school I currently work at a school that uses Isams and biostore. I currently use a script to create user accounts but i was wondering whether there was a way to automate this, so that new students/staff start and their details are entered into Isam their user accounts are automatically created on Active directory.
HPlum78 Posted September 11, 2017 Posted September 11, 2017 PowerShell connect to the database, look for new/ disabled users and create/ disable accounts form that. To achieve this in a more efficient manner you should probably create a delta view of the iSAMs DB and connect your PS to that DB. I am sure you get the idea.....
mukz Posted January 18, 2018 Posted January 18, 2018 +1 for Umra, but we use salamander instead now as it does much more for us.
steveJCUK Posted January 18, 2018 Posted January 18, 2018 How is Salamanda doing more for you? Have they developed a gui for end users yet?
mukz Posted January 18, 2018 Posted January 18, 2018 How is Salamanda doing more for you? Have they developed a gui for end users yet? Whoops i meant to wtite for the price!!
Davit2005 Posted January 19, 2018 Posted January 19, 2018 Scheduled csv export from the MIS package database and then a scheduled task to create users from the CSV. Dovestones works well (and cheap) , the only reason we went with a PowerShell script instead is that Dovestones didn't do enough at the time.
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