Schleupen.CS.PI.DP.Client

Syntax

Clear-PackageRepository [<CommonParameters>]

Syntax

Get-IISTempDirectory [<CommonParameters>]

Syntax

Get-PackageRepositoryPath [<CommonParameters>]

Syntax

Get-SqlServerName [<CommonParameters>]

Syntax

Remove-AppFabricDatabases [[-HostName] <String>] [[-DatabasePostfix] <String>] [[-DatabasePrefix] 
<String>] [[-Credential] <String>] [-WhatIf] [-Confirm] [<CommonParameters>]

Parameters

Name Alias Description Required? Pipeline Input Default Value
-HostName Der Rechnername des SQL Server false false
-DatabasePostfix Postfix für die Datenbanknamen false false
-DatabasePrefix Prefix für die Datenbanknamen false false
-Credential Benutzer für die SQL Authentifizierung false false
-WhatIf wi false false
-Confirm cf false false

Examples

BEISPIEL 1
Remove-AppFabricDatabases
Löscht die AppFabric Datenbanken
BEISPIEL 2
Remove-AppFabricDatabases -HostName DBS01ZITD\ZITD01 -DatabasePostfix "_CRA"
Löscht die AppFabric-Datenbanken (mit Postfix _CRA) auf dem Datenbankserver DBS01ZITD\ZITD01.

Top of page

Syntax

Restart-CSServices [-RecycleWindowsServices] [-RecycleAppPools] [<CommonParameters>]

Parameters

Name Alias Description Required? Pipeline Input Default Value
-RecycleWindowsServices false false False
-RecycleAppPools false false False

Examples

BEISPIEL 1
Restart-CSServices -RecycleWindowsServices -RecycleAppPools

Top of page

Syntax

Set-AppFabricConfiguration [[-HostName] <String>] [[-DatabasePostfix] <String>] [[-DatabasePrefix] 
<String>] [[-Credential] <PSCredential>] [[-AdminGroup] <String>] [[-ReaderGroup] <String>] 
[[-UserGroup] <String>] [[-EventCollectionServiceCredential] <PSCredential>] 
[[-WorkflowManagementServiceCredential] <PSCredential>] [<CommonParameters>]

Parameters

Name Alias Description Required? Pipeline Input Default Value
-HostName Der Rechnername des SQL-Servers false false
-DatabasePostfix Postfix für die Datenbanknamen false false
-DatabasePrefix Präfix für die Datenbanknamen false false
-Credential (nicht verwendet/nicht im Einsatz) false false
-AdminGroup Domänengruppe, die Adminrechte für AppFabric bekommen soll false false
-ReaderGroup Domänengruppe, die Leserechte für AppFabric bekommen soll false false
-UserGroup Domänengruppe, die Appfabric nutzen/verwenden soll und entsprechende Verwendungsrechte bekommen
soll
false false
-EventCollectionServiceCredential false false
-WorkflowManagementServiceCredential false false

Examples

BEISPIEL 1
Set-AppFabricConfiguration
Konfiguriert den Persistenzspeicher (Datenbank für AppFabric AppFabricPersistence) und den Überwachungsspeicher (Datenbank für AppFabric AppFabricMonitoring) auf dem Datenbankserver RASCCHRV1\SQLEXPRESS. Hierzu wird der sa DB Benutzer samt Default Passwort verwendet. Die AdminGroup ist SCHLEUPEN-AG\AppFabric_Admins. Die ReaderGroup ist SCHLEUPEN-AG\AppFabric_Observers. Der verwendete User ist SCHLEUPEN-AG\CS_Applikation.
BEISPIEL 2
Set-AppFabricConfiguration -HostName DBS01ZITD\ZITD01 -DatabasePostfix "_CRA" -AdminGroup "AppFabric_Admins" -ReaderGroup "AppFabric_Observers" -UserGroup "CS_Applikation"
Konfiguriert den Persistenzspeicher (Datenbank für AppFabric AppFabricPersistence_CRA) und den Überwachungsspeicher (Datenbank für AppFabric AppFabricMonitoring_CRA) auf dem Datenbankserver DBS01ZITD\ZITD01. Hierzu wird der sa DB Benutzer samt Default Passwort verwendet. Die AdminGroup ist AppFabric_Admins. Die ReaderGroup ist AppFabric_Observers. Der verwendete User ist CS_Applikation. (Beispiel für die Verwendung ohne Domäne)

Top of page

Syntax

Set-AppFabricPermissions [[-ApplicationUserName] <String>] [[-Credential] <PSCredential>] 
[<CommonParameters>]

Parameters

Name Alias Description Required? Pipeline Input Default Value
-ApplicationUserName Der Name des Benutzerkontos, in der Regel [myDomain]\CS_Applikation oder myDomain\CS_Monitoring false false
-Credential (Parameter wird nicht verwendet/nicht ausgewertet) false false

Examples

BEISPIEL 1
Set-AppFabricPermissions -ApplicationUserName "SCHLEUPEN-AG\CS_Applikation"
Set-AppFabricPermissions -ApplicationUserName "SCHLEUPEN-AG\CS_Monitoring"

Top of page

Parameters

Name Alias Description Required? Pipeline Input Default Value
-DeploymentRoles Keine false false
-HostName Keine false false

Syntax

Set-IISTempDirectory [-directory] <String> [<CommonParameters>]

Parameters

Name Alias Description Required? Pipeline Input Default Value
-directory Verzeichnis, das verwendet werden soll. true false

Syntax

Add-AssignedProcessPackage [-Identifiers] <String[]> [[-ReplaceExisting] <SwitchParameter>] 
[-InformationAction <ActionPreference>] [-InformationVariable <String>] [<CommonParameters>]

Parameters

Name Alias Description Required? Pipeline Input Default Value
-Identifiers Namen der zuzuweisenden Prozesspakete (durch Kommata getrennt). true true (ByValue)
-InformationAction infa false false
-InformationVariable iv false false
-ReplaceExisting false false

Examples

Add-AssignedProcessPackage
PS C:\> New-AssignedProcessPackage -Identifiers bill.lief,dash.lief
Dem System werden die Prozesspakete "bill.lief" und "dash.lief" zugeordnet.

Top of page

Syntax

Add-HostToDeploymentRole [-DeploymentHost] <Host> [-DeploymentRole] <DeploymentRole> 
[-InformationAction <ActionPreference>] [-InformationVariable <String>] [<CommonParameters>]

Parameters

Name Alias Description Required? Pipeline Input Default Value
-DeploymentHost Host Der Host. true true (ByValue)
-DeploymentRole Die Deployment Rolle. true true (ByValue)
-InformationAction infa false false
-InformationVariable iv false false

Parameters

Name Alias Description Required? Pipeline Input Default Value
-Confirm cf false false
-WhatIf wi false false

Parameters

Name Alias Description Required? Pipeline Input Default Value
-CertificateFile Keine Pfad/Dateiname auf Zertifikatsdatei zum Speichern im Windows-Zertifikatsspeicher false false
-SkipWhenNotInDatabase Keine Aktion übergehen, falls in der Datenbank kein Zertifikat exisitert false false

Syntax

Install-CSAlePackage [-PackagePath] <String> [-Force <SwitchParameter>] [-InformationAction 
<ActionPreference>] [-InformationVariable <String>] [<CommonParameters>]

Parameters

Name Alias Description Required? Pipeline Input Default Value
-PackagePath Der Pfad zum Ale Paket. true true (ByValue)
-InformationAction infa false false
-InformationVariable iv false false
-Force false false

Examples

Ale Paket installieren
PS C:\> Install-CSAlePackage -PackagePath .\MyPackage.ale
Installiert das Package .\MyPackage.ale.

Top of page

Syntax

Invoke-CSConfigurationScript [[-Name] <String>] [-Force <SwitchParameter>] [-InformationAction 
<ActionPreference>] [-InformationVariable <String>] [-WhatIf <SwitchParameter>] [-Confirm 
<SwitchParameter>] [<CommonParameters>]

Invoke-CSConfigurationScript [[-Name] <String>] [-ElementId] <Guid> [-Force <SwitchParameter>] 
[-InformationAction <ActionPreference>] [-InformationVariable <String>] [-WhatIf 
<SwitchParameter>] [-Confirm <SwitchParameter>] [<CommonParameters>]

Invoke-CSConfigurationScript [[-Name] <String>] [-ElementTypeId] <Guid> [-Force <SwitchParameter>] 
[-InformationAction <ActionPreference>] [-InformationVariable <String>] [-WhatIf 
<SwitchParameter>] [-Confirm <SwitchParameter>] [<CommonParameters>]

Invoke-CSConfigurationScript [-ServiceImplementationGroup] <String> [-Force <SwitchParameter>] 
[-InformationAction <ActionPreference>] [-InformationVariable <String>] [-WhatIf 
<SwitchParameter>] [-Confirm <SwitchParameter>] [<CommonParameters>]

Invoke-CSConfigurationScript [-ServiceImplementationGroup] <String> [-ElementId] <Guid> [-Force 
<SwitchParameter>] [-InformationAction <ActionPreference>] [-InformationVariable <String>] 
[-WhatIf <SwitchParameter>] [-Confirm <SwitchParameter>] [<CommonParameters>]

Invoke-CSConfigurationScript [-ServiceImplementationGroup] <String> [-ElementTypeId] <Guid> 
[-Force <SwitchParameter>] [-InformationAction <ActionPreference>] [-InformationVariable <String>] 
[-WhatIf <SwitchParameter>] [-Confirm <SwitchParameter>] [<CommonParameters>]

Parameters

Name Alias Description Required? Pipeline Input Default Value
-Name Name des Konfigurationsskripts, das ausgeführt werden soll. Wird NULL übergeben, so werden alle
Konfigurationsskripte ausgeführt.
false true (ByValue)
-WhatIf wi false false
-Confirm cf false false
-Force Gibt an, dass die Ausführung auch erfolgen soll, wenn das Konfigurationsskript bereits ausgeführt
wurde.
false false
-ServiceImplementationGroup Name des Serviceimplementierungsgruppe, deren Konfigurationsskripte ausgeführt werden sollen. true true (ByValue)
-ElementId Id des Systemstrukturelements für das die Konfigurationsskripte ausgeführt werden sollen. true true (ByValue)
-ElementTypeId Id des Systemstrukturelementtyps für den die Konfigurationsskripte ausgeführt werden sollen. true true (ByValue)
-InformationAction infa false false
-InformationVariable iv false false

Examples

Alle Konfigurationsskripte ausführen
PS C:\> Invoke-CSConfigurationScript
Führt alle dem System bekannten Konfigurationsskripte aus.
Bestimmtes Konfigurationsskript ausführen
PS C:\> Invoke-CSConfigurationScript -Name Schleupen.CS.PI.BPE.CreateTaskTypes_3.2
Führt das Konfigurationsskript Schleupen.CS.PI.BPE.CreateTaskTypes_3.2 aus.
Konfigurationsskripte für ein bestimmtes Element ausführen
PS C:\> Invoke-CSConfigurationScript -ElementId 6d3ec60a-0788-44ad-8f03-180d4d0452da
Führt die Konfigurationsskripte für das Element mit der Id '6d3ec60a-0788-44ad-8f03-180d4d0452da' aus.
Konfigurationsskripte für alle Elemente eines bestimmten ElementTyps ausführen
PS C:\> 
Invoke-CSConfigurationScript -ElementTypeId 41f0b132-a412-4a7b-bd8d-6ca2054cab20
Führt die Konfigurationsskripte für alle Elemente des ElementTyps mit der Id '41f0b132-a412-4a7b-bd8d-6ca2054cab20' aus.
Konfigurationsskripte einer bestimmten Serviceimplementierungsgruppe ausführen
PS C:\> Invoke-CSConfigurationScript -ServiceImplementationGroup Schleupen.CS.PI.BPE
Führt die Konfigurationsskripte der Serviceimplementierungsgruppe 'Schleupen.CS.PI.BPE' aus.

Top of page

Syntax

New-CSDatabaseServer [-Name] <String> [-Credential] <PSCredential> [-InformationAction 
<ActionPreference>] [-InformationVariable <String>] [-WhatIf <SwitchParameter>] [-Confirm 
<SwitchParameter>] [<CommonParameters>]

New-CSDatabaseServer [-Name] <String> [-Username] <String> [-PasswordPath] <String> 
[-InformationAction <ActionPreference>] [-InformationVariable <String>] [-WhatIf 
<SwitchParameter>] [-Confirm <SwitchParameter>] [<CommonParameters>]

Parameters

Name Alias Description Required? Pipeline Input Default Value
-Name Name des Datenbankservers. true true (ByValue)
-Credential Benutzername/Passwort für den administrativen Zugriff. true true (ByValue)
-WhatIf wi false false
-Confirm cf false false
-InformationAction infa false false
-InformationVariable iv false false
-Username true true (ByValue)
-PasswordPath true true (ByValue)

Examples

Erzeugen
PS C:\> $secpasswd = ConvertTo-SecureString 'Geheim123!' -AsPlainText -Force
$credential = New-Object System.Management.Automation.PSCredential('cswa_...', $secpasswd)
New-CSDatabaseServer -Name "mySQLServerHost\mySQLServerInstance" -Credential $credential
Legt einen neuen CSDatabaseServer-Eintrag mit dem zugehörigen Updateaccount 'cswa_...' an.

Top of page

Parameters

Name Alias Description Required? Pipeline Input Default Value
-ArtifactIdentifier Keine Der Bezeichner des zu erzeugenden Secrets. true false
-AuthorizedPrinciples Keine Die zur Entschlüsselung berechtigten Benutzer. true false
-Confirm cf false false
-Description Keine Die Beschreibung des zu erzeugenden Secrets. true false
-Secret Keine Die zu verschlüsselnden Daten. true true (ByValue)
-WhatIf wi false false

Syntax

New-DeploymentRole [-Name] <String> [-InformationAction <ActionPreference>] [-InformationVariable 
<String>] [<CommonParameters>]

New-DeploymentRole [-Name] <String> [-BalancerName] <String> [[-BalancerEndpointIdentity] 
<String>] [-InformationAction <ActionPreference>] [-InformationVariable <String>] 
[<CommonParameters>]

Parameters

Name Alias Description Required? Pipeline Input Default Value
-Name Der Name der Deployment Rolle. true true (ByValue)
-BalancerName Der Name des Balancers. true true (ByValue)
-BalancerEndpointIdentity Die Endpunkt Identität des Balancers. false true (ByValue)
-InformationAction infa false false
-InformationVariable iv false false

Syntax

New-Host [-Name] <String> [[-State] <Nullable`1[HostState]>] [-InformationAction 
<ActionPreference>] [-InformationVariable <String>] [<CommonParameters>]

Parameters

Name Alias Description Required? Pipeline Input Default Value
-Name Der Name des Hosts. true true (ByValue)
-State Der Zustand des Hosts (verfügbar/installierend). false true (ByValue)
-InformationAction infa false false
-InformationVariable iv false false

Syntax

New-PackageRepositoryFolder [-Path] <String> [-InformationAction <ActionPreference>] 
[-InformationVariable <String>] [<CommonParameters>]

Parameters

Name Alias Description Required? Pipeline Input Default Value
-Path true true (ByValue)
-InformationAction infa false false
-InformationVariable iv false false

Syntax

Remove-AssignedProcessPackage [-Identifiers] <String[]> [-InformationAction <ActionPreference>] 
[-InformationVariable <String>] [<CommonParameters>]

Parameters

Name Alias Description Required? Pipeline Input Default Value
-Identifiers Der Name/die Namen der zu entfernenden Prozesspakete. true true (ByValue)
-InformationAction infa false false
-InformationVariable iv false false

Examples

Remove-AssignedProcessPackage
PS C:\> Remove-AssignedProcessPackage -Identifiers bill.lief,dash.lief
Die Zuweisung der Prozesspakete "bill.lief" und "dash.lief" wird aufgehoben.

Top of page

Syntax

Remove-CSDatabaseServer [-Name] <String> [-InformationAction <ActionPreference>] 
[-InformationVariable <String>] [-WhatIf <SwitchParameter>] [-Confirm <SwitchParameter>] 
[<CommonParameters>]

Remove-CSDatabaseServer [-Id] <String> [-InformationAction <ActionPreference>] 
[-InformationVariable <String>] [-WhatIf <SwitchParameter>] [-Confirm <SwitchParameter>] 
[<CommonParameters>]

Remove-CSDatabaseServer [-InputObject] <DatabaseServer> [-InformationAction <ActionPreference>] 
[-InformationVariable <String>] [-WhatIf <SwitchParameter>] [-Confirm <SwitchParameter>] 
[<CommonParameters>]

Parameters

Name Alias Description Required? Pipeline Input Default Value
-Name Name des zu entfernenden Datenbankservers. true true (ByValue)
-WhatIf wi false false
-Confirm cf false false
-Id ID des zu entfernenden Datenbankservers. true true (ByValue)
-InputObject DatabaseServer Der zu entfernende Datenbankservers. true true (ByValue)
-InformationAction infa false false
-InformationVariable iv false false

Examples

Entfernen anhand Id
PS C:\> Remove-CSDatabaseServer -Id "9A34832D-37E1-4728-9599-3B0BB4C50A7D"
Entfernt den Datenbankserver mit der angegebenen Id.
Entfernen anhand des Namens
PS C:\> Remove-CSDatabaseServer -Name "Test"
Entfernt den Datenbankserver mit dem angegebenen Namen.

Top of page

Parameters

Name Alias Description Required? Pipeline Input Default Value
-Confirm cf false false
-Secret Keine Das zu entfernende Secret true true (ByValue)
-WhatIf wi false false

Syntax

Remove-DeploymentRole [-InputObject] <DeploymentRole> [-InformationAction <ActionPreference>] 
[-InformationVariable <String>] [<CommonParameters>]

Parameters

Name Alias Description Required? Pipeline Input Default Value
-InputObject DeploymentRole Die Deployment Rolle. true false
-InformationAction infa false false
-InformationVariable iv false false

Syntax

Remove-Host [-InputObject] <Host> [-InformationAction <ActionPreference>] [-InformationVariable 
<String>] [<CommonParameters>]

Parameters

Name Alias Description Required? Pipeline Input Default Value
-InputObject Host Der Host. true true (ByValue)
-InformationAction infa false false
-InformationVariable iv false false

Syntax

Remove-HostFromDeploymentRole [-DeploymentHost] <Host> [-DeploymentRole] <DeploymentRole> 
[-InformationAction <ActionPreference>] [-InformationVariable <String>] [<CommonParameters>]

Parameters

Name Alias Description Required? Pipeline Input Default Value
-DeploymentHost Host Der Host. true true (ByValue)
-DeploymentRole Die Deployment Rolle. true true (ByValue)
-InformationAction infa false false
-InformationVariable iv false false

Syntax

Remove-PackageRepositoryFolder [-Path] <String> [-InformationAction <ActionPreference>] 
[-InformationVariable <String>] [<CommonParameters>]

Parameters

Name Alias Description Required? Pipeline Input Default Value
-Path true true (ByValue)
-InformationAction infa false false
-InformationVariable iv false false

Syntax

Save-CSDatabaseServer [-InputObject] <DatabaseServer> [-InformationAction <ActionPreference>] 
[-InformationVariable <String>] [-WhatIf <SwitchParameter>] [-Confirm <SwitchParameter>] 
[<CommonParameters>]

Parameters

Name Alias Description Required? Pipeline Input Default Value
-InputObject DatabaseServer Die zu speichernde Datenbank. true true (ByValue)
-WhatIf wi false false
-Confirm cf false false
-InformationAction infa false false
-InformationVariable iv false false

Examples

Speichern
PS C:\> $dbs = Save-CSDatabaseServer $dbs

Top of page

Syntax

Save-DeploymentRole [-DeploymentRole] <DeploymentRole> [-InformationAction <ActionPreference>] 
[-InformationVariable <String>] [<CommonParameters>]

Parameters

Name Alias Description Required? Pipeline Input Default Value
-DeploymentRole Die Deployment Rolle. true false
-InformationAction infa false false
-InformationVariable iv false false

Syntax

Save-Host [-InputObject] <Host> [-InformationAction <ActionPreference>] [-InformationVariable 
<String>] [<CommonParameters>]

Parameters

Name Alias Description Required? Pipeline Input Default Value
-InputObject Host Der zu speichernde Host. true false
-InformationAction infa false false
-InformationVariable iv false false

Syntax

Select-AssignedProcessPackage [-InformationAction <ActionPreference>] [-InformationVariable 
<String>] [<CommonParameters>]

Parameters

Name Alias Description Required? Pipeline Input Default Value
-InformationAction infa false false
-InformationVariable iv false false

Examples

Select-AssignedProcessPackage
PS C:\> Select-AssignedProcessPackage
Es wird die Liste der Prozesspakete ermittelt, die dem System zugewiesen sind.

Top of page

Syntax

Select-CSConfigurationScript [[-Name] <String>] [-IncludeUnavailable <SwitchParameter>] 
[-InformationAction <ActionPreference>] [-InformationVariable <String>] [<CommonParameters>]

Parameters

Name Alias Description Required? Pipeline Input Default Value
-Name Filtermöglichkeit anhand des Namens. false true (ByValue)
-IncludeUnavailable Selektiert zusätzlich bereits verarbeitete Konfigurationsskripte, die aktuell aber noch
nicht/nicht mehr installiert sind.
false false
-InformationAction infa false false
-InformationVariable iv false false

Examples

Alle abfragen
PS C:\> Select-CSConfigurationScript
Liefert alle bekannten Konfigurationsskripte.
Abfragen anhand des Namens
PS C:\> Select-CSConfigurationScript -Name Schleupen.CS.PI.*
Liefert alle bekannten Konfigurationsskripte anhand des Namens.

Top of page

Syntax

Select-CSDatabaseServer [-InformationAction <ActionPreference>] [-InformationVariable <String>] 
[<CommonParameters>]

Select-CSDatabaseServer [[-Id] <String>] [-InformationAction <ActionPreference>] 
[-InformationVariable <String>] [<CommonParameters>]

Select-CSDatabaseServer [[-Name] <String>] [-InformationAction <ActionPreference>] 
[-InformationVariable <String>] [<CommonParameters>]

Parameters

Name Alias Description Required? Pipeline Input Default Value
-Id Id des Datenbankservers. false true (ByPropertyName)
-Name Name des Datenbankservers. false true (ByPropertyName)
-InformationAction infa false false
-InformationVariable iv false false

Examples

Alle suchen
PS C:\> Select-CSDatabaseServer -Name Test
Liefert alle existierenden Datenbankserver.
Anhand der ID suchen
PS C:\> Select-CSDatabaseServer -Id Test C19798FB-F9E2-4FCC-8C5D-52032AF20DC0
Liefert den Datenbankserver mit der angegebenen ID.

Top of page

Parameters

Name Alias Description Required? Pipeline Input Default Value
-Confirm cf false false
-WhatIf wi false false

Syntax

Select-CSSystemInstallation [-InformationAction <ActionPreference>] [-InformationVariable 
<String>] [-WhatIf <SwitchParameter>] [-Confirm <SwitchParameter>] [<CommonParameters>]

Parameters

Name Alias Description Required? Pipeline Input Default Value
-InformationAction infa false false
-InformationVariable iv false false
-WhatIf wi false false
-Confirm cf false false

Syntax

Select-DeploymentRole [[-Name] <String>] [-InformationAction <ActionPreference>] 
[-InformationVariable <String>] [<CommonParameters>]

Parameters

Name Alias Description Required? Pipeline Input Default Value
-Name Der Name einer Deployment Rolle. false true (ByValue)
-InformationAction infa false false
-InformationVariable iv false false

Syntax

Select-Host [[-Name] <String>] [-InformationAction <ActionPreference>] [-InformationVariable 
<String>] [<CommonParameters>]

Parameters

Name Alias Description Required? Pipeline Input Default Value
-Name Der Name des Hosts. false true (ByValue)
-InformationAction infa false false
-InformationVariable iv false false

Syntax

Set-CSSystemInstallation [-InstallState] <SystemInstallState> [-Force <SwitchParameter>] 
[-InformationAction <ActionPreference>] [-InformationVariable <String>] [-WhatIf 
<SwitchParameter>] [-Confirm <SwitchParameter>] [<CommonParameters>]

Parameters

Name Alias Description Required? Pipeline Input Default Value
-InstallState true true (ByValue)
-Force false false
-InformationAction infa false false
-InformationVariable iv false false
-WhatIf wi false false
-Confirm cf false false

Parameters

Name Alias Description Required? Pipeline Input Default Value
-Confirm cf false false
-Force Keine Ermöglich die nachträgliche Änderung des Systemtyps/Systemnamen false false
-Name Keine false true (ByValue)
-Type Keine false true (ByValue)
-WhatIf wi false false

Syntax

Set-Host [-Name] <String> [-State] <Nullable`1[HostState]> [-Force <SwitchParameter>] 
[-InformationAction <ActionPreference>] [-InformationVariable <String>] [-WhatIf 
<SwitchParameter>] [-Confirm <SwitchParameter>] [<CommonParameters>]

Set-Host [-Name] <String> [-State] <Nullable`1[HostState]> [-InstalledRelease] <String> [-Force 
<SwitchParameter>] [-InformationAction <ActionPreference>] [-InformationVariable <String>] 
[-WhatIf <SwitchParameter>] [-Confirm <SwitchParameter>] [<CommonParameters>]

Set-Host [-Name] <String> [-InstalledRelease] <String> [-InformationAction <ActionPreference>] 
[-InformationVariable <String>] [-WhatIf <SwitchParameter>] [-Confirm <SwitchParameter>] 
[<CommonParameters>]

Parameters

Name Alias Description Required? Pipeline Input Default Value
-Name Der Name des Hosts. true true (ByValue)
-WhatIf wi false false
-Confirm cf false false
-State true true (ByValue)
-InstalledRelease true true (ByValue)
-InformationAction infa false false
-InformationVariable iv false false
-Force false false

Syntax

Set-Privilege [-Privilege] <String> [-User] <String> [-Grant] <SwitchParameter> 
[-InformationAction <ActionPreference>] [-InformationVariable <String>] [-WhatIf 
<SwitchParameter>] [-Confirm <SwitchParameter>] [<CommonParameters>]

Set-Privilege [-Privilege] <String> [-User] <String> [-Revoke] <SwitchParameter> 
[-InformationAction <ActionPreference>] [-InformationVariable <String>] [-WhatIf 
<SwitchParameter>] [-Confirm <SwitchParameter>] [<CommonParameters>]

Parameters

Name Alias Description Required? Pipeline Input Default Value
-Privilege Berechtigung, die gewährt oder entzogen werden soll. true false
-User Benutzer, für den die Berechtigung geändert werden soll. true false
-Grant Angabe, dass die Berechtigung gewährt wird. true false
-WhatIf wi false false
-Confirm cf false false
-Revoke Angabe, dass die Berechtigung entzogen wird. true false
-InformationAction infa false false
-InformationVariable iv false false

Examples

Gewähren
PS C:\> Set-Privilege -User hans.wurst -Privilege "SeServiceLogonRight" -Grant
Gewährt dem angegebenen Benutzer das angegebene Recht.
Entziehen
PS C:\> Set-Privilege -User hans.wurst -Privilege "SeServiceLogonRight" -Revoke
Gewähren

Top of page

Parameters

Name Alias Description Required? Pipeline Input Default Value
-CertificateFile Keine Pfad/Dateiname auf Zertifikatsdatei zum Speichern in der Infrastrukturdatenbank true false

Syntax

Sync-CSDatabaseSchema [[-DatabaseId] <Guid>] [[-Name] <String>] [-InformationAction 
<ActionPreference>] [-InformationVariable <String>] [<CommonParameters>]

Parameters

Name Alias Description Required? Pipeline Input Default Value
-Name Name des Schemas, das eingespielt werden soll. Es werden alle Schemas verwendet, falls NULL
übergeben wird.
false true (ByValue)
-InformationAction infa false false
-InformationVariable iv false false
-DatabaseId false true (ByValue)

Examples

Alle Schemas in allen Datenbank aktualisieren
PS C:\> Sync-CSDatabaseSchema
Aktualisiert alle Schemas in allen Datenbanken.
Ein Schema in allen Datenbanken aktualisieren
PS C:\> Sync-CSDatabaseSchema -Name "SB"
Aktualisiert das angegebene Schema in allen Datenbanken.

Top of page

Syntax

Sync-DeferredCSDatabaseSchema [-InformationAction <ActionPreference>] [-InformationVariable 
<String>] [-WhatIf <SwitchParameter>] [-Confirm <SwitchParameter>] [<CommonParameters>]

Parameters

Name Alias Description Required? Pipeline Input Default Value
-InformationAction infa false false
-InformationVariable iv false false
-WhatIf wi false false
-Confirm cf false false

Syntax

Update-CSHost -PackagePool <String> -ReleaseFile <String> -Prozesspaket <String> 
-ProzesspaketKonfigurationsdatei <String> [-EnforceAddServiceImplementationGroups 
<SwitchParameter>] [-InformationAction <ActionPreference>] [-InformationVariable <String>] 
[<CommonParameters>]

Parameters

Name Alias Description Required? Pipeline Input Default Value
-PackagePool true false
-ReleaseFile true false
-Prozesspaket true false
-ProzesspaketKonfigurationsdatei true false
-EnforceAddServiceImplementationGroups false false
-InformationAction infa false false
-InformationVariable iv false false