Usage: Execute a series of bulk commands using a file DfsrAdmin {0} /{1}: - Name of the bulk file /{2}: - Name of the domain ...

Usage: Execute a series of bulk commands using a file 
  DfsrAdmin {0} 
    /{1}: -- Name of the bulk file
    [/{2}:] -- Name of the domain
    [/{3}:] -- Name of the domain controller
    [/{4}] -- Suppress errors and warnings

  === Supported Execution Modes ===
  Stop on error: The bulk execution stops as soon as the first failure is 
    encountered. (Default mode)
  Continue on error: The individual failures are collected and reported 
    at the end. (Specified using /{4} switch)

    === Sample content for a bulk file (example.bulk) ===

    //
    // Create a replication group
    //
    {8} {7} /{6}:UserRG /{5}:false
 
    //
    // Add members
    //
    {10} {7} /{6}:UserRG /{9}:contoso\srvr1
    {10} {7} /{6}:UserRG /{9}:contoso\srvr2
    
    //
    // Create connections
    //
    {16} {7} /{6}:UserRG /{15}:contoso\srvr1 
    /{18}:contoso\srvr2 /{17}:true 
    /{20}:"High traffic connection" /{19}:true 
    /{21}:128 /{5}:True
    
    {16} {7} /{6}:UserRG /{15}:contoso\srvr2 
    /{18}:contoso\srvr1 /{17}:true 
    /{20}:"High traffic connection" /{19}:true 
    /{21}:128 /{5}:True
   
    //
    // Create a replicated folder
    //
    {22} {7} /{6}:UserRG /{12}:Docs
   
    // 
    // Set the primary member
    //
    {11} {13} /{6}:UserRG /{12}:Docs /{9}:contoso\srvr1 
    /{14}:true

    //
    === End of file ===