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 the configuration of our policies, status of client backups etc on my local workstation rather than on a master or media server (and publish the results to a webserver on my local workstation). Since I'm not using backup functionality (not even as a client), do I need to use a license for this? What package would I need to install to get bppllist, bperror, bpclient, bpemmcmd ...
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 -helpbppllist: [<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?