boivinx7 / RealVNC_RightClickTool

This Is a RealVNC Right Click tool For the Configuration Manager Console

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RealVNC_RightClickTool

Information from how and where to Put Action Files in I found installing the Powershell Right Click tools and then deleting folders by folders. But Having Looked a bit more I might have found this http://eddiejackson.net/wp/?p=16094 Which would have saved me a lot of time.

alt text

I suggest that you use the MSI to install this. So The Files that Are called by the Extentions are going to C:\Program Files (x86)\MB_tools\RealVNC_SCCMRightClickTool

The XML Actions Extentions will go to : C:\Program Files (x86)\Microsoft Configuration Manager\AdminConsole\XmlStorage\Extensions\Actions\3fd01cd1-9e01-461e-92cd-94866b8d1f39

C:\Program Files (x86)\Microsoft Configuration Manager\AdminConsole\XmlStorage\Extensions\Actions\ed9dee86-eadd-4ac8-82a1-7234a4646e62

alt text

Content of the XML File

<ActionDescription Class="Executable" DisplayName="VNC Connection" MnemonicDisplayName="VNC Connection" Description="Created by Maxime Bilodeau">
		<ShowOn>
			<string>ContextMenu</string>
		</ShowOn>
<ImagesDescription>
	<ResourceAssembly>
		<Assembly>C:\Program Files (x86)\MB_tools\TightVNC_SCCMRightClickTool\Icons.dll</Assembly>
		<Type>Icons.Properties.Resources.resources</Type>
	</ResourceAssembly>
	<ImageResourceName>TightVNC</ImageResourceName>
</ImagesDescription>
		<Executable>
			<FilePath>"C:\Program Files (x86)\MB_tools\TightVNC_SCCMRightClickTool\Start-VNCConnection.exe"</FilePath>
			    <Parameters>-SiteServer "##SUB:__Server##" -ResourceID "##SUB:ResourceID##"</Parameters>
		</Executable>
</ActionDescription>

Also, Disclaimer, If i'm using any Icon that I should not use, please tell me, I can remove it or add a reference if you want. This is 100% a free project that I did mainly for myself and tought that I would Share. Thanks

About

This Is a RealVNC Right Click tool For the Configuration Manager Console

License:GNU General Public License v3.0


Languages

Language:PowerShell 71.1%Language:C# 28.9%