For the complete documentation index, see llms.txt. This page is also available as Markdown.

Get-DSAccountLifecyclePolicy

Zusammenfassung

Kontolebenszyklus-Richtlinien abrufen.

Syntax

__AllParameterSets

Get-DSAccountLifecyclePolicy [-Name <string>] [<CommonParameters>]

Beschreibung

Eine oder mehrere Kontolebenszyklus-Richtlinien abrufen.

Beispiele

Beispiel 1

PS C:\> $customPolicy = Get-DSAccountLifecyclePolicy -Name "My Custom Policy"
PS C:\> $policy = New-DSAccountLifecyclePolicyInfo -PolicyID $customPolicy.ID
PS C:\> New-DSPamProvider -Name "MyProvider" -CredentialType DomainUser -DomainName "mydomain.loc" -Username "admin" -Password "P@ssw0rd" -AccountLifecyclePolicy $policy

Erstellen Sie einen PAM-Anbieter unter Verwendung einer bestehenden Kontolebenszyklus-Richtlinie. Die Quelle wird automatisch auf "Custom" gesetzt.

Parameter

-Name

Name der abzurufenden Kontolebenszyklus-Richtlinie.

CommonParameters

Dieses Cmdlet unterstützt die allgemeinen Parameter: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction und -WarningVariable. Weitere Informationen finden Sie unter about_CommonParameters.

Ausgaben

Devolutions.RemoteDesktopManager.Business.AccountLifecyclePolicy

Hinweise

Für weitere Informationen geben Sie "Get-Help Get-DSAccountLifecyclePolicy -detailed" ein. Für technische Informationen geben Sie "Get-Help Get-DSAccountLifecyclePolicy -full" ein.

Zuletzt aktualisiert

War das hilfreich?