noobieautolearn Posted May 8, 2018 Posted May 8, 2018 (edited) Is there a way to use control send to push ctrl v on the windows 10 on screen keyboard? I saw another thread in which someone said you could possibly do it by getting the ID of the button on the keyboard but when I try to do that it doesn't seem to pull up anything for the ID on the Autoit Window info. I tried x86 and 64 and that didn't seem to make a difference. The reason if that in Windows 10 Active Directory Users and computers seems to look for virtual keystrokes and does not accept them. Unless you use the onScreen Keyboard. Then it will just fine. Edited May 8, 2018 by noobieautolearn
FrancescoDiMuro Posted May 8, 2018 Posted May 8, 2018 Good morning @noobieautolearn What are you trying to do? Click here to see my signature: Spoiler ALWAYS GOOD TO READ: Forum Rules Forum Etiquette
rudi Posted May 8, 2018 Posted May 8, 2018 Hello, The "Active Directory Users and Computers" GUI is not the only way to solve AD tasks. There is an Active Directory (AD) UDF available to automate AD tasks. I personally do a lot of AD automation with PowerShell, have a look at the "ActiveRoles Management Shell" extensions. iirc the latest free version is 1.5.1, a part of Quest ActiveRoles Server 6.7 Regards, Rudi. Earth is flat, pigs can fly, and Nuclear Power is SAFE!
noobieautolearn Posted May 9, 2018 Author Posted May 9, 2018 14 hours ago, rudi said: Hello, The "Active Directory Users and Computers" GUI is not the only way to solve AD tasks. There is an Active Directory (AD) UDF available to automate AD tasks. I personally do a lot of AD automation with PowerShell, have a look at the "ActiveRoles Management Shell" extensions. iirc the latest free version is 1.5.1, a part of Quest ActiveRoles Server 6.7 Regards, Rudi. That seems to be the way I may need to go, it's just so frustrating that my scripts work in widnows 7 but not windows 10.
rudi Posted May 11, 2018 Posted May 11, 2018 Hello @noobieautolearn to do direct scripting (autoit or powershell) imho is a much better aproach. Sending "user actions" to some GUI basically is not a very good idea. have fun, Rudi. Earth is flat, pigs can fly, and Nuclear Power is SAFE!
noobieautolearn Posted May 15, 2018 Author Posted May 15, 2018 On 5/8/2018 at 3:39 AM, rudi said: Hello, The "Active Directory Users and Computers" GUI is not the only way to solve AD tasks. There is an Active Directory (AD) UDF available to automate AD tasks. I personally do a lot of AD automation with PowerShell, have a look at the "ActiveRoles Management Shell" extensions. iirc the latest free version is 1.5.1, a part of Quest ActiveRoles Server 6.7 Can you do the following things with Active Directory (AD) UDF? Set the description? Set the supervisor? Copy another users permissions? Set their phone number? Set their office? Set their address? etc?
Moderators JLogan3o13 Posted May 15, 2018 Moderators Posted May 15, 2018 @noobieautolearn In short, yes. For a longer answer, there is a LOT of documentation on what you can and cannot do with the AD UDF on the forum. You only need to take some time to read it: Download it Read the Wiki on how to use it Read through the many examples of using it After trying something on your own, Ask questions in the support thread if you're unsure. "Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball How to get your question answered on this forum!
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