Forum Discussion

TuxanForLife's avatar
12 years ago

Running Server Commands from an sysadmin workstation

What is the policy regarding installing server packages on my personal workstation so that I can run information-gathering commands locally? In other words, I'd like to be able to run reports about...
  • Marianne's avatar
    12 years ago

    Install Windows Admin Console on your desktop.

    Use the Windows install media, choose server installation, then Windows Admin Console.
    No license required.

    You will need to add your desktop as SERVER to the master, and ensure successful forward and reverse lookup between desktop and master.

    I have installed it on my laptop and added all NBU paths to PATH variable so that I can run any NBU command from anywhere:

     

     
    C:\Users\marianne.vandenberg>bppllist -help
    bppllist: [<policy name>] [-L|-l|-U] [-verbose] [-allpolicies] [-inventory]
            [-M <master_server,...,master_server>]
            [-hwos]
            [-byclient <client>] [-keyword "keyword phrase"]
     
     
    You will need to remember to add -M <master> to all 'bp' commands and -h <master> tp 'vm' commands.
    Your 'greps' won't work on Windows, unless you install some 'Unix tools' software.
     
    Maybe easiest to use Martin's 'putty' suggestion?