For the complete documentation index, see llms.txt. This page is also available as Markdown.

Update-PSUServer

Update the PowerShell Universal server.

SYNOPSIS

Update the PowerShell Universal server.

SYNTAX

Version (Default)

Update-PSUServer [-Path <String>] [-Version <String>] [-IISWebsite <String>]
 [<CommonParameters>]

Latest

Update-PSUServer [-Path <String>] [-LatestVersion] [-IISWebsite <String>]
 [<CommonParameters>]

DESCRIPTION

Update the PowerShell Universal server. This is a convenience function that will update the server for your platform.

EXAMPLES

EXAMPLE 1

PARAMETERS

-Path

The path for the PowerShell Universal binaries. If not specified, the path will attempt to be resolved.

-Version

The version to upgrade to.

-LatestVersion

Upgrade to the latest version.

-IISWebsite

The IIS website to update.

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -Verbose, -WarningAction, -WarningVariable, and -ProgressAction. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

NOTES

Last updated

Was this helpful?