config/sdnexpress/template.psd1

@{
    ScriptVersion = '3.0'

    UseFCNC = 0
    
    VHDPath = ""
    VHDFile = ""

    VMLocation = ""
    JoinDomain = ""

    SDNMacPoolStart = ""
    SDNMacPoolEnd  = ""

    ManagementSubnet = ""
    ManagementGateway = ""
    ManagementDNS = @()
    ManagementVLANID = ""
    ManagementRoutes = @()

    DomainJoinUsername = ''
    DomainJoinSecurePassword = ''
    LocalAdminSecurePassword = ''
    LocalAdminDomainUser = ''

    RestName = ""
    SwitchName = ""

    NCs = @(
                
    )
    Muxes = @(
    )
    Gateways = @(
    )
    HyperVHosts = @(
            ""
    )

    NCUsername = ''
    NCSecurePassword = ''

    PASubnet = ''
    PAGateway = ''
    PAVLANID = ''
    PAPoolStart = ''
    PAPoolEnd = ''

    SDNASN = ''

    Routers = @(
        @{ RouterASN=''; RouterIPAddress='' }
    )

    PrivateVIPSubnet = '192.168.102.128/26'
    PublicVIPSubnet  = ''

    Capacity             = '10000000'
}