Wednesday, November 9, 2011

Windows Tricks

Contrary to the popular belief that E812 is the biggest user base of Oracle and no one uses XE or ERP8 any more, a lot of us work with clients who have  considerable investments in the good old versions of XE and ERP 8. Working with these versions means a CNC is constantly challenged by maintenance of Fat clients.
Imagine your self working to set up a new user and finding out that the admin access is missing and you need to add the user up. But the local policy denies you access to Computer management . Typical CNC day right :) Here is what you can do:
  • net local group Administrators domain\username /add
The user will get added to the local admin group and you can finish ur work and leave :)
Another important command with net is “net use”. It helps you to map the deployment server share to the user’s pc with the help of any id that you know has access to the share
  • net use * //depservername\ver /user: domainname\userid /persistent: no

No comments:

Post a Comment