readme.txt
|
## Installing and Using entraYK
### Installation To install from PowerShell Gallery (preferred): 1. Open PowerShell 2. Make sure you are using PowerShell 7 with command: pwsh 2. Execute command: Install-Module entraYK 3. Press Y when prompted to proceed with installation 4. Execute command: Import-Module entraYK ### Manual Installation To install manually from the entraYK GitHub repository: 1. Download the target release 2. Extract the zip (likely done if you are reading this) 3. Open PowerShell 4. Make sure you are using PowerShell 7 with command: pwsh 5. Execute command: Import-Module PATH\entraYK.psd1 |