Honestly, since you don't want to code, start with scripting. It's a lot easier learning curve IMO. Either powershell, vbscript, or keep it gully and do a batch script. Powershell is the easier IMO, because it's meant for people who typically don't write code, but it has the functionality to do pretty much anything.
This is the tutorial I used when learning powershell:
http://www.computerperformance.co.uk/powershell/index.htm
I started out doing basic things like making files and folders and reading/writing their permissions. In a couple months I was connecting to oracle DB, updating objects in Active Directory, and provisioning accounts across multiple systems.
This is the tutorial I used when learning powershell:
http://www.computerperformance.co.uk/powershell/index.htm
I started out doing basic things like making files and folders and reading/writing their permissions. In a couple months I was connecting to oracle DB, updating objects in Active Directory, and provisioning accounts across multiple systems.