Set-CMSoftwareUpdatePoint
Configure a software update point.
Syntax
Set-CMSoftwareUpdatePoint
[-AnonymousWsusAccess]
[-ClientConnectionType <ClientConnectionTypes>]
[-EnableCloudGateway <Boolean>]
[-EnableSsl <Boolean>]
[-HttpPort <Int32>]
[-HttpsPort <Int32>]
-InputObject <IResultObject>
[-NlbVirtualIP <String>]
[-PassThru]
[-PublicVirtualIP <String>]
[-UseProxy <Boolean>]
[-UseProxyForAutoDeploymentRule <Boolean>]
[-WsusAccessAccount <String>]
[-DisableWildcardHandling]
[-ForceWildcardHandling]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Set-CMSoftwareUpdatePoint
[-AnonymousWsusAccess]
[-ClientConnectionType <ClientConnectionTypes>]
[-EnableCloudGateway <Boolean>]
[-EnableSsl <Boolean>]
[-HttpPort <Int32>]
[-HttpsPort <Int32>]
[-NlbVirtualIP <String>]
[-PassThru]
[-PublicVirtualIP <String>]
[-SiteCode <String>]
[-SiteSystemServerName] <String>
[-UseProxy <Boolean>]
[-UseProxyForAutoDeploymentRule <Boolean>]
[-WsusAccessAccount <String>]
[-DisableWildcardHandling]
[-ForceWildcardHandling]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Description
Use this cmdlet to change settings for a software update point site system role.
Configure the settings that a software update point uses when connecting with clients and with a WSUS server. To configure the site component for software update point, use the Set-CMSoftwareUpdatePointComponent cmdlet.
Note
Run Configuration Manager cmdlets from the Configuration Manager site drive, for example PS XYZ:\>
. For more information, see getting started.
Examples
Example 1: Modify the ports
This command modifies the ports for the site system server for the site code CM1.
Set-CMSoftwareUpdatePoint -SiteCode "CM1" -SiteSystemServerName "CMSoftwareUpdatePoint.TSQA.Contoso.com" -HttpPort 8530 -HttpsPort 8531
Parameters
-AnonymousWsusAccess
Add this parameter to indicates that the software update point allows anonymous WSUS access.
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-ClientConnectionType
Specify the type of the client connection.
Type: | ClientConnectionTypes |
Accepted values: | Intranet, Internet, InternetAndIntranet |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Confirm
Prompts you for confirmation before running the cmdlet.
Type: | SwitchParameter |
Aliases: | cf |
Position: | Named |
Default value: | False |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-DisableWildcardHandling
This parameter treats wildcard characters as literal character values. You can't combine it with ForceWildcardHandling.
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-EnableCloudGateway
Add this parameter to allow cloud management gateway (CMG) traffic to this software update point.
Type: | Boolean |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-EnableSsl
Set this parameter to $true
to require SSL communication to the WSUS server.
For more information, see Configure a software update point to use TLS/SSL with a PKI certificate.
Type: | Boolean |
Aliases: | SslWsus, WsusSsl |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-ForceWildcardHandling
This parameter processes wildcard characters and may lead to unexpected behavior (not recommended). You can't combine it with DisableWildcardHandling.
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-HttpPort
Specify an integer value for the HTTP port to use for the WSUS server. By default, this value is 8530
.
Type: | Int32 |
Aliases: | WsusIisPort |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-HttpsPort
Specify an integer value for the HTTPS port to use for the WSUS server. By default, this value is 8531
.
Type: | Int32 |
Aliases: | WsusIisSslPort |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-InputObject
Specify a site system server object on which to configure the software update point role. To get this object, use the Get-CMSiteSystemServer cmdlet.
Type: | IResultObject |
Aliases: | SoftwareUpdatePoint |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-NlbVirtualIP
Failover support for a software update point in a network load balancing (NLB) cluster was deprecated in version 1702. For more information, see Removed and deprecated features.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-PassThru
Add this parameter to return an object that represents the item with which you're working. By default, this cmdlet may not generate any output.
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-PublicVirtualIP
Specify a public virtual IP address for a software update point that's connected to the internet.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-SiteCode
Specify the three-character code for the site that manages the system role for the software update point.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-SiteSystemServerName
Specify the name of the site system server that hosts the software update point role.
Type: | String |
Aliases: | Name, ServerName |
Position: | 0 |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-UseProxy
Set this parameter to $true
to use a proxy server for software updates.
Type: | Boolean |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-UseProxyForAutoDeploymentRule
When you use the UseProxy parameter, set this parameter to $true
to use a proxy server when downloading content with an automatic deployment rule (ADR).
Type: | Boolean |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-WhatIf
Shows what would happen if the cmdlet runs. The cmdlet doesn't run.
Type: | SwitchParameter |
Aliases: | wi |
Position: | Named |
Default value: | False |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-WsusAccessAccount
Specify the user name for the WSUS server connection account. This account provides authenticated access from the site to the WSUS server. For more information, see Accounts used in Configuration Manager.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Inputs
Microsoft.ConfigurationManagement.ManagementProvider.IResultObject
Outputs
IResultObject
Notes
For more information on this return object and its properties, see SMS_SCI_SysResUse server WMI class.