< Back
New-DOrganizationalUnit
Post
NAME New-DOrganizationalUnit
SYNOPSIS
Creates a new OU in Delegate365.
SYNTAX
New-DOrganizationalUnit [-Name] <string> [<CommonParameters>]
DESCRIPTION
New-DOrganizationalUnit creates a new OU in Delegate365. Organizational Units (OUs) are used as container to allow
delegated management within Delegate365. The output shows the created OU object. Once the OU has been created, it
can be used for any assignments.
PARAMETERS
-Name <string>
The name of the new OU is required.
Required? true
Position? 0
Default value
Accept pipeline input? false
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
Delegate365.Api.Core.Models.OrganizationalUnit
---------- EXAMPLE 1 ----------
New-DOrganizationalUnit -Name 'New York'
For creating a new OU, a name is required.
RELATED LINKS
Delegate365 support https://support.delegate365.com/
SYNOPSIS
Creates a new OU in Delegate365.
SYNTAX
New-DOrganizationalUnit [-Name] <string> [<CommonParameters>]
DESCRIPTION
New-DOrganizationalUnit creates a new OU in Delegate365. Organizational Units (OUs) are used as container to allow
delegated management within Delegate365. The output shows the created OU object. Once the OU has been created, it
can be used for any assignments.
PARAMETERS
-Name <string>
The name of the new OU is required.
Required? true
Position? 0
Default value
Accept pipeline input? false
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
Delegate365.Api.Core.Models.OrganizationalUnit
---------- EXAMPLE 1 ----------
New-DOrganizationalUnit -Name 'New York'
For creating a new OU, a name is required.
RELATED LINKS
Delegate365 support https://support.delegate365.com/