Posted by Jason Mohan on Jul 15th, 2009 | 0 comments

We have many citrix servers, but whenever I need to run one simple command I hate to go to all my citrix servers to run on. I wish I could just connect to one server, and access the command line for all the other server. Well you can, as I soon learned with psexec. It’s a Microsoft tool (formerly sysinternals), and you can download it here. Below is how you use it.
psexec \\RemoteComputer...
Posted by Jason Mohan on Aug 1st, 2008 | 0 comments

Here’s the command to view what role or roles each domain controller in your active directory domain has.
netdom query fsmo
I’m not going to do a write up on how to change these roles, since Microsoft has an excellent article that talks about it...