myITforum.com Community Forum myITforum.com Community Forum

Home  Forums  Blogs  Live Support chat  Search Articles  Wiki  FAQ  Email Lists  Register  Login  My Profile  Inbox  Address Book  My Subscription  My Forums 

Photo Gallery  Member List  Search  Calendars  FAQ  Ticket List  Log Out

All Forums RSS Feed Subscription:


  


console extension - smssend.vbs

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
  Printable Version
All Forums >> [Management Products] >> System Center Products >> System Center Configuration Manager >> console extension - smssend.vbs Page: [1]
Login
Message << Older Topic   Newer Topic >>
console extension - smssend.vbs - 12/19/2007 10:55:41 AM   
ssumgirl

 

Posts: 177
Score: 0
Joined: 11/24/2004
Status: offline
Hi all. Just upgraded to SCCM and I am wondering if someone has gone to the trouble of converting a well know console extension script to work in the new console. The extension in question is called "smssend.vbs" and is amazingly useful - allows forcing inventory, forcing rerun of adverts, forcing policy updates - all of which I dont know if we can live without. Has anyone made this work in SCCM? Or made another script/widget work?

PS-I cant do dudeworks or anything that will cost money....I'm at a non-profit and we are REALLY non-profit!

Appreciate any help!
thanks sG
Post #: 1
RE: console extension - smssend.vbs - 12/19/2007 2:12:51 PM   
wbracken


Posts: 1006
Score: 22
Joined: 4/12/2002
From: St. Louis
Status: offline
Havent heard of any yet but I am certainly looking forward to this myself.  I am sure its only a matter of time. ;)

_____________________________

William Bracken

http://www.clientarchitect.com

(in reply to ssumgirl)
Post #: 2
RE: console extension - smssend.vbs - 12/20/2007 7:49:52 AM   
emacintosh

 

Posts: 107
Score: 19
Joined: 11/19/2003
Status: offline
I plan to get it working today hopefully.  If you're familiar with the method for extending the console in SCCM, the computer object GUID is "7ba8bf44-2344-4035-bdb4-16630291dcf6".

If you don't know how to extend the GUID, I suggest you try to download the SCCM SDK Beta if you can.

(in reply to wbracken)
Post #: 3
RE: console extension - smssend.vbs - 12/20/2007 3:03:58 PM   
emacintosh

 

Posts: 107
Score: 19
Joined: 11/19/2003
Status: offline
Here's our right-click XML for computer objects.  I haven't had a chance to test all of it, but the smssend options I did test seemed to work (they are down towards the bottom)

Hope this helps!
<ActionDescription Class="Group" DisplayName="SMS Tools" MnemonicDisplayName="SMS Tools" Description="DDI Support Tools Menu" SqmDataPoint="53">
 <ActionGroups>
   <ActionDescription Class="Group" DisplayName="Basic Support Tools" MnemonicDisplayName="Basic Support Tools" Description="Basic Administrative Tasks" SqmDataPoint="53">
       <ActionGroups>
           <ActionDescription Class="Executable" DisplayName="Open C: Drive" MnemonicDisplayName="Open C Drive" Description="Opens the c$ share on the selected machine">
             <Executable>
               <FilePath>wscript.exe</FilePath>
               <Parameters>"C:\smsadmin\Scripts\SMS - C$ Share.vbs" ##SUB:Name##</Parameters>
             </Executable>
           </ActionDescription>
           <ActionDescription Class="Executable" DisplayName="Open Computer Management" MnemonicDisplayName="Open Computer Management" Description="Opens computer management on the selected machine">
             <Executable>
               <FilePath>wscript.exe</FilePath>
               <Parameters>"C:\smsadmin\Scripts\SMS - Compmgt.vbs" ##SUB:Name##</Parameters>
             </Executable>
           </ActionDescription>
           <ActionDescription Class="Executable" DisplayName="Copy Computer Name" MnemonicDisplayName="Copy Computer Name" Description="Puts the selected machine name on the clipboard">
             <Executable>
               <FilePath>wscript.exe</FilePath>
               <Parameters>"C:\smsadmin\Scripts\SMS - CopyName.vbs" ##SUB:Name##</Parameters>
             </Executable>
           </ActionDescription>
           <ActionDescription Class="Executable" DisplayName="Open Registry" MnemonicDisplayName="Open Registry" Description="Connect to the registry of the selected machine">
             <Executable>
               <FilePath>wscript.exe</FilePath>
               <Parameters>"C:\smsadmin\Scripts\SMS - Registry.vbs" ##SUB:Name##</Parameters>
             </Executable>
           </ActionDescription>
           <ActionDescription Class="Executable" DisplayName="Run Continuous Ping" MnemonicDisplayName="Run Continuous Ping" Description="Runs a ping -t against the selected machine">
             <Executable>
               <FilePath>wscript.exe</FilePath>
               <Parameters>"C:\smsadmin\Scripts\SMS - Ping ReTry.vbs" ##SUB:Name##</Parameters>
             </Executable>
           </ActionDescription>
           <ActionDescription Class="Executable" DisplayName="Run Nbtstat" MnemonicDisplayName="Run n b stat" Description="Runs an Nbtstat -a against the selected machine">
             <Executable>
               <FilePath>wscript.exe</FilePath>
               <Parameters>"C:\smsadmin\Scripts\SMS - NBTSTAT.vbs" ##SUB:Name##</Parameters>
             </Executable>
           </ActionDescription>
           <ActionDescription Class="Executable" DisplayName="Run PSList" MnemonicDisplayName="Run p s list" Description="Runs PSList against the selected machine">
             <Executable>
               <FilePath>wscript.exe</FilePath>
               <Parameters>"C:\smsadmin\Scripts\SMS - PSList.vbs" ##SUB:Name##</Parameters>
             </Executable>
           </ActionDescription>
           <ActionDescription Class="Executable" DisplayName="Remote Control" MnemonicDisplayName="Remote Control" Description="Launches SMS remote control to the selected machine">
             <Executable>
               <FilePath>wscript.exe</FilePath>
               <Parameters>"C:\smsadmin\Scripts\SMS - Remote Control.vbs" ##SUB:Name##</Parameters>
             </Executable>
           </ActionDescription>
           <ActionDescription Class="Executable" DisplayName="Who's logged on" MnemonicDisplayName="Who is logged on" Description="Returns the current logged on user for the selected machine">
             <Executable>
               <FilePath>wscript.exe</FilePath>
               <Parameters>"C:\smsadmin\Scripts\SMS - Current User.vbs" ##SUB:Name##</Parameters>
             </Executable>
           </ActionDescription>
           <ActionDescription Class="Executable" DisplayName="Get Uptime" MnemonicDisplayName="Get up time" Description="Returns the uptime for the selected machine">
             <Executable>
               <FilePath>wscript.exe</FilePath>
               <Parameters>"C:\smsadmin\Scripts\SMS - Show Uptime.vbs" ##SUB:Name##</Parameters>
             </Executable>
           </ActionDescription>
       </ActionGroups>
   </ActionDescription>
   <ActionDescription Class="Group" DisplayName="Cleanup Support Tools" MnemonicDisplayName="Cleanup Support Tools" Description="Cleanup Administrative Tasks" SqmDataPoint="53">
       <ActionGroups>
           <ActionDescription Class="Executable" DisplayName="Delete I386 Folder" MnemonicDisplayName="Delete I386 Folder" Description="Deletes the I386 folder on the selected machine">
             <Executable>
               <FilePath>wscript.exe</FilePath>
               <Parameters>"C:\smsadmin\Scripts\SMS - DeleteI386.vbs" ##SUB:Name##</Parameters>
             </Executable>
           </ActionDescription>
           <ActionDescription Class="Executable" DisplayName="Delete Old Profiles" MnemonicDisplayName="Delete Old Profiles" Description="Deletes old profiles on the selected machine">
             <Executable>
               <FilePath>wscript.exe</FilePath>
               <Parameters>"C:\smsadmin\Scripts\SMS - DeleteProfile.vbs" ##SUB:Name##</Parameters>
             </Executable>
           </ActionDescription>
           <ActionDescription Class="Executable" DisplayName="Delete Windows Temp" MnemonicDisplayName="Delete Windows Temp" Description="Deletes old profiles on the selected machine">
             <Executable>
               <FilePath>wscript.exe</FilePath>
               <Parameters>"C:\smsadmin\Scripts\SMS - DeleteWinTemp.vbs" ##SUB:Name##</Parameters>
             </Executable>
           </ActionDescription>
       </ActionGroups>
   </ActionDescription>
   <ActionDescription Class="Group" DisplayName="SMS Client Tools" MnemonicDisplayName="SMS Client Tools" Description="SMS Administrative Tasks" SqmDataPoint="53">
       <ActionGroups>
           <ActionDescription Class="Executable" DisplayName="Advertisement Viewer" MnemonicDisplayName="Advertisement Viewer" Description="View advertisements for the selected machine">
             <Executable>
               <FilePath>wscript.exe</FilePath>
               <Parameters>"C:\smsadmin\Scripts\SMS - Advert Viewer.vbs" ##SUB:Name##</Parameters>
             </Executable>
           </ActionDescription>
           <ActionDescription Class="Executable" DisplayName="Refresh Machine Policy" MnemonicDisplayName="Refresh Machine Policy" Description="Forces the client to refresh its SMS policy">
             <Executable>
               <FilePath>wscript.exe</FilePath>
               <Parameters>C:\smsadmin\Scripts\smssend.vbs {00000000-0000-0000-0000-000000000022} ##SUB:Name##  1</Parameters>
             </Executable>
           </ActionDescription>
           <ActionDescription Class="Executable" DisplayName="Evaluate Machine Policy" MnemonicDisplayName="Evaluate Machine Policy" Description="Forces the client to evaluate its SMS policy">
             <Executable>
               <FilePath>wscript.exe</FilePath>
               <Parameters>C:\smsadmin\Scripts\smssend.vbs {00000000-0000-0000-0000-000000000021} ##SUB:Name##  1</Parameters>
             </Executable>
           </ActionDescription>
           <ActionDescription Class="Executable" DisplayName="Hardware Inventory" MnemonicDisplayName="Hardware Inventory" Description="Initiates a hardware inventory on the selected machine">
             <Executable>
               <FilePath>wscript.exe</FilePath>
               <Parameters>C:\smsadmin\Scripts\smssend.vbs {00000000-0000-0000-0000-000000000001} ##SUB:Name##  1</Parameters>
             </Executable>
           </ActionDescription>
           <ActionDescription Class="Executable" DisplayName="Software Inventory" MnemonicDisplayName="Software Inventory" Description="Initiates a software inventory on the selected machine">
             <Executable>
               <FilePath>wscript.exe</FilePath>
               <Parameters>C:\smsadmin\Scripts\smssend.vbs {00000000-0000-0000-0000-000000000002} ##SUB:Name##  1</Parameters>
             </Executable>
           </ActionDescription>
           <ActionDescription Class="Executable" DisplayName="Rerun Advertisement" MnemonicDisplayName="Rerun Advertisement" Description="Reruns an advertisement on the selected machine">
             <Executable>
               <FilePath>wscript.exe</FilePath>
               <Parameters>C:\smsadmin\Scripts\smssend.vbs RERUNADVERT ##SUB:Name##  1</Parameters>
             </Executable>
           </ActionDescription>
           <ActionDescription Class="Executable" DisplayName="Change SMS Cache Size" MnemonicDisplayName="Change SMS Cache Size" Description="Changes the SMS cache size on the selected machine">
             <Executable>
               <FilePath>wscript.exe</FilePath>
               <Parameters>"C:\smsadmin\Scripts\SMS - Change Cache Size.vbs" SINGLEMMC ##SUB:Name## NOGUI</Parameters>
             </Executable>
           </ActionDescription>
           <ActionDescription Class="Executable" DisplayName="Heartbeat Discovery" MnemonicDisplayName="Heatbeat Discovery" Description="Forces a heartbeat discovery for the selected machine">
             <Executable>
               <FilePath>wscript.exe</FilePath>
               <Parameters>C:\smsadmin\Scripts\smssend.vbs {00000000-0000-0000-0000-000000000003} ##SUB:Name##  1</Parameters>
             </Executable>
           </ActionDescription>
           <ActionDescription Class="Executable" DisplayName="Open SMS Logs Folder" MnemonicDisplayName="Open SMS Logs Folder" Description="Opens the SMS logs folder on the selected machine">
             <Executable>
               <FilePath>wscript.exe</FilePath>
               <Parameters>"C:\smsadmin\Scripts\SMS - OpenLogs.vbs" ##SUB:Name## ##SUB:__Server## ##SUB:__Namespace##</Parameters>
             </Executable>
           </ActionDescription>
           <ActionDescription Class="Executable" DisplayName="Restart Agent Host" MnemonicDisplayName="Restart Agent Host" Description="Restarts SMS client service on the selected machine">
             <Executable>
               <FilePath>wscript.exe</FilePath>
               <Parameters>C:\smsadmin\Scripts\smsextend.vbs 1 ##SUB:Name## 1</Parameters>
             </Executable>
           </ActionDescription>
       </ActionGroups>
   </ActionDescription>
 </ActionGroups>
</ActionDescription>

(in reply to emacintosh)
Post #: 4
RE: console extension - smssend.vbs - 12/21/2007 7:00:34 AM   
ssumgirl

 

Posts: 177
Score: 0
Joined: 11/24/2004
Status: offline
VERY NICE emacintosh! You rule!

(in reply to emacintosh)
Post #: 5
RE: console extension - smssend.vbs - 12/27/2007 4:58:45 PM   
jccm

 

Posts: 3
Score: 0
Joined: 12/27/2007
Status: offline
Next question is, this works for individual machines, but what about for collections? 
Thanks!

(in reply to ssumgirl)
Post #: 6
RE: console extension - smssend.vbs - 1/2/2008 10:18:27 AM   
wbracken


Posts: 1006
Score: 22
Joined: 4/12/2002
From: St. Louis
Status: offline
Hey guys, can you provide instructions on what to do with this XML file once its created?

Thanks!

_____________________________

William Bracken

http://www.clientarchitect.com

(in reply to jccm)
Post #: 7
RE: console extension - smssend.vbs - 1/3/2008 8:08:39 AM   
emacintosh

 

Posts: 107
Score: 19
Joined: 11/19/2003
Status: offline
Under your AdminUI folder, create the following folder

XmlStorage\Extensions\Actions\7ba8bf44-2344-4035-bdb4-16630291dcf6

Name your XML whatever you want and put it in there.  That's for computers.

For collections, create two more folders for the following GUIDs (One is for top-level collections and one is for subcollections)

dbb315c3-1d8b-4e6a-a7b1-db8246890f59
fa922e1a-6add-477f-b70e-9a164f3b11a2
 
Once you create an XML for collections, drop it in both of those folders and you should be ready to go.  Keep in mind, if you open your console and you don't see the right-click menus you created, then most likely you have a syntax error in your XML.

Here is our collection XML right now (not heavily tested yet)

<ActionDescription Class="Group" DisplayName="SMS Tools" MnemonicDisplayName="SMS Tools" Description="SMS tools for collections" SqmDataPoint="53">
  <ActionGroups>
      <ActionDescription Class="Executable" DisplayName="Add Machines" MnemonicDisplayName="Add Machines" Description="Will add a list of machines to the collection">
        <Executable>
          <FilePath>mshta</FilePath>
          <Parameters>c:\SMSADMIN\scripts\AddColl.hta /ss:##SUB:__SERVER## /sn:##SUB:__Namespace## /coll:##SUB:COLLECTIONID## /CollName:##SUB:Name##</Parameters>
        </Executable>
      </ActionDescription>
      <ActionDescription Class="Executable" DisplayName="Copy Collection Name" MnemonicDisplayName="Copy Collection Name" Description="Puts the collection name on the clipboard">
        <Executable>
          <FilePath>wscript</FilePath>
          <Parameters>"C:\smsadmin\Scripts\SMS - CopyName.vbs" "##SUB:Name##"</Parameters>
        </Executable>
      </ActionDescription>
      <ActionDescription Class="Executable" DisplayName="Copy Collection ID" MnemonicDisplayName="Copy Collection ID" Description="Puts the collection ID on the clipboard">
        <Executable>
          <FilePath>wscript</FilePath>
          <Parameters>"C:\smsadmin\Scripts\SMS - CopyName.vbs" ##SUB:CollectionID##</Parameters>
        </Executable>
      </ActionDescription>
      <ActionDescription Class="Executable" DisplayName="OU Collection" MnemonicDisplayName="OU Collection" Description="Create a collection based on selected OU">
        <Executable>
          <FilePath>C:\smsadmin\tools\wkix32.exe</FilePath>
          <Parameters>C:\smsadmin\scripts\OUCollection.kix $ParentName="##SUB:Name##" $ParentCollection=##SUB:CollectionID## $Server=##SUB:__Server## $NameSpace=##SUB:__NAMESPACE## /i</Parameters>
        </Executable>
      </ActionDescription>
      <ActionDescription Class="Executable" DisplayName="A minus B" MnemonicDisplayName="A minus B" Description="Creates a collection based two other collections">
        <Executable>
          <FilePath>wscript</FilePath>
          <Parameters>"C:\smsadmin\Scripts\SMS - A minus B.vbs" "##SUB:Name##" ##SUB:CollectionID## ##SUB:__Server## ##SUB:__NAMESPACE##</Parameters>
        </Executable>
      </ActionDescription>
      <ActionDescription Class="Executable" DisplayName="A plus B" MnemonicDisplayName="A plus B" Description="Creates a collection based two other collections">
        <Executable>
          <FilePath>wscript</FilePath>
          <Parameters>"C:\smsadmin\Scripts\SMS - A plus B.vbs" "##SUB:Name##" ##SUB:CollectionID## ##SUB:__Server## ##SUB:__NAMESPACE##</Parameters>
        </Executable>
      </ActionDescription>
  </ActionGroups>
</ActionDescription>


I suggest you try to download the SCCM SDK if you can - it's all in there.

Hope that helps

< Message edited by emacintosh -- 1/3/2008 8:11:18 AM >

(in reply to wbracken)
Post #: 8
RE: console extension - smssend.vbs - 1/3/2008 8:31:49 AM   
wbracken


Posts: 1006
Score: 22
Joined: 4/12/2002
From: St. Louis
Status: offline
Excellent.  Thank you very much!

(Also downloading SDK (Beta2) now)

< Message edited by wbracken -- 1/3/2008 8:36:02 AM >


_____________________________

William Bracken

http://www.clientarchitect.com

(in reply to emacintosh)
Post #: 9
RE: console extension - smssend.vbs - 1/9/2008 11:43:01 AM   
pnovotny

 

Posts: 1
Score: 0
Joined: 1/9/2008
Status: offline
Where can  I find all the other .vbs? like SMS - Ping ReTry.vbs, SMS - Registry.vbs etc.

Thanks,
Paul

(in reply to wbracken)
Post #: 10
RE: console extension - smssend.vbs - 2/1/2008 3:01:30 AM   
DanielSjogren

 

Posts: 1
Score: 0
Joined: 2/1/2008
Status: offline
Hello,

I have successfully installed the menu, but i also want to know how to find the scripts to be in c:\smsadmin folder.

Where can I find them? Can anyone send them?

Br

Daniel

(in reply to pnovotny)
Post #: 11
RE: console extension - smssend.vbs - 4/23/2008 9:40:20 AM   
cmailer

 

Posts: 1
Score: 0
Joined: 4/23/2008
Status: offline
quote:

ORIGINAL: ssumgirl

Hi all. Just upgraded to SCCM and I am wondering if someone has gone to the trouble of converting a well know console extension script to work in the new console. The extension in question is called "smssend.vbs" and is amazingly useful - allows forcing inventory, forcing rerun of adverts, forcing policy updates - all of which I dont know if we can live without. Has anyone made this work in SCCM? Or made another script/widget work?

PS-I cant do dudeworks or anything that will cost money....I'm at a non-profit and we are REALLY non-profit!

Appreciate any help!
thanks sG


Following the XML extension to the script smssend.vbs:

<ActionDescription Class="Group" DisplayName="SCCM Tools" MnemonicDisplayName="SCCM Tools" Description="SCCM tools for agent" SqmDataPoint="53">
<ActionGroups>
<ActionDescription Class="Executable" DisplayName="Ping Workstation" MnemonicDisplayName="Ping Workstation" Description="Will ping a workstation">
<Executable>
<FilePath>cmd.exe</FilePath>
<Parameters> /k Ping ##SUB:Name##</Parameters>
</Executable>
</ActionDescription>
<ActionDescription Class="Executable" DisplayName="Hardware Inventory" MnemonicDisplayName="Hardware Inventory" Description="Will run Hardware Inventory">
<Executable>
<FilePath>"D:\Program Files (x86)\Microsoft Configuration Manager\AdminUI\XmlStorage\Extensions\Actions\7ba8bf44-2344-4035-bdb4-16630291dcf6\SMSSend.vbs"</FilePath>
<Parameters> {00000000-0000-0000-0000-000000000001} ##SUB:Name## 1</Parameters>
</Executable>
</ActionDescription>
<ActionDescription Class="Executable" DisplayName="Software Inventory" MnemonicDisplayName="Software Inventory" Description="Will run software Inventory">
<Executable>
<FilePath>"D:\Program Files (x86)\Microsoft Configuration Manager\AdminUI\XmlStorage\Extensions\Actions\7ba8bf44-2344-4035-bdb4-16630291dcf6\SMSSend.vbs"</FilePath>
<Parameters> {00000000-0000-0000-0000-000000000002} ##SUB:Name## 1</Parameters>
</Executable>
</ActionDescription>
<ActionDescription Class="Executable" DisplayName="Discovery action" MnemonicDisplayName="Discovery action" Description="Will run Discovery action">
<Executable>
<FilePath>"D:\Program Files (x86)\Microsoft Configuration Manager\AdminUI\XmlStorage\Extensions\Actions\7ba8bf44-2344-4035-bdb4-16630291dcf6\SMSSend.vbs"</FilePath>
<Parameters> {00000000-0000-0000-0000-000000000003} ##SUB:Name## 1</Parameters>
</Executable>
</ActionDescription>
<ActionDescription Class="Executable" DisplayName="File Collection action" MnemonicDisplayName="File Collection action" Description="Will run File Collection action">
<Executable>
<FilePath>"D:\Program Files (x86)\Microsoft Configuration Manager\AdminUI\XmlStorage\Extensions\Actions\7ba8bf44-2344-4035-bdb4-16630291dcf6\SMSSend.vbs"</FilePath>
<Parameters> {00000000-0000-0000-0000-000000000010} ##SUB:Name## 1</Parameters>
</Executable>
</ActionDescription>
<ActionDescription Class="Executable" DisplayName="Refresh Machine Policy action" MnemonicDisplayName="Refresh Machine Policy action" Description="Will Refresh Machine Policy action">
<Executable>
<FilePath>"D:\Program Files (x86)\Microsoft Configuration Manager\AdminUI\XmlStorage\Extensions\Actions\7ba8bf44-2344-4035-bdb4-16630291dcf6\SMSSend.vbs"</FilePath>
<Parameters> {00000000-0000-0000-0000-000000000021} ##SUB:Name## 1</Parameters>
</Executable>
</ActionDescription>
<ActionDescription Class="Executable" DisplayName="Evaluate Policy action" MnemonicDisplayName="Evaluate Policy action" Description="Will Evaluate Policy action">
<Executable>
<FilePath>"D:\Program Files (x86)\Microsoft Configuration Manager\AdminUI\XmlStorage\Extensions\Actions\7ba8bf44-2344-4035-bdb4-16630291dcf6\SMSSend.vbs"</FilePath>
<Parameters> {00000000-0000-0000-0000-000000000022} ##SUB:Name## 1</Parameters>
</Executable>
</ActionDescription>
<ActionDescription Class="Executable" DisplayName="Software Metering Usage action" MnemonicDisplayName="Software Metering Usage action" Description="Will run Software Metering Usage action">
<Executable>
<FilePath>"D:\Program Files (x86)\Microsoft Configuration Manager\AdminUI\XmlStorage\Extensions\Actions\7ba8bf44-2344-4035-bdb4-16630291dcf6\SMSSend.vbs"</FilePath>
<Parameters> {00000000-0000-0000-0000-000000000031} ##SUB:Name## 1</Parameters>
</Executable>
</ActionDescription>
<ActionDescription Class="Executable" DisplayName="Update Windows Installer Sources action" MnemonicDisplayName="Update Windows Installer Sources action" Description="Will run Update Windows Installer Sources action">
<Executable>
<FilePath>"D:\Program Files (x86)\Microsoft Configuration Manager\AdminUI\XmlStorage\Extensions\Actions\7ba8bf44-2344-4035-bdb4-16630291dcf6\SMSSend.vbs"</FilePath>
<Parameters> {00000000-0000-0000-0000-000000000032} ##SUB:Name## 1</Parameters>
</Executable>
</ActionDescription>
<ActionDescription Class="Executable" DisplayName="Assign client's site code" MnemonicDisplayName="Assign client's site code" Description="Will Assign client's site code">
<Executable>
<FilePath>"D:\Program Files (x86)\Microsoft Configuration Manager\AdminUI\XmlStorage\Extensions\Actions\7ba8bf44-2344-4035-bdb4-16630291dcf6\SMSSend.vbs"</FilePath>
<Parameters> ASSIGN ##SUB:Name## 1</Parameters>
</Executable>
</ActionDescription>
<ActionDescription Class="Executable" DisplayName="Re-Run Advertisement" MnemonicDisplayName="Re-Run Advertisement" Description="Will run Re-Run Advertisement">
<Executable>
<FilePath>"D:\Program Files (x86)\Microsoft Configuration Manager\AdminUI\XmlStorage\Extensions\Actions\7ba8bf44-2344-4035-bdb4-16630291dcf6\SMSSend.vbs"</FilePath>
<Parameters> RERUNADVERT ##SUB:Name## 1</Parameters>
</Executable>
</ActionDescription>
</ActionGroups>
</ActionDescription>



< Message edited by brunoestrozi -- 4/23/2008 9:41:10 AM >

(in reply to ssumgirl)
Post #: 12
RE: console extension - smssend.vbs - 4/25/2008 5:11:00 AM   
ridvan

 

Posts: 45
Score: 0
Joined: 3/13/2008
Status: offline
Hi To all, very nice post but where to find scripts located at:

C:\smsadmin\scripts\...

IS there any link to download those scripts and to extract in this location:  C:\smsadmin\scripts\ etc...vbs

waiting for reply,

Best Regards,
Ridvan

(in reply to DanielSjogren)
Post #: 13
RE: console extension - smssend.vbs - 4/28/2008 5:05:29 AM   
ridvan

 

Posts: 45
Score: 0
Joined: 3/13/2008
Status: offline
Hi,

Did'nt stop searching for these VBS Scripts, but i have'nt found yet..  Please if some one knows where to download, publish the link here.

Regards,
Ridvan

(in reply to ridvan)
Post #: 14
RE: console extension - smssend.vbs - 7/16/2008 10:34:54 AM   
brpo

 

Posts: 22
Score: 0
Joined: 8/11/2006
Status: offline
Hi
You can find it here
http://www.myitforum.com/articles/8/print_view.asp?id=7099

(in reply to ridvan)
Post #: 15
RE: console extension - smssend.vbs - 7/20/2008 7:04:14 AM   
atodd

 

Posts: 22
Score: 0
Joined: 5/9/2006
Status: offline
SMS Client Center is one of the best tools I have every used to help manage SMS and now SCCM clients.
Download it here: http://sourceforge.net/projects/smsclictr/

Have fun:

(in reply to brpo)
Post #: 16
Page:   [1]
All Forums >> [Management Products] >> System Center Products >> System Center Configuration Manager >> console extension - smssend.vbs Page: [1]
Jump to:





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts



  
Forum Software © ASPPlayground.NET Advanced Edition 2.4.5 ANSI

0.375