MiniGraph icon indicating copy to clipboard operation
MiniGraph copied to clipboard

Results 2 MiniGraph issues
Sort by recently updated
recently updated
newest added

![MicrosoftTeams-image](https://github.com/FriedrichWeinmann/MiniGraph/assets/13232517/8983dcf0-34ef-466d-94b9-4d8a80a59828) Name collision - does it make sense to rename the cmdlet to Invoke-MiniGraphRequest? Cheers, David

```powershell Import-Module -Name 'MiniGraph' -prefix 'Fred' Connect-FredGraphCertificate -ClientId $clientId -TenantId $tenantId -Certificate $cert ``` **ERROR message:** **Get-Command: The term 'Connect-FredFredGraphCertificate' is not recognized as a name of a cmdlet, function,...