MS Teams Premium Integration

This program allows you to generate PowerShell commands based on user information stored in an Excel file. These commands can be used to configure MS Teams Premium integration.
Features

    Select an Excel file containing user information.
    Generate PowerShell commands based on the user information.
    Export the PowerShell commands to a PowerShell script file.


Usage
	
    *** Run the Ms_teams_Premium_Integration_V1.0.exe loacted in the folder : dist\Ms_teams_Premium_Integration_V1.0 ***

    The program will open a window titled "MS Teams Premium Integration".
    Click on the "Sélectionner un fichier Excel" button and choose the Excel file containing the user information.
    Once the file is selected, the file path will be displayed on the window.
    Click on the "Traiter le fichier Excel" button to process the file and generate the PowerShell commands.
    The PowerShell commands will be saved in a PowerShell script file named "powershell_<timestamp>.ps1".
    Execute the PowerShell script file in a PowerShell environment to configure MS Teams Premium integration.

Note: Before running the generated PowerShell commands, make sure to review and modify them if necessary to suit your specific requirements.
Additional Notes

    The program assumes that the Excel file contains the following columns in the given order: Knumber, Email, Phone Number.
    The generated PowerShell commands include both common commands for all users and user-specific commands.
    The program uses the openpyxl library to read the Excel file and generate the PowerShell commands.
