JAz.PIM icon indicating copy to clipboard operation
JAz.PIM copied to clipboard

Results 6 JAz.PIM issues
Sort by recently updated
recently updated
newest added

Is there any way to get the PIM Groups roles and be able to activate? ![image](https://github.com/JustinGrote/JAz.PIM/assets/485249/f6f3e653-b2ff-46d5-b7ce-814d38c67c2e)

With version 0.0.8 of the module, i am trying to activate a role using this syntax: Enable-JAzRole -RoleName 'Contributor -> Scope (Guid)' But that fails with the following error message:...

The confirmation for activated roles displays the `StartDateTime` and `EndDateTime` properties as UTC instead of local time. This makes it unclear what the actual start/end time is. ```PowerShell PS >...

enhancement
help wanted
good first issue

Is it possible to enable the module to work with module auto-loading? For example by adding this to the manifest: `FunctionsToExport = @('Get-JAzRole','Get-JAzADRole','Disable-JAzRole','Disable-JAzADRole','Enable-JAzRole','Enable-JAzADRole')` Not a big deal, but might be...

help wanted
up for grabs

When using the `-Wait` parameter with `Enable-ADRole`, you get an error. This error does not occur when piping `Enable-ADRole` to `Wait-ADRole`. ```PowerShell PS > Enable-ADRole 'Global Reader (LJnv8vs6uUa3z6Em7nTEUZY-Uygeo0pJj_wBT3Lkhj8-1-e)' -Justification 'foo'...

Would it make sense to add a `-Wait` parameter to the _Enable-*Role_ commands in order for the commands to check for the status going from PendingProvisioning to Provisioned (similar to...