PowervRA icon indicating copy to clipboard operation
PowervRA copied to clipboard

:rocket: :wrench: vRealize Automation PowerShell Toolkit

Results 21 PowervRA issues
Sort by recently updated
recently updated
newest added

Hello, there! As part of the university research we are currently doing regarding the security of Github Actions, we noticed that one or many of the workflows that are part...

Is there any way to run the commandlet so it will show you the calls it makes to collect the data? When ever I set trace level I don't see...

Steps to reproduce ------------------ * Populate a VRA infrastrcture with more than 100 custom groups. * Execute a Cmdlet like `Get-vRAGroupPrincipal -Limit 999 -Verbose` * You will see that only...

bug
vRA 7.x

Hi i have seen that there is no real XAAS support actually. is there a reason behind? For example we uses many DT (Dynamic Types) and i have written now...

enhancement
vRA 7.x

Installing PowerVRA Module fails with below error - ` Install-Module PowerVRA -Scope CurrentUser -Force -Verbose VERBOSE: Acquiring providers for assembly: C:\program files\powershell\7\Modules\PackageManagement\coreclr\netstandard2.0\Microsoft.PackageManagement.CoreProviders.dll VERBOSE: Acquiring providers for assembly: C:\program files\powershell\7\Modules\PackageManagement\coreclr\netstandard2.0\Microsoft.PackageManagement.MetaProvider.PowerShell.dll VERBOSE:...

Connect to vIDM /SAAS API and trigger directory sync

feature request
vRA 7.x

Hello, That command doesn't support Security Groups. Is it correct?

feature request
vRA 7.x

@jonathanmedd Here's the first draft for connection profiles. https://github.com/jakkulabs/PowervRA/tree/feature-profiles Would be cool if you could review in the new year. ## Examples: ```PowerShell # --- Create a profile New-vRAConnectionProfile -Name...

feature request
vRA 7.x

Hi There - Through PowerVRA I am trying to build a report which will be sent out as an email to the stakeholders to show them if the storage if...

bug
vRA 7.x

The "Expected Behavior" section assumes the hashtable passed is: ```powershell $tmp = @{Name1="Value1";Name2="Value2"} ``` and the New-vRAProperty cmdlet parameters are exactly the same. I can't really tell a difference between...

bug
vRA 7.x