Tagged Questions
The remote-administration tag has no wiki summary.
7
votes
4answers
3k views
How to admin a remote Windows Server with a command line interface?
When I was a Linux admin I could do anything from the SSH command line. Now, as a Windows admin, I have to deal with the Windows Remote Desktop graphical interface, which I found to be inefective ...
3
votes
3answers
201 views
Technologies used in Remote Administration applications(not RD)
I want to know what kind of technologies are used nowadays as underlying screen capture engine for remote administration software like
VNC
pcAnywhere
TeamViewer
RAC Remote
Administrator
etc..
The ...
2
votes
3answers
446 views
IIS7 remote administration via c#
I have been looking into the Microsoft.Web.Administration.dll and the ServerManager class, trying to control our Windows Server 2008 IIS7 instance.
I have enabled remote administration and can ...
2
votes
2answers
430 views
Using Expect to administer machines via SSH, but does not complete all tasks
*Please do not pile on and tell me to just use SSH keys. If it bugs you that this is the way I am doing it, pretend that I am trying to telnet in instead. :-) *
I am using an expect script to run ...
2
votes
3answers
210 views
Querying a Windows Service over a Network
I have written a windows service in C# that gathers performance, disk and memory information and writes it to the EventLog. It is enabled as a network service. What I would like to do is be able to ...
2
votes
4answers
1k views
What are the advantages of rsh versus Perl's Expect.pm?
I have a Perl Expect.pm script that does some moderately complex stuff like packaging applications, deploying the application, checking for logs, etc. on multiple remote unix hosts.
My predecessor ...
2
votes
3answers
18k views
How do I connect & administer an SQL Server database remotely over the Internet?
How do I connect to an SQL Server remotely and administer my database objects? I need to connect to my database located on the web hosting company's server. I have the server name, IP address, my ...
1
vote
2answers
337 views
GAC Comparison Tool for multiple servers?
Does anyone know of a tool that would allow me to generate a report of the assemblies installed to the .NET GAC on all the servers in my web farm? (30-40 servers)
Or alternatively, does anyone have ...
1
vote
1answer
5k views
Powershell - calling remote WMI objects - RPC error HRESULT: 0x800706BA (RPC server not available)
I've got some troubles with Get-WmiObject and usage of this object.
In case, I'm connecting to remote computer - which is not in AD, but in the internet.
I'm using credentials and I'm able to ...
1
vote
2answers
346 views
command line/Powershell administration of networks behind NAT
Scenario.
3rd party admins want to administer systems with PS remoting/direct login of clients and servers behind NAT gateways.
The systems are SBS 2003 or W2K3. all are behind NAT firwalls with ...
1
vote
5answers
282 views
What program can I use to remotely help clients?
I have a lot of people that ask me to fix their computers. Usually it is "slow computer" or "my computer has pop-ups," etc. In other words they have viruses and spyware. I thought I could use a ...
1
vote
3answers
682 views
I would like to find something like gkrellm for the Mac
I have a linux dev server I watch, and lately its chugging at some points so I'd like to keep a better eye on it. I used to use Gkrellm, but its been a pain to try get Gkrellm to build on my Mac.
...
0
votes
0answers
25 views
Advice on outsourcing IT Management / Systems Administration tasks [closed]
Need some help folks.
Situation: we want to outsource some of the management of our network because our IT Manager is going on maternity leave and we don't want to replace her with a high priced ...
0
votes
1answer
88 views
install “.run” programs with automatic yes/ok/… option
When I install packages in linux environment I can set the automatic 'yes' option, for example
yum -y install ...
or
apt-get -y install...
Is there a way to do the same but for ".run" programs. ...
0
votes
2answers
1k views
ADSI / IIS management and ASP.NET impersonation
I'm in the process of writing a small web app that would allow me to manage several IIS installations on different servers on our network. We have no domain controller.
I have written a small ...
0
votes
2answers
638 views
What is the best way to remotely manage a Sqlite DB?
We have an Sqlite DB on our Linux/PHP production webserver. What is the best way to manage it remotely? I've found some server wrappers are available and some applications claim to offer remote access ...