Tag Archives: Remote

Server ‘myserver’ is not configured for RPC

I received this error when trying to run a stored procedure from a linked server earlier today. The fix was to run this command on the box that you are receiving the error: exec sp_serveroption @server=’myserver’, @optname=’rpc’, @optvalue=’true’exec sp_serveroption @server=’myserver’, …

Read more »

Using Nircmd via PsExec for extra remote control

I came across a neat little utility today called nircmd which gives a command line operation allowing you to perform many additional tasks. If you couple this up with PsExec (i.e., roll out the nircmd.exe via GP to each local …

Read more »

Using PsExec to run Commands Remotely

PsExec is part of PsTools from Sysinternals which allows you (tha administrator) to easily run commands on a workstation (or server) remotely. You can download PsTools here. It’s free, of course, and a doddle to use. You don’t need to …

Read more »

Multiple VNC windows with VNCed

I touched on this in an earlier post, but once you have VNC out there on your machines, you could then use VNCed to simultaneously view all, or many, of the machines that it is installed on. Download VNCed here. …

Read more »

Displaying Machine Name and IP address on a Users Desktop

Since adding VNC back on to all the machines, the next stage was to know which machine to connect to when there is a problem. This brought me back to some software I used years ago called BGinfo. This basically …

Read more »

Creating a silent self-installing VNC MSI for Group Policy

VNC is great. I haven’t really needed to use it since the company I work for downsized massively and we’re now all in one little office. Back in the days when we had over 300 Windows 2000 machines at 8 …

Read more »

Managing Hyper-V Server 2008 R2 in a Workgroup

I setup a new Hyper-V server at home last night. The install itself was straight forward, I’m basically trying to run even less servers to keep the old energy bills down. It’s a shame there is no USB support in …

Read more »

Marmitek Easy Icon 10RF X10 Remote

Having lots of kit is truly awesome, but there is a downside, the number of remotes I quickly acquired. Most rooms are ok with just 2 remotes, but the lounge had 6. The TV, The Amplifier, 2 Cable Boxes, The …

Read more »

Programming Linksys DMA2100 Remote

This is mostly for my reference, but if you have a Linksys DMA2100 or DMA2200 you will know that the volume, mute and spare power buttons don’t work. This is because they need to be programmed for use with your …

Read more »