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

New-DSPamScanConfiguration

Syntax

__AllParameterSets

New-DSPamScanConfiguration [-Name] <string> [-Type] <InventoryScanType> [-Provider] <PamProvider>
 [-FrequencyUnits <InventoryScanFrequencyUnits>] [-FrequencyValue <int>] [-Start <datetime>]
 [-ScanNow] [-PassThru] [<CommonParameters>]

Parameters

-FrequencyUnits

Frequecy unit for the recurrence

Type: Devolutions.Server.ApiWrapper.Models.NetworkDiscovery.Enums.InventoryScanFrequencyUnits
DefaultValue: ''
SupportsWildcards: false
Aliases: []
ParameterSets:
- Name: (All)
  Position: Named
  IsRequired: false
  ValueFromPipeline: false
  ValueFromPipelineByPropertyName: false
  ValueFromRemainingArguments: false
DontShow: false
AcceptedValues: []
HelpMessage: ''

-FrequencyValue

Frequecy value for the recurrence

-Name

Name of the scan

-PassThru

Obtain the account discovery configuration object

-Provider

Provider obtained from Get-DSPamProvider

-ScanNow

Start scan on save

-Start

Start date time of the scan for the recurrence

-Type

Account discovery configuration type

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

Notes

For more information, type "Get-Help New-DSPamScanConfiguration -detailed". For technical information, type "Get-Help New-DSPamScanConfiguration -full".

Last updated

Was this helpful?