I want to change on NSXT on a Infra Segment the Segment Seucrity Profile.
I want to use the Powercli Module VMware.Sdk.Nsx.Policy.
In the Module i found many cmdlets about Segment Seucrity Profile, but for me its not clear the Syntax for each of them.
The get-help i found also no clarification for me..
For me it looks like that the cmdlet Invoke-PatchInfraSegmentSecurityProfileBinding is the best choice for that what i want.
The Syntax is:
Invoke-PatchInfraSegmentSecurityProfileBinding -SegmentId <string> -SegmentSecurityProfileBindingMapId <string> -SegmentSecurityProfileBindingMap
<SegmentSecurityProfileBindingMap> [<CommonParameters>]
The Paramters -SegmentId and -SegmentSecurityProfileBindingMapId is for me clear, but what is needed for the Parameter SegmentSecurityProfileBindingMap ??
I have also check directly over the API to find out what these Parmater needs..
Hayve anyone try or use these?
Any Recommendations maybe in the Creation of a new Infra Segment to change here also a other Security Segment Profile and not to default??