MiniGraph
MiniGraph copied to clipboard
Results
2
MiniGraph issues
Sort by
recently updated
recently updated
newest added
 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,...