sudo command remotely

Hi,

can any one of you help me how to run sudo commands/scripts remotely...

Please read Simple rules of the UNIX.COM forums: before posting, especially rule number 5.
The basic concept is:

ssh user@host "sudo run your commands/scripts remotely..."

ssh user@remoteaddress '/usr/bin/sudo commandname'