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

New-DSFolder

Synopsis

Create a new folder in a vault

Syntax

__AllParameterSets

New-DSFolder [-VaultID] <guid> [-Name] <string> [[-Description] <string>] [[-Domain] <string>]
 [[-Username] <string>] [[-Password] <string>] [[-Keywords] <string[]>] [[-Group] <string>]
 [[-CheckOutMode] <CheckOutMode>] [[-CheckOutCommentMode] <CheckOutCommentMode>] [-AsLegacyResponse]
 [<CommonParameters>]

Description

Create a new folder in the specified vault

Parameters

-AsLegacyResponse

In versions prior to 2024.2, many DS cmdlets returned a ServerResponse object. Enabling this backward compatibility switch allows scripts developed for earlier versions to function correctly.

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: ''

-CheckOutCommentMode

How the checkout comment mode is set.

-CheckOutMode

How the checkout mode is set.

-Description

Description of the folder

-Domain

Domain of the folder

-Group

Group where the folder will be created

-Keywords

Tags of the folder

-Name

Name of the folder

-Password

Password of the folder

-Username

Username of the folder

-VaultID

ID of the vault where the folder will be created

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-DSFolder -detailed". For technical information, type "Get-Help New-DSFolder -full".

Last updated

Was this helpful?