Liest einen Boolean-Konfigurationswert anhand des Namens und der Scope-Werte.
Liest einen Boolean-Konfigurationswert anhand des Namens und der Scope-Werte.
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>]
Name | Alias | Description | Required? | Pipeline Input | Default Value |
---|---|---|---|---|---|
LocalScope-Wert (Rechnername) für den der Konfigurationswert gelesen werden soll. | false | true (ByValue) | |||
UserScope-Wert (SID) für den der Konfigurationswert gelesen werden soll. | false | true (ByValue) | |||
BrowserScope-Wert (UserAgent) für den der Konfigurationswert gelesen werden soll. | false | true (ByValue) | |||
Session Token für die Abfrage. | true | true (ByValue) | |||
Qualifizierter Name des Konfigurationswertes inklusive Namespace und Version, z.B. MT.BIB.Settings.V3_1 |
true | true (ByValue) | |||
Namespace des Konfigurationswertes. | true | true (ByValue) | |||
Unqualifizierter Name des Konfigurationswertes. | true | true (ByValue) | |||
Externe Version des Konfigurationswertes. | true | true (ByValue) |
The input type is the type of the objects that you can pipe to the cmdlet.
The output type is the type of the objects that the cmdlet emits.
Get-BooleanConfigurationValue -SessionToken $sessionToken -ArtifactIdentifier "MT.BIB.MySettings_3.2" -UserScopeValue "S-1-5-21" -BrowserScopeValue "Chrome" -LocalScopeValue "pc-1234"
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 effektiven Konfigurationswert anhand des Namens und der Scope-Werte.
Liest einen effektiven Konfigurationswert anhand des Namens und der Scope-Werte.
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>]
Name | Alias | Description | Required? | Pipeline Input | Default Value |
---|---|---|---|---|---|
LocalScope-Wert (Rechnername) für den der Konfigurationswert gelesen werden soll. | false | true (ByValue) | |||
UserScope-Wert (SID) für den der Konfigurationswert gelesen werden soll. | false | true (ByValue) | |||
BrowserScope-Wert (UserAgent) für den der Konfigurationswert gelesen werden soll. | false | true (ByValue) | |||
Session Token für die Abfrage. | true | true (ByValue) | |||
Qualifizierter Name des Konfigurationswertes inklusive Namespace und Version, z.B. MT.BIB.Settings.V3_1 |
true | true (ByValue) | |||
Namespace des Konfigurationswertes. | true | true (ByValue) | |||
Unqualifizierter Name des Konfigurationswertes. | true | true (ByValue) | |||
Externe Version des Konfigurationswertes. | true | true (ByValue) |
The input type is the type of the objects that you can pipe to the cmdlet.
The output type is the type of the objects that the cmdlet emits.
Get-ConfigurationValue -SessionToken $sessionToken -ArtifactIdentifier "MT.BIB.MySettings_3.2" -UserScopeValue "S-1-5-21" -BrowserScopeValue "Chrome" -LocalScopeValue "pc-1234"
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 DateTimeOffset-Konfigurationswert anhand des Namens und der Scope-Werte.
Liest einen DateTimeOffset-Konfigurationswert anhand des Namens und der Scope-Werte.
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>]
Name | Alias | Description | Required? | Pipeline Input | Default Value |
---|---|---|---|---|---|
LocalScope-Wert (Rechnername) für den der Konfigurationswert gelesen werden soll. | false | true (ByValue) | |||
UserScope-Wert (SID) für den der Konfigurationswert gelesen werden soll. | false | true (ByValue) | |||
BrowserScope-Wert (UserAgent) für den der Konfigurationswert gelesen werden soll. | false | true (ByValue) | |||
Session Token für die Abfrage. | true | true (ByValue) | |||
Qualifizierter Name des Konfigurationswertes inklusive Namespace und Version, z.B. MT.BIB.Settings.V3_1 |
true | true (ByValue) | |||
Namespace des Konfigurationswertes. | true | true (ByValue) | |||
Unqualifizierter Name des Konfigurationswertes. | true | true (ByValue) | |||
Externe Version des Konfigurationswertes. | true | true (ByValue) |
The input type is the type of the objects that you can pipe to the cmdlet.
The output type is the type of the objects that the cmdlet emits.
Get-DateTimeOffsetConfigurationValue -SessionToken $sessionToken -ArtifactIdentifier "MT.BIB.MySettings_3.2" -UserScopeValue "S-1-5-21" -BrowserScopeValue "Chrome" -LocalScopeValue "pc-1234"
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 Decimal-Konfigurationswert anhand des Namens und der Scope-Werte.
Liest einen Decimal-Konfigurationswert anhand des Namens und der Scope-Werte.
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>]
Name | Alias | Description | Required? | Pipeline Input | Default Value |
---|---|---|---|---|---|
LocalScope-Wert (Rechnername) für den der Konfigurationswert gelesen werden soll. | false | true (ByValue) | |||
UserScope-Wert (SID) für den der Konfigurationswert gelesen werden soll. | false | true (ByValue) | |||
BrowserScope-Wert (UserAgent) für den der Konfigurationswert gelesen werden soll. | false | true (ByValue) | |||
Session Token für die Abfrage. | true | true (ByValue) | |||
Qualifizierter Name des Konfigurationswertes inklusive Namespace und Version, z.B. MT.BIB.Settings.V3_1 |
true | true (ByValue) | |||
Namespace des Konfigurationswertes. | true | true (ByValue) | |||
Unqualifizierter Name des Konfigurationswertes. | true | true (ByValue) | |||
Externe Version des Konfigurationswertes. | true | true (ByValue) |
The input type is the type of the objects that you can pipe to the cmdlet.
The output type is the type of the objects that the cmdlet emits.
Get-DecimalConfigurationValue -SessionToken $sessionToken -ArtifactIdentifier "MT.BIB.MySettings_3.2" -UserScopeValue "S-1-5-21" -BrowserScopeValue "Chrome" -LocalScopeValue "pc-1234"
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 Int32-Konfigurationswert anhand des Namens und der Scope-Werte.
Liest einen Int32-Konfigurationswert anhand des Namens und der Scope-Werte.
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>]
Name | Alias | Description | Required? | Pipeline Input | Default Value |
---|---|---|---|---|---|
LocalScope-Wert (Rechnername) für den der Konfigurationswert gelesen werden soll. | false | true (ByValue) | |||
UserScope-Wert (SID) für den der Konfigurationswert gelesen werden soll. | false | true (ByValue) | |||
BrowserScope-Wert (UserAgent) für den der Konfigurationswert gelesen werden soll. | false | true (ByValue) | |||
Session Token für die Abfrage. | true | true (ByValue) | |||
Qualifizierter Name des Konfigurationswertes inklusive Namespace und Version, z.B. MT.BIB.Settings.V3_1 |
true | true (ByValue) | |||
Namespace des Konfigurationswertes. | true | true (ByValue) | |||
Unqualifizierter Name des Konfigurationswertes. | true | true (ByValue) | |||
Externe Version des Konfigurationswertes. | true | true (ByValue) |
The input type is the type of the objects that you can pipe to the cmdlet.
The output type is the type of the objects that the cmdlet emits.
Get-Int32ConfigurationValue -SessionToken $sessionToken -ArtifactIdentifier "MT.BIB.MySettings_3.2" -UserScopeValue "S-1-5-21" -BrowserScopeValue "Chrome" -LocalScopeValue "pc-1234"
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 Int64-Konfigurationswert anhand des Namens und der Scope-Werte.
Liest einen Int64-Konfigurationswert anhand des Namens und der Scope-Werte.
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>]
Name | Alias | Description | Required? | Pipeline Input | Default Value |
---|---|---|---|---|---|
LocalScope-Wert (Rechnername) für den der Konfigurationswert gelesen werden soll. | false | true (ByValue) | |||
UserScope-Wert (SID) für den der Konfigurationswert gelesen werden soll. | false | true (ByValue) | |||
BrowserScope-Wert (UserAgent) für den der Konfigurationswert gelesen werden soll. | false | true (ByValue) | |||
Session Token für die Abfrage. | true | true (ByValue) | |||
Qualifizierter Name des Konfigurationswertes inklusive Namespace und Version, z.B. MT.BIB.Settings.V3_1 |
true | true (ByValue) | |||
Namespace des Konfigurationswertes. | true | true (ByValue) | |||
Unqualifizierter Name des Konfigurationswertes. | true | true (ByValue) | |||
Externe Version des Konfigurationswertes. | true | true (ByValue) |
The input type is the type of the objects that you can pipe to the cmdlet.
The output type is the type of the objects that the cmdlet emits.
Get-Int64ConfigurationValue -SessionToken $sessionToken -ArtifactIdentifier "MT.BIB.MySettings_3.2" -UserScopeValue "S-1-5-21" -BrowserScopeValue "Chrome" -LocalScopeValue "pc-1234"
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 String-Konfigurationswert anhand des Namens und der Scope-Werte.
Liest einen String-Konfigurationswert anhand des Namens und der Scope-Werte.
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>]
Name | Alias | Description | Required? | Pipeline Input | Default Value |
---|---|---|---|---|---|
LocalScope-Wert (Rechnername) für den der Konfigurationswert gelesen werden soll. | false | true (ByValue) | |||
UserScope-Wert (SID) für den der Konfigurationswert gelesen werden soll. | false | true (ByValue) | |||
BrowserScope-Wert (UserAgent) für den der Konfigurationswert gelesen werden soll. | false | true (ByValue) | |||
Session Token für die Abfrage. | true | true (ByValue) | |||
Qualifizierter Name des Konfigurationswertes inklusive Namespace und Version, z.B. MT.BIB.Settings.V3_1 |
true | true (ByValue) | |||
Namespace des Konfigurationswertes. | true | true (ByValue) | |||
Unqualifizierter Name des Konfigurationswertes. | true | true (ByValue) | |||
Externe Version des Konfigurationswertes. | true | true (ByValue) |
The input type is the type of the objects that you can pipe to the cmdlet.
The output type is the type of the objects that the cmdlet emits.
Get-StringConfigurationValue -SessionToken $sessionToken -ArtifactIdentifier "MT.BIB.MySettings_3.2" -UserScopeValue "S-1-5-21" -BrowserScopeValue "Chrome" -LocalScopeValue "pc-1234"
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 Boolean-Konfigurationswert aus dem aktuellen Verwendungazweck.
Liest einen Boolean-Konfigurationswert aus dem aktuellen Verwendungazweck.
Get-SystemUsageBooleanConfigurationValue [-SessionToken] <string> [-ArtifactIdentifier] <string> [<CommonParameters>] Get-SystemUsageBooleanConfigurationValue [-SessionToken] <string> [-Namespace] <string> [-Name] <string> [-ExternalVersion] <string> [<CommonParameters>] Get-SystemUsageBooleanConfigurationValue [-SessionToken] <string> [<CommonParameters>]
Name | Alias | Description | Required? | Pipeline Input | Default Value |
---|---|---|---|---|---|
Session Token für die Abfrage. | true | true (ByValue) | |||
Qualifizierter Name des Konfigurationswertes inklusive Namespace und Version, z.B. MT.BIB.Settings.V3_1 |
true | true (ByValue) | |||
Namespace des Konfigurationswertes. | true | true (ByValue) | |||
Unqualifizierter Name des Konfigurationswertes. | true | true (ByValue) | |||
Externe Version des Konfigurationswertes. | true | true (ByValue) |
The input type is the type of the objects that you can pipe to the cmdlet.
The output type is the type of the objects that the cmdlet emits.
Get-SystemUsageBooleanConfigurationValue -SessionToken $sessionToken -ArtifactIdentifier "MT.BIB.MySettings_3.2"
Liest einen Konfigurationswert aus dem aktuellen Verwendungazweck.
Liest einen Konfigurationswert aus dem aktuellen Verwendungazweck.
Get-SystemUsageConfigurationValue [-SessionToken] <string> [-ArtifactIdentifier] <string> [<CommonParameters>] Get-SystemUsageConfigurationValue [-SessionToken] <string> [-Namespace] <string> [-Name] <string> [-ExternalVersion] <string> [<CommonParameters>] Get-SystemUsageConfigurationValue [-SessionToken] <string> [<CommonParameters>]
Name | Alias | Description | Required? | Pipeline Input | Default Value |
---|---|---|---|---|---|
Session Token für die Abfrage. | true | true (ByValue) | |||
Qualifizierter Name des Konfigurationswertes inklusive Namespace und Version, z.B. MT.BIB.Settings.V3_1 |
true | true (ByValue) | |||
Namespace des Konfigurationswertes. | true | true (ByValue) | |||
Unqualifizierter Name des Konfigurationswertes. | true | true (ByValue) | |||
Externe Version des Konfigurationswertes. | true | true (ByValue) |
The input type is the type of the objects that you can pipe to the cmdlet.
The output type is the type of the objects that the cmdlet emits.
Get-SystemUsageConfigurationValue -SessionToken $sessionToken -ArtifactIdentifier "MT.BIB.MySettings_3.2"
Liest einen DateTimeOffset-Konfigurationswert aus dem aktuellen Verwendungazweck.
Liest einen DateTimeOffset-Konfigurationswert aus dem aktuellen Verwendungazweck.
Get-SystemUsageDateTimeOffsetConfigurationValue [-SessionToken] <string> [-ArtifactIdentifier] <string> [<CommonParameters>] Get-SystemUsageDateTimeOffsetConfigurationValue [-SessionToken] <string> [-Namespace] <string> [-Name] <string> [-ExternalVersion] <string> [<CommonParameters>] Get-SystemUsageDateTimeOffsetConfigurationValue [-SessionToken] <string> [<CommonParameters>]
Name | Alias | Description | Required? | Pipeline Input | Default Value |
---|---|---|---|---|---|
Session Token für die Abfrage. | true | true (ByValue) | |||
Qualifizierter Name des Konfigurationswertes inklusive Namespace und Version, z.B. MT.BIB.Settings.V3_1 |
true | true (ByValue) | |||
Namespace des Konfigurationswertes. | true | true (ByValue) | |||
Unqualifizierter Name des Konfigurationswertes. | true | true (ByValue) | |||
Externe Version des Konfigurationswertes. | true | true (ByValue) |
The input type is the type of the objects that you can pipe to the cmdlet.
The output type is the type of the objects that the cmdlet emits.
Get-SystemUsageDateTimeOffsetConfigurationValue -SessionToken $sessionToken -ArtifactIdentifier "MT.BIB.MySettings_3.2"
Liest einen Decimal-Konfigurationswert aus dem aktuellen Verwendungazweck.
Liest einen Decimal-Konfigurationswert aus dem aktuellen Verwendungazweck.
Get-SystemUsageDecimalConfigurationValue [-SessionToken] <string> [-ArtifactIdentifier] <string> [<CommonParameters>] Get-SystemUsageDecimalConfigurationValue [-SessionToken] <string> [-Namespace] <string> [-Name] <string> [-ExternalVersion] <string> [<CommonParameters>] Get-SystemUsageDecimalConfigurationValue [-SessionToken] <string> [<CommonParameters>]
Name | Alias | Description | Required? | Pipeline Input | Default Value |
---|---|---|---|---|---|
Session Token für die Abfrage. | true | true (ByValue) | |||
Qualifizierter Name des Konfigurationswertes inklusive Namespace und Version, z.B. MT.BIB.Settings.V3_1 |
true | true (ByValue) | |||
Namespace des Konfigurationswertes. | true | true (ByValue) | |||
Unqualifizierter Name des Konfigurationswertes. | true | true (ByValue) | |||
Externe Version des Konfigurationswertes. | true | true (ByValue) |
The input type is the type of the objects that you can pipe to the cmdlet.
The output type is the type of the objects that the cmdlet emits.
Get-SystemUsageDecimalConfigurationValue -SessionToken $sessionToken -ArtifactIdentifier "MT.BIB.MySettings_3.2"
Liest einen Int32-Konfigurationswert aus dem aktuellen Verwendungazweck.
Liest einen Int32-Konfigurationswert aus dem aktuellen Verwendungazweck.
Get-SystemUsageInt32ConfigurationValue [-SessionToken] <string> [-ArtifactIdentifier] <string> [<CommonParameters>] Get-SystemUsageInt32ConfigurationValue [-SessionToken] <string> [-Namespace] <string> [-Name] <string> [-ExternalVersion] <string> [<CommonParameters>] Get-SystemUsageInt32ConfigurationValue [-SessionToken] <string> [<CommonParameters>]
Name | Alias | Description | Required? | Pipeline Input | Default Value |
---|---|---|---|---|---|
Session Token für die Abfrage. | true | true (ByValue) | |||
Qualifizierter Name des Konfigurationswertes inklusive Namespace und Version, z.B. MT.BIB.Settings.V3_1 |
true | true (ByValue) | |||
Namespace des Konfigurationswertes. | true | true (ByValue) | |||
Unqualifizierter Name des Konfigurationswertes. | true | true (ByValue) | |||
Externe Version des Konfigurationswertes. | true | true (ByValue) |
The input type is the type of the objects that you can pipe to the cmdlet.
The output type is the type of the objects that the cmdlet emits.
Get-SystemUsageDecimalConfigurationValue -SessionToken $sessionToken -ArtifactIdentifier "MT.BIB.MySettings_3.2"
Liest einen Int64-Konfigurationswert aus dem aktuellen Verwendungazweck.
Liest einen Int64-Konfigurationswert aus dem aktuellen Verwendungazweck.
Get-SystemUsageInt64ConfigurationValue [-SessionToken] <string> [-ArtifactIdentifier] <string> [<CommonParameters>] Get-SystemUsageInt64ConfigurationValue [-SessionToken] <string> [-Namespace] <string> [-Name] <string> [-ExternalVersion] <string> [<CommonParameters>] Get-SystemUsageInt64ConfigurationValue [-SessionToken] <string> [<CommonParameters>]
Name | Alias | Description | Required? | Pipeline Input | Default Value |
---|---|---|---|---|---|
Session Token für die Abfrage. | true | true (ByValue) | |||
Qualifizierter Name des Konfigurationswertes inklusive Namespace und Version, z.B. MT.BIB.Settings.V3_1 |
true | true (ByValue) | |||
Namespace des Konfigurationswertes. | true | true (ByValue) | |||
Unqualifizierter Name des Konfigurationswertes. | true | true (ByValue) | |||
Externe Version des Konfigurationswertes. | true | true (ByValue) |
The input type is the type of the objects that you can pipe to the cmdlet.
The output type is the type of the objects that the cmdlet emits.
Get-SystemUsageDecimalConfigurationValue -SessionToken $sessionToken -ArtifactIdentifier "MT.BIB.MySettings_3.2"
Liest einen String-Konfigurationswert aus dem aktuellen Verwendungazweck.
Liest einen String-Konfigurationswert aus dem aktuellen Verwendungazweck.
Get-SystemUsageStringConfigurationValue [-SessionToken] <string> [-ArtifactIdentifier] <string> [<CommonParameters>] Get-SystemUsageStringConfigurationValue [-SessionToken] <string> [-Namespace] <string> [-Name] <string> [-ExternalVersion] <string> [<CommonParameters>] Get-SystemUsageStringConfigurationValue [-SessionToken] <string> [<CommonParameters>]
Name | Alias | Description | Required? | Pipeline Input | Default Value |
---|---|---|---|---|---|
Session Token für die Abfrage. | true | true (ByValue) | |||
Qualifizierter Name des Konfigurationswertes inklusive Namespace und Version, z.B. MT.BIB.Settings.V3_1 |
true | true (ByValue) | |||
Namespace des Konfigurationswertes. | true | true (ByValue) | |||
Unqualifizierter Name des Konfigurationswertes. | true | true (ByValue) | |||
Externe Version des Konfigurationswertes. | true | true (ByValue) |
The input type is the type of the objects that you can pipe to the cmdlet.
The output type is the type of the objects that the cmdlet emits.
Get-SystemUsageDecimalConfigurationValue -SessionToken $sessionToken -ArtifactIdentifier "MT.BIB.MySettings_3.2"
Liest einen TimeSpan-Konfigurationswert aus dem aktuellen Verwendungazweck.
Liest einen TimeSpan-Konfigurationswert aus dem aktuellen Verwendungazweck.
Get-SystemUsageTimeSpanConfigurationValue [-SessionToken] <string> [-ArtifactIdentifier] <string> [<CommonParameters>] Get-SystemUsageTimeSpanConfigurationValue [-SessionToken] <string> [-Namespace] <string> [-Name] <string> [-ExternalVersion] <string> [<CommonParameters>] Get-SystemUsageTimeSpanConfigurationValue [-SessionToken] <string> [<CommonParameters>]
Name | Alias | Description | Required? | Pipeline Input | Default Value |
---|---|---|---|---|---|
Session Token für die Abfrage. | true | true (ByValue) | |||
Qualifizierter Name des Konfigurationswertes inklusive Namespace und Version, z.B. MT.BIB.Settings.V3_1 |
true | true (ByValue) | |||
Namespace des Konfigurationswertes. | true | true (ByValue) | |||
Unqualifizierter Name des Konfigurationswertes. | true | true (ByValue) | |||
Externe Version des Konfigurationswertes. | true | true (ByValue) |
The input type is the type of the objects that you can pipe to the cmdlet.
The output type is the type of the objects that the cmdlet emits.
Get-SystemUsageDecimalConfigurationValue -SessionToken $sessionToken -ArtifactIdentifier "MT.BIB.MySettings_3.2"
Liest einen TimeSpan-Konfigurationswert anhand des Namens und der Scope-Werte.
Liest einen TimeSpan-Konfigurationswert anhand des Namens und der Scope-Werte.
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>]
Name | Alias | Description | Required? | Pipeline Input | Default Value |
---|---|---|---|---|---|
LocalScope-Wert (Rechnername) für den der Konfigurationswert gelesen werden soll. | false | true (ByValue) | |||
UserScope-Wert (SID) für den der Konfigurationswert gelesen werden soll. | false | true (ByValue) | |||
BrowserScope-Wert (UserAgent) für den der Konfigurationswert gelesen werden soll. | false | true (ByValue) | |||
Session Token für die Abfrage. | true | true (ByValue) | |||
Qualifizierter Name des Konfigurationswertes inklusive Namespace und Version, z.B. MT.BIB.Settings.V3_1 |
true | true (ByValue) | |||
Namespace des Konfigurationswertes. | true | true (ByValue) | |||
Unqualifizierter Name des Konfigurationswertes. | true | true (ByValue) | |||
Externe Version des Konfigurationswertes. | true | true (ByValue) |
The input type is the type of the objects that you can pipe to the cmdlet.
The output type is the type of the objects that the cmdlet emits.
Get-TimeSpanConfigurationValue -SessionToken $sessionToken -ArtifactIdentifier "MT.BIB.MySettings_3.2" -UserScopeValue "S-1-5-21" -BrowserScopeValue "Chrome" -LocalScopeValue "pc-1234"
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"
Legt einen neuen Konfigurationstyp an.
Legt einen neuen Konfigurationstyp mit den angegebenen Eigenschaften an.
New-ConfigurationType [-ArtifactIdentifier] <string> [[-DoNotWriteChangeLog] <SwitchParameter>] [[-IsRequired] <SwitchParameter>] [[-Description] <string>] [[-ForSystemUsage] <SwitchParameter>] [<CommonParameters>]
Name | Alias | Description | Required? | Pipeline Input | Default Value |
---|---|---|---|---|---|
Identifier des Konfigurationstyps. | true | true (ByValue) | |||
Angabe, ob eine Änderung an Werten dieses Konfigurationstyps in das Datenänderungsprotokoll nicht geschrieben werden sollen. |
false | false | False | ||
Angabe, ob ein Konfigurationswert vorhanden sein muss, damit das System korrekt konfiguriert ist. | false | false | False | ||
Die Beschreibung. | false | false | |||
Gibt an, dass der ConfigurationType für den aktuellen Verwendungszeck angelegt werden soll. | false | true (ByValue) | False |
The input type is the type of the objects that you can pipe to the cmdlet.
The output type is the type of the objects that the cmdlet emits.
New-ConfigurationType -ArtifactIdentifier "Schleupen.CS.PI.AIF.Test_1.0" -DoNotWriteChangeLog
New-ConfigurationType -ArtifactIdentifier "Schleupen.CS.PI.AIF.Test_1.0" -IsRequired -Description 'Beschreibung des Konfigurationstyps'
New-ConfigurationType -ArtifactIdentifier "Schleupen.CS.PI.AIF.Test_1.0" -ForSystemUsage
Entfernt Konfigurationstypen.
Entfernt Konfigurationstypen.
Remove-ConfigurationType [-ArtifactIdentifier] <string> [-SessionToken] <string> [[-ForSystemUsage] <SwitchParameter>] [<CommonParameters>]
Name | Alias | Description | Required? | Pipeline Input | Default Value |
---|---|---|---|---|---|
Identifier des Konfigurationstyps. | true | true (ByValue) | |||
SessionToken. | true | false | |||
Gibt an, dass der ConfigurationType für den aktuellen Verwendungszeck gelöscht werden soll. | false | true (ByValue) | False |
The input type is the type of the objects that you can pipe to the cmdlet.
Remove-ConfigurationType -ArtifactIdentifier "Schleupen.CS.PI.AIF.Test_1.0".
Löscht Konfigurationswerte.
Löscht Konfigurationswerte.
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>]
Name | Alias | Description | Required? | Pipeline Input | Default Value |
---|---|---|---|---|---|
Gültigkeitsbereich des Konfigurationswertes. Possible values: Browser, Global, Local, User |
true | true (ByValue) | Browser | ||
Gültigkeitsbereichswert des Konfigurationswertes. | false | true (ByValue) | |||
ConfigurationValue | Konfigurationswert. | true | true (ByValue) | ||
ConfigurationValue | Konfigurationswert. This is an alias of the InputObject parameter. |
true | true (ByValue) | ||
Session Token für die Abfrage. | true | true (ByValue) | |||
Qualifizierter Name des Konfigurationswertes inklusive Namespace und Version, z.B. MT.BIB.Settings.V3_1 |
true | true (ByValue) | |||
Namespace des Konfigurationswertes. | true | true (ByValue) | |||
Unqualifizierter Name des Konfigurationswertes. | true | true (ByValue) | |||
Externe Version des Konfigurationswertes. | true | true (ByValue) |
The input type is the type of the objects that you can pipe to the cmdlet.
The output type is the type of the objects that the cmdlet emits.
Remove-ConfigurationValue -SessionToken $sessionToken -ArtifactIdentifier "MT.BIB.MySettings_3.2" -Scope Browser -ScopeValue Chrome
Remove-ConfigurationValue -SessionToken $sessionToken -Namespace "MT.BIB" -Name "MySettings" -ExternalVersion 3.2 -Scope Browser -ScopeValue Chrome
Löscht Konfigurationswerte aus einem Verwendungszweck.
Löscht Konfigurationswerte aus einem Verwendungszweck.
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>]
Name | Alias | Description | Required? | Pipeline Input | Default Value |
---|---|---|---|---|---|
ConfigurationValue | Konfigurationswert. | true | true (ByValue) | ||
ConfigurationValue | Konfigurationswert. This is an alias of the InputObject parameter. |
true | true (ByValue) | ||
Session Token für die Abfrage. | true | true (ByValue) | |||
Qualifizierter Name des Konfigurationswertes inklusive Namespace und Version, z.B. MT.BIB.Settings.V3_1 |
true | true (ByValue) | |||
Namespace des Konfigurationswertes. | true | true (ByValue) | |||
Unqualifizierter Name des Konfigurationswertes. | true | true (ByValue) | |||
Externe Version des Konfigurationswertes. | true | true (ByValue) |
The input type is the type of the objects that you can pipe to the cmdlet.
The output type is the type of the objects that the cmdlet emits.
Remove-SystemUsageConfigurationValue -SessionToken $sessionToken -ArtifactIdentifier "MT.BIB.MySettings_3.2"
Speichert Änderungen an einem Konfigurationstyp.
Speichert Änderungen an einem Konfigurationstyp.
Save-ConfigurationType [-Entity] <ConfigurationType> [[-ForSystemUsage] <SwitchParameter>] [<CommonParameters>]
Name | Alias | Description | Required? | Pipeline Input | Default Value |
---|---|---|---|---|---|
ConfigurationType | Konfigurationstyp, der aktualisiert werden soll. | true | true (ByValue) | ||
ConfigurationType | Konfigurationstyp, der aktualisiert werden soll. This is an alias of the Entity parameter. |
true | true (ByValue) | ||
Gibt an, dass der ConfigurationType für den aktuellen Verwendungszeck geändert werden soll. | false | true (ByValue) | False |
The input type is the type of the objects that you can pipe to the cmdlet.
Save-ConfigurationType -ConfigurationType $entity
Selektiert die Konfigurationstypen.
Selektiert die Konfigurationstypen anhand der angegebenen Kriterien.
Select-ConfigurationType [[-ArtifactIdentifier] <string>] [[-SearchMode] {BeginsWith | Wildcard | Exact}] [[-ForSystemUsage] <SwitchParameter>] [[-MaxResults] <int>] [<CommonParameters>]
Name | Alias | Description | Required? | Pipeline Input | Default Value |
---|---|---|---|---|---|
Identifier der Dateiablage. | false | true (ByValue) | |||
Gibt an, dass der ConfigurationType für den aktuellen Verwendungszeck angelegt werden soll. | false | true (ByValue) | False | ||
Possible values: BeginsWith, Wildcard, Exact | false | true (ByValue) | BeginsWith | ||
false | true (ByValue) |
The input type is the type of the objects that you can pipe to the cmdlet.
The output type is the type of the objects that the cmdlet emits.
Select-ConfigurationType
Select-ConfigurationType -ArtifactIdentifier "Schleupen.CS.PI.AIF.Test_1.0"
Liest Konfigurationswerte.
Liest Konfigurationswerte anhand des Namens.
Select-ConfigurationValue [-SessionToken] <string> [-ArtifactIdentifier] <string> [<CommonParameters>] Select-ConfigurationValue [-SessionToken] <string> [-Namespace] <string> [-Name] <string> [-ExternalVersion] <string> [<CommonParameters>] Select-ConfigurationValue [-SessionToken] <string> [<CommonParameters>]
Name | Alias | Description | Required? | Pipeline Input | Default Value |
---|---|---|---|---|---|
Session Token für die Abfrage. | true | true (ByValue) | |||
Qualifizierter Name des Konfigurationswertes inklusive Namespace und Version, z.B. MT.BIB.Settings.V3_1 |
true | true (ByValue) | |||
Namespace des Konfigurationswertes. | true | true (ByValue) | |||
Unqualifizierter Name des Konfigurationswertes. | true | true (ByValue) | |||
Externe Version des Konfigurationswertes. | true | true (ByValue) |
The input type is the type of the objects that you can pipe to the cmdlet.
The output type is the type of the objects that the cmdlet emits.
Select-ConfigurationValue -SessionToken $sessionToken -ArtifactIdentifier "MT.BIB.MySettings_3.2"
Select-ConfigurationValue -SessionToken $sessionToken -Namespace "MT.BIB" -Name "MySettings" -ExternalVersion 3.2
Schreibt Boolean-Konfigurationswerte.
Schreibt Boolean-Konfigurationswerte.
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>]
Name | Alias | Description | Required? | Pipeline Input | Default Value |
---|---|---|---|---|---|
Gültigkeitsbereich des Konfigurationswertes. Possible values: Browser, Global, Local, User |
true | true (ByValue) | Browser | ||
Gültigkeitsbereichswert des Konfigurationswertes. | false | true (ByValue) | |||
Konfigurationswert als Boolean. | true | true (ByValue) | False | ||
Session Token für die Abfrage. | true | true (ByValue) | |||
Qualifizierter Name des Konfigurationswertes inklusive Namespace und Version, z.B. MT.BIB.Settings.V3_1 |
true | true (ByValue) | |||
Namespace des Konfigurationswertes. | true | true (ByValue) | |||
Unqualifizierter Name des Konfigurationswertes. | true | true (ByValue) | |||
Externe Version des Konfigurationswertes. | true | true (ByValue) |
The input type is the type of the objects that you can pipe to the cmdlet.
The output type is the type of the objects that the cmdlet emits.
Set-BooleanConfigurationValue -SessionToken $sessionToken -ArtifactIdentifier "MT.BIB.MySettings_3.2" -Scope Browser -ScopeValue Chrome -Value $true
Set-BooleanConfigurationValue -SessionToken $sessionToken -Namespace "MT.BIB" -Name "MySettings" -ExternalVersion 3.2 -Scope Browser -ScopeValue Chrome -Value $true
Schreibt Konfigurationswerte.
Schreibt Konfigurationswerte.
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>]
Name | Alias | Description | Required? | Pipeline Input | Default Value |
---|---|---|---|---|---|
Gültigkeitsbereich des Konfigurationswertes. Possible values: Browser, Global, Local, User |
true | true (ByValue) | Browser | ||
Gültigkeitsbereichswert des Konfigurationswertes. | false | true (ByValue) | |||
Konfigurationswert als XML-Dokument. | true | true (ByValue) | |||
ConfigurationValue | Konfigurationswert. | true | true (ByValue) | ||
ConfigurationValue | Konfigurationswert. This is an alias of the InputObject parameter. |
true | true (ByValue) | ||
Session Token für die Abfrage. | true | true (ByValue) | |||
Qualifizierter Name des Konfigurationswertes inklusive Namespace und Version, z.B. MT.BIB.Settings.V3_1 |
true | true (ByValue) | |||
Namespace des Konfigurationswertes. | true | true (ByValue) | |||
Unqualifizierter Name des Konfigurationswertes. | true | true (ByValue) | |||
Externe Version des Konfigurationswertes. | true | true (ByValue) |
The input type is the type of the objects that you can pipe to the cmdlet.
The output type is the type of the objects that the cmdlet emits.
Set-ConfigurationValue -SessionToken $sessionToken -ArtifactIdentifier "MT.BIB.MySettings_3.2" -Scope Browser -ScopeValue Chrome -Document "<root><element/></root>"
Set-ConfigurationValue -SessionToken $sessionToken -Namespace "MT.BIB" -Name "MySettings" -ExternalVersion 3.2 -Scope Browser -ScopeValue Chrome -Document "<root><element/></root>"
Set-ConfigurationValue -SessionToken $sessionToken -InputObject $configurationValue
Schreibt DateTimeOffset-Konfigurationswerte.
Schreibt DateTimeOffset-Konfigurationswerte.
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>]
Name | Alias | Description | Required? | Pipeline Input | Default Value |
---|---|---|---|---|---|
Gültigkeitsbereich des Konfigurationswertes. Possible values: Browser, Global, Local, User |
true | true (ByValue) | Browser | ||
Gültigkeitsbereichswert des Konfigurationswertes. | false | true (ByValue) | |||
Konfigurationswert als Boolean. | true | true (ByValue) | 01.01.0001 00:00:00 +00:00 | ||
Session Token für die Abfrage. | true | true (ByValue) | |||
Qualifizierter Name des Konfigurationswertes inklusive Namespace und Version, z.B. MT.BIB.Settings.V3_1 |
true | true (ByValue) | |||
Namespace des Konfigurationswertes. | true | true (ByValue) | |||
Unqualifizierter Name des Konfigurationswertes. | true | true (ByValue) | |||
Externe Version des Konfigurationswertes. | true | true (ByValue) |
The input type is the type of the objects that you can pipe to the cmdlet.
The output type is the type of the objects that the cmdlet emits.
Set-DateTimeOffsetConfigurationValue -SessionToken $sessionToken -ArtifactIdentifier "MT.BIB.MySettings_3.2" -Scope Browser -ScopeValue Chrome -Value $true
Set-DateTimeOffsetConfigurationValue -SessionToken $sessionToken -Namespace "MT.BIB" -Name "MySettings" -ExternalVersion 3.2 -Scope Browser -ScopeValue Chrome -Value $true
Schreibt Decimal-Konfigurationswerte.
Schreibt Decimal-Konfigurationswerte.
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>]
Name | Alias | Description | Required? | Pipeline Input | Default Value |
---|---|---|---|---|---|
Gültigkeitsbereich des Konfigurationswertes. Possible values: Browser, Global, Local, User |
true | true (ByValue) | Browser | ||
Gültigkeitsbereichswert des Konfigurationswertes. | false | true (ByValue) | |||
Konfigurationswert als Boolean. | true | true (ByValue) | 0 | ||
Session Token für die Abfrage. | true | true (ByValue) | |||
Qualifizierter Name des Konfigurationswertes inklusive Namespace und Version, z.B. MT.BIB.Settings.V3_1 |
true | true (ByValue) | |||
Namespace des Konfigurationswertes. | true | true (ByValue) | |||
Unqualifizierter Name des Konfigurationswertes. | true | true (ByValue) | |||
Externe Version des Konfigurationswertes. | true | true (ByValue) |
The input type is the type of the objects that you can pipe to the cmdlet.
The output type is the type of the objects that the cmdlet emits.
Set-DecimalConfigurationValue -SessionToken $sessionToken -ArtifactIdentifier "MT.BIB.MySettings_3.2" -Scope Browser -ScopeValue Chrome -Value $true
Set-DecimalConfigurationValue -SessionToken $sessionToken -Namespace "MT.BIB" -Name "MySettings" -ExternalVersion 3.2 -Scope Browser -ScopeValue Chrome -Value $true
Schreibt Int32-Konfigurationswerte.
Schreibt Int32-Konfigurationswerte.
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>]
Name | Alias | Description | Required? | Pipeline Input | Default Value |
---|---|---|---|---|---|
Gültigkeitsbereich des Konfigurationswertes. Possible values: Browser, Global, Local, User |
true | true (ByValue) | Browser | ||
Gültigkeitsbereichswert des Konfigurationswertes. | false | true (ByValue) | |||
Konfigurationswert als Boolean. | true | true (ByValue) | 0 | ||
Session Token für die Abfrage. | true | true (ByValue) | |||
Qualifizierter Name des Konfigurationswertes inklusive Namespace und Version, z.B. MT.BIB.Settings.V3_1 |
true | true (ByValue) | |||
Namespace des Konfigurationswertes. | true | true (ByValue) | |||
Unqualifizierter Name des Konfigurationswertes. | true | true (ByValue) | |||
Externe Version des Konfigurationswertes. | true | true (ByValue) |
The input type is the type of the objects that you can pipe to the cmdlet.
The output type is the type of the objects that the cmdlet emits.
Set-Int32ConfigurationValue -SessionToken $sessionToken -ArtifactIdentifier "MT.BIB.MySettings_3.2" -Scope Browser -ScopeValue Chrome -Value $true
Set-Int32ConfigurationValue -SessionToken $sessionToken -Namespace "MT.BIB" -Name "MySettings" -ExternalVersion 3.2 -Scope Browser -ScopeValue Chrome -Value $true
Schreibt Int64-Konfigurationswerte.
Schreibt Int64-Konfigurationswerte.
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>]
Name | Alias | Description | Required? | Pipeline Input | Default Value |
---|---|---|---|---|---|
Gültigkeitsbereich des Konfigurationswertes. Possible values: Browser, Global, Local, User |
true | true (ByValue) | Browser | ||
Gültigkeitsbereichswert des Konfigurationswertes. | false | true (ByValue) | |||
Konfigurationswert als Boolean. | true | true (ByValue) | 0 | ||
Session Token für die Abfrage. | true | true (ByValue) | |||
Qualifizierter Name des Konfigurationswertes inklusive Namespace und Version, z.B. MT.BIB.Settings.V3_1 |
true | true (ByValue) | |||
Namespace des Konfigurationswertes. | true | true (ByValue) | |||
Unqualifizierter Name des Konfigurationswertes. | true | true (ByValue) | |||
Externe Version des Konfigurationswertes. | true | true (ByValue) |
The input type is the type of the objects that you can pipe to the cmdlet.
The output type is the type of the objects that the cmdlet emits.
Set-Int64ConfigurationValue -SessionToken $sessionToken -ArtifactIdentifier "MT.BIB.MySettings_3.2" -Scope Browser -ScopeValue Chrome -Value $true
Set-Int64ConfigurationValue -SessionToken $sessionToken -Namespace "MT.BIB" -Name "MySettings" -ExternalVersion 3.2 -Scope Browser -ScopeValue Chrome -Value $true
Schreibt String-Konfigurationswerte.
Schreibt String-Konfigurationswerte.
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>]
Name | Alias | Description | Required? | Pipeline Input | Default Value |
---|---|---|---|---|---|
Gültigkeitsbereich des Konfigurationswertes. Possible values: Browser, Global, Local, User |
true | true (ByValue) | Browser | ||
Gültigkeitsbereichswert des Konfigurationswertes. | false | true (ByValue) | |||
Konfigurationswert als Boolean. | true | true (ByValue) | |||
Session Token für die Abfrage. | true | true (ByValue) | |||
Qualifizierter Name des Konfigurationswertes inklusive Namespace und Version, z.B. MT.BIB.Settings.V3_1 |
true | true (ByValue) | |||
Namespace des Konfigurationswertes. | true | true (ByValue) | |||
Unqualifizierter Name des Konfigurationswertes. | true | true (ByValue) | |||
Externe Version des Konfigurationswertes. | true | true (ByValue) |
The input type is the type of the objects that you can pipe to the cmdlet.
The output type is the type of the objects that the cmdlet emits.
Set-StringConfigurationValue -SessionToken $sessionToken -ArtifactIdentifier "MT.BIB.MySettings_3.2" -Scope Browser -ScopeValue Chrome -Value $true
Set-StringConfigurationValue -SessionToken $sessionToken -Namespace "MT.BIB" -Name "MySettings" -ExternalVersion 3.2 -Scope Browser -ScopeValue Chrome -Value $true
Schreibt Boolean-Konfigurationswerte in den aktuellen Verwendungszweck.
Schreibt Boolean-Konfigurationswerte in den aktuellen Verwendungszweck.
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>]
Name | Alias | Description | Required? | Pipeline Input | Default Value |
---|---|---|---|---|---|
Konfigurationswert als Boolean. | true | true (ByValue) | False | ||
Session Token für die Abfrage. | true | true (ByValue) | |||
Qualifizierter Name des Konfigurationswertes inklusive Namespace und Version, z.B. MT.BIB.Settings.V3_1 |
true | true (ByValue) | |||
Namespace des Konfigurationswertes. | true | true (ByValue) | |||
Unqualifizierter Name des Konfigurationswertes. | true | true (ByValue) | |||
Externe Version des Konfigurationswertes. | true | true (ByValue) |
The input type is the type of the objects that you can pipe to the cmdlet.
The output type is the type of the objects that the cmdlet emits.
Set-SystemUsageBooleanConfigurationValue -SessionToken $sessionToken -ArtifactIdentifier "MT.BIB.MySettings_3.2" -Value $true
Schreibt Konfigurationswerte in den aktuellen Verwendungszweck.
Schreibt Konfigurationswerte in den aktuellen Verwendungszweck.
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>]
Name | Alias | Description | Required? | Pipeline Input | Default Value |
---|---|---|---|---|---|
Konfigurationswert als XML-Dokument. | true | true (ByValue) | |||
ConfigurationValue | Konfigurationswert. | true | true (ByValue) | ||
ConfigurationValue | Konfigurationswert. This is an alias of the InputObject parameter. |
true | true (ByValue) | ||
Session Token für die Abfrage. | true | true (ByValue) | |||
Qualifizierter Name des Konfigurationswertes inklusive Namespace und Version, z.B. MT.BIB.Settings.V3_1 |
true | true (ByValue) | |||
Namespace des Konfigurationswertes. | true | true (ByValue) | |||
Unqualifizierter Name des Konfigurationswertes. | true | true (ByValue) | |||
Externe Version des Konfigurationswertes. | true | true (ByValue) |
The input type is the type of the objects that you can pipe to the cmdlet.
The output type is the type of the objects that the cmdlet emits.
Set-SystemUsageConfigurationValue -SessionToken $sessionToken -ArtifactIdentifier "MT.BIB.MySettings_3.2" -Value $value
Schreibt DateTimeOffset-Konfigurationswerte in den aktuellen Verwendungszweck.
Schreibt DateTimeOffset-Konfigurationswerte in den aktuellen Verwendungszweck.
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>]
Name | Alias | Description | Required? | Pipeline Input | Default Value |
---|---|---|---|---|---|
Konfigurationswert als Boolean. | true | true (ByValue) | 01.01.0001 00:00:00 +00:00 | ||
Session Token für die Abfrage. | true | true (ByValue) | |||
Qualifizierter Name des Konfigurationswertes inklusive Namespace und Version, z.B. MT.BIB.Settings.V3_1 |
true | true (ByValue) | |||
Namespace des Konfigurationswertes. | true | true (ByValue) | |||
Unqualifizierter Name des Konfigurationswertes. | true | true (ByValue) | |||
Externe Version des Konfigurationswertes. | true | true (ByValue) |
The input type is the type of the objects that you can pipe to the cmdlet.
The output type is the type of the objects that the cmdlet emits.
Set-SystemUsageDateTimeOffsetConfigurationValue -SessionToken $sessionToken -ArtifactIdentifier "MT.BIB.MySettings_3.2" -Value (Get-Date)
Schreibt Decimal-Konfigurationswerte in den aktuellen Verwendungszweck.
Schreibt Decimal-Konfigurationswerte in den aktuellen Verwendungszweck.
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>]
Name | Alias | Description | Required? | Pipeline Input | Default Value |
---|---|---|---|---|---|
Konfigurationswert als Boolean. | true | true (ByValue) | 0 | ||
Session Token für die Abfrage. | true | true (ByValue) | |||
Qualifizierter Name des Konfigurationswertes inklusive Namespace und Version, z.B. MT.BIB.Settings.V3_1 |
true | true (ByValue) | |||
Namespace des Konfigurationswertes. | true | true (ByValue) | |||
Unqualifizierter Name des Konfigurationswertes. | true | true (ByValue) | |||
Externe Version des Konfigurationswertes. | true | true (ByValue) |
The input type is the type of the objects that you can pipe to the cmdlet.
The output type is the type of the objects that the cmdlet emits.
Set-SystemUsageDecimalConfigurationValue -SessionToken $sessionToken -ArtifactIdentifier "MT.BIB.MySettings_3.2" -Value 4.5
Schreibt Int32-Konfigurationswerte in den aktuellen Verwendungszweck.
Schreibt Int32-Konfigurationswerte in den aktuellen Verwendungszweck.
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>]
Name | Alias | Description | Required? | Pipeline Input | Default Value |
---|---|---|---|---|---|
Konfigurationswert als Boolean. | true | true (ByValue) | 0 | ||
Session Token für die Abfrage. | true | true (ByValue) | |||
Qualifizierter Name des Konfigurationswertes inklusive Namespace und Version, z.B. MT.BIB.Settings.V3_1 |
true | true (ByValue) | |||
Namespace des Konfigurationswertes. | true | true (ByValue) | |||
Unqualifizierter Name des Konfigurationswertes. | true | true (ByValue) | |||
Externe Version des Konfigurationswertes. | true | true (ByValue) |
The input type is the type of the objects that you can pipe to the cmdlet.
The output type is the type of the objects that the cmdlet emits.
Set-SystemUsageInt32ConfigurationValue -SessionToken $sessionToken -ArtifactIdentifier "MT.BIB.MySettings_3.2" -Value 123
Schreibt Int64-Konfigurationswerte in den aktuellen Verwendungszweck.
Schreibt Int64-Konfigurationswerte in den aktuellen Verwendungszweck.
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>]
Name | Alias | Description | Required? | Pipeline Input | Default Value |
---|---|---|---|---|---|
Konfigurationswert als Boolean. | true | true (ByValue) | 0 | ||
Session Token für die Abfrage. | true | true (ByValue) | |||
Qualifizierter Name des Konfigurationswertes inklusive Namespace und Version, z.B. MT.BIB.Settings.V3_1 |
true | true (ByValue) | |||
Namespace des Konfigurationswertes. | true | true (ByValue) | |||
Unqualifizierter Name des Konfigurationswertes. | true | true (ByValue) | |||
Externe Version des Konfigurationswertes. | true | true (ByValue) |
The input type is the type of the objects that you can pipe to the cmdlet.
The output type is the type of the objects that the cmdlet emits.
Set-SystemUsageInt64ConfigurationValue -SessionToken $sessionToken -ArtifactIdentifier "MT.BIB.MySettings_3.2" -Value 123
Schreibt String-Konfigurationswerte in den aktuellen Verwendungszweck.
Schreibt String-Konfigurationswerte in den aktuellen Verwendungszweck.
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>]
Name | Alias | Description | Required? | Pipeline Input | Default Value |
---|---|---|---|---|---|
Konfigurationswert als Boolean. | true | true (ByValue) | |||
Session Token für die Abfrage. | true | true (ByValue) | |||
Qualifizierter Name des Konfigurationswertes inklusive Namespace und Version, z.B. MT.BIB.Settings.V3_1 |
true | true (ByValue) | |||
Namespace des Konfigurationswertes. | true | true (ByValue) | |||
Unqualifizierter Name des Konfigurationswertes. | true | true (ByValue) | |||
Externe Version des Konfigurationswertes. | true | true (ByValue) |
The input type is the type of the objects that you can pipe to the cmdlet.
The output type is the type of the objects that the cmdlet emits.
Set-SystemUsageStringConfigurationValue -SessionToken $sessionToken -ArtifactIdentifier "MT.BIB.MySettings_3.2" -Value "Hallo, Welt!"
Schreibt TimeSpan-Konfigurationswerte in den aktuellen Verwendungszweck.
Schreibt TimeSpan-Konfigurationswerte in den aktuellen Verwendungszweck.
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>]
Name | Alias | Description | Required? | Pipeline Input | Default Value |
---|---|---|---|---|---|
Konfigurationswert als Boolean. | true | true (ByValue) | 00:00:00 | ||
Session Token für die Abfrage. | true | true (ByValue) | |||
Qualifizierter Name des Konfigurationswertes inklusive Namespace und Version, z.B. MT.BIB.Settings.V3_1 |
true | true (ByValue) | |||
Namespace des Konfigurationswertes. | true | true (ByValue) | |||
Unqualifizierter Name des Konfigurationswertes. | true | true (ByValue) | |||
Externe Version des Konfigurationswertes. | true | true (ByValue) |
The input type is the type of the objects that you can pipe to the cmdlet.
The output type is the type of the objects that the cmdlet emits.
Set-SystemUsageStringConfigurationValue -SessionToken $sessionToken -ArtifactIdentifier "MT.BIB.MySettings_3.2" -Value "Hallo, Welt!"
Schreibt TimeSpan-Konfigurationswerte.
Schreibt TimeSpan-Konfigurationswerte.
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>]
Name | Alias | Description | Required? | Pipeline Input | Default Value |
---|---|---|---|---|---|
Gültigkeitsbereich des Konfigurationswertes. Possible values: Browser, Global, Local, User |
true | true (ByValue) | Browser | ||
Gültigkeitsbereichswert des Konfigurationswertes. | false | true (ByValue) | |||
Konfigurationswert als Boolean. | true | true (ByValue) | 00:00:00 | ||
Session Token für die Abfrage. | true | true (ByValue) | |||
Qualifizierter Name des Konfigurationswertes inklusive Namespace und Version, z.B. MT.BIB.Settings.V3_1 |
true | true (ByValue) | |||
Namespace des Konfigurationswertes. | true | true (ByValue) | |||
Unqualifizierter Name des Konfigurationswertes. | true | true (ByValue) | |||
Externe Version des Konfigurationswertes. | true | true (ByValue) |
The input type is the type of the objects that you can pipe to the cmdlet.
The output type is the type of the objects that the cmdlet emits.
Set-TimeSpanConfigurationValue -SessionToken $sessionToken -ArtifactIdentifier "MT.BIB.MySettings_3.2" -Scope Browser -ScopeValue Chrome -Value $true
Set-TimeSpanConfigurationValue -SessionToken $sessionToken -Namespace "MT.BIB" -Name "MySettings" -ExternalVersion 3.2 -Scope Browser -ScopeValue Chrome -Value $true
Testet, ob alle Pflicht-Konfigurationswerte angegeben wurden.
Testet, ob alle Pflicht-Konfigurationswerte angegeben wurden. Es wird ein CheckResult mit weiteren
Informationen zurückgegeben, falls fehlende Werte gefunden wurden. Fehlen keine Werte, wird NULL
zurückgegeben.
Test-ConfigurationValue [<CommonParameters>]
The output type is the type of the objects that the cmdlet emits.
Test-TestSystemUsageConfigurationValue