Import-DSPamScanResult
Synopsis
Syntaxe
Reset
Import-DSPamScanResult [-ScanResult] <PSScanResult[]> [-Provider] <PamProvider> [-FolderID] <guid>
[-ResetPasswordOnImport] [-ResetPasswordOnCheckIn] [<CommonParameters>]Unmanaged
Import-DSPamScanResult [-ScanResult] <PSScanResult[]> [-Provider] <PamProvider> [-FolderID] <guid>
-Unmanaged [-UnmanagedAction <UnmanagedImportAction>] [<CommonParameters>]Description
Exemples
PS C:\> $providerID = 'the-desired-pam-provider-ID'
$folderID = 'the-desired-pam-vault-or-folder-ID'
$configuration = Get-DSPamScanConfiguration -LiteralName 'ScanA';
$toImport = Get-DSPamScanResult -InputObject $configuration -Filter '@domain.net' -ExcludedManaged;
$providerResult = Get-DSPamProvider
$provider = $providerResult.Data | Where -Property ID -eq $providerID
$importResult = Import-DSPamScanResult -ScanResult $toImport -Provider $provider -FolderID $folderIDParamètres
-FolderID
-Provider
-ResetPasswordOnCheckIn
-ResetPasswordOnImport
-ScanResult
-Unmanaged
-UnmanagedAction
CommonParameters
Notes
Mis à jour
Ce contenu vous a-t-il été utile ?