﻿<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Tag Controle - Constellation</title>
	<atom:link href="https://developer.myconstellation.io/tag/controle/feed/" rel="self" type="application/rss+xml" />
	<link>https://developer.myconstellation.io/tag/controle/</link>
	<description>Votre plateforme d&#039;interconnexion</description>
	<lastBuildDate>Thu, 13 Jun 2019 14:30:12 +0000</lastBuildDate>
	<language>fr-FR</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.0.11</generator>

<image>
	<url>https://developer.myconstellation.io/wp-content/uploads/2016/02/256x256-e1457476015859.png</url>
	<title>Tag Controle - Constellation</title>
	<link>https://developer.myconstellation.io/tag/controle/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>WindowsControl : contrôlez vos ordinateurs Windows depuis Constellation</title>
		<link>https://developer.myconstellation.io/package-library/windowscontrol/</link>
					<comments>https://developer.myconstellation.io/package-library/windowscontrol/#respond</comments>
		
		<dc:creator><![CDATA[Constellation Documentation Agent]]></dc:creator>
		<pubDate>Fri, 28 Oct 2016 09:42:19 +0000</pubDate>
				<category><![CDATA[Packages]]></category>
		<category><![CDATA[Package]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[WindowsControl]]></category>
		<category><![CDATA[Controle]]></category>
		<guid isPermaLink="false">https://developer.myconstellation.io/?p=3583</guid>

					<description><![CDATA[<p>Le package WindowsControl vous permet de contrôler l’état de vos ordinateurs Windows (mise en veille, hibernation, arrêt/redémarrage, verrouillage de la session, contrôle du volume ou de la luminosité …). Le code source de ce package est en ligne sur :</p>
<p>The post <a rel="nofollow" href="https://developer.myconstellation.io/package-library/windowscontrol/">WindowsControl : contrôlez vos ordinateurs Windows depuis Constellation</a> appeared first on <a rel="nofollow" href="https://developer.myconstellation.io">Constellation</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Le package WindowsControl vous permet de contrôler l’état de vos ordinateurs Windows (mise en veille, hibernation, arrêt/redémarrage, verrouillage de la session, contrôle du volume ou de la luminosité …).</p>
<p>Le code source de ce package est en ligne sur : <a href="https://github.com/myconstellation/constellation-packages/tree/master/WindowsControl">https://github.com/myconstellation/constellation-packages/tree/master/WindowsControl</a></p>
<h3>Installation</h3>
<p>Depuis le “Online Package Repository” de votre Console Constellation, déployez le package WindowsControl :</p>
<p align="center"><a href="https://developer.myconstellation.io/wp-content/uploads/2016/10/image-162.png"><img class="colorbox-3583"  loading="lazy" style="background-image: none; padding-top: 0px; padding-left: 0px; padding-right: 0px; border-width: 0px;" title="image" src="https://developer.myconstellation.io/wp-content/uploads/2016/10/image_thumb-146.png" alt="image" width="350" height="214" border="0" /></a></p>
<p>Une fois le package télécharger votre repository local, sélectionnez la sentinelle sur laquelle déployer le package.</p>
<p>Vous pouvez également déployer ce package manuellement dans la configuration de votre Constellation :</p>
<p></p><pre class="crayon-plain-tag">&lt;package name="WindowsControl" /&gt;</pre><p></p>
<h3>Détails du package</h3>
<h4>Les Settings</h4>
<p>Ce package ne comporte aucun setting.</p>
<h4>Les StateObjects</h4>
<p>Vous retrouverez le StateObject suivant :</p>
<table border="0" width="100%" cellspacing="0" cellpadding="2">
<tbody>
<tr>
<td valign="top" width="10"><u>Nom</u></td>
<td valign="top" width="10"><u>Type</u></td>
<td valign="top" width="446"><u>Description</u></td>
</tr>
<tr>
<td valign="top" width="10"><strong>SessionLocked</strong></td>
<td valign="top" width="10">Boolean</td>
<td valign="top" width="446">Indique si la session est actuellement verrouillée ou non. Le package doit être déployé sur une sentinelle “UI” afin d’être lancé au sein d’une session Windows autrement ce StateObject ne sera pas publié.</td>
</tr>
</tbody>
</table>
<h4 align="left">Les MessageCallbacks</h4>
<p>Le package expose 6 MessageCallbacks :</p>
<table border="0" width="100%" cellspacing="0" cellpadding="2">
<tbody>
<tr>
<td valign="top" width="10"><u>Nom</u></td>
<td valign="top" width="141"><u>Réponse (saga)</u></td>
<td valign="top" width="407"><u>Description</u></td>
</tr>
<tr>
<td valign="top" width="10"><strong>Hibernate</strong></td>
<td valign="top" width="141"><em>Aucune</em></td>
<td valign="top" width="407">Mise en hibernation de la machine.</td>
</tr>
<tr>
<td valign="top" width="10"><strong>LockWorkStation</strong></td>
<td valign="top" width="141"><em>Aucune</em></td>
<td valign="top" width="407">Verrouille la session utilisateur (uniquement si le package est déployé dans une sentinelle UI)</td>
</tr>
<tr>
<td valign="top" width="10"><strong>LogoffSession</strong> <i></i></td>
<td valign="top" width="141"><em>Aucune</em></td>
<td valign="top" width="407">Ferme la session utilisateur (uniquement si le package est déployé dans une sentinelle UI)</td>
</tr>
<tr>
<td valign="top" width="10"><strong>Reboot</strong> <i></i></td>
<td valign="top" width="141"><em>Aucune</em></td>
<td valign="top" width="407">Redémarre la machine.</td>
</tr>
<tr>
<td valign="top" width="10"><strong>Shutdown</strong></td>
<td valign="top" width="141"><em>Aucune</em></td>
<td valign="top" width="407">Arrêt la machine.</td>
</tr>
<tr>
<td valign="top" width="10"><strong>Sleep</strong></td>
<td valign="top" width="141"><em>Aucune</em></td>
<td valign="top" width="407">Mise en veille de la machine.</td>
</tr>
<tr>
<td valign="top" width="10"><strong>Mute</strong></td>
<td valign="top" width="141"><em>Aucune</em></td>
<td valign="top" width="407">Active ou désactive le mode “Muet”.</td>
</tr>
<tr>
<td valign="top" width="10"><strong>VolumeUp</strong></td>
<td valign="top" width="141"><em>Aucune</em></td>
<td valign="top" width="407">Augmente le volume.</td>
</tr>
<tr>
<td valign="top" width="10"><strong>VolumeDown</strong></td>
<td valign="top" width="141"><em>Aucune</em></td>
<td valign="top" width="407">Diminue le volume.</td>
</tr>
<tr>
<td valign="top" width="10"><strong>SetBrightness</strong></td>
<td valign="top" width="141"><em>Aucune</em></td>
<td valign="top" width="407">Définit la luminosité de l’écran (valeur entre  0 et 100).</td>
</tr>
<tr>
<td valign="top" width="10"><strong>BrightnessUp</strong></td>
<td valign="top" width="141"><em>Aucune</em></td>
<td valign="top" width="407">Augmente la luminosité de l’écran.</td>
</tr>
<tr>
<td valign="top" width="10"><strong>BrightnessDown</strong></td>
<td valign="top" width="141"><em>Aucune</em></td>
<td valign="top" width="407">Diminue la luminosité de l’écran.</td>
</tr>
</tbody>
</table>
<p align="center"><a href="https://developer.myconstellation.io/wp-content/uploads/2016/10/image-163.png"><img class="colorbox-3583"  loading="lazy" style="background-image: none; padding-top: 0px; padding-left: 0px; padding-right: 0px; border-width: 0px;" title="image" src="https://developer.myconstellation.io/wp-content/uploads/2016/10/image_thumb-147.png" alt="image" width="350" height="268" border="0" /></a></p>
<h3 align="left">Quelques exemples</h3>
<ul>
<li>Synchroniser la lampe du bureau avec l’état de la session Windows</li>
<li>Eteindre toutes ses machines Windows avec un script Powershell</li>
<li>Mise en veille automatique d’une machine en cas d’absence de mouvement</li>
</ul>
<p>The post <a rel="nofollow" href="https://developer.myconstellation.io/package-library/windowscontrol/">WindowsControl : contrôlez vos ordinateurs Windows depuis Constellation</a> appeared first on <a rel="nofollow" href="https://developer.myconstellation.io">Constellation</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://developer.myconstellation.io/package-library/windowscontrol/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/?utm_source=w3tc&utm_medium=footer_comment&utm_campaign=free_plugin

Mise en cache de page à l’aide de Disk: Enhanced 

Served from: developer.myconstellation.io @ 2026-01-23 02:02:41 by W3 Total Cache
-->