Discover logon script

  • Thread starter Thread starter danieltan
  • Start date Start date
D

danieltan

Whenever i logon to my office pc, there will be a logon script that
run. How to know where is it located and what does it do? I logon using
domain AD. Pls advise. Thanks

Rgds
Daniel
 
Ask your AD Domain Admin or OU Admin.

--
Dave




| Whenever i logon to my office pc, there will be a logon script that
| run. How to know where is it located and what does it do? I logon using
| domain AD. Pls advise. Thanks
|
| Rgds
| Daniel
|
 
Whenever i logon to my office pc, there will be a logon script that
run. How to know where is it located and what does it do? I logon using
domain AD. Pls advise. Thanks

Rgds
Daniel

- Start a Command Prompt
- Type this command:
net user daniel /domain
- Check the various details
 
I'm afraid you took quite a few liberties. Your command was

net use /user:[email protected], compared to mine:
net user daniel /domain

- You wrote "use", I wrote "user"
- You wrote "/user", which never appears in my line.
- I wrote /domain, which you omitted.

To clarify things further:
- "net" (net.exe) is the command.
- "user" is a keyword for net.exe.
- "daniel" is the account name under which you log on.
- "/domain" is a keyword

Type net /?
or net ? user
to obtain help on net.exe.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top