New-ADFSOrganization

New-ADFSOrganization

Creates a new organization information object.

Syntax

New-ADFSOrganization -DisplayName <string[]> -OrganizationUrl <Uri[]> [-Name <string[]>] [<CommonParameters>]
  • DisplayName

  • OrganizationUrl

  • Name

Detailed Description

The New-ADFSOrganization cmdlet creates a new information object for an organization in Active Directory Federation Services (AD FS) 2.0 .

Parameters

DisplayName

Specifies the display name of the organization.

Default Value: **

Data Type: string[]

Attributes

Name Value PSMAML Attribute

Required?

true

required

Variable Length?

true

variableLength

Accept wildcard characters?

false

globbing

Accept Pipeline Input?

false

pipelineInput

Position?

named

position

Value Attributes

Name Value PSMAML Attribute

Required?

true

required

Variable Length?

true

variableLength

Name

Specifies the name of the organization.

Default Value: **

Data Type: string[]

Attributes

Name Value PSMAML Attribute

Required?

false

required

Variable Length?

true

variableLength

Accept wildcard characters?

false

globbing

Accept Pipeline Input?

false

pipelineInput

Position?

named

position

Value Attributes

Name Value PSMAML Attribute

Required?

true

required

Variable Length?

true

variableLength

OrganizationUrl

Specifies the URL of the organization.

Default Value: **

Data Type: Uri[]

Attributes

Name Value PSMAML Attribute

Required?

true

required

Variable Length?

true

variableLength

Accept wildcard characters?

false

globbing

Accept Pipeline Input?

false

pipelineInput

Position?

named

position

Value Attributes

Name Value PSMAML Attribute

Required?

true

required

Variable Length?

true

variableLength

Input Type

None

Return Type

Microsoft.IdentityServer.PowerShell.Resources.Organization

A class structure that represents the organization object for the Federation Service.

Notes

  • You can publish this information by using the Set-ADFSProperties cmdlet.

Examples

-------------------------- EXAMPLE 1 --------------------------

Command Prompt: C:\PS>

 
New-ADFSOrganization -DisplayName Fabrikam -OrganizationUrl https://fabrikam.com                        

Description

-----------

Adds a new organization named Fabrikam in the Federation Service.

See Also

Reference

Get-ADFSProperties
Set-ADFSProperties

Other Resources

Online version: