PowerCLI

 View Only
Expand all | Collapse all

Change NSXT Segment Security Profile -Creae new Infra Segment non default Segment Security Profile

  • 1.  Change NSXT Segment Security Profile -Creae new Infra Segment non default Segment Security Profile

    Posted Dec 13, 2024 04:07 AM

    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??



  • 2.  RE: Change NSXT Segment Security Profile -Creae new Infra Segment non default Segment Security Profile

    Posted Jan 07, 2025 05:03 AM

    Has no one a Idea for my topic?