Skip to content

Latest commit

 

History

History
140 lines (78 loc) · 2.88 KB

FUNCTIONS.md

File metadata and controls

140 lines (78 loc) · 2.88 KB

KeePassImportExport

Text in this document is automatically created - don't change it manually

Index

Export-KeePassEntry
Import-KeePassEntry

Functions

Export-KeePassEntry


NAME
    Export-KeePassEntry
    
SYNOPSIS
    xxx
    
    
SYNTAX
    Export-KeePassEntry [-RootPath] <String> [-WithId] [[-DatabaseProfileName] <String>] [[-MasterKey] <PSObject>] [<CommonParameters>]
    
    
DESCRIPTION
    xxx
    

PARAMETERS
    -RootPath <String>
        xxx
        
    -WithId [<SwitchParameter>]
        xxx
        
    -DatabaseProfileName <String>
        xxx
        
    -MasterKey <PSObject>
        xxx
        
    <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). 
    
    -------------------------- EXAMPLE 1 --------------------------
    
    PS C:\>xxx
    
    
    
    
    
    
REMARKS
    To see the examples, type: "get-help Export-KeePassEntry -examples".
    For more information, type: "get-help Export-KeePassEntry -detailed".
    For technical information, type: "get-help Export-KeePassEntry -full".

Import-KeePassEntry

NAME
    Import-KeePassEntry
    
SYNOPSIS
    xxx
    
    
SYNTAX
    Import-KeePassEntry [-RootPath] <String> [-InputObject] <PSObject> [-NoCheck] [[-CheckProperty] <String[]>] [-DryRun] [[-DatabaseProfileName] <String>] [[-MasterKey] <PSObject>] [<CommonParameters>]
    
    
DESCRIPTION
    xxx
    

PARAMETERS
    -RootPath <String>
        xxx
        
    -InputObject <PSObject>
        xxx
        
    -NoCheck [<SwitchParameter>]
        xxx
        
    -CheckProperty <String[]>
        xxx
        
    -DryRun [<SwitchParameter>]
        xxx
        
    -DatabaseProfileName <String>
        xxx
        
    -MasterKey <PSObject>
        xxx
        
    <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). 
    
    -------------------------- EXAMPLE 1 --------------------------
    
    PS C:\>xxx
    
    
    
    
    
    
    -------------------------- EXAMPLE 2 --------------------------
    
    PS C:\>xxx
    
    
    
    
    
    
REMARKS
    To see the examples, type: "get-help Import-KeePassEntry -examples".
    For more information, type: "get-help Import-KeePassEntry -detailed".
    For technical information, type: "get-help Import-KeePassEntry -full".