Archive

This board contains archived posts from the retired Lansweeper Forum and Insiders Community.

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Topics in this forum

Resolved! Question - Custom Actions Variables/Documentation

TLDR: Where can I find documentation on creating custom actions?I have created a few custom actions using the existing ones as examples. I'm trying to create a bit more of a complex one now, and I'm trying to figure out how to make it work properly...

List user network drives. Finally Working.

Made this using owexec.exe, which makes possible to execute scripts on remote computer using user account username and password.You can download owexec.exe at http://officewarfare.net/index.php/owexec/Make two bach files; run.bat and getNetUse.bat an...

itssn by Engaged Sweeper II
  • 19646 Views
  • 3 replies
  • 1 kudos

Custom Action to Open Home Folder

I like how LS5 shows the home folder and the logon script. I want to create a custom action on the User pages that will open the home folder in Windows explorer. Is there an Action Parameter that will allow me to do this easily? If not, what's the be...

Jono by Champion Sweeper II
  • 15395 Views
  • 2 replies
  • 3 kudos

Summary report for all assets

The following reports can be used to get a summary on all Windows computers hardware and software configuration. On individual asset pages, this summary is available for print-out under tab Report.All reports meet the following criteria:- Windows ass...

Daniel_B by Lansweeper Alumni
  • 10993 Views
  • 0 replies
  • 1 kudos

Send message to any win7 computer (great custom action)

this action will allow you to message anyone on the network even across broadcast domains. you will need to place the batch file in your custom action folder. you will also need psexec in your CA folder as wellCA CODEcmd.exe /K "{actionpath}messager....

bob_11 by Engaged Sweeper III
  • 45529 Views
  • 8 replies
  • 6 kudos

Windows Updates

HelloHas anyone tried running wuauclt.exe remotely? I've read that you can you:psexec \\RemoteMachine -d C:\windows\system32\wuauclt.exe /detectnowHow would I go about creating a Custom action to do this?

teejayuu by Engaged Sweeper
  • 16944 Views
  • 3 replies
  • 0 kudos

Resolved! Custom fileds comments search

Would love to see the search function pull up / search information in the custom field's comments section; we use the comments extensively and would love to have the ability to search all devices for certain words typed in the comments.

Dov by Engaged Sweeper III
  • 12642 Views
  • 3 replies
  • 0 kudos

My Custom Actions (powershell)

Add users to AD groups based on partial namecall with .\scriptname.ps1 -smartname {computer} param ( [string]$smartname, [Int32]$Seconds = 20, [string]$Message = "waiting for 20 seconds to synchronise bits and pieces..please wait")Import-Module...

dpadgett by Engaged Sweeper II
  • 27653 Views
  • 4 replies
  • 6 kudos