Is there a way to Initiate an SMSWakeUp packet from administrators PC (Full Version)

All Forums >> [Vendor Forums] >> 1E Products



Message


kev147 -> Is there a way to Initiate an SMSWakeUp packet from administrators PC (3/31/2008 3:56:59 AM)

Hi there,

We have just had SMSWakeUp and NightWatchman installed and we have a query.

We know that you can launch the ConfigMgr console on the primary server and send an SMSWakeUp packet, by right clicking the resource and selecting 1E Wakeup > Send Wakeup.

What we was wondering was, is there a way to get this function to peole that just have the ConfigMgr console installed on their local machines (Not having to RDP to primary)?




pfreestun -> RE: Is there a way to Initiate an SMSWakeUp packet from administrators PC (3/31/2008 4:23:27 AM)

In order to install the 1EWakeUp snapin onto an admin workstation you should manually run the SMSWakeUp50.msi and choose a custom installation.

Choose to install the User Interface only, making sure that you do not select to install the service.

You don't need to install anything else and once the install is complete the SMSWakeUp Console will appear under Tools as you would see in a default server install.





kev147 -> RE: Is there a way to Initiate an SMSWakeUp packet from administrators PC (3/31/2008 6:24:18 AM)

I don't see an option to install the service, the only other option I see is Diagnostics. Is it the diagnstics option that installs the service? I don't want to continue until I know for sure that selecting just the user interface option does not install the service.




pfreestun -> RE: Is there a way to Initiate an SMSWakeUp packet from administrators PC (3/31/2008 8:23:53 AM)

Kudos to the Dev team - the installer has been improved and the option to install the service has been removed. Please just choose the User Interface option for your install.




kev147 -> RE: Is there a way to Initiate an SMSWakeUp packet from administrators PC (3/31/2008 10:46:00 AM)

Thanks for the assistance so far. I have just managed to get this to work, but I had to add him to the local administrators group on the primary server. Surely this can be executed from an account with a less powerful account.

Is there a document for which permissions are required just for the feature to send the smswakeup packet.

What we are wanting to is is release a customised ConfigMgr console to our 1st line support team so that they have the ability to deploy software, patches and initiate a WOL packet all from the console, rather than all of them having to RDP onto the primary server.

I just need assistance with setting this up in the most secure manner.




pfreestun -> RE: Is there a way to Initiate an SMSWakeUp packet from administrators PC (4/1/2008 1:43:20 AM)

He needs no special SMS permissions, as long as he can see his PC in the SMS Console.
The reason for this is that we use WMI to "connect" back into SMS and the WMI Provider is using LocalSystem.

So what you actually have to do is set the WMI permissions.
----------------------------------------------------------------------------------
Open the WMI Manager. (wmimgmt.msc)
Browse to in the security tab to the SMSWAK namespace.
And give the user/group these security rights:
"Execute Methods" & "Remote Enable"

AND IF USERS CONNECT FROM REMOTE WORKSTATIONS:

THIS (recommended, needs W2K3 Sp1):

Open the local user and groups console (lusrmgr.msc)
In the Groups there is a "Distributed COM Users", you have to put the users as members into this one.

OR THIS:
Open DCOMCNFG.exe then expand Component Services, right click on “My Computer”
Open “COM Security” and click on “Edit Limits”. The Default is that Local Administrators and D-COM Users have the needed Remote Activation and Remote Launch permissions.
Obviously your best practice should be to create a local group and add the members in there, then add this group to either "Distributed COM Users"  or directly in COM Security




rlauder -> RE: Is there a way to Initiate an SMSWakeUp packet from administrators PC (4/2/2008 6:55:53 AM)

Hi Kevin. Phil has beaten me to the answer you need (and given a far more comprehensive answer at that). I pointed out this omission in the documentation to 1E last year (along with several others) but unfortunately they don't seem to update their documentation as often as the code itself...

You may also be interested to know that you can wakeup a machine using a command line option with SMSWakeup. i.e.
"C:\Program Files\1E\SMSWakeUp50\SMSWakeup.exe" -wakename={ComputerName}




pfreestun -> RE: Is there a way to Initiate an SMSWakeUp packet from administrators PC (4/2/2008 7:32:21 AM)

Or even, for the sake of completion:-

"C:\Program Files\1E\SMSWakeUp50\SMSWakeup.exe" -wakecoll={CollectionName}

to wake a collection.




pfreestun -> RE: Is there a way to Initiate an SMSWakeUp packet from administrators PC (4/2/2008 7:35:09 AM)

Oops - I did of course mean:-

"C:\Program Files\1E\SMSWakeUp50\SMSWakeup.exe" -wakecoll={CollectionID}




pfreestun -> RE: Is there a way to Initiate an SMSWakeUp packet from administrators PC (4/2/2008 8:39:00 PM)

Rod, et al, you will be pleased to hear that the information around WMI and DCOM permissions required to enable non-admin users to perform wakeups has been added to the 1E WakeUp documentation due to be released with the 5.2 maintenance release in the very near future. 
 
Subscribe to the 1E RSS feeds to get early notification of product release.




kev147 -> RE: Is there a way to Initiate an SMSWakeUp packet from administrators PC (4/7/2008 4:53:34 AM)

Many thanks guys for the information. I will subscribe to the 1E RSS Feed. I think I will just recommend that we use the command line method until this documentation has been released. Are any special permissions required for the command line method?




kev147 -> RE: Is there a way to Initiate an SMSWakeUp packet from administrators PC (4/10/2008 7:19:52 AM)

I have just tried to use the command line method to wakeup a remote machine, but the machine only has the SMSWakeup Agent installed, ie SMSWUAgent.exe and not SMSWakeup.exe (which I believe is only installed on the Primary ConfigMgr server).

Is there a way to remotely wakup a remote machine using the SMSWUAgent.exe or a VBScript?




pfreestun -> RE: Is there a way to Initiate an SMSWakeUp packet from administrators PC (4/10/2008 7:45:27 AM)

No - the agent service is controlled by the Master service that queries the SMS/CM database to get machine subnet, MAC details for the machine/collection to be woken which it then passes on to the appropriate Agent/s to send out the Magic Packets.





kev147 -> RE: Is there a way to Initiate an SMSWakeUp packet from administrators PC (4/10/2008 9:45:59 AM)

So the command line option isn't really much use to me in the scenario I described? That's ok, I will just have to wait for the document to be released as part of version 5.2.




atodd -> RE: Is there a way to Initiate an SMSWakeUp packet from administrators PC (4/15/2008 4:34:24 AM)

Hi, I have developed a application that will do this via WMI and the SMSWAK namespace, the application can be run from any device in the domain. Not sure if it is a supported method but it works very well, let me know if you are interested in finding out more information.

Regards

Adrian




kev147 -> RE: Is there a way to Initiate an SMSWakeUp packet from administrators PC (4/15/2008 7:03:22 AM)

PM sent to atood, declaring interest in custom app.




Page: [1]

Valid CSS!




Forum Software © ASPPlayground.NET Advanced Edition 2.4.5 ANSI
0.3896484