Bulk User Import on Active Directory

After the completion of the Domain Installation and Configuration on my previous blog, now it’s time to get user creation so that users may use the Domain facilities. On this blog we basically see two (2) different methods to create a user

  1. Single user creation
  2. Bulk user Import

Continue reading

[Solved]convert .vbs script to .exe

Previously I was working on some blog that refers to how to give the elevated privilege to the normal user for using some specific application. It was quite tricky but too much useful to me. I have been working on one local project of the college on which I have to design these things and I was able to do it . I have to make sure that the script I have compiled that should not be allowed by the student to be seen. And as I have previously explained on my blog the script was on .VBS which was quite easy to get peek by the student. To make it more secure and more efficient I did some modification by encrypting my script and changing it to *.exe format. So get encrypt it I had gone through the google and bing for number of days and finally got an software to convert the *.VBS script to the *.EXE scritp . It was better also as it get encrypt the VBS script by 128 bits.

Continue reading

[Solved] Run any program with Elevated Privilege using Script (RUN AS).

In my previous blog I have mentioned some issue with WDS while Implementing DC-AD on my college and had also shared the solved issue with you all through this blog. Similarly this time also here I have faced the issue with WAMP…a server which run apache essential for PHP. I was almost corner of the deployment and about to wrap up the project but suddenly I got the call saying WAMP is not able to run in client machine… I had gone thought the Google and Bing for the solution yet not able to get it, But just got a clue of the Issue.

Continue reading