We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use Get-vRABlueprint when there are more than 20 Blueprints:
Get-vRABlueprint -Limit 50
(Note: the default value is 100, so 50 should not need to be supplied)
Returns 50 Blueprints
Returns the API default of 20 Blueprints
> $PSVersionTable Name Value ---- ----- PSVersion 5.1.14409.1005 PSEdition Desktop PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...} BuildVersion 10.0.14409.1005 CLRVersion 4.0.30319.34209 WSManStackVersion 3.0 PSRemotingProtocolVersion 2.3 SerializationVersion 1.1.0.1 > $vRAConnection Server : https://vraserver.local Token : xxxxx Tenant : xxxxxx Username : xxxxxx APIVersion : 7.1 SignedCertificates : False SslProtocol : Default
The text was updated successfully, but these errors were encountered:
jonathanmedd
No branches or pull requests
Steps to reproduce
Use Get-vRABlueprint when there are more than 20 Blueprints:
(Note: the default value is 100, so 50 should not need to be supplied)
Expected behavior
Returns 50 Blueprints
Actual behavior
Returns the API default of 20 Blueprints
Environment data
The text was updated successfully, but these errors were encountered: