Question Projets divers : CodePlex, GitHub,...

Plus d'informations
il y a 10 ans 6 mois #15867 par Laurent Dardenne
Réponse de Laurent Dardenne sur le sujet Re:Projets CodePlex
Projet Carbon :
Carbon is a DevOps PowerShell module for automating the configuration of Windows 2008, Windows 2008 R2, and 7 computers

Le code source (principalement en powershell).

Tutoriels PowerShell

Connexion ou Créer un compte pour participer à la conversation.

Plus d'informations
il y a 10 ans 6 mois #15869 par Matthew BETTON
Réponse de Matthew BETTON sur le sujet Re:Projets CodePlex
Bonsoir,

Laurent Dardenne écrit:

Projet Carbon :
Carbon is a DevOps PowerShell module for automating the configuration of Windows 2008, Windows 2008 R2, and 7 computers

Le code source (principalement en powershell).


:woohoo:

Merci pour l'info.

Sinon, vu en bas de page :

[code:1]Get-Command | Where-Object { $_.ModuleName -eq 'Carbon' }[/code:1]

Peut normalement s'écrire plus simplement :

[code:1]Get-Command -Module Carbon[/code:1]

Sous PowerShell V3, dans le premier cas, on voit toutes les fonctions (Cmdlets), même celles qui ne sont pas exportées.

Dans le second cas, on voit uniquement les fonctions qui sont explicitement exportées (Export-ModuleMember).

EDIT : Sous PowerShell V2, je confirme que ce comportement n'existe pas. Je pense que c'est lié au fait qu'il n'y a plus besoin de charger les modules au pré alable... Du coup, je ne sais pas si c'est une fonctionnalité attendue ou un 'by design' involontaire :)

EDIT2 : A priori, ce n'est pas le seul fonctionnement étrange qui existe sous la V3 (voir le commentaire de Chris Warwick ... ).

@ +

Matthew BETTON

Message édité par: Matthew BETTON, à: 5/09/13 12:31<br><br>Message édité par: Matthew BETTON, à: 5/09/13 12:39

Connexion ou Créer un compte pour participer à la conversation.

Plus d'informations
il y a 10 ans 6 mois #15890 par Laurent Dardenne
Réponse de Laurent Dardenne sur le sujet Re:Projets CodePlex
PsReadLine , projet d'un membre de l'équipe Powershell.

A priori le clavier Français n'est pas supporté...

Tutoriels PowerShell

Connexion ou Créer un compte pour participer à la conversation.

Plus d'informations
il y a 10 ans 5 mois #16103 par Laurent Dardenne
Réponse de Laurent Dardenne sur le sujet Re:Projets CodePlex
Laurent Dardenne écrit:

A priori le clavier Français n'est pas supporté...

Problème corrigé.
[edit]
Un article sur le sujet .<br><br>Message édité par: Laurent Dardenne, à: 21/10/13 11:49

Tutoriels PowerShell

Connexion ou Créer un compte pour participer à la conversation.

Plus d'informations
il y a 10 ans 5 mois #16104 par Laurent Dardenne
Réponse de Laurent Dardenne sur le sujet Re:Projets CodePlex
Projet GitHub PoshCode Modules for Packaging, Searching, Fetching par Joel \&quot;Jaykul\&quot; Bennett

PoshCode's purpose is (and has always been) to make it easier to distribute modules (and scripts) over the internet or within local networks. With this new project we are focusing on making it easy to distribute modules without explaining module installation to your users. Additionally, we're supporting the automatic installation of dependencies, so that you can distribute modules which have a dependency on other modules without worrying about how your users will find those module

Tutoriels PowerShell

Connexion ou Créer un compte pour participer à la conversation.

Plus d'informations
il y a 10 ans 5 mois #16117 par Laurent Dardenne
Réponse de Laurent Dardenne sur le sujet Re:Projets CodePlex
PSEncrypt
The project is providing a set of handy Powershell cmdlets to do encryption\decryption\hash computation.

Tutoriels PowerShell

Connexion ou Créer un compte pour participer à la conversation.

Temps de génération de la page : 0.096 secondes
Propulsé par Kunena