Set-EulandaRegistryValue #
ÜBERSICHT #
Schreibt einen Value in die SQL-Registry.
SYNTAX #
Set-EulandaRegistryValue [-Path] <string> [-Name] <string> [-Value] <object> [[-Conn]
<__ComObject>] [[-Udl] <string>] [[-ConnStr] <string>] [<CommonParameters>]
BESCHREIBUNG #
Write-Through über cn_RegWriteString, legt Key bei Bedarf an. Für BLOBs (varbinary(max)) Set-EulandaRegistryBlob verwenden.
PARAMETER #
-Path #
Type: string
Registry-Pfad.
-Name #
Type: string
Value-Name.
-Value #
Type: object
Wert (wird als String geschrieben).
AUSGABEN #
[int] Anzahl geschriebener Values (1 bei Erfolg).