Schleupen.CS.PI.AIF.Configuration.PowerShell

Syntax

Get-BooleanConfigurationValue [-SessionToken] <string> [-ArtifactIdentifier] <string> 
[[-LocalScopeValue] <string>] [[-UserScopeValue] <string>] [[-BrowserScopeValue] <string>] 
[<CommonParameters>]

Get-BooleanConfigurationValue [-SessionToken] <string> [-Namespace] <string> [-Name] <string> 
[-ExternalVersion] <string> [[-LocalScopeValue] <string>] [[-UserScopeValue] <string>] 
[[-BrowserScopeValue] <string>] [<CommonParameters>]

Get-BooleanConfigurationValue [-SessionToken] <string> [<CommonParameters>]

Parameters

Name Alias Description Required? Pipeline Input Default Value
-LocalScopeValue LocalScope-Wert (Rechnername) für den der Konfigurationswert gelesen werden soll. false true (ByValue)
-UserScopeValue UserScope-Wert (SID) für den der Konfigurationswert gelesen werden soll. false true (ByValue)
-BrowserScopeValue BrowserScope-Wert (UserAgent) für den der Konfigurationswert gelesen werden soll. false true (ByValue)
-SessionToken Session Token für die Abfrage. true true (ByValue)
-ArtifactIdentifier Qualifizierter Name des Konfigurationswertes inklusive Namespace und Version, z.B.
MT.BIB.Settings.V3_1
true true (ByValue)
-Namespace Namespace des Konfigurationswertes. true true (ByValue)
-Name Unqualifizierter Name des Konfigurationswertes. true true (ByValue)
-ExternalVersion Externe Version des Konfigurationswertes. true true (ByValue)

Inputs

The input type is the type of the objects that you can pipe to the cmdlet.

  • System.String LocalScope-Wert (Rechnername) für den der Konfigurationswert gelesen werden soll. System.String UserScope-Wert (SID) für den der Konfigurationswert gelesen werden soll. System.String BrowserScope-Wert (UserAgent) für den der Konfigurationswert gelesen werden soll. System.String Session Token für die Abfrage. System.String Qualifizierter Name des Konfigurationswertes inklusive Namespace und Version, z.B. MT.BIB.Settings.V3_1 System.String Namespace des Konfigurationswertes. System.String Unqualifizierter Name des Konfigurationswertes. System.String Externe Version des Konfigurationswertes.

Outputs

The output type is the type of the objects that the cmdlet emits.

  • Schleupen.CS.PI.AIF.Configuration.Domain.ConfigurationValue Ein Konfigurationswert. Ein Konfigurationswert.

Examples

EXAMPLE 1
Get-BooleanConfigurationValue -SessionToken $sessionToken -ArtifactIdentifier "MT.BIB.MySettings_3.2" -UserScopeValue "S-1-5-21" -BrowserScopeValue "Chrome" -LocalScopeValue "pc-1234"
Liest einen Boolean-Konfigurationswert anhand des qualifizierten Namens und der optionalen Scope-Werte.
EXAMPLE 2
Get-BooleanConfigurationValue -SessionToken $sessionToken -Namespace "MT.BIB" -Name "MySettings" -ExternalVersion 3.2 -UserScopeValue "S-1-5-21" -BrowserScopeValue "Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.93 Safari/537.36" -LocalScopeValue "pc-1234"
Liest einen Boolean-Konfigurationswert anhand des unqualifizierten Namens, Namespace und Version und der optionalen Scope-Werte.

Top of page

Syntax

Get-ConfigurationValue [-SessionToken] <string> [-ArtifactIdentifier] <string> [[-LocalScopeValue] 
<string>] [[-UserScopeValue] <string>] [[-BrowserScopeValue] <string>] [<CommonParameters>]

Get-ConfigurationValue [-SessionToken] <string> [-Namespace] <string> [-Name] <string> 
[-ExternalVersion] <string> [[-LocalScopeValue] <string>] [[-UserScopeValue] <string>] 
[[-BrowserScopeValue] <string>] [<CommonParameters>]

Get-ConfigurationValue [-SessionToken] <string> [<CommonParameters>]

Parameters

Name Alias Description Required? Pipeline Input Default Value
-LocalScopeValue LocalScope-Wert (Rechnername) für den der Konfigurationswert gelesen werden soll. false true (ByValue)
-UserScopeValue UserScope-Wert (SID) für den der Konfigurationswert gelesen werden soll. false true (ByValue)
-BrowserScopeValue BrowserScope-Wert (UserAgent) für den der Konfigurationswert gelesen werden soll. false true (ByValue)
-SessionToken Session Token für die Abfrage. true true (ByValue)
-ArtifactIdentifier Qualifizierter Name des Konfigurationswertes inklusive Namespace und Version, z.B.
MT.BIB.Settings.V3_1
true true (ByValue)
-Namespace Namespace des Konfigurationswertes. true true (ByValue)
-Name Unqualifizierter Name des Konfigurationswertes. true true (ByValue)
-ExternalVersion Externe Version des Konfigurationswertes. true true (ByValue)

Inputs

The input type is the type of the objects that you can pipe to the cmdlet.

  • System.String LocalScope-Wert (Rechnername) für den der Konfigurationswert gelesen werden soll. System.String UserScope-Wert (SID) für den der Konfigurationswert gelesen werden soll. System.String BrowserScope-Wert (UserAgent) für den der Konfigurationswert gelesen werden soll. System.String Session Token für die Abfrage. System.String Qualifizierter Name des Konfigurationswertes inklusive Namespace und Version, z.B. MT.BIB.Settings.V3_1 System.String Namespace des Konfigurationswertes. System.String Unqualifizierter Name des Konfigurationswertes. System.String Externe Version des Konfigurationswertes.

Outputs

The output type is the type of the objects that the cmdlet emits.

  • Schleupen.CS.PI.AIF.Configuration.Domain.ConfigurationValue Ein Konfigurationswert. Ein Konfigurationswert.

Examples

EXAMPLE 1
Get-ConfigurationValue -SessionToken $sessionToken -ArtifactIdentifier "MT.BIB.MySettings_3.2" -UserScopeValue "S-1-5-21" -BrowserScopeValue "Chrome" -LocalScopeValue "pc-1234"
Liest einen effektiven Konfigurationswert anhand des qualifizierten Namens und der optionalen Scope-Werte.
EXAMPLE 2
Get-ConfigurationValue -SessionToken $sessionToken -Namespace "MT.BIB" -Name "MySettings" -ExternalVersion 3.2 -UserScopeValue "S-1-5-21" -BrowserScopeValue "Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.93 Safari/537.36" -LocalScopeValue "pc-1234"
Liest einen effektiven Konfigurationswert anhand des unqualifizierten Namens, Namespace und Version und der optionalen Scope-Werte.

Top of page

Syntax

Get-DateTimeOffsetConfigurationValue [-SessionToken] <string> [-ArtifactIdentifier] <string> 
[[-LocalScopeValue] <string>] [[-UserScopeValue] <string>] [[-BrowserScopeValue] <string>] 
[<CommonParameters>]

Get-DateTimeOffsetConfigurationValue [-SessionToken] <string> [-Namespace] <string> [-Name] 
<string> [-ExternalVersion] <string> [[-LocalScopeValue] <string>] [[-UserScopeValue] <string>] 
[[-BrowserScopeValue] <string>] [<CommonParameters>]

Get-DateTimeOffsetConfigurationValue [-SessionToken] <string> [<CommonParameters>]

Parameters

Name Alias Description Required? Pipeline Input Default Value
-LocalScopeValue LocalScope-Wert (Rechnername) für den der Konfigurationswert gelesen werden soll. false true (ByValue)
-UserScopeValue UserScope-Wert (SID) für den der Konfigurationswert gelesen werden soll. false true (ByValue)
-BrowserScopeValue BrowserScope-Wert (UserAgent) für den der Konfigurationswert gelesen werden soll. false true (ByValue)
-SessionToken Session Token für die Abfrage. true true (ByValue)
-ArtifactIdentifier Qualifizierter Name des Konfigurationswertes inklusive Namespace und Version, z.B.
MT.BIB.Settings.V3_1
true true (ByValue)
-Namespace Namespace des Konfigurationswertes. true true (ByValue)
-Name Unqualifizierter Name des Konfigurationswertes. true true (ByValue)
-ExternalVersion Externe Version des Konfigurationswertes. true true (ByValue)

Inputs

The input type is the type of the objects that you can pipe to the cmdlet.

  • System.String LocalScope-Wert (Rechnername) für den der Konfigurationswert gelesen werden soll. System.String UserScope-Wert (SID) für den der Konfigurationswert gelesen werden soll. System.String BrowserScope-Wert (UserAgent) für den der Konfigurationswert gelesen werden soll. System.String Session Token für die Abfrage. System.String Qualifizierter Name des Konfigurationswertes inklusive Namespace und Version, z.B. MT.BIB.Settings.V3_1 System.String Namespace des Konfigurationswertes. System.String Unqualifizierter Name des Konfigurationswertes. System.String Externe Version des Konfigurationswertes.

Outputs

The output type is the type of the objects that the cmdlet emits.

  • Schleupen.CS.PI.AIF.Configuration.Domain.ConfigurationValue Ein Konfigurationswert. Ein Konfigurationswert.

Examples

EXAMPLE 1
Get-DateTimeOffsetConfigurationValue -SessionToken $sessionToken -ArtifactIdentifier "MT.BIB.MySettings_3.2" -UserScopeValue "S-1-5-21" -BrowserScopeValue "Chrome" -LocalScopeValue "pc-1234"
Liest einen effektiven DateTimeOffset-Konfigurationswert anhand des qualifizierten Namens und der optionalen Scope-Werte.
EXAMPLE 2
Get-DateTimeOffsetConfigurationValue -SessionToken $sessionToken -Namespace "MT.BIB" -Name "MySettings" -ExternalVersion 3.2 -UserScopeValue "S-1-5-21" -BrowserScopeValue "Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.93 Safari/537.36" -LocalScopeValue "pc-1234"
Liest einen effektiven DateTimeOffset-Konfigurationswert anhand des unqualifizierten Namens, Namespace und Version und der optionalen Scope-Werte.

Top of page

Syntax

Get-DecimalConfigurationValue [-SessionToken] <string> [-ArtifactIdentifier] <string> 
[[-LocalScopeValue] <string>] [[-UserScopeValue] <string>] [[-BrowserScopeValue] <string>] 
[<CommonParameters>]

Get-DecimalConfigurationValue [-SessionToken] <string> [-Namespace] <string> [-Name] <string> 
[-ExternalVersion] <string> [[-LocalScopeValue] <string>] [[-UserScopeValue] <string>] 
[[-BrowserScopeValue] <string>] [<CommonParameters>]

Get-DecimalConfigurationValue [-SessionToken] <string> [<CommonParameters>]

Parameters

Name Alias Description Required? Pipeline Input Default Value
-LocalScopeValue LocalScope-Wert (Rechnername) für den der Konfigurationswert gelesen werden soll. false true (ByValue)
-UserScopeValue UserScope-Wert (SID) für den der Konfigurationswert gelesen werden soll. false true (ByValue)
-BrowserScopeValue BrowserScope-Wert (UserAgent) für den der Konfigurationswert gelesen werden soll. false true (ByValue)
-SessionToken Session Token für die Abfrage. true true (ByValue)
-ArtifactIdentifier Qualifizierter Name des Konfigurationswertes inklusive Namespace und Version, z.B.
MT.BIB.Settings.V3_1
true true (ByValue)
-Namespace Namespace des Konfigurationswertes. true true (ByValue)
-Name Unqualifizierter Name des Konfigurationswertes. true true (ByValue)
-ExternalVersion Externe Version des Konfigurationswertes. true true (ByValue)

Inputs

The input type is the type of the objects that you can pipe to the cmdlet.

  • System.String LocalScope-Wert (Rechnername) für den der Konfigurationswert gelesen werden soll. System.String UserScope-Wert (SID) für den der Konfigurationswert gelesen werden soll. System.String BrowserScope-Wert (UserAgent) für den der Konfigurationswert gelesen werden soll. System.String Session Token für die Abfrage. System.String Qualifizierter Name des Konfigurationswertes inklusive Namespace und Version, z.B. MT.BIB.Settings.V3_1 System.String Namespace des Konfigurationswertes. System.String Unqualifizierter Name des Konfigurationswertes. System.String Externe Version des Konfigurationswertes.

Outputs

The output type is the type of the objects that the cmdlet emits.

  • Schleupen.CS.PI.AIF.Configuration.Domain.ConfigurationValue Ein Konfigurationswert. Ein Konfigurationswert.

Examples

EXAMPLE 1
Get-DecimalConfigurationValue -SessionToken $sessionToken -ArtifactIdentifier "MT.BIB.MySettings_3.2" -UserScopeValue "S-1-5-21" -BrowserScopeValue "Chrome" -LocalScopeValue "pc-1234"
Liest einen effektiven Decimal-Konfigurationswert anhand des qualifizierten Namens und der optionalen Scope-Werte.
EXAMPLE 2
Get-DecimalConfigurationValue -SessionToken $sessionToken -Namespace "MT.BIB" -Name "MySettings" -ExternalVersion 3.2 -UserScopeValue "S-1-5-21" -BrowserScopeValue "Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.93 Safari/537.36" -LocalScopeValue "pc-1234"
Liest einen effektiven Decimal-Konfigurationswert anhand des unqualifizierten Namens, Namespace und Version und der optionalen Scope-Werte.

Top of page

Syntax

Get-Int32ConfigurationValue [-SessionToken] <string> [-ArtifactIdentifier] <string> 
[[-LocalScopeValue] <string>] [[-UserScopeValue] <string>] [[-BrowserScopeValue] <string>] 
[<CommonParameters>]

Get-Int32ConfigurationValue [-SessionToken] <string> [-Namespace] <string> [-Name] <string> 
[-ExternalVersion] <string> [[-LocalScopeValue] <string>] [[-UserScopeValue] <string>] 
[[-BrowserScopeValue] <string>] [<CommonParameters>]

Get-Int32ConfigurationValue [-SessionToken] <string> [<CommonParameters>]

Parameters

Name Alias Description Required? Pipeline Input Default Value
-LocalScopeValue LocalScope-Wert (Rechnername) für den der Konfigurationswert gelesen werden soll. false true (ByValue)
-UserScopeValue UserScope-Wert (SID) für den der Konfigurationswert gelesen werden soll. false true (ByValue)
-BrowserScopeValue BrowserScope-Wert (UserAgent) für den der Konfigurationswert gelesen werden soll. false true (ByValue)
-SessionToken Session Token für die Abfrage. true true (ByValue)
-ArtifactIdentifier Qualifizierter Name des Konfigurationswertes inklusive Namespace und Version, z.B.
MT.BIB.Settings.V3_1
true true (ByValue)
-Namespace Namespace des Konfigurationswertes. true true (ByValue)
-Name Unqualifizierter Name des Konfigurationswertes. true true (ByValue)
-ExternalVersion Externe Version des Konfigurationswertes. true true (ByValue)

Inputs

The input type is the type of the objects that you can pipe to the cmdlet.

  • System.String LocalScope-Wert (Rechnername) für den der Konfigurationswert gelesen werden soll. System.String UserScope-Wert (SID) für den der Konfigurationswert gelesen werden soll. System.String BrowserScope-Wert (UserAgent) für den der Konfigurationswert gelesen werden soll. System.String Session Token für die Abfrage. System.String Qualifizierter Name des Konfigurationswertes inklusive Namespace und Version, z.B. MT.BIB.Settings.V3_1 System.String Namespace des Konfigurationswertes. System.String Unqualifizierter Name des Konfigurationswertes. System.String Externe Version des Konfigurationswertes.

Outputs

The output type is the type of the objects that the cmdlet emits.

  • Schleupen.CS.PI.AIF.Configuration.Domain.ConfigurationValue Ein Konfigurationswert. Ein Konfigurationswert.

Examples

EXAMPLE 1
Get-Int32ConfigurationValue -SessionToken $sessionToken -ArtifactIdentifier "MT.BIB.MySettings_3.2" -UserScopeValue "S-1-5-21" -BrowserScopeValue "Chrome" -LocalScopeValue "pc-1234"
Liest einen effektiven Int32-Konfigurationswert anhand des qualifizierten Namens und der optionalen Scope-Werte.
EXAMPLE 2
Get-Int32ConfigurationValue -SessionToken $sessionToken -Namespace "MT.BIB" -Name "MySettings" -ExternalVersion 3.2 -UserScopeValue "S-1-5-21" -BrowserScopeValue "Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.93 Safari/537.36" -LocalScopeValue "pc-1234"
Liest einen effektiven Int32-Konfigurationswert anhand des unqualifizierten Namens, Namespace und Version und der optionalen Scope-Werte.

Top of page

Syntax

Get-Int64ConfigurationValue [-SessionToken] <string> [-ArtifactIdentifier] <string> 
[[-LocalScopeValue] <string>] [[-UserScopeValue] <string>] [[-BrowserScopeValue] <string>] 
[<CommonParameters>]

Get-Int64ConfigurationValue [-SessionToken] <string> [-Namespace] <string> [-Name] <string> 
[-ExternalVersion] <string> [[-LocalScopeValue] <string>] [[-UserScopeValue] <string>] 
[[-BrowserScopeValue] <string>] [<CommonParameters>]

Get-Int64ConfigurationValue [-SessionToken] <string> [<CommonParameters>]

Parameters

Name Alias Description Required? Pipeline Input Default Value
-LocalScopeValue LocalScope-Wert (Rechnername) für den der Konfigurationswert gelesen werden soll. false true (ByValue)
-UserScopeValue UserScope-Wert (SID) für den der Konfigurationswert gelesen werden soll. false true (ByValue)
-BrowserScopeValue BrowserScope-Wert (UserAgent) für den der Konfigurationswert gelesen werden soll. false true (ByValue)
-SessionToken Session Token für die Abfrage. true true (ByValue)
-ArtifactIdentifier Qualifizierter Name des Konfigurationswertes inklusive Namespace und Version, z.B.
MT.BIB.Settings.V3_1
true true (ByValue)
-Namespace Namespace des Konfigurationswertes. true true (ByValue)
-Name Unqualifizierter Name des Konfigurationswertes. true true (ByValue)
-ExternalVersion Externe Version des Konfigurationswertes. true true (ByValue)

Inputs

The input type is the type of the objects that you can pipe to the cmdlet.

  • System.String LocalScope-Wert (Rechnername) für den der Konfigurationswert gelesen werden soll. System.String UserScope-Wert (SID) für den der Konfigurationswert gelesen werden soll. System.String BrowserScope-Wert (UserAgent) für den der Konfigurationswert gelesen werden soll. System.String Session Token für die Abfrage. System.String Qualifizierter Name des Konfigurationswertes inklusive Namespace und Version, z.B. MT.BIB.Settings.V3_1 System.String Namespace des Konfigurationswertes. System.String Unqualifizierter Name des Konfigurationswertes. System.String Externe Version des Konfigurationswertes.

Outputs

The output type is the type of the objects that the cmdlet emits.

  • Schleupen.CS.PI.AIF.Configuration.Domain.ConfigurationValue Ein Konfigurationswert. Ein Konfigurationswert.

Examples

EXAMPLE 1
Get-Int64ConfigurationValue -SessionToken $sessionToken -ArtifactIdentifier "MT.BIB.MySettings_3.2" -UserScopeValue "S-1-5-21" -BrowserScopeValue "Chrome" -LocalScopeValue "pc-1234"
Liest einen effektiven Int64-Konfigurationswert anhand des qualifizierten Namens und der optionalen Scope-Werte.
EXAMPLE 2
Get-Int64ConfigurationValue -SessionToken $sessionToken -Namespace "MT.BIB" -Name "MySettings" -ExternalVersion 3.2 -UserScopeValue "S-1-5-21" -BrowserScopeValue "Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.93 Safari/537.36" -LocalScopeValue "pc-1234"
Liest einen effektiven Int64-Konfigurationswert anhand des unqualifizierten Namens, Namespace und Version und der optionalen Scope-Werte.

Top of page

Syntax

Get-StringConfigurationValue [-SessionToken] <string> [-ArtifactIdentifier] <string> 
[[-LocalScopeValue] <string>] [[-UserScopeValue] <string>] [[-BrowserScopeValue] <string>] 
[<CommonParameters>]

Get-StringConfigurationValue [-SessionToken] <string> [-Namespace] <string> [-Name] <string> 
[-ExternalVersion] <string> [[-LocalScopeValue] <string>] [[-UserScopeValue] <string>] 
[[-BrowserScopeValue] <string>] [<CommonParameters>]

Get-StringConfigurationValue [-SessionToken] <string> [<CommonParameters>]

Parameters

Name Alias Description Required? Pipeline Input Default Value
-LocalScopeValue LocalScope-Wert (Rechnername) für den der Konfigurationswert gelesen werden soll. false true (ByValue)
-UserScopeValue UserScope-Wert (SID) für den der Konfigurationswert gelesen werden soll. false true (ByValue)
-BrowserScopeValue BrowserScope-Wert (UserAgent) für den der Konfigurationswert gelesen werden soll. false true (ByValue)
-SessionToken Session Token für die Abfrage. true true (ByValue)
-ArtifactIdentifier Qualifizierter Name des Konfigurationswertes inklusive Namespace und Version, z.B.
MT.BIB.Settings.V3_1
true true (ByValue)
-Namespace Namespace des Konfigurationswertes. true true (ByValue)
-Name Unqualifizierter Name des Konfigurationswertes. true true (ByValue)
-ExternalVersion Externe Version des Konfigurationswertes. true true (ByValue)

Inputs

The input type is the type of the objects that you can pipe to the cmdlet.

  • System.String LocalScope-Wert (Rechnername) für den der Konfigurationswert gelesen werden soll. System.String UserScope-Wert (SID) für den der Konfigurationswert gelesen werden soll. System.String BrowserScope-Wert (UserAgent) für den der Konfigurationswert gelesen werden soll. System.String Session Token für die Abfrage. System.String Qualifizierter Name des Konfigurationswertes inklusive Namespace und Version, z.B. MT.BIB.Settings.V3_1 System.String Namespace des Konfigurationswertes. System.String Unqualifizierter Name des Konfigurationswertes. System.String Externe Version des Konfigurationswertes.

Outputs

The output type is the type of the objects that the cmdlet emits.

  • Schleupen.CS.PI.AIF.Configuration.Domain.ConfigurationValue Ein Konfigurationswert. Ein Konfigurationswert.

Examples

EXAMPLE 1
Get-StringConfigurationValue -SessionToken $sessionToken -ArtifactIdentifier "MT.BIB.MySettings_3.2" -UserScopeValue "S-1-5-21" -BrowserScopeValue "Chrome" -LocalScopeValue "pc-1234"
Liest einen effektiven String-Konfigurationswert anhand des qualifizierten Namens und der optionalen Scope-Werte.
EXAMPLE 2
Get-StringConfigurationValue -SessionToken $sessionToken -Namespace "MT.BIB" -Name "MySettings" -ExternalVersion 3.2 -UserScopeValue "S-1-5-21" -BrowserScopeValue "Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.93 Safari/537.36" -LocalScopeValue "pc-1234"
Liest einen effektiven String-Konfigurationswert anhand des unqualifizierten Namens, Namespace und Version und der optionalen Scope-Werte.

Top of page

Syntax

Get-SystemUsageBooleanConfigurationValue [-SessionToken] <string> [-ArtifactIdentifier] <string> 
[<CommonParameters>]

Get-SystemUsageBooleanConfigurationValue [-SessionToken] <string> [-Namespace] <string> [-Name] 
<string> [-ExternalVersion] <string> [<CommonParameters>]

Get-SystemUsageBooleanConfigurationValue [-SessionToken] <string> [<CommonParameters>]

Parameters

Name Alias Description Required? Pipeline Input Default Value
-SessionToken Session Token für die Abfrage. true true (ByValue)
-ArtifactIdentifier Qualifizierter Name des Konfigurationswertes inklusive Namespace und Version, z.B.
MT.BIB.Settings.V3_1
true true (ByValue)
-Namespace Namespace des Konfigurationswertes. true true (ByValue)
-Name Unqualifizierter Name des Konfigurationswertes. true true (ByValue)
-ExternalVersion Externe Version des Konfigurationswertes. true true (ByValue)

Inputs

The input type is the type of the objects that you can pipe to the cmdlet.

  • System.String Session Token für die Abfrage. System.String Qualifizierter Name des Konfigurationswertes inklusive Namespace und Version, z.B. MT.BIB.Settings.V3_1 System.String Namespace des Konfigurationswertes. System.String Unqualifizierter Name des Konfigurationswertes. System.String Externe Version des Konfigurationswertes.

Outputs

The output type is the type of the objects that the cmdlet emits.

  • Schleupen.CS.PI.AIF.Configuration.Domain.ConfigurationValue Ein Konfigurationswert. Ein Konfigurationswert.

Examples

EXAMPLE 1
Get-SystemUsageBooleanConfigurationValue -SessionToken $sessionToken -ArtifactIdentifier "MT.BIB.MySettings_3.2"
Liest einen Boolean-Konfigurationswert aus dem aktuellen Verwendungazweck.

Top of page

Syntax

Get-SystemUsageConfigurationValue [-SessionToken] <string> [-ArtifactIdentifier] <string> 
[<CommonParameters>]

Get-SystemUsageConfigurationValue [-SessionToken] <string> [-Namespace] <string> [-Name] <string> 
[-ExternalVersion] <string> [<CommonParameters>]

Get-SystemUsageConfigurationValue [-SessionToken] <string> [<CommonParameters>]

Parameters

Name Alias Description Required? Pipeline Input Default Value
-SessionToken Session Token für die Abfrage. true true (ByValue)
-ArtifactIdentifier Qualifizierter Name des Konfigurationswertes inklusive Namespace und Version, z.B.
MT.BIB.Settings.V3_1
true true (ByValue)
-Namespace Namespace des Konfigurationswertes. true true (ByValue)
-Name Unqualifizierter Name des Konfigurationswertes. true true (ByValue)
-ExternalVersion Externe Version des Konfigurationswertes. true true (ByValue)

Inputs

The input type is the type of the objects that you can pipe to the cmdlet.

  • System.String Session Token für die Abfrage. System.String Qualifizierter Name des Konfigurationswertes inklusive Namespace und Version, z.B. MT.BIB.Settings.V3_1 System.String Namespace des Konfigurationswertes. System.String Unqualifizierter Name des Konfigurationswertes. System.String Externe Version des Konfigurationswertes.

Outputs

The output type is the type of the objects that the cmdlet emits.

  • Schleupen.CS.PI.AIF.Configuration.Domain.ConfigurationValue Ein Konfigurationswert. Ein Konfigurationswert.

Examples

EXAMPLE 1
Get-SystemUsageConfigurationValue -SessionToken $sessionToken -ArtifactIdentifier "MT.BIB.MySettings_3.2"
Liest einen Konfigurationswert aus dem aktuellen Verwendungazweck.

Top of page

Syntax

Get-SystemUsageDateTimeOffsetConfigurationValue [-SessionToken] <string> [-ArtifactIdentifier] 
<string> [<CommonParameters>]

Get-SystemUsageDateTimeOffsetConfigurationValue [-SessionToken] <string> [-Namespace] <string> 
[-Name] <string> [-ExternalVersion] <string> [<CommonParameters>]

Get-SystemUsageDateTimeOffsetConfigurationValue [-SessionToken] <string> [<CommonParameters>]

Parameters

Name Alias Description Required? Pipeline Input Default Value
-SessionToken Session Token für die Abfrage. true true (ByValue)
-ArtifactIdentifier Qualifizierter Name des Konfigurationswertes inklusive Namespace und Version, z.B.
MT.BIB.Settings.V3_1
true true (ByValue)
-Namespace Namespace des Konfigurationswertes. true true (ByValue)
-Name Unqualifizierter Name des Konfigurationswertes. true true (ByValue)
-ExternalVersion Externe Version des Konfigurationswertes. true true (ByValue)

Inputs

The input type is the type of the objects that you can pipe to the cmdlet.

  • System.String Session Token für die Abfrage. System.String Qualifizierter Name des Konfigurationswertes inklusive Namespace und Version, z.B. MT.BIB.Settings.V3_1 System.String Namespace des Konfigurationswertes. System.String Unqualifizierter Name des Konfigurationswertes. System.String Externe Version des Konfigurationswertes.

Outputs

The output type is the type of the objects that the cmdlet emits.

  • Schleupen.CS.PI.AIF.Configuration.Domain.ConfigurationValue Ein Konfigurationswert. Ein Konfigurationswert.

Examples

EXAMPLE 1
Get-SystemUsageDateTimeOffsetConfigurationValue -SessionToken $sessionToken -ArtifactIdentifier "MT.BIB.MySettings_3.2"
Liest einen DateTimeOffset-Konfigurationswert aus dem aktuellen Verwendungazweck.

Top of page

Syntax

Get-SystemUsageDecimalConfigurationValue [-SessionToken] <string> [-ArtifactIdentifier] <string> 
[<CommonParameters>]

Get-SystemUsageDecimalConfigurationValue [-SessionToken] <string> [-Namespace] <string> [-Name] 
<string> [-ExternalVersion] <string> [<CommonParameters>]

Get-SystemUsageDecimalConfigurationValue [-SessionToken] <string> [<CommonParameters>]

Parameters

Name Alias Description Required? Pipeline Input Default Value
-SessionToken Session Token für die Abfrage. true true (ByValue)
-ArtifactIdentifier Qualifizierter Name des Konfigurationswertes inklusive Namespace und Version, z.B.
MT.BIB.Settings.V3_1
true true (ByValue)
-Namespace Namespace des Konfigurationswertes. true true (ByValue)
-Name Unqualifizierter Name des Konfigurationswertes. true true (ByValue)
-ExternalVersion Externe Version des Konfigurationswertes. true true (ByValue)

Inputs

The input type is the type of the objects that you can pipe to the cmdlet.

  • System.String Session Token für die Abfrage. System.String Qualifizierter Name des Konfigurationswertes inklusive Namespace und Version, z.B. MT.BIB.Settings.V3_1 System.String Namespace des Konfigurationswertes. System.String Unqualifizierter Name des Konfigurationswertes. System.String Externe Version des Konfigurationswertes.

Outputs

The output type is the type of the objects that the cmdlet emits.

  • Schleupen.CS.PI.AIF.Configuration.Domain.ConfigurationValue Ein Konfigurationswert. Ein Konfigurationswert.

Examples

EXAMPLE 1
Get-SystemUsageDecimalConfigurationValue -SessionToken $sessionToken -ArtifactIdentifier "MT.BIB.MySettings_3.2"
Liest einen Decimal-Konfigurationswert aus dem aktuellen Verwendungazweck.

Top of page

Syntax

Get-SystemUsageInt32ConfigurationValue [-SessionToken] <string> [-ArtifactIdentifier] <string> 
[<CommonParameters>]

Get-SystemUsageInt32ConfigurationValue [-SessionToken] <string> [-Namespace] <string> [-Name] 
<string> [-ExternalVersion] <string> [<CommonParameters>]

Get-SystemUsageInt32ConfigurationValue [-SessionToken] <string> [<CommonParameters>]

Parameters

Name Alias Description Required? Pipeline Input Default Value
-SessionToken Session Token für die Abfrage. true true (ByValue)
-ArtifactIdentifier Qualifizierter Name des Konfigurationswertes inklusive Namespace und Version, z.B.
MT.BIB.Settings.V3_1
true true (ByValue)
-Namespace Namespace des Konfigurationswertes. true true (ByValue)
-Name Unqualifizierter Name des Konfigurationswertes. true true (ByValue)
-ExternalVersion Externe Version des Konfigurationswertes. true true (ByValue)

Inputs

The input type is the type of the objects that you can pipe to the cmdlet.

  • System.String Session Token für die Abfrage. System.String Qualifizierter Name des Konfigurationswertes inklusive Namespace und Version, z.B. MT.BIB.Settings.V3_1 System.String Namespace des Konfigurationswertes. System.String Unqualifizierter Name des Konfigurationswertes. System.String Externe Version des Konfigurationswertes.

Outputs

The output type is the type of the objects that the cmdlet emits.

  • Schleupen.CS.PI.AIF.Configuration.Domain.ConfigurationValue Ein Konfigurationswert. Ein Konfigurationswert.

Examples

EXAMPLE 1
Get-SystemUsageDecimalConfigurationValue -SessionToken $sessionToken -ArtifactIdentifier "MT.BIB.MySettings_3.2"
Liest einen Int32-Konfigurationswert aus dem aktuellen Verwendungazweck.

Top of page

Syntax

Get-SystemUsageInt64ConfigurationValue [-SessionToken] <string> [-ArtifactIdentifier] <string> 
[<CommonParameters>]

Get-SystemUsageInt64ConfigurationValue [-SessionToken] <string> [-Namespace] <string> [-Name] 
<string> [-ExternalVersion] <string> [<CommonParameters>]

Get-SystemUsageInt64ConfigurationValue [-SessionToken] <string> [<CommonParameters>]

Parameters

Name Alias Description Required? Pipeline Input Default Value
-SessionToken Session Token für die Abfrage. true true (ByValue)
-ArtifactIdentifier Qualifizierter Name des Konfigurationswertes inklusive Namespace und Version, z.B.
MT.BIB.Settings.V3_1
true true (ByValue)
-Namespace Namespace des Konfigurationswertes. true true (ByValue)
-Name Unqualifizierter Name des Konfigurationswertes. true true (ByValue)
-ExternalVersion Externe Version des Konfigurationswertes. true true (ByValue)

Inputs

The input type is the type of the objects that you can pipe to the cmdlet.

  • System.String Session Token für die Abfrage. System.String Qualifizierter Name des Konfigurationswertes inklusive Namespace und Version, z.B. MT.BIB.Settings.V3_1 System.String Namespace des Konfigurationswertes. System.String Unqualifizierter Name des Konfigurationswertes. System.String Externe Version des Konfigurationswertes.

Outputs

The output type is the type of the objects that the cmdlet emits.

  • Schleupen.CS.PI.AIF.Configuration.Domain.ConfigurationValue Ein Konfigurationswert. Ein Konfigurationswert.

Examples

EXAMPLE 1
Get-SystemUsageDecimalConfigurationValue -SessionToken $sessionToken -ArtifactIdentifier "MT.BIB.MySettings_3.2"
Liest einen Int32-Konfigurationswert aus dem aktuellen Verwendungazweck.

Top of page

Syntax

Get-SystemUsageStringConfigurationValue [-SessionToken] <string> [-ArtifactIdentifier] <string> 
[<CommonParameters>]

Get-SystemUsageStringConfigurationValue [-SessionToken] <string> [-Namespace] <string> [-Name] 
<string> [-ExternalVersion] <string> [<CommonParameters>]

Get-SystemUsageStringConfigurationValue [-SessionToken] <string> [<CommonParameters>]

Parameters

Name Alias Description Required? Pipeline Input Default Value
-SessionToken Session Token für die Abfrage. true true (ByValue)
-ArtifactIdentifier Qualifizierter Name des Konfigurationswertes inklusive Namespace und Version, z.B.
MT.BIB.Settings.V3_1
true true (ByValue)
-Namespace Namespace des Konfigurationswertes. true true (ByValue)
-Name Unqualifizierter Name des Konfigurationswertes. true true (ByValue)
-ExternalVersion Externe Version des Konfigurationswertes. true true (ByValue)

Inputs

The input type is the type of the objects that you can pipe to the cmdlet.

  • System.String Session Token für die Abfrage. System.String Qualifizierter Name des Konfigurationswertes inklusive Namespace und Version, z.B. MT.BIB.Settings.V3_1 System.String Namespace des Konfigurationswertes. System.String Unqualifizierter Name des Konfigurationswertes. System.String Externe Version des Konfigurationswertes.

Outputs

The output type is the type of the objects that the cmdlet emits.

  • Schleupen.CS.PI.AIF.Configuration.Domain.ConfigurationValue Ein Konfigurationswert. Ein Konfigurationswert.

Examples

EXAMPLE 1
Get-SystemUsageDecimalConfigurationValue -SessionToken $sessionToken -ArtifactIdentifier "MT.BIB.MySettings_3.2"
Liest einen Int32-Konfigurationswert aus dem aktuellen Verwendungazweck.

Top of page

Syntax

Get-SystemUsageTimeSpanConfigurationValue [-SessionToken] <string> [-ArtifactIdentifier] <string> 
[<CommonParameters>]

Get-SystemUsageTimeSpanConfigurationValue [-SessionToken] <string> [-Namespace] <string> [-Name] 
<string> [-ExternalVersion] <string> [<CommonParameters>]

Get-SystemUsageTimeSpanConfigurationValue [-SessionToken] <string> [<CommonParameters>]

Parameters

Name Alias Description Required? Pipeline Input Default Value
-SessionToken Session Token für die Abfrage. true true (ByValue)
-ArtifactIdentifier Qualifizierter Name des Konfigurationswertes inklusive Namespace und Version, z.B.
MT.BIB.Settings.V3_1
true true (ByValue)
-Namespace Namespace des Konfigurationswertes. true true (ByValue)
-Name Unqualifizierter Name des Konfigurationswertes. true true (ByValue)
-ExternalVersion Externe Version des Konfigurationswertes. true true (ByValue)

Inputs

The input type is the type of the objects that you can pipe to the cmdlet.

  • System.String Session Token für die Abfrage. System.String Qualifizierter Name des Konfigurationswertes inklusive Namespace und Version, z.B. MT.BIB.Settings.V3_1 System.String Namespace des Konfigurationswertes. System.String Unqualifizierter Name des Konfigurationswertes. System.String Externe Version des Konfigurationswertes.

Outputs

The output type is the type of the objects that the cmdlet emits.

  • Schleupen.CS.PI.AIF.Configuration.Domain.ConfigurationValue Ein Konfigurationswert. Ein Konfigurationswert.

Examples

EXAMPLE 1
Get-SystemUsageDecimalConfigurationValue -SessionToken $sessionToken -ArtifactIdentifier "MT.BIB.MySettings_3.2"
Liest einen Int32-Konfigurationswert aus dem aktuellen Verwendungazweck.

Top of page

Syntax

Get-TimeSpanConfigurationValue [-SessionToken] <string> [-ArtifactIdentifier] <string> 
[[-LocalScopeValue] <string>] [[-UserScopeValue] <string>] [[-BrowserScopeValue] <string>] 
[<CommonParameters>]

Get-TimeSpanConfigurationValue [-SessionToken] <string> [-Namespace] <string> [-Name] <string> 
[-ExternalVersion] <string> [[-LocalScopeValue] <string>] [[-UserScopeValue] <string>] 
[[-BrowserScopeValue] <string>] [<CommonParameters>]

Get-TimeSpanConfigurationValue [-SessionToken] <string> [<CommonParameters>]

Parameters

Name Alias Description Required? Pipeline Input Default Value
-LocalScopeValue LocalScope-Wert (Rechnername) für den der Konfigurationswert gelesen werden soll. false true (ByValue)
-UserScopeValue UserScope-Wert (SID) für den der Konfigurationswert gelesen werden soll. false true (ByValue)
-BrowserScopeValue BrowserScope-Wert (UserAgent) für den der Konfigurationswert gelesen werden soll. false true (ByValue)
-SessionToken Session Token für die Abfrage. true true (ByValue)
-ArtifactIdentifier Qualifizierter Name des Konfigurationswertes inklusive Namespace und Version, z.B.
MT.BIB.Settings.V3_1
true true (ByValue)
-Namespace Namespace des Konfigurationswertes. true true (ByValue)
-Name Unqualifizierter Name des Konfigurationswertes. true true (ByValue)
-ExternalVersion Externe Version des Konfigurationswertes. true true (ByValue)

Inputs

The input type is the type of the objects that you can pipe to the cmdlet.

  • System.String LocalScope-Wert (Rechnername) für den der Konfigurationswert gelesen werden soll. System.String UserScope-Wert (SID) für den der Konfigurationswert gelesen werden soll. System.String BrowserScope-Wert (UserAgent) für den der Konfigurationswert gelesen werden soll. System.String Session Token für die Abfrage. System.String Qualifizierter Name des Konfigurationswertes inklusive Namespace und Version, z.B. MT.BIB.Settings.V3_1 System.String Namespace des Konfigurationswertes. System.String Unqualifizierter Name des Konfigurationswertes. System.String Externe Version des Konfigurationswertes.

Outputs

The output type is the type of the objects that the cmdlet emits.

  • Schleupen.CS.PI.AIF.Configuration.Domain.ConfigurationValue Ein Konfigurationswert. Ein Konfigurationswert.

Examples

EXAMPLE 1
Get-TimeSpanConfigurationValue -SessionToken $sessionToken -ArtifactIdentifier "MT.BIB.MySettings_3.2" -UserScopeValue "S-1-5-21" -BrowserScopeValue "Chrome" -LocalScopeValue "pc-1234"
Liest einen effektiven TimeSpan-Konfigurationswert anhand des qualifizierten Namens und der optionalen Scope-Werte.
EXAMPLE 2
Get-TimeSpanConfigurationValue -SessionToken $sessionToken -Namespace "MT.BIB" -Name "MySettings" -ExternalVersion 3.2 -UserScopeValue "S-1-5-21" -BrowserScopeValue "Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.93 Safari/537.36" -LocalScopeValue "pc-1234"
Liest einen effektiven TimeSpan-Konfigurationswert anhand des unqualifizierten Namens, Namespace und Version und der optionalen Scope-Werte.

Top of page

Syntax

New-ConfigurationType [-ArtifactIdentifier] <string> [[-DoNotWriteChangeLog] <SwitchParameter>] 
[[-IsRequired] <SwitchParameter>] [[-Description] <string>] [[-ForSystemUsage] <SwitchParameter>] 
[<CommonParameters>]

Parameters

Name Alias Description Required? Pipeline Input Default Value
-ArtifactIdentifier Identifier des Konfigurationstyps. true true (ByValue)
-DoNotWriteChangeLog Angabe, ob eine Änderung an Werten dieses Konfigurationstyps in das Datenänderungsprotokoll nicht
geschrieben werden sollen.
false false False
-IsRequired Angabe, ob ein Konfigurationswert vorhanden sein muss, damit das System korrekt konfiguriert ist. false false False
-Description Die Beschreibung. false false
-ForSystemUsage Gibt an, dass der ConfigurationType für den aktuellen Verwendungszeck angelegt werden soll. false true (ByValue) False

Inputs

The input type is the type of the objects that you can pipe to the cmdlet.

  • System.String Identifier des Konfigurationstyps. System.Management.Automation.SwitchParameter Gibt an, dass der ConfigurationType für den aktuellen Verwendungszeck angelegt werden soll.

Outputs

The output type is the type of the objects that the cmdlet emits.

  • Schleupen.CS.PI.AIF.Configuration.ConfigurationValues.ConfigurationType

Examples

EXAMPLE 1
New-ConfigurationType -ArtifactIdentifier "Schleupen.CS.PI.AIF.Test_1.0" -DoNotWriteChangeLog
Legt einen Konfigurationstyp mit dem Identifier Schleupen.CS.PI.AIF.Test_1.0 an, für den bei einer Änderung des Konfigurationswertes kein Eintrag in das Datenänderungsprotokoll geschrieben wird.
EXAMPLE 2
New-ConfigurationType -ArtifactIdentifier "Schleupen.CS.PI.AIF.Test_1.0" -IsRequired -Description 'Beschreibung des Konfigurationstyps'
Legt einen Konfigurationstyp mit dem Identifier Schleupen.CS.PI.AIF.Test_1.0 und der angegebenen Beschreibung an. Er wird zusätzlich als Pflichtangabe markiert. Wird kein Wert für diesen Konfigurationstyp angegeben so weist das System durch eine Warnung im Host-Check darauf hin.
EXAMPLE 3
New-ConfigurationType -ArtifactIdentifier "Schleupen.CS.PI.AIF.Test_1.0" -ForSystemUsage
Legt einen Konfigurationstyp mit dem Identifier Schleupen.CS.PI.AIF.Test_1.0 an und kennzeichnet ihn als einen verwendungszweckspezifischen Konfigurationstypen.

Top of page

Syntax

Remove-ConfigurationType [-ArtifactIdentifier] <string> [-SessionToken] <string> 
[[-ForSystemUsage] <SwitchParameter>] [<CommonParameters>]

Parameters

Name Alias Description Required? Pipeline Input Default Value
-ArtifactIdentifier Identifier des Konfigurationstyps. true true (ByValue)
-SessionToken SessionToken. true false
-ForSystemUsage Gibt an, dass der ConfigurationType für den aktuellen Verwendungszeck gelöscht werden soll. false true (ByValue) False

Inputs

The input type is the type of the objects that you can pipe to the cmdlet.

  • System.String Identifier des Konfigurationstyps. System.Management.Automation.SwitchParameter Gibt an, dass der ConfigurationType für den aktuellen Verwendungszeck gelöscht werden soll.

Examples

EXAMPLE 1
Remove-ConfigurationType -ArtifactIdentifier "Schleupen.CS.PI.AIF.Test_1.0".
Entfernt den Konfigurationstyp mit dem Identifier "Schleupen.CS.PI.AIF.Test_1.0".

Top of page

Syntax

Remove-ConfigurationValue [-SessionToken] <string> [-ArtifactIdentifier] <string> [-Scope] 
{Browser | Global | Local | User} [[-ScopeValue] <string>] [<CommonParameters>]

Remove-ConfigurationValue [-SessionToken] <string> [-Namespace] <string> [-Name] <string> 
[-ExternalVersion] <string> [-Scope] {Browser | Global | Local | User} [[-ScopeValue] <string>] 
[<CommonParameters>]

Remove-ConfigurationValue [-SessionToken] <string> [-InputObject] <ConfigurationValue> 
[<CommonParameters>]

Parameters

Name Alias Description Required? Pipeline Input Default Value
-Scope Gültigkeitsbereich des Konfigurationswertes.


Possible values: Browser, Global, Local, User
true true (ByValue) Browser
-ScopeValue Gültigkeitsbereichswert des Konfigurationswertes. false true (ByValue)
-InputObject ConfigurationValue Konfigurationswert. true true (ByValue)
-ConfigurationValue ConfigurationValue Konfigurationswert.


This is an alias of the InputObject parameter.
true true (ByValue)
-SessionToken Session Token für die Abfrage. true true (ByValue)
-ArtifactIdentifier Qualifizierter Name des Konfigurationswertes inklusive Namespace und Version, z.B.
MT.BIB.Settings.V3_1
true true (ByValue)
-Namespace Namespace des Konfigurationswertes. true true (ByValue)
-Name Unqualifizierter Name des Konfigurationswertes. true true (ByValue)
-ExternalVersion Externe Version des Konfigurationswertes. true true (ByValue)

Inputs

The input type is the type of the objects that you can pipe to the cmdlet.

  • Schleupen.CS.PI.AIF.Configuration.ConfigurationValues.Scope Gültigkeitsbereich des Konfigurationswertes. System.String Gültigkeitsbereichswert des Konfigurationswertes. Schleupen.CS.PI.AIF.Configuration.Domain.ConfigurationValue Konfigurationswert. System.String Session Token für die Abfrage. System.String Qualifizierter Name des Konfigurationswertes inklusive Namespace und Version, z.B. MT.BIB.Settings.V3_1 System.String Namespace des Konfigurationswertes. System.String Unqualifizierter Name des Konfigurationswertes. System.String Externe Version des Konfigurationswertes.

Outputs

The output type is the type of the objects that the cmdlet emits.

  • Schleupen.CS.PI.AIF.Configuration.Domain.ConfigurationValue Ein Konfigurationswert. Ein Konfigurationswert.

Examples

EXAMPLE 1
Remove-ConfigurationValue -SessionToken $sessionToken -ArtifactIdentifier "MT.BIB.MySettings_3.2" -Scope Browser -ScopeValue Chrome
Löscht Konfigurationswerte anhand des qualifizierten Namens und des Scopes.
EXAMPLE 2
Remove-ConfigurationValue -SessionToken $sessionToken -Namespace "MT.BIB" -Name "MySettings" -ExternalVersion 3.2 -Scope Browser -ScopeValue Chrome
Löscht Konfigurationswerte anhand des unqualifizierten Namens, Namespace und Version und des Scopes.

Top of page

Syntax

Remove-SystemUsageConfigurationValue [-SessionToken] <string> [-InputObject] <ConfigurationValue> 
[<CommonParameters>]

Remove-SystemUsageConfigurationValue [-SessionToken] <string> [-ArtifactIdentifier] <string> 
[<CommonParameters>]

Remove-SystemUsageConfigurationValue [-SessionToken] <string> [-Namespace] <string> [-Name] 
<string> [-ExternalVersion] <string> [<CommonParameters>]

Parameters

Name Alias Description Required? Pipeline Input Default Value
-InputObject ConfigurationValue Konfigurationswert. true true (ByValue)
-ConfigurationValue ConfigurationValue Konfigurationswert.


This is an alias of the InputObject parameter.
true true (ByValue)
-SessionToken Session Token für die Abfrage. true true (ByValue)
-ArtifactIdentifier Qualifizierter Name des Konfigurationswertes inklusive Namespace und Version, z.B.
MT.BIB.Settings.V3_1
true true (ByValue)
-Namespace Namespace des Konfigurationswertes. true true (ByValue)
-Name Unqualifizierter Name des Konfigurationswertes. true true (ByValue)
-ExternalVersion Externe Version des Konfigurationswertes. true true (ByValue)

Inputs

The input type is the type of the objects that you can pipe to the cmdlet.

  • Schleupen.CS.PI.AIF.Configuration.Domain.ConfigurationValue Konfigurationswert. System.String Session Token für die Abfrage. System.String Qualifizierter Name des Konfigurationswertes inklusive Namespace und Version, z.B. MT.BIB.Settings.V3_1 System.String Namespace des Konfigurationswertes. System.String Unqualifizierter Name des Konfigurationswertes. System.String Externe Version des Konfigurationswertes.

Outputs

The output type is the type of the objects that the cmdlet emits.

  • Schleupen.CS.PI.AIF.Configuration.Domain.ConfigurationValue Ein Konfigurationswert. Ein Konfigurationswert.

Examples

EXAMPLE 1
Remove-SystemUsageConfigurationValue -SessionToken $sessionToken -ArtifactIdentifier "MT.BIB.MySettings_3.2"
Löscht Konfigurationswerte aus einem Verwendungszweck.

Top of page

Syntax

Save-ConfigurationType [-Entity] <ConfigurationType> [[-ForSystemUsage] <SwitchParameter>] 
[<CommonParameters>]

Parameters

Name Alias Description Required? Pipeline Input Default Value
-Entity ConfigurationType Konfigurationstyp, der aktualisiert werden soll. true true (ByValue)
-ConfigurationType ConfigurationType Konfigurationstyp, der aktualisiert werden soll.


This is an alias of the Entity parameter.
true true (ByValue)
-ForSystemUsage Gibt an, dass der ConfigurationType für den aktuellen Verwendungszeck geändert werden soll. false true (ByValue) False

Inputs

The input type is the type of the objects that you can pipe to the cmdlet.

  • Schleupen.CS.PI.AIF.Configuration.ConfigurationValues.ConfigurationType Konfigurationstyp, der aktualisiert werden soll. System.Management.Automation.SwitchParameter Gibt an, dass der ConfigurationType für den aktuellen Verwendungszeck geändert werden soll.

Examples

EXAMPLE 1
Save-ConfigurationType -ConfigurationType $entity
Speichert Änderungen am Konfigurationstyp.

Top of page

Syntax

Select-ConfigurationType [[-ArtifactIdentifier] <string>] [[-SearchMode] {BeginsWith | Wildcard | 
Exact}] [[-ForSystemUsage] <SwitchParameter>] [[-MaxResults] <int>] [<CommonParameters>]

Parameters

Name Alias Description Required? Pipeline Input Default Value
-ArtifactIdentifier Identifier der Dateiablage. false true (ByValue)
-ForSystemUsage Gibt an, dass der ConfigurationType für den aktuellen Verwendungszeck angelegt werden soll. false true (ByValue) False
-SearchMode Possible values: BeginsWith, Wildcard, Exact false true (ByValue) BeginsWith
-MaxResults false true (ByValue)

Inputs

The input type is the type of the objects that you can pipe to the cmdlet.

  • System.String Identifier der Dateiablage. System.Management.Automation.SwitchParameter Gibt an, dass der ConfigurationType für den aktuellen Verwendungszeck angelegt werden soll. Schleupen.CS.PI.Framework.PowerShell.SearchMode System.Int32

Outputs

The output type is the type of the objects that the cmdlet emits.

  • Schleupen.CS.PI.AIF.Configuration.ConfigurationValues.ConfigurationType

Examples

EXAMPLE 1
Select-ConfigurationType
Selektiert alle Konfigurationstypen.
EXAMPLE 2
Select-ConfigurationType -ArtifactIdentifier "Schleupen.CS.PI.AIF.Test_1.0"
Selektiert die Konfigurationstypen mit dem angegebenen Identifier.

Top of page

Syntax

Select-ConfigurationValue [-SessionToken] <string> [-ArtifactIdentifier] <string> 
[<CommonParameters>]

Select-ConfigurationValue [-SessionToken] <string> [-Namespace] <string> [-Name] <string> 
[-ExternalVersion] <string> [<CommonParameters>]

Select-ConfigurationValue [-SessionToken] <string> [<CommonParameters>]

Parameters

Name Alias Description Required? Pipeline Input Default Value
-SessionToken Session Token für die Abfrage. true true (ByValue)
-ArtifactIdentifier Qualifizierter Name des Konfigurationswertes inklusive Namespace und Version, z.B.
MT.BIB.Settings.V3_1
true true (ByValue)
-Namespace Namespace des Konfigurationswertes. true true (ByValue)
-Name Unqualifizierter Name des Konfigurationswertes. true true (ByValue)
-ExternalVersion Externe Version des Konfigurationswertes. true true (ByValue)

Inputs

The input type is the type of the objects that you can pipe to the cmdlet.

  • System.String Session Token für die Abfrage. System.String Qualifizierter Name des Konfigurationswertes inklusive Namespace und Version, z.B. MT.BIB.Settings.V3_1 System.String Namespace des Konfigurationswertes. System.String Unqualifizierter Name des Konfigurationswertes. System.String Externe Version des Konfigurationswertes.

Outputs

The output type is the type of the objects that the cmdlet emits.

  • Schleupen.CS.PI.AIF.Configuration.Domain.ConfigurationValue Ein Konfigurationswert. Ein Konfigurationswert.

Examples

EXAMPLE 1
Select-ConfigurationValue -SessionToken $sessionToken -ArtifactIdentifier "MT.BIB.MySettings_3.2"
Liest Konfigurationswerte anhand des qualifizierten Namens.
EXAMPLE 2
Select-ConfigurationValue -SessionToken $sessionToken -Namespace "MT.BIB" -Name "MySettings" -ExternalVersion 3.2
Liest Konfigurationswerte anhand des unqualifizierten Namens, Namespace und Version.

Top of page

Syntax

Set-BooleanConfigurationValue [-SessionToken] <string> [-ArtifactIdentifier] <string> [-Scope] 
{Browser | Global | Local | User} [[-ScopeValue] <string>] [-Value] <bool> [<CommonParameters>]

Set-BooleanConfigurationValue [-SessionToken] <string> [-Namespace] <string> [-Name] <string> 
[-ExternalVersion] <string> [-Scope] {Browser | Global | Local | User} [[-ScopeValue] <string>] 
[-Value] <bool> [<CommonParameters>]

Set-BooleanConfigurationValue [-SessionToken] <string> [<CommonParameters>]

Parameters

Name Alias Description Required? Pipeline Input Default Value
-Scope Gültigkeitsbereich des Konfigurationswertes.


Possible values: Browser, Global, Local, User
true true (ByValue) Browser
-ScopeValue Gültigkeitsbereichswert des Konfigurationswertes. false true (ByValue)
-Value Konfigurationswert als Boolean. true true (ByValue) False
-SessionToken Session Token für die Abfrage. true true (ByValue)
-ArtifactIdentifier Qualifizierter Name des Konfigurationswertes inklusive Namespace und Version, z.B.
MT.BIB.Settings.V3_1
true true (ByValue)
-Namespace Namespace des Konfigurationswertes. true true (ByValue)
-Name Unqualifizierter Name des Konfigurationswertes. true true (ByValue)
-ExternalVersion Externe Version des Konfigurationswertes. true true (ByValue)

Inputs

The input type is the type of the objects that you can pipe to the cmdlet.

  • Schleupen.CS.PI.AIF.Configuration.ConfigurationValues.Scope Gültigkeitsbereich des Konfigurationswertes. System.String Gültigkeitsbereichswert des Konfigurationswertes. System.Boolean Konfigurationswert als Boolean. System.String Session Token für die Abfrage. System.String Qualifizierter Name des Konfigurationswertes inklusive Namespace und Version, z.B. MT.BIB.Settings.V3_1 System.String Namespace des Konfigurationswertes. System.String Unqualifizierter Name des Konfigurationswertes. System.String Externe Version des Konfigurationswertes.

Outputs

The output type is the type of the objects that the cmdlet emits.

  • Schleupen.CS.PI.AIF.Configuration.Domain.ConfigurationValue Ein Konfigurationswert. Ein Konfigurationswert.

Examples

EXAMPLE 1
Set-BooleanConfigurationValue -SessionToken $sessionToken -ArtifactIdentifier "MT.BIB.MySettings_3.2" -Scope Browser -ScopeValue Chrome -Value $true
Schreibt Boolean-Konfigurationswerte anhand des qualifizierten Namens.
EXAMPLE 2
Set-BooleanConfigurationValue -SessionToken $sessionToken -Namespace "MT.BIB" -Name "MySettings" -ExternalVersion 3.2 -Scope Browser -ScopeValue Chrome -Value $true
Schreibt Boolean-Konfigurationswerte anhand des unqualifizierten Namens, Namespace und Version.

Top of page

Syntax

Set-ConfigurationValue [-SessionToken] <string> [-ArtifactIdentifier] <string> [-Scope] {Browser | 
Global | Local | User} [[-ScopeValue] <string>] [-Document] <XmlDocument> [<CommonParameters>]

Set-ConfigurationValue [-SessionToken] <string> [-Namespace] <string> [-Name] <string> 
[-ExternalVersion] <string> [-Scope] {Browser | Global | Local | User} [[-ScopeValue] <string>] 
[-Document] <XmlDocument> [<CommonParameters>]

Set-ConfigurationValue [-SessionToken] <string> [-InputObject] <ConfigurationValue> 
[<CommonParameters>]

Parameters

Name Alias Description Required? Pipeline Input Default Value
-Scope Gültigkeitsbereich des Konfigurationswertes.


Possible values: Browser, Global, Local, User
true true (ByValue) Browser
-ScopeValue Gültigkeitsbereichswert des Konfigurationswertes. false true (ByValue)
-Document Konfigurationswert als XML-Dokument. true true (ByValue)
-InputObject ConfigurationValue Konfigurationswert. true true (ByValue)
-ConfigurationValue ConfigurationValue Konfigurationswert.


This is an alias of the InputObject parameter.
true true (ByValue)
-SessionToken Session Token für die Abfrage. true true (ByValue)
-ArtifactIdentifier Qualifizierter Name des Konfigurationswertes inklusive Namespace und Version, z.B.
MT.BIB.Settings.V3_1
true true (ByValue)
-Namespace Namespace des Konfigurationswertes. true true (ByValue)
-Name Unqualifizierter Name des Konfigurationswertes. true true (ByValue)
-ExternalVersion Externe Version des Konfigurationswertes. true true (ByValue)

Inputs

The input type is the type of the objects that you can pipe to the cmdlet.

  • Schleupen.CS.PI.AIF.Configuration.ConfigurationValues.Scope Gültigkeitsbereich des Konfigurationswertes. System.String Gültigkeitsbereichswert des Konfigurationswertes. System.Xml.XmlDocument Konfigurationswert als XML-Dokument. Schleupen.CS.PI.AIF.Configuration.Domain.ConfigurationValue Konfigurationswert. System.String Session Token für die Abfrage. System.String Qualifizierter Name des Konfigurationswertes inklusive Namespace und Version, z.B. MT.BIB.Settings.V3_1 System.String Namespace des Konfigurationswertes. System.String Unqualifizierter Name des Konfigurationswertes. System.String Externe Version des Konfigurationswertes.

Outputs

The output type is the type of the objects that the cmdlet emits.

  • Schleupen.CS.PI.AIF.Configuration.Domain.ConfigurationValue Ein Konfigurationswert. Ein Konfigurationswert.

Examples

EXAMPLE 1
Set-ConfigurationValue -SessionToken $sessionToken -ArtifactIdentifier "MT.BIB.MySettings_3.2" -Scope Browser -ScopeValue Chrome -Document "<root><element/></root>"
Schreibt Konfigurationswerte anhand des qualifizierten Namens.
EXAMPLE 2
Set-ConfigurationValue -SessionToken $sessionToken -Namespace "MT.BIB" -Name "MySettings" -ExternalVersion 3.2 -Scope Browser -ScopeValue Chrome -Document "<root><element/></root>"
Liest Konfigurationswerte anhand des unqualifizierten Namens, Namespace und Version.
EXAMPLE 3
Set-ConfigurationValue -SessionToken $sessionToken -InputObject $configurationValue
Liest Konfigurationswerte anhand eines ConfigurationValue-Objekts.

Top of page

Syntax

Set-DateTimeOffsetConfigurationValue [-SessionToken] <string> [-ArtifactIdentifier] <string> 
[-Scope] {Browser | Global | Local | User} [[-ScopeValue] <string>] [-Value] <DateTimeOffset> 
[<CommonParameters>]

Set-DateTimeOffsetConfigurationValue [-SessionToken] <string> [-Namespace] <string> [-Name] 
<string> [-ExternalVersion] <string> [-Scope] {Browser | Global | Local | User} [[-ScopeValue] 
<string>] [-Value] <DateTimeOffset> [<CommonParameters>]

Set-DateTimeOffsetConfigurationValue [-SessionToken] <string> [<CommonParameters>]

Parameters

Name Alias Description Required? Pipeline Input Default Value
-Scope Gültigkeitsbereich des Konfigurationswertes.


Possible values: Browser, Global, Local, User
true true (ByValue) Browser
-ScopeValue Gültigkeitsbereichswert des Konfigurationswertes. false true (ByValue)
-Value Konfigurationswert als Boolean. true true (ByValue) 01.01.0001 00:00:00 +00:00
-SessionToken Session Token für die Abfrage. true true (ByValue)
-ArtifactIdentifier Qualifizierter Name des Konfigurationswertes inklusive Namespace und Version, z.B.
MT.BIB.Settings.V3_1
true true (ByValue)
-Namespace Namespace des Konfigurationswertes. true true (ByValue)
-Name Unqualifizierter Name des Konfigurationswertes. true true (ByValue)
-ExternalVersion Externe Version des Konfigurationswertes. true true (ByValue)

Inputs

The input type is the type of the objects that you can pipe to the cmdlet.

  • Schleupen.CS.PI.AIF.Configuration.ConfigurationValues.Scope Gültigkeitsbereich des Konfigurationswertes. System.String Gültigkeitsbereichswert des Konfigurationswertes. System.DateTimeOffset Konfigurationswert als Boolean. System.String Session Token für die Abfrage. System.String Qualifizierter Name des Konfigurationswertes inklusive Namespace und Version, z.B. MT.BIB.Settings.V3_1 System.String Namespace des Konfigurationswertes. System.String Unqualifizierter Name des Konfigurationswertes. System.String Externe Version des Konfigurationswertes.

Outputs

The output type is the type of the objects that the cmdlet emits.

  • Schleupen.CS.PI.AIF.Configuration.Domain.ConfigurationValue Ein Konfigurationswert. Ein Konfigurationswert.

Examples

EXAMPLE 1
Set-DateTimeOffsetConfigurationValue -SessionToken $sessionToken -ArtifactIdentifier "MT.BIB.MySettings_3.2" -Scope Browser -ScopeValue Chrome -Value $true
Schreibt DateTimeOffset-Konfigurationswerte anhand des qualifizierten Namens.
EXAMPLE 2
Set-DateTimeOffsetConfigurationValue -SessionToken $sessionToken -Namespace "MT.BIB" -Name "MySettings" -ExternalVersion 3.2 -Scope Browser -ScopeValue Chrome -Value $true
Schreibt DateTimeOffset-Konfigurationswerte anhand des unqualifizierten Namens, Namespace und Version.

Top of page

Syntax

Set-DecimalConfigurationValue [-SessionToken] <string> [-ArtifactIdentifier] <string> [-Scope] 
{Browser | Global | Local | User} [[-ScopeValue] <string>] [-Value] <Decimal> [<CommonParameters>]

Set-DecimalConfigurationValue [-SessionToken] <string> [-Namespace] <string> [-Name] <string> 
[-ExternalVersion] <string> [-Scope] {Browser | Global | Local | User} [[-ScopeValue] <string>] 
[-Value] <Decimal> [<CommonParameters>]

Set-DecimalConfigurationValue [-SessionToken] <string> [<CommonParameters>]

Parameters

Name Alias Description Required? Pipeline Input Default Value
-Scope Gültigkeitsbereich des Konfigurationswertes.


Possible values: Browser, Global, Local, User
true true (ByValue) Browser
-ScopeValue Gültigkeitsbereichswert des Konfigurationswertes. false true (ByValue)
-Value Konfigurationswert als Boolean. true true (ByValue) 0
-SessionToken Session Token für die Abfrage. true true (ByValue)
-ArtifactIdentifier Qualifizierter Name des Konfigurationswertes inklusive Namespace und Version, z.B.
MT.BIB.Settings.V3_1
true true (ByValue)
-Namespace Namespace des Konfigurationswertes. true true (ByValue)
-Name Unqualifizierter Name des Konfigurationswertes. true true (ByValue)
-ExternalVersion Externe Version des Konfigurationswertes. true true (ByValue)

Inputs

The input type is the type of the objects that you can pipe to the cmdlet.

  • Schleupen.CS.PI.AIF.Configuration.ConfigurationValues.Scope Gültigkeitsbereich des Konfigurationswertes. System.String Gültigkeitsbereichswert des Konfigurationswertes. System.Decimal Konfigurationswert als Boolean. System.String Session Token für die Abfrage. System.String Qualifizierter Name des Konfigurationswertes inklusive Namespace und Version, z.B. MT.BIB.Settings.V3_1 System.String Namespace des Konfigurationswertes. System.String Unqualifizierter Name des Konfigurationswertes. System.String Externe Version des Konfigurationswertes.

Outputs

The output type is the type of the objects that the cmdlet emits.

  • Schleupen.CS.PI.AIF.Configuration.Domain.ConfigurationValue Ein Konfigurationswert. Ein Konfigurationswert.

Examples

EXAMPLE 1
Set-DecimalConfigurationValue -SessionToken $sessionToken -ArtifactIdentifier "MT.BIB.MySettings_3.2" -Scope Browser -ScopeValue Chrome -Value $true
Schreibt Decimal-Konfigurationswerte anhand des qualifizierten Namens.
EXAMPLE 2
Set-DecimalConfigurationValue -SessionToken $sessionToken -Namespace "MT.BIB" -Name "MySettings" -ExternalVersion 3.2 -Scope Browser -ScopeValue Chrome -Value $true
Schreibt Decimal-Konfigurationswerte anhand des unqualifizierten Namens, Namespace und Version.

Top of page

Syntax

Set-Int32ConfigurationValue [-SessionToken] <string> [-ArtifactIdentifier] <string> [-Scope] 
{Browser | Global | Local | User} [[-ScopeValue] <string>] [-Value] <int> [<CommonParameters>]

Set-Int32ConfigurationValue [-SessionToken] <string> [-Namespace] <string> [-Name] <string> 
[-ExternalVersion] <string> [-Scope] {Browser | Global | Local | User} [[-ScopeValue] <string>] 
[-Value] <int> [<CommonParameters>]

Set-Int32ConfigurationValue [-SessionToken] <string> [<CommonParameters>]

Parameters

Name Alias Description Required? Pipeline Input Default Value
-Scope Gültigkeitsbereich des Konfigurationswertes.


Possible values: Browser, Global, Local, User
true true (ByValue) Browser
-ScopeValue Gültigkeitsbereichswert des Konfigurationswertes. false true (ByValue)
-Value Konfigurationswert als Boolean. true true (ByValue) 0
-SessionToken Session Token für die Abfrage. true true (ByValue)
-ArtifactIdentifier Qualifizierter Name des Konfigurationswertes inklusive Namespace und Version, z.B.
MT.BIB.Settings.V3_1
true true (ByValue)
-Namespace Namespace des Konfigurationswertes. true true (ByValue)
-Name Unqualifizierter Name des Konfigurationswertes. true true (ByValue)
-ExternalVersion Externe Version des Konfigurationswertes. true true (ByValue)

Inputs

The input type is the type of the objects that you can pipe to the cmdlet.

  • Schleupen.CS.PI.AIF.Configuration.ConfigurationValues.Scope Gültigkeitsbereich des Konfigurationswertes. System.String Gültigkeitsbereichswert des Konfigurationswertes. System.Int32 Konfigurationswert als Boolean. System.String Session Token für die Abfrage. System.String Qualifizierter Name des Konfigurationswertes inklusive Namespace und Version, z.B. MT.BIB.Settings.V3_1 System.String Namespace des Konfigurationswertes. System.String Unqualifizierter Name des Konfigurationswertes. System.String Externe Version des Konfigurationswertes.

Outputs

The output type is the type of the objects that the cmdlet emits.

  • Schleupen.CS.PI.AIF.Configuration.Domain.ConfigurationValue Ein Konfigurationswert. Ein Konfigurationswert.

Examples

EXAMPLE 1
Set-Int32ConfigurationValue -SessionToken $sessionToken -ArtifactIdentifier "MT.BIB.MySettings_3.2" -Scope Browser -ScopeValue Chrome -Value $true
Schreibt Int32-Konfigurationswerte anhand des qualifizierten Namens.
EXAMPLE 2
Set-Int32ConfigurationValue -SessionToken $sessionToken -Namespace "MT.BIB" -Name "MySettings" -ExternalVersion 3.2 -Scope Browser -ScopeValue Chrome -Value $true
Schreibt Int32-Konfigurationswerte anhand des unqualifizierten Namens, Namespace und Version.

Top of page

Syntax

Set-Int64ConfigurationValue [-SessionToken] <string> [-ArtifactIdentifier] <string> [-Scope] 
{Browser | Global | Local | User} [[-ScopeValue] <string>] [-Value] <long> [<CommonParameters>]

Set-Int64ConfigurationValue [-SessionToken] <string> [-Namespace] <string> [-Name] <string> 
[-ExternalVersion] <string> [-Scope] {Browser | Global | Local | User} [[-ScopeValue] <string>] 
[-Value] <long> [<CommonParameters>]

Set-Int64ConfigurationValue [-SessionToken] <string> [<CommonParameters>]

Parameters

Name Alias Description Required? Pipeline Input Default Value
-Scope Gültigkeitsbereich des Konfigurationswertes.


Possible values: Browser, Global, Local, User
true true (ByValue) Browser
-ScopeValue Gültigkeitsbereichswert des Konfigurationswertes. false true (ByValue)
-Value Konfigurationswert als Boolean. true true (ByValue) 0
-SessionToken Session Token für die Abfrage. true true (ByValue)
-ArtifactIdentifier Qualifizierter Name des Konfigurationswertes inklusive Namespace und Version, z.B.
MT.BIB.Settings.V3_1
true true (ByValue)
-Namespace Namespace des Konfigurationswertes. true true (ByValue)
-Name Unqualifizierter Name des Konfigurationswertes. true true (ByValue)
-ExternalVersion Externe Version des Konfigurationswertes. true true (ByValue)

Inputs

The input type is the type of the objects that you can pipe to the cmdlet.

  • Schleupen.CS.PI.AIF.Configuration.ConfigurationValues.Scope Gültigkeitsbereich des Konfigurationswertes. System.String Gültigkeitsbereichswert des Konfigurationswertes. System.Int64 Konfigurationswert als Boolean. System.String Session Token für die Abfrage. System.String Qualifizierter Name des Konfigurationswertes inklusive Namespace und Version, z.B. MT.BIB.Settings.V3_1 System.String Namespace des Konfigurationswertes. System.String Unqualifizierter Name des Konfigurationswertes. System.String Externe Version des Konfigurationswertes.

Outputs

The output type is the type of the objects that the cmdlet emits.

  • Schleupen.CS.PI.AIF.Configuration.Domain.ConfigurationValue Ein Konfigurationswert. Ein Konfigurationswert.

Examples

EXAMPLE 1
Set-Int64ConfigurationValue -SessionToken $sessionToken -ArtifactIdentifier "MT.BIB.MySettings_3.2" -Scope Browser -ScopeValue Chrome -Value $true
Schreibt Int64-Konfigurationswerte anhand des qualifizierten Namens.
EXAMPLE 2
Set-Int64ConfigurationValue -SessionToken $sessionToken -Namespace "MT.BIB" -Name "MySettings" -ExternalVersion 3.2 -Scope Browser -ScopeValue Chrome -Value $true
Schreibt Int64-Konfigurationswerte anhand des unqualifizierten Namens, Namespace und Version.

Top of page

Syntax

Set-StringConfigurationValue [-SessionToken] <string> [-ArtifactIdentifier] <string> [-Scope] 
{Browser | Global | Local | User} [[-ScopeValue] <string>] [-Value] <string> [<CommonParameters>]

Set-StringConfigurationValue [-SessionToken] <string> [-Namespace] <string> [-Name] <string> 
[-ExternalVersion] <string> [-Scope] {Browser | Global | Local | User} [[-ScopeValue] <string>] 
[-Value] <string> [<CommonParameters>]

Set-StringConfigurationValue [-SessionToken] <string> [<CommonParameters>]

Parameters

Name Alias Description Required? Pipeline Input Default Value
-Scope Gültigkeitsbereich des Konfigurationswertes.


Possible values: Browser, Global, Local, User
true true (ByValue) Browser
-ScopeValue Gültigkeitsbereichswert des Konfigurationswertes. false true (ByValue)
-Value Konfigurationswert als Boolean. true true (ByValue)
-SessionToken Session Token für die Abfrage. true true (ByValue)
-ArtifactIdentifier Qualifizierter Name des Konfigurationswertes inklusive Namespace und Version, z.B.
MT.BIB.Settings.V3_1
true true (ByValue)
-Namespace Namespace des Konfigurationswertes. true true (ByValue)
-Name Unqualifizierter Name des Konfigurationswertes. true true (ByValue)
-ExternalVersion Externe Version des Konfigurationswertes. true true (ByValue)

Inputs

The input type is the type of the objects that you can pipe to the cmdlet.

  • Schleupen.CS.PI.AIF.Configuration.ConfigurationValues.Scope Gültigkeitsbereich des Konfigurationswertes. System.String Gültigkeitsbereichswert des Konfigurationswertes. System.String Konfigurationswert als Boolean. System.String Session Token für die Abfrage. System.String Qualifizierter Name des Konfigurationswertes inklusive Namespace und Version, z.B. MT.BIB.Settings.V3_1 System.String Namespace des Konfigurationswertes. System.String Unqualifizierter Name des Konfigurationswertes. System.String Externe Version des Konfigurationswertes.

Outputs

The output type is the type of the objects that the cmdlet emits.

  • Schleupen.CS.PI.AIF.Configuration.Domain.ConfigurationValue Ein Konfigurationswert. Ein Konfigurationswert.

Examples

EXAMPLE 1
Set-StringConfigurationValue -SessionToken $sessionToken -ArtifactIdentifier "MT.BIB.MySettings_3.2" -Scope Browser -ScopeValue Chrome -Value $true
Schreibt String-Konfigurationswerte anhand des qualifizierten Namens.
EXAMPLE 2
Set-StringConfigurationValue -SessionToken $sessionToken -Namespace "MT.BIB" -Name "MySettings" -ExternalVersion 3.2 -Scope Browser -ScopeValue Chrome -Value $true
Schreibt String-Konfigurationswerte anhand des unqualifizierten Namens, Namespace und Version.

Top of page

Syntax

Set-SystemUsageBooleanConfigurationValue [-SessionToken] <string> [-ArtifactIdentifier] <string> 
[-Value] <bool> [<CommonParameters>]

Set-SystemUsageBooleanConfigurationValue [-SessionToken] <string> [-Namespace] <string> [-Name] 
<string> [-ExternalVersion] <string> [-Value] <bool> [<CommonParameters>]

Set-SystemUsageBooleanConfigurationValue [-SessionToken] <string> [<CommonParameters>]

Parameters

Name Alias Description Required? Pipeline Input Default Value
-Value Konfigurationswert als Boolean. true true (ByValue) False
-SessionToken Session Token für die Abfrage. true true (ByValue)
-ArtifactIdentifier Qualifizierter Name des Konfigurationswertes inklusive Namespace und Version, z.B.
MT.BIB.Settings.V3_1
true true (ByValue)
-Namespace Namespace des Konfigurationswertes. true true (ByValue)
-Name Unqualifizierter Name des Konfigurationswertes. true true (ByValue)
-ExternalVersion Externe Version des Konfigurationswertes. true true (ByValue)

Inputs

The input type is the type of the objects that you can pipe to the cmdlet.

  • System.Boolean Konfigurationswert als Boolean. System.String Session Token für die Abfrage. System.String Qualifizierter Name des Konfigurationswertes inklusive Namespace und Version, z.B. MT.BIB.Settings.V3_1 System.String Namespace des Konfigurationswertes. System.String Unqualifizierter Name des Konfigurationswertes. System.String Externe Version des Konfigurationswertes.

Outputs

The output type is the type of the objects that the cmdlet emits.

  • Schleupen.CS.PI.AIF.Configuration.Domain.ConfigurationValue Ein Konfigurationswert. Ein Konfigurationswert.

Examples

EXAMPLE 1
Set-SystemUsageBooleanConfigurationValue -SessionToken $sessionToken -ArtifactIdentifier "MT.BIB.MySettings_3.2" -Value $true
Schreibt Boolean-Konfigurationswerte in den aktuellen Verwendungszweck.

Top of page

Syntax

Set-SystemUsageConfigurationValue [-SessionToken] <string> [-ArtifactIdentifier] <string> 
[-Document] <XmlDocument> [<CommonParameters>]

Set-SystemUsageConfigurationValue [-SessionToken] <string> [-Namespace] <string> [-Name] <string> 
[-ExternalVersion] <string> [-Document] <XmlDocument> [<CommonParameters>]

Set-SystemUsageConfigurationValue [-SessionToken] <string> [-InputObject] <ConfigurationValue> 
[<CommonParameters>]

Parameters

Name Alias Description Required? Pipeline Input Default Value
-Document Konfigurationswert als XML-Dokument. true true (ByValue)
-InputObject ConfigurationValue Konfigurationswert. true true (ByValue)
-ConfigurationValue ConfigurationValue Konfigurationswert.


This is an alias of the InputObject parameter.
true true (ByValue)
-SessionToken Session Token für die Abfrage. true true (ByValue)
-ArtifactIdentifier Qualifizierter Name des Konfigurationswertes inklusive Namespace und Version, z.B.
MT.BIB.Settings.V3_1
true true (ByValue)
-Namespace Namespace des Konfigurationswertes. true true (ByValue)
-Name Unqualifizierter Name des Konfigurationswertes. true true (ByValue)
-ExternalVersion Externe Version des Konfigurationswertes. true true (ByValue)

Inputs

The input type is the type of the objects that you can pipe to the cmdlet.

  • System.Xml.XmlDocument Konfigurationswert als XML-Dokument. Schleupen.CS.PI.AIF.Configuration.Domain.ConfigurationValue Konfigurationswert. System.String Session Token für die Abfrage. System.String Qualifizierter Name des Konfigurationswertes inklusive Namespace und Version, z.B. MT.BIB.Settings.V3_1 System.String Namespace des Konfigurationswertes. System.String Unqualifizierter Name des Konfigurationswertes. System.String Externe Version des Konfigurationswertes.

Outputs

The output type is the type of the objects that the cmdlet emits.

  • Schleupen.CS.PI.AIF.Configuration.Domain.ConfigurationValue Ein Konfigurationswert. Ein Konfigurationswert.

Examples

EXAMPLE 1
Set-SystemUsageConfigurationValue -SessionToken $sessionToken -ArtifactIdentifier "MT.BIB.MySettings_3.2" -Value $value
Schreibt Konfigurationswertein den aktuellen Verwendungszweck.

Top of page

Syntax

Set-SystemUsageDateTimeOffsetConfigurationValue [-SessionToken] <string> [-ArtifactIdentifier] 
<string> [-Value] <DateTimeOffset> [<CommonParameters>]

Set-SystemUsageDateTimeOffsetConfigurationValue [-SessionToken] <string> [-Namespace] <string> 
[-Name] <string> [-ExternalVersion] <string> [-Value] <DateTimeOffset> [<CommonParameters>]

Set-SystemUsageDateTimeOffsetConfigurationValue [-SessionToken] <string> [<CommonParameters>]

Parameters

Name Alias Description Required? Pipeline Input Default Value
-Value Konfigurationswert als Boolean. true true (ByValue) 01.01.0001 00:00:00 +00:00
-SessionToken Session Token für die Abfrage. true true (ByValue)
-ArtifactIdentifier Qualifizierter Name des Konfigurationswertes inklusive Namespace und Version, z.B.
MT.BIB.Settings.V3_1
true true (ByValue)
-Namespace Namespace des Konfigurationswertes. true true (ByValue)
-Name Unqualifizierter Name des Konfigurationswertes. true true (ByValue)
-ExternalVersion Externe Version des Konfigurationswertes. true true (ByValue)

Inputs

The input type is the type of the objects that you can pipe to the cmdlet.

  • System.DateTimeOffset Konfigurationswert als Boolean. System.String Session Token für die Abfrage. System.String Qualifizierter Name des Konfigurationswertes inklusive Namespace und Version, z.B. MT.BIB.Settings.V3_1 System.String Namespace des Konfigurationswertes. System.String Unqualifizierter Name des Konfigurationswertes. System.String Externe Version des Konfigurationswertes.

Outputs

The output type is the type of the objects that the cmdlet emits.

  • Schleupen.CS.PI.AIF.Configuration.Domain.ConfigurationValue Ein Konfigurationswert. Ein Konfigurationswert.

Examples

EXAMPLE 1
Set-SystemUsageDateTimeOffsetConfigurationValue -SessionToken $sessionToken -ArtifactIdentifier "MT.BIB.MySettings_3.2" -Value (Get-Date)
Schreibt DateTimeOffset-Konfigurationswerte in den aktuellen Verwendungszweck.

Top of page

Syntax

Set-SystemUsageDecimalConfigurationValue [-SessionToken] <string> [-ArtifactIdentifier] <string> 
[-Value] <Decimal> [<CommonParameters>]

Set-SystemUsageDecimalConfigurationValue [-SessionToken] <string> [-Namespace] <string> [-Name] 
<string> [-ExternalVersion] <string> [-Value] <Decimal> [<CommonParameters>]

Set-SystemUsageDecimalConfigurationValue [-SessionToken] <string> [<CommonParameters>]

Parameters

Name Alias Description Required? Pipeline Input Default Value
-Value Konfigurationswert als Boolean. true true (ByValue) 0
-SessionToken Session Token für die Abfrage. true true (ByValue)
-ArtifactIdentifier Qualifizierter Name des Konfigurationswertes inklusive Namespace und Version, z.B.
MT.BIB.Settings.V3_1
true true (ByValue)
-Namespace Namespace des Konfigurationswertes. true true (ByValue)
-Name Unqualifizierter Name des Konfigurationswertes. true true (ByValue)
-ExternalVersion Externe Version des Konfigurationswertes. true true (ByValue)

Inputs

The input type is the type of the objects that you can pipe to the cmdlet.

  • System.Decimal Konfigurationswert als Boolean. System.String Session Token für die Abfrage. System.String Qualifizierter Name des Konfigurationswertes inklusive Namespace und Version, z.B. MT.BIB.Settings.V3_1 System.String Namespace des Konfigurationswertes. System.String Unqualifizierter Name des Konfigurationswertes. System.String Externe Version des Konfigurationswertes.

Outputs

The output type is the type of the objects that the cmdlet emits.

  • Schleupen.CS.PI.AIF.Configuration.Domain.ConfigurationValue Ein Konfigurationswert. Ein Konfigurationswert.

Examples

EXAMPLE 1
Set-SystemUsageDecimalConfigurationValue -SessionToken $sessionToken -ArtifactIdentifier "MT.BIB.MySettings_3.2" -Value 4.5
Schreibt Decimal-Konfigurationswerte in den aktuellen Verwendungszweck.

Top of page

Syntax

Set-SystemUsageInt32ConfigurationValue [-SessionToken] <string> [-ArtifactIdentifier] <string> 
[-Value] <int> [<CommonParameters>]

Set-SystemUsageInt32ConfigurationValue [-SessionToken] <string> [-Namespace] <string> [-Name] 
<string> [-ExternalVersion] <string> [-Value] <int> [<CommonParameters>]

Set-SystemUsageInt32ConfigurationValue [-SessionToken] <string> [<CommonParameters>]

Parameters

Name Alias Description Required? Pipeline Input Default Value
-Value Konfigurationswert als Boolean. true true (ByValue) 0
-SessionToken Session Token für die Abfrage. true true (ByValue)
-ArtifactIdentifier Qualifizierter Name des Konfigurationswertes inklusive Namespace und Version, z.B.
MT.BIB.Settings.V3_1
true true (ByValue)
-Namespace Namespace des Konfigurationswertes. true true (ByValue)
-Name Unqualifizierter Name des Konfigurationswertes. true true (ByValue)
-ExternalVersion Externe Version des Konfigurationswertes. true true (ByValue)

Inputs

The input type is the type of the objects that you can pipe to the cmdlet.

  • System.Int32 Konfigurationswert als Boolean. System.String Session Token für die Abfrage. System.String Qualifizierter Name des Konfigurationswertes inklusive Namespace und Version, z.B. MT.BIB.Settings.V3_1 System.String Namespace des Konfigurationswertes. System.String Unqualifizierter Name des Konfigurationswertes. System.String Externe Version des Konfigurationswertes.

Outputs

The output type is the type of the objects that the cmdlet emits.

  • Schleupen.CS.PI.AIF.Configuration.Domain.ConfigurationValue Ein Konfigurationswert. Ein Konfigurationswert.

Examples

EXAMPLE 1
Set-SystemUsageInt32ConfigurationValue -SessionToken $sessionToken -ArtifactIdentifier "MT.BIB.MySettings_3.2" -Value 123
Schreibt Int32-Konfigurationswerte in den aktuellen Verwendungszweck.

Top of page

Syntax

Set-SystemUsageInt64ConfigurationValue [-SessionToken] <string> [-ArtifactIdentifier] <string> 
[-Value] <long> [<CommonParameters>]

Set-SystemUsageInt64ConfigurationValue [-SessionToken] <string> [-Namespace] <string> [-Name] 
<string> [-ExternalVersion] <string> [-Value] <long> [<CommonParameters>]

Set-SystemUsageInt64ConfigurationValue [-SessionToken] <string> [<CommonParameters>]

Parameters

Name Alias Description Required? Pipeline Input Default Value
-Value Konfigurationswert als Boolean. true true (ByValue) 0
-SessionToken Session Token für die Abfrage. true true (ByValue)
-ArtifactIdentifier Qualifizierter Name des Konfigurationswertes inklusive Namespace und Version, z.B.
MT.BIB.Settings.V3_1
true true (ByValue)
-Namespace Namespace des Konfigurationswertes. true true (ByValue)
-Name Unqualifizierter Name des Konfigurationswertes. true true (ByValue)
-ExternalVersion Externe Version des Konfigurationswertes. true true (ByValue)

Inputs

The input type is the type of the objects that you can pipe to the cmdlet.

  • System.Int64 Konfigurationswert als Boolean. System.String Session Token für die Abfrage. System.String Qualifizierter Name des Konfigurationswertes inklusive Namespace und Version, z.B. MT.BIB.Settings.V3_1 System.String Namespace des Konfigurationswertes. System.String Unqualifizierter Name des Konfigurationswertes. System.String Externe Version des Konfigurationswertes.

Outputs

The output type is the type of the objects that the cmdlet emits.

  • Schleupen.CS.PI.AIF.Configuration.Domain.ConfigurationValue Ein Konfigurationswert. Ein Konfigurationswert.

Examples

EXAMPLE 1
Set-SystemUsageInt64ConfigurationValue -SessionToken $sessionToken -ArtifactIdentifier "MT.BIB.MySettings_3.2" -Value 123
Schreibt Int64-Konfigurationswerte in den aktuellen Verwendungszweck.

Top of page

Syntax

Set-SystemUsageStringConfigurationValue [-SessionToken] <string> [-ArtifactIdentifier] <string> 
[-Value] <string> [<CommonParameters>]

Set-SystemUsageStringConfigurationValue [-SessionToken] <string> [-Namespace] <string> [-Name] 
<string> [-ExternalVersion] <string> [-Value] <string> [<CommonParameters>]

Set-SystemUsageStringConfigurationValue [-SessionToken] <string> [<CommonParameters>]

Parameters

Name Alias Description Required? Pipeline Input Default Value
-Value Konfigurationswert als Boolean. true true (ByValue)
-SessionToken Session Token für die Abfrage. true true (ByValue)
-ArtifactIdentifier Qualifizierter Name des Konfigurationswertes inklusive Namespace und Version, z.B.
MT.BIB.Settings.V3_1
true true (ByValue)
-Namespace Namespace des Konfigurationswertes. true true (ByValue)
-Name Unqualifizierter Name des Konfigurationswertes. true true (ByValue)
-ExternalVersion Externe Version des Konfigurationswertes. true true (ByValue)

Inputs

The input type is the type of the objects that you can pipe to the cmdlet.

  • System.String Konfigurationswert als Boolean. System.String Session Token für die Abfrage. System.String Qualifizierter Name des Konfigurationswertes inklusive Namespace und Version, z.B. MT.BIB.Settings.V3_1 System.String Namespace des Konfigurationswertes. System.String Unqualifizierter Name des Konfigurationswertes. System.String Externe Version des Konfigurationswertes.

Outputs

The output type is the type of the objects that the cmdlet emits.

  • Schleupen.CS.PI.AIF.Configuration.Domain.ConfigurationValue Ein Konfigurationswert. Ein Konfigurationswert.

Examples

EXAMPLE 1
Set-SystemUsageStringConfigurationValue -SessionToken $sessionToken -ArtifactIdentifier "MT.BIB.MySettings_3.2" -Value "Hallo, Welt!"
Schreibt String-Konfigurationswerte in den aktuellen Verwendungszweck.

Top of page

Syntax

Set-SystemUsageTimeSpanConfigurationValue [-SessionToken] <string> [-ArtifactIdentifier] <string> 
[-Value] <TimeSpan> [<CommonParameters>]

Set-SystemUsageTimeSpanConfigurationValue [-SessionToken] <string> [-Namespace] <string> [-Name] 
<string> [-ExternalVersion] <string> [-Value] <TimeSpan> [<CommonParameters>]

Set-SystemUsageTimeSpanConfigurationValue [-SessionToken] <string> [<CommonParameters>]

Parameters

Name Alias Description Required? Pipeline Input Default Value
-Value Konfigurationswert als Boolean. true true (ByValue) 00:00:00
-SessionToken Session Token für die Abfrage. true true (ByValue)
-ArtifactIdentifier Qualifizierter Name des Konfigurationswertes inklusive Namespace und Version, z.B.
MT.BIB.Settings.V3_1
true true (ByValue)
-Namespace Namespace des Konfigurationswertes. true true (ByValue)
-Name Unqualifizierter Name des Konfigurationswertes. true true (ByValue)
-ExternalVersion Externe Version des Konfigurationswertes. true true (ByValue)

Inputs

The input type is the type of the objects that you can pipe to the cmdlet.

  • System.TimeSpan Konfigurationswert als Boolean. System.String Session Token für die Abfrage. System.String Qualifizierter Name des Konfigurationswertes inklusive Namespace und Version, z.B. MT.BIB.Settings.V3_1 System.String Namespace des Konfigurationswertes. System.String Unqualifizierter Name des Konfigurationswertes. System.String Externe Version des Konfigurationswertes.

Outputs

The output type is the type of the objects that the cmdlet emits.

  • Schleupen.CS.PI.AIF.Configuration.Domain.ConfigurationValue Ein Konfigurationswert. Ein Konfigurationswert.

Examples

EXAMPLE 1
Set-SystemUsageStringConfigurationValue -SessionToken $sessionToken -ArtifactIdentifier "MT.BIB.MySettings_3.2" -Value "Hallo, Welt!"
Schreibt TimeSpan-Konfigurationswerte in den aktuellen Verwendungszweck.

Top of page

Syntax

Set-TimeSpanConfigurationValue [-SessionToken] <string> [-ArtifactIdentifier] <string> [-Scope] 
{Browser | Global | Local | User} [[-ScopeValue] <string>] [-Value] <TimeSpan> [<CommonParameters>]

Set-TimeSpanConfigurationValue [-SessionToken] <string> [-Namespace] <string> [-Name] <string> 
[-ExternalVersion] <string> [-Scope] {Browser | Global | Local | User} [[-ScopeValue] <string>] 
[-Value] <TimeSpan> [<CommonParameters>]

Set-TimeSpanConfigurationValue [-SessionToken] <string> [<CommonParameters>]

Parameters

Name Alias Description Required? Pipeline Input Default Value
-Scope Gültigkeitsbereich des Konfigurationswertes.


Possible values: Browser, Global, Local, User
true true (ByValue) Browser
-ScopeValue Gültigkeitsbereichswert des Konfigurationswertes. false true (ByValue)
-Value Konfigurationswert als Boolean. true true (ByValue) 00:00:00
-SessionToken Session Token für die Abfrage. true true (ByValue)
-ArtifactIdentifier Qualifizierter Name des Konfigurationswertes inklusive Namespace und Version, z.B.
MT.BIB.Settings.V3_1
true true (ByValue)
-Namespace Namespace des Konfigurationswertes. true true (ByValue)
-Name Unqualifizierter Name des Konfigurationswertes. true true (ByValue)
-ExternalVersion Externe Version des Konfigurationswertes. true true (ByValue)

Inputs

The input type is the type of the objects that you can pipe to the cmdlet.

  • Schleupen.CS.PI.AIF.Configuration.ConfigurationValues.Scope Gültigkeitsbereich des Konfigurationswertes. System.String Gültigkeitsbereichswert des Konfigurationswertes. System.TimeSpan Konfigurationswert als Boolean. System.String Session Token für die Abfrage. System.String Qualifizierter Name des Konfigurationswertes inklusive Namespace und Version, z.B. MT.BIB.Settings.V3_1 System.String Namespace des Konfigurationswertes. System.String Unqualifizierter Name des Konfigurationswertes. System.String Externe Version des Konfigurationswertes.

Outputs

The output type is the type of the objects that the cmdlet emits.

  • Schleupen.CS.PI.AIF.Configuration.Domain.ConfigurationValue Ein Konfigurationswert. Ein Konfigurationswert.

Examples

EXAMPLE 1
Set-TimeSpanConfigurationValue -SessionToken $sessionToken -ArtifactIdentifier "MT.BIB.MySettings_3.2" -Scope Browser -ScopeValue Chrome -Value $true
Schreibt TimeSpan-Konfigurationswerte anhand des qualifizierten Namens.
EXAMPLE 2
Set-TimeSpanConfigurationValue -SessionToken $sessionToken -Namespace "MT.BIB" -Name "MySettings" -ExternalVersion 3.2 -Scope Browser -ScopeValue Chrome -Value $true
Schreibt TimeSpan-Konfigurationswerte anhand des unqualifizierten Namens, Namespace und Version.

Top of page

Syntax

Test-ConfigurationValue [<CommonParameters>]

Outputs

The output type is the type of the objects that the cmdlet emits.

  • Schleupen.CS.PI.AIF.Configuration.ConfigurationValues.CheckResult

Examples

EXAMPLE 1
Test-TestSystemUsageConfigurationValue
Testet, ob alle Pflicht-Konfigurationswerte für alle Elemente angegeben wurden.

Top of page