diff --git a/api/powershell/invite_members_to_org.ps1 b/api/powershell/invite_members_to_org.ps1 index fc6a9989c..6042f7a16 100644 --- a/api/powershell/invite_members_to_org.ps1 +++ b/api/powershell/invite_members_to_org.ps1 @@ -5,9 +5,13 @@ Invites GitHub Enterprise members to an organization .DESCRIPTION -This script runs a batch organization invitation process for a given list of GitHub enterprise consumed licenses. +This script runs a batch organization invitation process for a given list of GitHub enterprise +consumed licenses. -The input is a CSV file with a column named "Handle or email", such as can be exported from the Enterprise settings > Enterprise licensing page. Users with appropriate permissions can export the CSV file, edit it in their favorite spreadsheet to select emails to invite, then use this script to invite them to an org. +The input is a CSV file with a column named "Handle or email", such as can be exported from the +Enterprise settings > Enterprise licensing page. Users with appropriate permissions can export +the CSV file, edit it in their favorite spreadsheet to select emails to invite, then use this +script to invite them to an org. .PARAMETER LicensesFile The path of the consumed licenses CSV.