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

Remove-DSEntry

Sintesi

Rimuove una voce specificata dal database.

Sintassi

__AllParameterSets

Remove-DSEntry -EntryID <guid> [-AsLegacyResponse] [<CommonParameters>]

Descrizione

Rimuove dal database una voce specificata tramite il suo ID.

Esempi

PS C:\> Remove-DSEntry -EntrID $id

Elimina la voce il cui ID è memorizzato in $id

Parametri

-AsLegacyResponse

Nelle versioni precedenti alla 2024.2, molti cmdlet DS restituivano un oggetto ServerResponse. L'attivazione di questo switch di compatibilità retroattiva consente agli script sviluppati per le versioni precedenti di funzionare correttamente.

Type: System.Management.Automation.SwitchParameter
DefaultValue: ''
SupportsWildcards: false
Aliases: []
ParameterSets:
- Name: (All)
  Position: Named
  IsRequired: false
  ValueFromPipeline: false
  ValueFromPipelineByPropertyName: false
  ValueFromRemainingArguments: false
DontShow: false
AcceptedValues: []
HelpMessage: ''

-EntryID

ID della voce da eliminare

CommonParameters

Questo cmdlet supporta i parametri comuni: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction e -WarningVariable. Per maggiori informazioni, consulti about_CommonParameters.

Note

Per maggiori informazioni, digiti "Get-Help Remove-DSEntry -detailed". Per informazioni tecniche, digiti "Get-Help Remove-DSEntry -full".

Ultimo aggiornamento

È stato utile?