sakeja / ADQR

vCard 3.0 QR code bulk generator for Active Directory.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Get-help not working

Chico0008 opened this issue · comments

Hi

i'm trying to use your script to generate QRCode from users of our AD
Downloaded the main branche and extract it.
run a powershell as administrator, then tryed get-help, but error :

PS C:\Users\demeure\Documents\ADQR-master> get-help .\ADQR.ps1
get-help : Get-Help n’est pas parvenu à trouver .\ADQR.ps1 dans un fichier d’aide dans cette session. Pour télécharger
les rubriques d’aide mises à jour, tapez: «Update-Help». Pour obtenir de l’aide en ligne, cherchez la rubrique d’aide
dans la bibliothèque TechNet, à l’adresse https://go.microsoft.com/fwlink/?LinkID=107116.
Au caractère Ligne:1 : 1
+ get-help .\ADQR.ps1
+ ~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ResourceUnavailable: (:) [Get-Help], HelpNotFoundException
    + FullyQualifiedErrorId : HelpNotFound,Microsoft.PowerShell.Commands.GetHelpCommand

how can i use this script ?