New-ADFSOrganization
Creates a new organization information object.
PowerShell
New-ADFSOrganization
-DisplayName <String>
-OrganizationUrl <Uri>
[-Name <String>]
[<CommonParameters>]
The New-ADFSOrganization cmdlet creates a new information object for an organization in Active Directory Federation Services (AD FS) 2.0 .
PowerShell
C:\PS>New-ADFSOrganization -DisplayName Fabrikam -OrganizationUrl http://fabrikam.com
Description
Adds a new organization named Fabrikam in the Federation Service.
Specifies the display name of the organization.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Specifies the name of the organization.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Specifies the URL of the organization.
Type: | Uri |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
None
Microsoft.IdentityServer.PowerShell.Resources.Organization
A class structure that represents the organization object for the Federation Service.
- You can publish this information by using the Set-ADFSProperties cmdlet.