Get Eulanda Registry Value
Zuletzt geändert: 19.04.2026 03:36

Übersicht

Get-EulandaRegistryValue #

ÜBERSICHT #

Liest einen einzelnen Value aus der SQL-Registry.

SYNTAX #

Get-EulandaRegistryValue [-Path] <string> [-Name] <string> [[-Conn] <__ComObject>] [[-Udl]
    <string>] [[-ConnStr] <string>] [<CommonParameters>]

BESCHREIBUNG #

Dünner Wrapper um den aktiven RegStore. LegacyStore: direkter Call über cnf_RegReadString (Function, nvarchar(max), kein 4000-Zeichen-Limit).

PARAMETER #

-Path #

Type: string

Registry-Pfad (z.B. ‘\Modules\Grundwerte\Xfacture’).

-Name #

Type: string

Value-Name unter diesem Pfad (z.B. ‘Body’).

-Conn #

Type: __ComObject

Bestehende ADODB.Connection. Alternativ Udl oder ConnStr.

AUSGABEN #

[string] oder $null wenn Value nicht existiert.