Skip to content

Latest commit

 

History

History
68 lines (48 loc) · 2.17 KB

Get-NpsSharedSecretTemplate.md

File metadata and controls

68 lines (48 loc) · 2.17 KB
description external help file Module Name ms.date online version schema title
Use this topic to help manage Windows and Windows Server technologies with Windows PowerShell.
Microsoft.NPS.Commands.dll-Help.xml
NPS
12/20/2016
2.0.0
Get-NpsSharedSecretTemplate

Get-NpsSharedSecretTemplate

SYNOPSIS

Returns a list of available shared secret templates.

SYNTAX

Get-NpsSharedSecretTemplate [-Name <String>] [<CommonParameters>]

DESCRIPTION

The Get-NpsSharedSecretTemplate cmdlet returns a list of available shared secret templates. Network Policy Server (NPS) includes a template type that you can use to assign a shared secret when you configure a Remote Authentication Dial-In User Service (RADIUS) client or server.

A shared secret is a text string that serves as a password between a RADIUS client and a RADIUS server, a RADIUS client and a RADIUS proxy, or a RADIUS proxy and a RADIUS server. RADIUS clients, servers, and proxies use shared secrets to verify that the RADIUS messages they receive originate with a RADIUS-enabled device that is configured with the same shared secret.

EXAMPLES

Example 1: Get shared secrets templates from a Network Policy Server

PS C:\>Get-NPSSharedSecretTemplate

This command gets the shared secrets templates from an NPS.

PARAMETERS

-Name

Specifies the name of the shared secret template to return. If you do not specify this parameter, the cmdlet returns all shared secret templates.

Type: String
Parameter Sets: (All)
Aliases: 

Required: False
Position: Named
Default value: None
Accept pipeline input: True (ByValue)
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.

INPUTS

OUTPUTS

NpsSharedSecretTemplate[]

NOTES

RELATED LINKS