diff --git a/docset/windows/adfs/get-adfsapplicationgroup.md b/docset/windows/adfs/get-adfsapplicationgroup.md index 21b02604ae..9a4cd8b49c 100644 --- a/docset/windows/adfs/get-adfsapplicationgroup.md +++ b/docset/windows/adfs/get-adfsapplicationgroup.md @@ -1,26 +1,13 @@ --- -ms.mktglfcycl: manage -ms.sitesec: library -ms.author: brianlic -author: brianlic-msft -description: Use this topic to help manage Windows and Windows Server technologies with Windows PowerShell. external help file: Microsoft.IdentityServer.Management.dll-Help.xml -keywords: powershell, cmdlet -manager: alanth -ms.date: 2016-12-20 -ms.prod: w10 -ms.technology: powershell-windows -ms.topic: reference online version: schema: 2.0.0 -title: Get-AdfsApplicationGroup -ms.assetid: 592B5570-5A73-48AB-B438-68E7BDD299FE --- # Get-AdfsApplicationGroup ## SYNOPSIS -Gets an application group. +{{Fill in the Synopsis}} ## SYNTAX @@ -40,15 +27,21 @@ Get-AdfsApplicationGroup [-ApplicationGroup] [ {{ Add example code here }} +``` + +{{ Add example description here }} ## PARAMETERS ### -ApplicationGroup -Specifies an application group. +{{Fill ApplicationGroup Description}} ```yaml Type: ApplicationGroup @@ -63,7 +56,7 @@ Accept wildcard characters: False ``` ### -ApplicationGroupIdentifier -Specifies the ID of an application group. +{{Fill ApplicationGroupIdentifier Description}} ```yaml Type: String[] @@ -78,7 +71,7 @@ Accept wildcard characters: False ``` ### -Name -Specifies an array of names of application groups. +{{Fill Name Description}} ```yaml Type: String[] @@ -93,23 +86,18 @@ Accept wildcard characters: False ``` ### CommonParameters -This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216). ## INPUTS +### System.String[] +Microsoft.IdentityServer.Management.Resources.ApplicationGroup + ## OUTPUTS +### System.Object + ## NOTES ## RELATED LINKS -[Disable-AdfsApplicationGroup](./Disable-AdfsApplicationGroup.md) - -[Enable-AdfsApplicationGroup](./Enable-AdfsApplicationGroup.md) - -[New-AdfsApplicationGroup](./New-AdfsApplicationGroup.md) - -[Remove-AdfsApplicationGroup](./Remove-AdfsApplicationGroup.md) - -[Set-AdfsApplicationGroup](./Set-AdfsApplicationGroup.md) - diff --git a/docset/windows/adfs/get-adfsapplicationpermission.md b/docset/windows/adfs/get-adfsapplicationpermission.md index 179ae5f046..5578599672 100644 --- a/docset/windows/adfs/get-adfsapplicationpermission.md +++ b/docset/windows/adfs/get-adfsapplicationpermission.md @@ -1,26 +1,13 @@ --- -ms.mktglfcycl: manage -ms.sitesec: library -ms.author: brianlic -author: brianlic-msft -description: Use this topic to help manage Windows and Windows Server technologies with Windows PowerShell. external help file: Microsoft.IdentityServer.Management.dll-Help.xml -keywords: powershell, cmdlet -manager: alanth -ms.date: 2016-12-20 -ms.prod: w10 -ms.technology: powershell-windows -ms.topic: reference online version: schema: 2.0.0 -title: Get-AdfsApplicationPermission -ms.assetid: EAE924E8-5BC3-4D00-9ED0-96FB35B96420 --- # Get-AdfsApplicationPermission ## SYNOPSIS -Gets permission for an application. +{{Fill in the Synopsis}} ## SYNTAX @@ -40,15 +27,21 @@ Get-AdfsApplicationPermission [[-ServerRoleIdentifiers] ] [ {{ Add example code here }} +``` + +{{ Add example description here }} ## PARAMETERS ### -ClientRoleIdentifiers -Specifies an array of client role identifiers. +{{Fill ClientRoleIdentifiers Description}} ```yaml Type: String[] @@ -63,7 +56,7 @@ Accept wildcard characters: False ``` ### -Identifiers -Specifies an array of identifiers. +{{Fill Identifiers Description}} ```yaml Type: String[] @@ -78,7 +71,7 @@ Accept wildcard characters: False ``` ### -ServerRoleIdentifiers -Specifies an array of server role identifiers. +{{Fill ServerRoleIdentifiers Description}} ```yaml Type: String[] @@ -93,19 +86,17 @@ Accept wildcard characters: False ``` ### CommonParameters -This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216). ## INPUTS +### System.String[] + ## OUTPUTS +### System.Object + ## NOTES ## RELATED LINKS -[Grant-AdfsApplicationPermission](./Grant-AdfsApplicationPermission.md) - -[Revoke-AdfsApplicationPermission](./Revoke-AdfsApplicationPermission.md) - -[Set-AdfsApplicationPermission](./Set-AdfsApplicationPermission.md) - diff --git a/docset/windows/adfs/get-adfsendpoint.md b/docset/windows/adfs/get-adfsendpoint.md index 659483d1f8..11e404076d 100644 --- a/docset/windows/adfs/get-adfsendpoint.md +++ b/docset/windows/adfs/get-adfsendpoint.md @@ -1,26 +1,13 @@ --- -ms.mktglfcycl: manage -ms.sitesec: library -ms.author: brianlic -author: brianlic-msft -description: Use this topic to help manage Windows and Windows Server technologies with Windows PowerShell. external help file: Microsoft.IdentityServer.Management.dll-Help.xml -keywords: powershell, cmdlet -manager: alanth -ms.date: 2016-12-20 -ms.prod: w10 -ms.technology: powershell-windows -ms.topic: reference online version: schema: 2.0.0 -title: Get-AdfsEndpoint -ms.assetid: 8ECE0D0C-1463-409D-BDE2-4325447FEC46 --- # Get-AdfsEndpoint ## SYNOPSIS -Retrieves an endpoint in AD FS. +{{Fill in the Synopsis}} ## SYNTAX @@ -35,26 +22,21 @@ Get-AdfsEndpoint [-FullUrl] [] ``` ## DESCRIPTION -The **Get-AdfsEndpoint** cmdlet retrieves a specified endpoint from Active Directory Federation Services (AD FS). -The collection of **AdfsEndpoint** objects is a list of all the supported endpoints that are on the server. -You can use this list to view the configuration of endpoints and enable or disable them. -To see the full list of endpoints, use this cmdlet with no parameters. +{{Fill in the Description}} ## EXAMPLES -### Example 1: Get an endpoint +### Example 1 ``` -PS C:\> Get-AdfsEndpoint -AddressPath "/adfs/services/trust/13/Windows" +PS C:\> {{ Add example code here }} ``` -This command gets the WS-Trust 1.3 endpoint. +{{ Add example description here }} ## PARAMETERS ### -AddressPath -Specifies an array of address paths that do not include the AD FS service name. -The cmdlet gets endpoints that correspond to the paths that you specify. -An example of such a path is /adfs/portal/updatepassword. +{{Fill AddressPath Description}} ```yaml Type: String[] @@ -69,7 +51,7 @@ Accept wildcard characters: False ``` ### -FullUrl -Specifies the full URL of the endpoint to retrieve. +{{Fill FullUrl Description}} ```yaml Type: Uri[] @@ -84,25 +66,18 @@ Accept wildcard characters: False ``` ### CommonParameters -This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216). ## INPUTS -### None +### System.String[] +System.Uri[] ## OUTPUTS -### Microsoft.IdentityServer.PowerShell.Resources.Endpoint -This cmdlet returns class structure that represents the endpoints for the Federation Service. +### System.Object ## NOTES -* Endpoints provide access to the federation server functionality of AD FS, such as token issuance and the publication of federation metadata. Depending on the type of endpoint, you can enable or disable the endpoint or control whether the endpoint is published to Web Application Proxy. ## RELATED LINKS -[Disable-AdfsEndpoint](./Disable-AdfsEndpoint.md) - -[Enable-AdfsEndpoint](./Enable-AdfsEndpoint.md) - -[Set-AdfsEndpoint](./Set-AdfsEndpoint.md) - diff --git a/docset/windows/adfs/get-adfsnativeclientapplication.md b/docset/windows/adfs/get-adfsnativeclientapplication.md index d6a4f134b8..6a2f3a11bf 100644 --- a/docset/windows/adfs/get-adfsnativeclientapplication.md +++ b/docset/windows/adfs/get-adfsnativeclientapplication.md @@ -1,26 +1,13 @@ --- -ms.mktglfcycl: manage -ms.sitesec: library -ms.author: brianlic -author: brianlic-msft -description: Use this topic to help manage Windows and Windows Server technologies with Windows PowerShell. external help file: Microsoft.IdentityServer.Management.dll-Help.xml -keywords: powershell, cmdlet -manager: alanth -ms.date: 2016-12-20 -ms.prod: w10 -ms.technology: powershell-windows -ms.topic: reference online version: schema: 2.0.0 -title: Get-AdfsNativeClientApplication -ms.assetid: 528740AC-B18F-4201-8178-1C1FFD51994A --- # Get-AdfsNativeClientApplication ## SYNOPSIS -Gets native client application roles from an application in AD FS. +{{Fill in the Synopsis}} ## SYNTAX @@ -50,15 +37,21 @@ Get-AdfsNativeClientApplication [-ApplicationGroup] [ {{ Add example code here }} +``` + +{{ Add example description here }} ## PARAMETERS ### -Application -Specifies the native client application to get. +{{Fill Application Description}} ```yaml Type: NativeClientApplication @@ -73,7 +66,7 @@ Accept wildcard characters: False ``` ### -ApplicationGroup -Specifies the application group from which to get native client applications. +{{Fill ApplicationGroup Description}} ```yaml Type: ApplicationGroup @@ -88,7 +81,7 @@ Accept wildcard characters: False ``` ### -ApplicationGroupIdentifier -Specifies the ID of the application group from which to get native client applications. +{{Fill ApplicationGroupIdentifier Description}} ```yaml Type: String @@ -103,7 +96,7 @@ Accept wildcard characters: False ``` ### -Identifier -Specifies an array of IDs of native client applications get. +{{Fill Identifier Description}} ```yaml Type: String[] @@ -118,7 +111,7 @@ Accept wildcard characters: False ``` ### -Name -Specifies an array of names of native client applications get. +{{Fill Name Description}} ```yaml Type: String[] @@ -133,19 +126,19 @@ Accept wildcard characters: False ``` ### CommonParameters -This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216). ## INPUTS +### System.String[] +Microsoft.IdentityServer.Management.Resources.NativeClientApplication +Microsoft.IdentityServer.Management.Resources.ApplicationGroup + ## OUTPUTS +### System.Object + ## NOTES ## RELATED LINKS -[Add-AdfsNativeClientApplication](./Add-AdfsNativeClientApplication.md) - -[Remove-AdfsNativeClientApplication](./Remove-AdfsNativeClientApplication.md) - -[Set-AdfsNativeClientApplication](./Set-AdfsNativeClientApplication.md) - diff --git a/docset/windows/adfs/get-adfsproperties.md b/docset/windows/adfs/get-adfsproperties.md index 471ac8c110..5e4650d178 100644 --- a/docset/windows/adfs/get-adfsproperties.md +++ b/docset/windows/adfs/get-adfsproperties.md @@ -1,26 +1,13 @@ --- -ms.mktglfcycl: manage -ms.sitesec: library -ms.author: brianlic -author: brianlic-msft -description: Use this topic to help manage Windows and Windows Server technologies with Windows PowerShell. external help file: Microsoft.IdentityServer.Management.dll-Help.xml -keywords: powershell, cmdlet -manager: alanth -ms.date: 2016-12-20 -ms.prod: w10 -ms.technology: powershell-windows -ms.topic: reference online version: schema: 2.0.0 -title: Get-AdfsProperties -ms.assetid: E9015DB1-D7C5-456C-87E6-18A9448F1AC7 --- # Get-AdfsProperties ## SYNOPSIS -Gets all the associated properties for the AD FS service. +{{Fill in the Synopsis}} ## SYNTAX @@ -29,84 +16,26 @@ Get-AdfsProperties [] ``` ## DESCRIPTION -The **Get-AdfsProperties** cmdlet gets all the associated properties for the Active Directory Federation Services (AD FS) service. +{{Fill in the Description}} ## EXAMPLES -### Example 1: Get the associated properties +### Example 1 ``` -PS C:\> Get-AdfsProperties - - -AcceptableIdentifiers : {} -AddProxyAuthorizationRules : exists([Type == "http://schemas.microsoft.com/ws/2008/06/identity/claims/groupsid", Value == "S-1-5-32-544", Issuer =~ "^AD AUTHORITY$"]) => -issue(Type = "http://schemas.microsoft.com/authorization/claims/permit", Value = "true"); -c:[Type == "http://schemas.microsoft.com/ws/2008/06/identity/claims/primarysid", Issuer =~ "^AD AUTHORITY$" ] -=> -issue(store="_ProxyCredentialStore",types=("http://schemas.microsoft.com/authorization/claims/permit"),query="isProxyTrustManagerSid({0})", -param=c.Value ); -c:[Type == "http://schemas.microsoft.com/ws/2008/06/identity/claims/proxytrustid", Issuer =~ "^SELF AUTHORITY$" ] -=> -issue(store="_ProxyCredentialStore",types=("http://schemas.microsoft.com/authorization/claims/permit"),query="isProxyTrustProvisioned({0})", -param=c.Value ); -ArtifactDbConnection : Data Source=np:\\.\pipe\microsoft##wid\tsql\query;Initial Catalog=AdfsArtifactStore;Integrated Security=True -AuthenticationContextOrder : {urn:oasis:names:tc:SAML:2.0:ac:classes:Password, urn:oasis:names:tc:SAML:2.0:ac:classes:PasswordProtectedTransport, -urn:oasis:names:tc:SAML:2.0:ac:classes:TLSClient, urn:oasis:names:tc:SAML:2.0:ac:classes:X509...} -AutoCertificateRollover : False -CertificateCriticalThreshold : 2 -CertificateDuration : 365 -CertificateGenerationThreshold : 20 -CertificatePromotionThreshold : 5 -CertificateRolloverInterval : 720 -CertificateSharingContainer : CN=e6ddcbbc-5dc9-4ef2-9354-5e9ba1cac82d,CN=ADFS,CN=Microsoft,CN=Program Data,DC=contoso,DC=com -CertificateThresholdMultiplier : 1440 -ClientCertRevocationCheck : None -ContactPerson : Microsoft.IdentityServer.Management.Resources.ContactPerson -DisplayName : Contoso Corp. -IntranetUseLocalClaimsProvider : False -ExtendedProtectionTokenCheck : Allow -FederationPassiveAddress : /adfs/ls/ -HostName : sts.contoso.com -HttpPort : 80 -HttpsPort : 443 -TlsClientPort : 49443 -Identifier : http://sts.contoso.com/adfs/services/trust -InstalledLanguage : en-US -LogLevel : {Errors, Information, Verbose, Warnings} -MonitoringInterval : 1440 -NetTcpPort : 1501 -NtlmOnlySupportedClientAtProxy : True -OrganizationInfo : -PreventTokenReplays : False -ProxyTrustTokenLifetime : 21600 -ReplayCacheExpirationInterval : 60 -SignedSamlRequestsRequired : False -SamlMessageDeliveryWindow : 5 -SignSamlAuthnRequests : False -SsoLifetime : 480 -PersistentSsoLifetimeMins : 10080 -PersistentSsoEnabled : True -PersistentSsoCutoffTime : 1/1/0001 12:00:00 AM -KmsiEnabled : False -LoopDetectionEnabled : True -LoopDetectionTimeIntervalInSeconds : 20 -LoopDetectionMaximumTokensIssuedInInterval : 5 -SendClientRequestIdAsQueryStringParameter : True -WIASupportedUserAgents : {MSIE 6.0, MSIE 7.0, MSIE 8.0, MSIE 9.0...} -ExtranetLockoutThreshold : 2 -ExtranetLockoutEnabled : True -ExtranetObservationWindow : 01:00:00 +PS C:\> {{ Add example code here }} ``` -This command retrieves the associated properties from AD FS. +{{ Add example description here }} ## PARAMETERS ### CommonParameters -This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216). ## INPUTS +### None + ## OUTPUTS ### System.Object @@ -115,5 +44,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## RELATED LINKS -[Set-AdfsProperties](./Set-AdfsProperties.md) - diff --git a/docset/windows/adfs/get-adfsserverapplication.md b/docset/windows/adfs/get-adfsserverapplication.md index 7b757ccd22..8f1f1c3892 100644 --- a/docset/windows/adfs/get-adfsserverapplication.md +++ b/docset/windows/adfs/get-adfsserverapplication.md @@ -1,26 +1,13 @@ --- -ms.mktglfcycl: manage -ms.sitesec: library -ms.author: brianlic -author: brianlic-msft -description: Use this topic to help manage Windows and Windows Server technologies with Windows PowerShell. external help file: Microsoft.IdentityServer.Management.dll-Help.xml -keywords: powershell, cmdlet -manager: alanth -ms.date: 2016-12-20 -ms.prod: w10 -ms.technology: powershell-windows -ms.topic: reference online version: schema: 2.0.0 -title: Get-AdfsServerApplication -ms.assetid: 368AA5D3-5523-47EE-8A0A-049CB8D7AB37 --- # Get-AdfsServerApplication ## SYNOPSIS -Gets configuration settings for a server application role for an application in AD FS. +{{Fill in the Synopsis}} ## SYNTAX @@ -50,15 +37,21 @@ Get-AdfsServerApplication [-ApplicationGroup] [ {{ Add example code here }} +``` + +{{ Add example description here }} ## PARAMETERS ### -Application -Specifies the server application to get. +{{Fill Application Description}} ```yaml Type: ServerApplication @@ -73,7 +66,7 @@ Accept wildcard characters: False ``` ### -ApplicationGroup -Specifies the application group from which to get server applications. +{{Fill ApplicationGroup Description}} ```yaml Type: ApplicationGroup @@ -88,7 +81,7 @@ Accept wildcard characters: False ``` ### -ApplicationGroupIdentifier -Specifies the ID of the application group from which to get server applications. +{{Fill ApplicationGroupIdentifier Description}} ```yaml Type: String @@ -103,7 +96,7 @@ Accept wildcard characters: False ``` ### -Identifier -Specifies an array of IDs of the application groups from which to get server applications. +{{Fill Identifier Description}} ```yaml Type: String[] @@ -118,7 +111,7 @@ Accept wildcard characters: False ``` ### -Name -Specifies an array of names of the application groups from which to get server applications. +{{Fill Name Description}} ```yaml Type: String[] @@ -133,19 +126,19 @@ Accept wildcard characters: False ``` ### CommonParameters -This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216). ## INPUTS +### System.String[] +Microsoft.IdentityServer.Management.Resources.ServerApplication +Microsoft.IdentityServer.Management.Resources.ApplicationGroup + ## OUTPUTS +### System.Object + ## NOTES ## RELATED LINKS -[Add-AdfsServerApplication](./Add-AdfsServerApplication.md) - -[Remove-AdfsServerApplication](./Remove-AdfsServerApplication.md) - -[Set-AdfsServerApplication](./Set-AdfsServerApplication.md) - diff --git a/docset/windows/adfs/get-adfswebapiapplication.md b/docset/windows/adfs/get-adfswebapiapplication.md index 4a2f333bb5..1413e133af 100644 --- a/docset/windows/adfs/get-adfswebapiapplication.md +++ b/docset/windows/adfs/get-adfswebapiapplication.md @@ -1,26 +1,13 @@ --- -ms.mktglfcycl: manage -ms.sitesec: library -ms.author: brianlic -author: brianlic-msft -description: Use this topic to help manage Windows and Windows Server technologies with Windows PowerShell. external help file: Microsoft.IdentityServer.Management.dll-Help.xml -keywords: powershell, cmdlet -manager: alanth -ms.date: 2016-12-20 -ms.prod: w10 -ms.technology: powershell-windows -ms.topic: reference online version: schema: 2.0.0 -title: Get-AdfsWebApiApplication -ms.assetid: CC8998A0-12E0-4CBA-A56B-FBFC5F399AA2 --- # Get-AdfsWebApiApplication ## SYNOPSIS -Gets Web API application roles in AD FS. +{{Fill in the Synopsis}} ## SYNTAX @@ -55,15 +42,21 @@ Get-AdfsWebApiApplication [-ApplicationGroup] [ {{ Add example code here }} +``` + +{{ Add example description here }} ## PARAMETERS ### -Application -Specifies a Web API application to get. +{{Fill Application Description}} ```yaml Type: WebApiApplication @@ -78,7 +71,7 @@ Accept wildcard characters: False ``` ### -ApplicationGroup -Specifies an application group for which to get Web API applications. +{{Fill ApplicationGroup Description}} ```yaml Type: ApplicationGroup @@ -93,7 +86,7 @@ Accept wildcard characters: False ``` ### -ApplicationGroupIdentifier -Specifies the ID of an application group for which to get Web API applications. +{{Fill ApplicationGroupIdentifier Description}} ```yaml Type: String @@ -108,7 +101,7 @@ Accept wildcard characters: False ``` ### -Identifier -Specifies an ID of a Web API application to get. +{{Fill Identifier Description}} ```yaml Type: String[] @@ -123,7 +116,7 @@ Accept wildcard characters: False ``` ### -Name -Specifies an array of names of Web API applications to get. +{{Fill Name Description}} ```yaml Type: String[] @@ -138,7 +131,7 @@ Accept wildcard characters: False ``` ### -PrefixIdentifier -Specifies the prefix identifier of Web API applications to get. +{{Fill PrefixIdentifier Description}} ```yaml Type: String @@ -153,19 +146,20 @@ Accept wildcard characters: False ``` ### CommonParameters -This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216). ## INPUTS +### System.String[] +Microsoft.IdentityServer.Management.Resources.WebApiApplication +System.String +Microsoft.IdentityServer.Management.Resources.ApplicationGroup + ## OUTPUTS +### System.Object + ## NOTES ## RELATED LINKS -[Add-AdfsWebApiApplication](./Add-AdfsWebApiApplication.md) - -[Remove-AdfsWebApiApplication](./Remove-AdfsWebApiApplication.md) - -[Set-AdfsWebApiApplication](./Set-AdfsWebApiApplication.md) -