NAME
Set-NetTeredoConfiguration
SYNOPSIS
Modifies the Teredo configuration of a computer or a Group Policy object (GPO).SYNTAX
Set-NetTeredoConfiguration [[-Type]
] [[-ServerName] ] [[-RefreshIntervalSeconds] ] [[-ClientPort]
] [[-ServerVirtualIP] ] [[-DefaultQualified] ] [[-ServerShunt] ] [-AsJob] [-CimSession
] [-GPOSession ] [-IPInterface ] [-PassThru] [-PolicyStore
] [-ThrottleLimit ] [-Confirm] [-WhatIf] [ ] Set-NetTeredoConfiguration [[-Type]
] [[-ServerName] ] [[-RefreshIntervalSeconds] ] [[-ClientPort]
] [[-ServerVirtualIP] ] [[-DefaultQualified] ] [[-ServerShunt] ] [-AsJob] [-CimSession
] [-PassThru] [-ThrottleLimit ] -InputObject [-Confirm] [-WhatIf] [
] DESCRIPTION
The Set-NetTeredoConfiguration cmdlet modifies the Teredo configuration of either a computer or a Group Policy
Object (GPO).PARAMETERS
-AsJob [
Runs the cmdlet as a background job. Use this parameter to run commands that take a long time to complete. The cmdlet immediately returns an object that represents the job and then displays the command prompt. You] can continue to work in the session while the job completes. To manage the job, use the *-Job cmdlets. To get
the job results, use the Receive-Job cmdlet.
For more information about Windows PowerShellr background jobs, see about_Jobs. Required? false Position? named Default value Accept pipeline input? false Accept wildcard characters? false-CimSession
Runs the cmdlet in a remote session or on a remote computer. Enter a computer name or a session object, suchas the output of a New-CimSession or Get-CimSession cmdlet. The default is the current session on the local
computer. Required? false Position? named Default value Accept pipeline input? false Accept wildcard characters? false-ClientPort
Specifies the UDP port of the client computer. If this parameter is not specified, then the port is chosen by the operating system. Required? false Position? 5 Default value False Accept pipeline input? false Accept wildcard characters? false-DefaultQualified
Determines if this cmdlet qualifies Teredo by default. The default value is False. This parameter can only be specified on GPOs. Required? false Position? 7 Default value False Accept pipeline input? false Accept wildcard characters? false-GPOSession
Specifies the Group Policy session to which to store the configuration information. You can use this parameter with the NetGPO cmdlets to aggregate multiple operations performed on a GPO. You cannot use this parameter with the PolicyStore parameter. Required? false Position? named Default value Accept pipeline input? false Accept wildcard characters? false-InputObject
Specifies the object which contains the Teredo configuration information to modify. Required? true Position? named Default value Accept pipeline input? True (ByValue) Accept wildcard characters? false-IPInterface
Specifies the interface on which to set the Teredo configuration. If the specified interface is not a Teredo interface, then the cmdlet does not return any configuration. Required? false Position? named Default value Accept pipeline input? True (ByValue) Accept wildcard characters? false-PassThru [
Returns an object representing the item with which you are working. By default, this cmdlet does not generate any output. Required? false Position? named Default value Accept pipeline input? false Accept wildcard characters? false] -PolicyStore
Specifies the policy store that contains the configuration to set. The acceptable values for this parameter are:ÿ-- PersistentStore
-- GPO
The default value is PersistentStore.To set the configuration of a GPO, specify the GPO name using the following format: Domain\GPOName
You cannot use this parameter with the GPOSession parameter. Required? false Position? named Default value Accept pipeline input? false Accept wildcard characters? false-RefreshIntervalSeconds
Specifies the client refresh interval in seconds. Required? false Position? 4 Default value False Accept pipeline input? false Accept wildcard characters? false-ServerName
Specifies the name or IPv4 address of the Teredo server. Required? false Position? 3 Default value False Accept pipeline input? false Accept wildcard characters? false-ServerShunt
Indicates that the tunnel miniport and IPv4 routing layer are bypassed for high throughput on the Teredo relay functionality of the Teredo server. Required? false Position? 8 Default value Accept pipeline input? false Accept wildcard characters? false-ServerVirtualIP
Specifies the virtual IPv4 address of the server. This parameter is not applicable if the computer is a Teredo client. This parameter can only be specified on GPOs. Required? false Position? 6 Default value Accept pipeline input? false Accept wildcard characters? false-ThrottleLimit
Specifies the maximum number of concurrent operations that can be established to run the cmdlet. If this parameter is omitted or a value of 0 is entered, then Windows PowerShellr calculates an optimum throttle limit for the cmdlet based on the number of CIM cmdlets that are running on the computer. The throttle limit applies only to the current cmdlet, not to the session or to the computer. Required? false Position? named Default value Accept pipeline input? false Accept wildcard characters? false-Type
Specifies the state of Teredo. The acceptable values for this parameter are:ÿ-- Disabled: Disables the Teredo service.
-- Client: Enables the Teredo client.
-- Enterpriseclient: Skips the managed network detection.
-- Server: Enables the Teredo server.
-- Default: The default state is client.
Required? false Position? 2 Default value Accept pipeline input? false Accept wildcard characters? false-Confirm [
Prompts you for confirmation before running the cmdlet. Required? false Position? named Default value false Accept pipeline input? false Accept wildcard characters? false] -WhatIf [
Shows what would happen if the cmdlet runs. The cmdlet is not run. Required? false Position? named Default value false Accept pipeline input? false Accept wildcard characters? false] 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
None This cmdlet accepts no input objects.OUTPUTS
Microsoft.Management.Infrastructure.CimInstance#root\StandardCimv2\MSFT_NetTeredoConfiguration The Microsoft.Management.Infrastructure.CimInstance object is a wrapper class that displays Windows Management Instrumentation (WMI) objects. The path after the pound sign (#) provides the namespace and class name for the underlying WMI object. When the Passthru parameter is specified, this cmdlet outputs a modified Teredo configuration object.Example 1: Set the Teredo server name
PS C:\>Set-NetTeredoConfiguration -ServerName "Test"
This command sets the Teredo server name to Test on the local persistent store.Example 2: Set the Teredo state
PS C:\>Set-NetTeredoConfiguration -Type enterpriseclient -PolicyStore "Domain\GPOname"
This command sets the Teredo state to enterpriseclient in a GPO named Domain\GPOname.RELATED LINKS
Online Version: http://go.microsoft.com/fwlink/?linkid=287482Get-NetTeredoConfiguration
Reset-NetTeredoConfiguration