Skip to content

ludovicferra/Bonne-fete

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Bonne-fete

Script animation bonne fête en Powershell

BonneFete-Exemple

Utilisation simple en donnant directement la variable prenom :

Get-BonneFete -Prenom "Visiteur Git"

Get-BonneFete "Visiteur Git"

Utilisation en récupérant le prénom de l'utilisateur AD executant le script :

Get-BonneFete -Prenom $((([adsi]"WinNT://$Env:userdomain/$Env:username").fullname) -split " ")[0]

About

Script animation bonne fête en Powershell

Resources

Stars

Watchers

Forks