Jump to content

Nick123

Members
  • Posts

    13
  • Joined

  • Last visited

Posts posted by Nick123

  1. Very cool!!!!!!!!!

    Does the plugin allow the ability to email? Would be great to be able to drill down to a file and click the arroow in the far right corner to email the file name to someone requesting that they close the file....

    Ability to email may prove challenging as email addresses are not store in user properties however sending a message to the user logged in could be possible along with forcing the file to close I would like to see these two features.

  2. Hi Paul, Just installed your new release (v1.1) which works very well only problem I seem to be having is when I filter by user open files are not displayed.

    I.E.

    List Sessions > Nick > Open Files > (Doesn't show any open files)

    I tested List Files and it shows that Nick has several files open. I'm using Windows 2008 R2

    Let me know if you need any more information to look into it.

    Thanks

    Nick

  3. Thanks great plugin. Has anyone else found that if there is no subpage and commands are just on the main page you can no longer access PC Monitor by remote clients.

    I.E

    
    <?xml version="1.0"?>
    
    <main>
    
      <group title="PowerOfTheShell" enabled="True" maxResults="50">
    
        <page title="Share Management" pageId="1" subtitle="Tools For Shares" enabled="True">
    
    	    <command title="Display Sessions" commandId="1" path="c:\program files\pc monitor\scripts\OpenSessions.ps1" arguments="" />
    
    	    <command title="Display OpenFiles" commandId="2" path="c:\program files\pc monitor\scripts\OpenFiles.ps1" arguments="" />   
    
        </page>  
    
      </group>
    
    </main>
    
    
    Works with subpage
    
    <?xml version="1.0"?>
    
    <main>
    
      <group title="PowerOfTheShell" enabled="True" maxResults="50">
    
        <page title="Share Management" pageId="1" subtitle="Tools For Shares" enabled="True">
    
    	  <subpage title="Information" pageId="2" subtitle="Retrive Share Info" enabled="True">
    
    	    <command title="Display Sessions" commandId="1" path="c:\program files\pc monitor\scripts\OpenSessions.ps1" arguments="" />
    
    	    <command title="Display OpenFiles" commandId="2" path="c:\program files\pc monitor\scripts\OpenFiles.ps1" arguments="" />
    
       </subpage>  
    
        </page>  
    
      </group>
    
    </main>
    
    

  4. I did take a look over it and I decied I will make a plugin out of this. Please allow me a week and I will release it. In the mean time you can use Cptrico's plugin to run powershell scripts that show you the current usage of files. Here are some examples that should get you started http://forum.mobilep...ell-plugin-10/.

    Thanks got PowerOfShell working for the time being. Look forward to your plugin :D

×
×
  • Create New...