Novell and CMD

GhostSixFour

Username approved by US Airforce
Joined
Nov 9, 2009
Messages
16,747
Hi guys

I'm trying to shutdown computers remotely using CMD, typing in shutdown -s -t 10 /m \\computername -c "blah blah"

However, I get error, 1707, network address is invalid. We are using Novell, aynone have an idea how to get around this?
 
Last edited:

thisgeek

Expert Member
Joined
Apr 22, 2005
Messages
3,372
shutdown -a aborts the shutdown.

Try: shutdown -f -t 10 -m \\computer

Ensure you have admin rights on the box you're trying to shutdown.
 

GhostSixFour

Username approved by US Airforce
Joined
Nov 9, 2009
Messages
16,747
shutdown -a aborts the shutdown.

Try: shutdown -f -t 10 -m \\computer

Ensure you have admin rights on the box you're trying to shutdown.

I keep doing that. Entering the "-a" instead of typing "-s". Fixed now.
Still doesn't work.
 

The_Unbeliever

Honorary Master
Joined
Apr 19, 2005
Messages
103,196
do you use tcpip?

then try using \\tcp-ip address instead of \\computername

if that fails, edit the hosts file on your pc, and add hostnames and Ip addresses as per the examples in there

then try again.
 

Asha'man X

Expert Member
Joined
Aug 31, 2006
Messages
1,401
Since you are on a Novell network, most likely your machines are still running in a workgroup. You need to have admin rights on each machine to do that, as well as the exception in Windows Firewall, though what that exception is I don't know.
 
Top