Update-cChocoExConfigFile


NAME
    Update-cChocoExConfigFile
    
SYNTAX
    Update-cChocoExConfigFile -Path <string[]> -ConfigName <string> [-Ensure {Present | Absent}] [-Value <string>] [<CommonParameters>]
    
    Update-cChocoExConfigFile -Path <string[]> -ConfigName <string> [-Ensure {Present | Absent}] [<CommonParameters>]
    
    Update-cChocoExConfigFile -Path <string[]> -ConfigName <string> [-Remove] [<CommonParameters>]
    
    
PARAMETERS
    -ConfigName <string>
        
        Required?                    true
        Position?                    Named
        Accept pipeline input?       true (ByPropertyName)
        Parameter set name           (All)
        Aliases                      None
        Dynamic?                     false
        Accept wildcard characters?  false
        
    -Ensure <string>
        
        Required?                    false
        Position?                    Named
        Accept pipeline input?       false
        Parameter set name           Absent, Present
        Aliases                      None
        Dynamic?                     false
        Accept wildcard characters?  false
        
    -Path <string[]>
        
        Required?                    true
        Position?                    Named
        Accept pipeline input?       true (ByPropertyName)
        Parameter set name           (All)
        Aliases                      FullName
        Dynamic?                     false
        Accept wildcard characters?  false
        
    -Remove
        
        Required?                    false
        Position?                    Named
        Accept pipeline input?       false
        Parameter set name           Remove
        Aliases                      None
        Dynamic?                     false
        Accept wildcard characters?  false
        
    -Value <string>
        
        Required?                    false
        Position?                    Named
        Accept pipeline input?       false
        Parameter set name           Present
        Aliases                      None
        Dynamic?                     false
        Accept wildcard characters?  false
        
    <CommonParameters>
        This cmdlet supports the common parameters: Verbose, Debug,
        ErrorAction, ErrorVariable, WarningAction, WarningVariable,
        OutBuffer, PipelineVariable, and OutVariable. For more information, see
        about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216). 
    
    
INPUTS
    System.String[]
    System.String
    
    
OUTPUTS
    System.Object
    
ALIASES
    None
    

REMARKS
    None


Last updated

Was this helpful?