You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would suggest adding the Name field to the JSON schema. If the Import-VIRole function supported the pipeline, you could import multiple roles like below. You could also specify the Name explicitly when calling the function to override the name in the JSON file.
dir '*.json'|Import-VIRole-vCenter vcenter01.mydomain.com
The text was updated successfully, but these errors were encountered:
I would suggest adding the Name field to the JSON schema. If the Import-VIRole function supported the pipeline, you could import multiple roles like below. You could also specify the Name explicitly when calling the function to override the name in the JSON file.
The text was updated successfully, but these errors were encountered: