Questions tagged [remote-administration]

24 questions
1
vote
1 answer

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 retrieve list of WMI classes, or object (to be specific,…
Crank
  • 461
  • 2
  • 8
  • 15
0
votes
2 answers

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 varying RFC1918 subnets and no site to site VPNs…
0
votes
1 answer

Active Directory administrative tools - Users can't login

I needed to have Custom OU (long story, but to integrating a legacy app with Azure AD that uses LDAP to look for users in specific OU's). So I added the Custom OU using Active Directory remote administrative Tools following the advice here Microsft…
SANM2009
  • 1,918
  • 2
  • 12
  • 30
0
votes
2 answers

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 impersonation controller that uses the win32 api and its…
kitsune
  • 11,516
  • 13
  • 57
  • 78
0
votes
1 answer

Changing password for local admin in a workgroup remotely through powershell

I have multiple machines in a workgroup. Each has the same admin user and password and I need to change the password in all of them The part of the script that does this is: $user = [adsi]"WinNT://$computer/$username" $user.SetPassword($password) …
Mickey Cohen
  • 997
  • 7
  • 23
0
votes
1 answer

Server 2008: Switch from Terminal Services Mode to Remote Administration

It seems that two of our Server 2008 machines were configured to be Remote Desktop Hosts with Terminal Services. We do not have a TS license for this, and needed these setup to be managed in the standard Remote Admin mode (2 RDP users only.) Is…
0
votes
0 answers

How to execute Windows commands remotely from a Linux Apache PHP server?

I have a Linux (Ubuntu, or maybe CentOS) server that runs Apache and PHP. Whenever needed, I should remotely connect to a Windows Server, execute some Windows commands, and return the result. Please introduce a tool (or a way (if no tool is…
Mohammad Naji
  • 5,372
  • 10
  • 54
  • 79
0
votes
2 answers

Remote admin of glassfish does not work

I have a server on remote where i am logged by ssh. I have unzip it the glassfish v 3.1.2 and follow the steps http://bbissett.blogspot.com.es/2012/01/asadmin-with-remote-glassfish.html until the part where enters in the link of admin(port 4848)…
Dayerman
  • 3,973
  • 6
  • 38
  • 54
0
votes
2 answers

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 methods. Any suggestions?
Cory House
  • 14,235
  • 13
  • 70
  • 87
1
2