From f538eeb416ef7cc3cba94601a073dd358c72894c Mon Sep 17 00:00:00 2001 From: xiaoyinl Date: Tue, 23 Aug 2016 21:21:31 -0400 Subject: [PATCH] Use HTTPS links for go.microsoft.com I replace all occurrences of http://go.microsoft.com with https://go.microsoft.com in text files. --- license_thirdparty_proprietary.txt | 2 +- .../GetCimAssociatedInstanceCommand.cs | 2 +- .../GetCimClassCommand.cs | 2 +- .../GetCimInstanceCommand.cs | 2 +- .../GetCimSessionCommand.cs | 2 +- .../InvokeCimMethodCommand.cs | 2 +- .../NewCimInstanceCommand.cs | 2 +- .../NewCimSessionCommand.cs | 2 +- .../NewCimSessionOptionCommand.cs | 2 +- .../RegisterCimIndicationCommand.cs | 2 +- .../RemoveCimInstanceCommand.cs | 2 +- .../RemoveCimSessionCommand.cs | 2 +- .../SetCimInstanceCommand.cs | 2 +- ...nagement.Providers.Resources.Messages.resx | 2 +- .../PackageList/PackageListRequest.cs | 8 +-- .../ExportCounterCommand.cs | 2 +- .../GetCounterCommand.cs | 2 +- .../GetEventCommand.cs | 2 +- .../ImportCounterCommand.cs | 2 +- .../NewWinEventCommand.cs | 2 +- .../commands/management/AddContentCommand.cs | 2 +- .../management/ClearContentCommand.cs | 2 +- .../management/ClearPropertyCommand.cs | 2 +- .../management/ClearRecycleBinCommand.cs | 2 +- .../commands/management/CombinePathCommand.cs | 2 +- .../management/CommitTransactionCommand.cs | 2 +- .../commands/management/Computer.cs | 26 +++++----- .../management/ControlPanelItemCommand.cs | 4 +- .../commands/management/ConvertPathCommand.cs | 2 +- .../management/CopyPropertyCommand.cs | 2 +- .../commands/management/Eventlog.cs | 14 ++--- .../commands/management/GetChildrenCommand.cs | 2 +- .../management/GetClipboardCommand.cs | 2 +- .../management/GetComputerInfoCommand.cs | 2 +- .../commands/management/GetContentCommand.cs | 2 +- .../commands/management/GetPropertyCommand.cs | 4 +- .../management/GetTransactionCommand.cs | 2 +- .../management/GetWMIObjectCommand.cs | 2 +- .../commands/management/Hotfix.cs | 2 +- .../management/InvokeWMIMethodCommand.cs | 2 +- .../management/MovePropertyCommand.cs | 2 +- .../commands/management/Navigation.cs | 34 ++++++------ .../commands/management/NewPropertyCommand.cs | 2 +- .../commands/management/ParsePathCommand.cs | 2 +- .../commands/management/PingPathCommand.cs | 2 +- .../commands/management/Process.cs | 10 ++-- .../management/RegisterWMIEventCommand.cs | 2 +- .../management/RemovePropertyCommand.cs | 2 +- .../management/RemoveWMIObjectCommand.cs | 2 +- .../management/RenamePropertyCommand.cs | 2 +- .../commands/management/ResolvePathCommand.cs | 2 +- .../management/RollbackTransactionCommand.cs | 2 +- .../commands/management/Service.cs | 16 +++--- .../management/SetClipboardCommand.cs | 2 +- .../commands/management/SetContentCommand.cs | 2 +- .../commands/management/SetPropertyCommand.cs | 2 +- .../management/SetWMIInstanceCommand.cs | 2 +- .../management/StartTransactionCommand.cs | 2 +- .../commands/management/TimeZoneCommands.cs | 4 +- .../management/UseTransactionCommand.cs | 2 +- .../commands/management/WebServiceProxy.cs | 2 +- .../commands/utility/AddMember.cs | 2 +- .../commands/utility/AddType.cs | 4 +- .../commands/utility/CSVCommands.cs | 8 +-- .../utility/ConvertFrom-StringData.cs | 2 +- .../commands/utility/DebugRunspaceCommand.cs | 2 +- .../commands/utility/Disable-PSBreakpoint.cs | 2 +- .../commands/utility/Enable-PSBreakpoint.cs | 2 +- .../EnableDisableRunspaceDebugCommand.cs | 8 +-- .../commands/utility/ExportAliasCommand.cs | 2 +- .../OutGridView/OutGridViewCommand.cs | 2 +- .../common/GetFormatDataCommand.cs | 2 +- .../common/WriteFormatDataCommand.cs | 2 +- .../format-list/Format-List.cs | 2 +- .../format-object/format-object.cs | 2 +- .../format-table/Format-Table.cs | 2 +- .../format-wide/Format-Wide.cs | 2 +- .../FormatAndOutput/out-file/Out-File.cs | 2 +- .../out-printer/out-printer.cs | 2 +- .../FormatAndOutput/out-string/out-string.cs | 2 +- .../commands/utility/Get-PSBreakpoint.cs | 2 +- .../commands/utility/Get-PSCallStack.cs | 2 +- .../commands/utility/GetAliasCommand.cs | 2 +- .../commands/utility/GetCultureCommand.cs | 2 +- .../commands/utility/GetDateCommand.cs | 2 +- .../commands/utility/GetEventCommand.cs | 2 +- .../utility/GetEventSubscriberCommand.cs | 2 +- .../commands/utility/GetHostCmdlet.cs | 2 +- .../commands/utility/GetMember.cs | 2 +- .../commands/utility/GetRandomCommand.cs | 2 +- .../commands/utility/GetRunspaceCommand.cs | 2 +- .../commands/utility/GetUICultureCommand.cs | 2 +- .../commands/utility/GetUnique.cs | 2 +- .../utility/ImplicitRemotingCommands.cs | 4 +- .../commands/utility/Import-LocalizedData.cs | 2 +- .../commands/utility/ImportAliasCommand.cs | 2 +- .../commands/utility/InvokeCommandCmdlet.cs | 2 +- .../commands/utility/MatchString.cs | 2 +- .../commands/utility/Measure-Object.cs | 2 +- .../commands/utility/NewAliasCommand.cs | 2 +- .../commands/utility/NewTimeSpanCommand.cs | 2 +- .../commands/utility/ReadConsoleCmdlet.cs | 2 +- .../utility/RegisterObjectEventCommand.cs | 2 +- .../utility/RegisterPSEventCommand.cs | 2 +- .../commands/utility/Remove-PSBreakpoint.cs | 2 +- .../commands/utility/RemoveEventCommand.cs | 2 +- .../commands/utility/Send-MailMessage.cs | 2 +- .../commands/utility/Set-PSBreakpoint.cs | 2 +- .../commands/utility/SetAliasCommand.cs | 2 +- .../commands/utility/SetDateCommand.cs | 2 +- .../utility/ShowCommand/ShowCommand.cs | 2 +- .../commands/utility/StartSleepCommand.cs | 2 +- .../commands/utility/TimeExpressionCommand.cs | 2 +- .../commands/utility/UnblockFile.cs | 2 +- .../utility/UnregisterEventCommand.cs | 2 +- .../commands/utility/Update-TypeData.cs | 8 +-- .../commands/utility/Var.cs | 10 ++-- .../commands/utility/WaitEventCommand.cs | 2 +- .../WebCmdlet/ConvertFromJsonCommand.cs | 2 +- .../utility/WebCmdlet/ConvertToJsonCommand.cs | 2 +- .../InvokeRestMethodCommand.CoreClr.cs | 2 +- .../InvokeWebRequestCommand.CoreClr.cs | 2 +- .../InvokeRestMethodCommand.FullClr.cs | 2 +- .../InvokeWebRequestCommand.FullClr.cs | 2 +- .../commands/utility/Write-Object.cs | 2 +- .../commands/utility/WriteConsoleCmdlet.cs | 2 +- .../commands/utility/WriteProgressCmdlet.cs | 2 +- .../commands/utility/XmlCommands.cs | 8 +-- .../commands/utility/compare-object.cs | 2 +- .../commands/utility/convert-HTML.cs | 2 +- .../commands/utility/group-object.cs | 2 +- .../commands/utility/new-object.cs | 2 +- .../commands/utility/neweventcommand.cs | 2 +- .../commands/utility/select-object.cs | 2 +- .../commands/utility/sort-object.cs | 2 +- .../commands/utility/tee-object.cs | 2 +- .../utility/trace/GetTracerCommand.cs | 2 +- .../utility/trace/SetTracerCommand.cs | 2 +- .../utility/trace/TraceExpressionCommand.cs | 2 +- .../commands/utility/update-list.cs | 2 +- .../commands/utility/write.cs | 10 ++-- .../host/msh/StartTranscriptCmdlet.cs | 2 +- .../host/msh/StopTranscriptCmdlet.cs | 2 +- .../Commands/AddLocalGroupMemberCommand.cs | 2 +- .../Commands/DisableLocalUserCommand.cs | 2 +- .../Commands/EnableLocalUserCommand.cs | 2 +- .../Commands/GetLocalGroupCommand.cs | 2 +- .../Commands/GetLocalGroupMemberCommand.cs | 2 +- .../Commands/GetLocalUserCommand.cs | 2 +- .../Commands/NewLocalGroupCommand.cs | 2 +- .../Commands/NewLocalUserCommand.cs | 2 +- .../Commands/RemoveLocalGroupCommand.cs | 2 +- .../Commands/RemoveLocalGroupMemberCommand.cs | 2 +- .../Commands/RemoveLocalUserCommand.cs | 2 +- .../Commands/RenameLocalGroupCommand.cs | 2 +- .../Commands/RenameLocalUserCommand.cs | 2 +- .../Commands/SetLocalGroupCommand.cs | 2 +- .../Commands/SetLocalUserCommand.cs | 2 +- .../Cmdlets.cs | 10 ++-- .../PSReadLine.psd1 | 2 +- .../Cmdlets/FindPackage.cs | 2 +- .../Cmdlets/FindPackageProvider.cs | 2 +- .../Cmdlets/GetPackage.cs | 2 +- .../Cmdlets/GetPackageProvider.cs | 2 +- .../Cmdlets/GetPackageSource.cs | 2 +- .../Cmdlets/ImportPackageProvider.cs | 2 +- .../Cmdlets/InstallPackage.cs | 2 +- .../Cmdlets/InstallPackageProvider.cs | 2 +- .../Cmdlets/RegisterPackageSource.cs | 2 +- .../Cmdlets/SavePackage.cs | 2 +- .../Cmdlets/SetPackageSource.cs | 2 +- .../Cmdlets/UninstallPackage.cs | 2 +- .../Cmdlets/UnregisterPackageSource.cs | 2 +- .../commands/AddJobTrigger.cs | 2 +- .../commands/DisableJobDefinition.cs | 2 +- .../commands/DisableJobTrigger.cs | 2 +- .../commands/EnableJobDefinition.cs | 2 +- .../commands/EnableJobTrigger.cs | 2 +- .../commands/GetJobDefinition.cs | 2 +- .../commands/GetJobTrigger.cs | 2 +- .../commands/GetScheduledJobOption.cs | 2 +- .../commands/NewJobTrigger.cs | 2 +- .../commands/NewScheduledJobOption.cs | 2 +- .../commands/RegisterJobDefinition.cs | 2 +- .../commands/RemoveJobTrigger.cs | 2 +- .../commands/SetJobDefinition.cs | 2 +- .../commands/SetJobTrigger.cs | 2 +- .../commands/SetScheduledJobOption.cs | 2 +- .../commands/UnregisterJobDefinition.cs | 2 +- .../resources/ExecutionPolicyCommands.resx | 2 +- .../security/AclCommands.cs | 4 +- .../security/CatalogCommands.cs | 4 +- .../security/CertificateCommands.cs | 2 +- .../security/CmsCommands.cs | 6 +-- .../security/CredentialCommands.cs | 2 +- .../security/ExecutionPolicyCommands.cs | 4 +- .../security/SecureStringCommands.cs | 4 +- .../security/SignatureCommands.cs | 4 +- .../WorkflowCore/ImportWorkflowCommand.cs | 2 +- .../NewPSWorkflowExecutionOptionCommand.cs | 2 +- src/Microsoft.WSMan.Management/CredSSP.cs | 6 +-- .../InvokeWSManAction.cs | 2 +- .../NewWSManSession.cs | 2 +- src/Microsoft.WSMan.Management/PingWSMan.cs | 2 +- .../Set-QuickConfig.cs | 2 +- .../WSManConnections.cs | 4 +- .../WSManInstance.cs | 8 +-- .../Microsoft.PowerShell.Archive.psd1 | 2 +- .../Microsoft.PowerShell.Archive.psm1 | 4 +- .../Microsoft.PowerShell.Host.psd1 | 2 +- .../Microsoft.PowerShell.Utility.psm1 | 12 ++--- src/Modules/Shared/PSReadLine/PSReadLine.psd1 | 2 +- .../PackageManagement/PackageManagement.psd1 | 2 +- .../Shared/PowerShellGet/PSModule.psm1 | 52 +++++++++---------- .../Shared/PowerShellGet/PowerShellGet.psd1 | 2 +- .../Microsoft.PowerShell.Management.psd1 | 2 +- .../Microsoft.PowerShell.Security.psd1 | 2 +- .../Microsoft.PowerShell.Utility.psd1 | 2 +- .../CimCmdlets/CimCmdlets.psd1 | 2 +- .../Microsoft.PowerShell.LocalAccounts.psd1 | 2 +- .../Microsoft.WSMan.Management.psd1 | 2 +- .../Microsoft.PowerShell.Diagnostics.psd1 | 2 +- .../Microsoft.PowerShell.Management.psd1 | 2 +- .../Microsoft.PowerShell.Security.psd1 | 2 +- .../Microsoft.PowerShell.Utility.psd1 | 2 +- .../Microsoft.PowerShell.Diagnostics.psd1 | 2 +- .../Microsoft.PowerShell.Management.psd1 | 2 +- .../Microsoft.PowerShell.ODataUtils.psd1 | 2 +- .../Microsoft.PowerShell.ODataUtils.psm1 | 2 +- .../Microsoft.PowerShell.Security.psd1 | 2 +- .../Microsoft.PowerShell.Utility.psd1 | 2 +- .../PSScheduledJob/PSScheduledJob.psd1 | 2 +- .../Windows-Full/PSWorkflow/PSWorkflow.psd1 | 2 +- .../Windows-Full/PSWorkflow/PSWorkflow.psm1 | 2 +- .../PSWorkflowUtility/PSWorkflowUtility.psd1 | 2 +- .../PSWorkflowUtility/PSWorkflowUtility.psm1 | 2 +- .../FormatAndOutput/out-console/OutConsole.cs | 6 +-- .../CommandCompletion/ExtensibleCompletion.cs | 2 +- .../engine/CommandMetadata.cs | 28 +++++----- .../engine/GetCommandCommand.cs | 2 +- .../engine/InitialSessionState.cs | 8 +-- .../engine/InternalCommands.cs | 8 +-- .../Modules/ExportModuleMemberCommand.cs | 2 +- .../engine/Modules/GetModuleCommand.cs | 2 +- .../engine/Modules/ImportModuleCommand.cs | 2 +- .../engine/Modules/NewModuleCommand.cs | 2 +- .../Modules/NewModuleManifestCommand.cs | 2 +- .../engine/Modules/RemoveModuleCommand.cs | 2 +- .../Modules/TestModuleManifestCommand.cs | 2 +- .../engine/hostifaces/History.cs | 8 +-- .../remoting/commands/ConnectPSSession.cs | 2 +- .../remoting/commands/CustomShellCommands.cs | 18 +++---- .../engine/remoting/commands/DebugJob.cs | 2 +- .../remoting/commands/DisconnectPSSession.cs | 2 +- .../commands/EnterPSHostProcessCommand.cs | 6 +-- .../engine/remoting/commands/GetJob.cs | 2 +- .../remoting/commands/InvokeCommandCommand.cs | 2 +- .../commands/NewPSSessionConfigurationFile.cs | 4 +- .../NewPSSessionConfigurationOptionCommand.cs | 2 +- .../commands/NewPSSessionOptionCommand.cs | 2 +- .../remoting/commands/PopRunspaceCommand.cs | 2 +- .../remoting/commands/PushRunspaceCommand.cs | 2 +- .../engine/remoting/commands/ReceiveJob.cs | 2 +- .../remoting/commands/ReceivePSSession.cs | 2 +- .../engine/remoting/commands/RemoveJob.cs | 2 +- .../engine/remoting/commands/ResumeJob.cs | 2 +- .../engine/remoting/commands/StartJob.cs | 2 +- .../engine/remoting/commands/StopJob.cs | 2 +- .../engine/remoting/commands/SuspendJob.cs | 2 +- .../TestPSSessionConfigurationFile.cs | 2 +- .../engine/remoting/commands/WaitJob.cs | 2 +- .../remoting/commands/getrunspacecommand.cs | 2 +- .../remoting/commands/newrunspacecommand.cs | 2 +- .../commands/removerunspacecommand.cs | 2 +- .../help/BaseCommandHelpInfo.cs | 4 +- .../help/HelpCommands.cs | 2 +- .../help/SaveHelpCommand.cs | 2 +- .../help/UpdatableHelpCommandBase.cs | 14 ++--- .../help/UpdateHelpCommand.cs | 2 +- .../resources/Authenticode.resx | 2 +- .../resources/HelpDisplayStrings.resx | 6 +-- .../resources/HelpErrors.resx | 4 +- .../resources/MshSignature.resx | 2 +- .../resources/ParameterBinderStrings.resx | 4 +- .../singleshell/Commands/ConsoleCommands.cs | 2 +- .../singleshell/Commands/MshSnapinCommands.cs | 6 +-- .../Modules/PackageManagement/Nuget.Tests.ps1 | 2 +- ...0-0000-0000-0000-000000000000_HelpInfo.xml | 2 +- 288 files changed, 457 insertions(+), 457 deletions(-) diff --git a/license_thirdparty_proprietary.txt b/license_thirdparty_proprietary.txt index 51cfcfe7ea2..426ae7e1206 100644 --- a/license_thirdparty_proprietary.txt +++ b/license_thirdparty_proprietary.txt @@ -436,7 +436,7 @@ included for your information only. 2. DATA. The software may collect information about you and your use of the software, and send that to Microsoft. Microsoft may use this information to improve our products and services. You can learn more about data collection and use in the help documentation and the privacy statement -at http://go.microsoft.com/fwlink/?LinkId=528096 . Your use of the software operates as your +at https://go.microsoft.com/fwlink/?LinkId=528096 . Your use of the software operates as your consent to these practices. 3. ADDITIONAL LICENSING REQUIREMENTS AND/OR USE RIGHTS. a. DISTRIBUTABLE CODE. The software is comprised of Distributable Code. “Distributable diff --git a/src/Microsoft.Management.Infrastructure.CimCmdlets/GetCimAssociatedInstanceCommand.cs b/src/Microsoft.Management.Infrastructure.CimCmdlets/GetCimAssociatedInstanceCommand.cs index d832059078c..6187a52d3db 100644 --- a/src/Microsoft.Management.Infrastructure.CimCmdlets/GetCimAssociatedInstanceCommand.cs +++ b/src/Microsoft.Management.Infrastructure.CimCmdlets/GetCimAssociatedInstanceCommand.cs @@ -28,7 +28,7 @@ namespace Microsoft.Management.Infrastructure.CimCmdlets [Cmdlet(VerbsCommon.Get, GetCimAssociatedInstanceCommand.Noun, DefaultParameterSetName = CimBaseCommand.ComputerSetName, - HelpUri = "http://go.microsoft.com/fwlink/?LinkId=227958")] + HelpUri = "https://go.microsoft.com/fwlink/?LinkId=227958")] [OutputType(typeof(CimInstance))] public class GetCimAssociatedInstanceCommand : CimBaseCommand { diff --git a/src/Microsoft.Management.Infrastructure.CimCmdlets/GetCimClassCommand.cs b/src/Microsoft.Management.Infrastructure.CimCmdlets/GetCimClassCommand.cs index ef8e1bd3b37..28835842783 100644 --- a/src/Microsoft.Management.Infrastructure.CimCmdlets/GetCimClassCommand.cs +++ b/src/Microsoft.Management.Infrastructure.CimCmdlets/GetCimClassCommand.cs @@ -25,7 +25,7 @@ namespace Microsoft.Management.Infrastructure.CimCmdlets /// Should the class remember what Session it came from? No. /// /// - [Cmdlet(VerbsCommon.Get, GetCimClassCommand.Noun, DefaultParameterSetName = ComputerSetName, HelpUri = "http://go.microsoft.com/fwlink/?LinkId=227959")] + [Cmdlet(VerbsCommon.Get, GetCimClassCommand.Noun, DefaultParameterSetName = ComputerSetName, HelpUri = "https://go.microsoft.com/fwlink/?LinkId=227959")] [OutputType(typeof(CimClass))] public class GetCimClassCommand : CimBaseCommand { diff --git a/src/Microsoft.Management.Infrastructure.CimCmdlets/GetCimInstanceCommand.cs b/src/Microsoft.Management.Infrastructure.CimCmdlets/GetCimInstanceCommand.cs index e7347b4c283..91706dd397c 100644 --- a/src/Microsoft.Management.Infrastructure.CimCmdlets/GetCimInstanceCommand.cs +++ b/src/Microsoft.Management.Infrastructure.CimCmdlets/GetCimInstanceCommand.cs @@ -21,7 +21,7 @@ namespace Microsoft.Management.Infrastructure.CimCmdlets /// specified in the Property parameter, KeysOnly parameter or the Select clause /// of the Query parameter. /// - [Cmdlet(VerbsCommon.Get, "CimInstance", DefaultParameterSetName = CimBaseCommand.ClassNameComputerSet, HelpUri = "http://go.microsoft.com/fwlink/?LinkId=227961")] + [Cmdlet(VerbsCommon.Get, "CimInstance", DefaultParameterSetName = CimBaseCommand.ClassNameComputerSet, HelpUri = "https://go.microsoft.com/fwlink/?LinkId=227961")] [OutputType(typeof(CimInstance))] public class GetCimInstanceCommand : CimBaseCommand { diff --git a/src/Microsoft.Management.Infrastructure.CimCmdlets/GetCimSessionCommand.cs b/src/Microsoft.Management.Infrastructure.CimCmdlets/GetCimSessionCommand.cs index 4aa52de8de4..f7145e6aeeb 100644 --- a/src/Microsoft.Management.Infrastructure.CimCmdlets/GetCimSessionCommand.cs +++ b/src/Microsoft.Management.Infrastructure.CimCmdlets/GetCimSessionCommand.cs @@ -18,7 +18,7 @@ namespace Microsoft.Management.Infrastructure.CimCmdlets /// connections with remote computers established from the current PS Session. /// - [Cmdlet(VerbsCommon.Get, "CimSession", DefaultParameterSetName = ComputerNameSet, HelpUri = "http://go.microsoft.com/fwlink/?LinkId=227966")] + [Cmdlet(VerbsCommon.Get, "CimSession", DefaultParameterSetName = ComputerNameSet, HelpUri = "https://go.microsoft.com/fwlink/?LinkId=227966")] [OutputType(typeof(CimSession))] public sealed class GetCimSessionCommand : CimBaseCommand { diff --git a/src/Microsoft.Management.Infrastructure.CimCmdlets/InvokeCimMethodCommand.cs b/src/Microsoft.Management.Infrastructure.CimCmdlets/InvokeCimMethodCommand.cs index 4d9d56f62bd..a32c911f402 100644 --- a/src/Microsoft.Management.Infrastructure.CimCmdlets/InvokeCimMethodCommand.cs +++ b/src/Microsoft.Management.Infrastructure.CimCmdlets/InvokeCimMethodCommand.cs @@ -24,7 +24,7 @@ namespace Microsoft.Management.Infrastructure.CimCmdlets "CimMethod", SupportsShouldProcess = true, DefaultParameterSetName = CimBaseCommand.ClassNameComputerSet, - HelpUri = "http://go.microsoft.com/fwlink/?LinkId=227965")] + HelpUri = "https://go.microsoft.com/fwlink/?LinkId=227965")] public class InvokeCimMethodCommand : CimBaseCommand { #region constructor diff --git a/src/Microsoft.Management.Infrastructure.CimCmdlets/NewCimInstanceCommand.cs b/src/Microsoft.Management.Infrastructure.CimCmdlets/NewCimInstanceCommand.cs index 2c843deb458..1f916b5f60c 100644 --- a/src/Microsoft.Management.Infrastructure.CimCmdlets/NewCimInstanceCommand.cs +++ b/src/Microsoft.Management.Infrastructure.CimCmdlets/NewCimInstanceCommand.cs @@ -24,7 +24,7 @@ namespace Microsoft.Management.Infrastructure.CimCmdlets /// on the server, otherwise just create client in-memory instance /// /// - [Cmdlet(VerbsCommon.New, "CimInstance", DefaultParameterSetName = CimBaseCommand.ClassNameComputerSet, SupportsShouldProcess = true, HelpUri = "http://go.microsoft.com/fwlink/?LinkId=227963")] + [Cmdlet(VerbsCommon.New, "CimInstance", DefaultParameterSetName = CimBaseCommand.ClassNameComputerSet, SupportsShouldProcess = true, HelpUri = "https://go.microsoft.com/fwlink/?LinkId=227963")] [OutputType(typeof(CimInstance))] public class NewCimInstanceCommand : CimBaseCommand { diff --git a/src/Microsoft.Management.Infrastructure.CimCmdlets/NewCimSessionCommand.cs b/src/Microsoft.Management.Infrastructure.CimCmdlets/NewCimSessionCommand.cs index 8c1109ab7bb..21c109d2343 100644 --- a/src/Microsoft.Management.Infrastructure.CimCmdlets/NewCimSessionCommand.cs +++ b/src/Microsoft.Management.Infrastructure.CimCmdlets/NewCimSessionCommand.cs @@ -21,7 +21,7 @@ namespace Microsoft.Management.Infrastructure.CimCmdlets /// The CimSession object returned by the Cmdlet is used by all other CIM /// cmdlets. /// - [Cmdlet(VerbsCommon.New, "CimSession", DefaultParameterSetName = CredentialParameterSet, HelpUri = "http://go.microsoft.com/fwlink/?LinkId=227967")] + [Cmdlet(VerbsCommon.New, "CimSession", DefaultParameterSetName = CredentialParameterSet, HelpUri = "https://go.microsoft.com/fwlink/?LinkId=227967")] [OutputType(typeof(CimSession))] public sealed class NewCimSessionCommand : CimBaseCommand { diff --git a/src/Microsoft.Management.Infrastructure.CimCmdlets/NewCimSessionOptionCommand.cs b/src/Microsoft.Management.Infrastructure.CimCmdlets/NewCimSessionOptionCommand.cs index ae265cb1300..a21ebcf3a24 100644 --- a/src/Microsoft.Management.Infrastructure.CimCmdlets/NewCimSessionOptionCommand.cs +++ b/src/Microsoft.Management.Infrastructure.CimCmdlets/NewCimSessionOptionCommand.cs @@ -38,7 +38,7 @@ public enum ProtocolType /// DComSessionOptions or WSManSessionOptions, which derive from /// CimSessionOptions. /// - [Cmdlet(VerbsCommon.New, "CimSessionOption", DefaultParameterSetName = ProtocolNameParameterSet, HelpUri = "http://go.microsoft.com/fwlink/?LinkId=227969")] + [Cmdlet(VerbsCommon.New, "CimSessionOption", DefaultParameterSetName = ProtocolNameParameterSet, HelpUri = "https://go.microsoft.com/fwlink/?LinkId=227969")] [OutputType(typeof(CimSessionOptions))] public sealed class NewCimSessionOptionCommand : CimBaseCommand { diff --git a/src/Microsoft.Management.Infrastructure.CimCmdlets/RegisterCimIndicationCommand.cs b/src/Microsoft.Management.Infrastructure.CimCmdlets/RegisterCimIndicationCommand.cs index 0dd5def31f9..5916bebc762 100644 --- a/src/Microsoft.Management.Infrastructure.CimCmdlets/RegisterCimIndicationCommand.cs +++ b/src/Microsoft.Management.Infrastructure.CimCmdlets/RegisterCimIndicationCommand.cs @@ -22,7 +22,7 @@ namespace Microsoft.Management.Infrastructure.CimCmdlets /// cancel the subscription /// Should we have the second parameter set with a -Query? /// - [Cmdlet(VerbsLifecycle.Register, "CimIndicationEvent", DefaultParameterSetName = CimBaseCommand.ClassNameComputerSet, HelpUri = "http://go.microsoft.com/fwlink/?LinkId=227960")] + [Cmdlet(VerbsLifecycle.Register, "CimIndicationEvent", DefaultParameterSetName = CimBaseCommand.ClassNameComputerSet, HelpUri = "https://go.microsoft.com/fwlink/?LinkId=227960")] public class RegisterCimIndicationCommand : ObjectEventRegistrationBase { #region parameters diff --git a/src/Microsoft.Management.Infrastructure.CimCmdlets/RemoveCimInstanceCommand.cs b/src/Microsoft.Management.Infrastructure.CimCmdlets/RemoveCimInstanceCommand.cs index 72e84c5453d..c3d0517c74d 100644 --- a/src/Microsoft.Management.Infrastructure.CimCmdlets/RemoveCimInstanceCommand.cs +++ b/src/Microsoft.Management.Infrastructure.CimCmdlets/RemoveCimInstanceCommand.cs @@ -23,7 +23,7 @@ namespace Microsoft.Management.Infrastructure.CimCmdlets "CimInstance", SupportsShouldProcess=true, DefaultParameterSetName = CimBaseCommand.CimInstanceComputerSet, - HelpUri = "http://go.microsoft.com/fwlink/?LinkId=227964")] + HelpUri = "https://go.microsoft.com/fwlink/?LinkId=227964")] public class RemoveCimInstanceCommand : CimBaseCommand { #region constructor diff --git a/src/Microsoft.Management.Infrastructure.CimCmdlets/RemoveCimSessionCommand.cs b/src/Microsoft.Management.Infrastructure.CimCmdlets/RemoveCimSessionCommand.cs index ad586791b5d..8361729fbd9 100644 --- a/src/Microsoft.Management.Infrastructure.CimCmdlets/RemoveCimSessionCommand.cs +++ b/src/Microsoft.Management.Infrastructure.CimCmdlets/RemoveCimSessionCommand.cs @@ -23,7 +23,7 @@ namespace Microsoft.Management.Infrastructure.CimCmdlets [Cmdlet(VerbsCommon.Remove, "CimSession", SupportsShouldProcess = true, DefaultParameterSetName = CimSessionSet, - HelpUri = "http://go.microsoft.com/fwlink/?LinkId=227968")] + HelpUri = "https://go.microsoft.com/fwlink/?LinkId=227968")] public sealed class RemoveCimSessionCommand : CimBaseCommand { #region constructor diff --git a/src/Microsoft.Management.Infrastructure.CimCmdlets/SetCimInstanceCommand.cs b/src/Microsoft.Management.Infrastructure.CimCmdlets/SetCimInstanceCommand.cs index 3e4eb119c6a..6d8e78a61db 100644 --- a/src/Microsoft.Management.Infrastructure.CimCmdlets/SetCimInstanceCommand.cs +++ b/src/Microsoft.Management.Infrastructure.CimCmdlets/SetCimInstanceCommand.cs @@ -24,7 +24,7 @@ namespace Microsoft.Management.Infrastructure.CimCmdlets "CimInstance", SupportsShouldProcess = true, DefaultParameterSetName = CimBaseCommand.CimInstanceComputerSet, - HelpUri = "http://go.microsoft.com/fwlink/?LinkId=227962")] + HelpUri = "https://go.microsoft.com/fwlink/?LinkId=227962")] public class SetCimInstanceCommand : CimBaseCommand { #region constructor diff --git a/src/Microsoft.PackageManagement.CoreProviders/resources/Microsoft.PackageManagement.Providers.Resources.Messages.resx b/src/Microsoft.PackageManagement.CoreProviders/resources/Microsoft.PackageManagement.Providers.Resources.Messages.resx index 7cd8c579677..6323fca4eb8 100644 --- a/src/Microsoft.PackageManagement.CoreProviders/resources/Microsoft.PackageManagement.Providers.Resources.Messages.resx +++ b/src/Microsoft.PackageManagement.CoreProviders/resources/Microsoft.PackageManagement.Providers.Resources.Messages.resx @@ -169,7 +169,7 @@ 0 - Uri link - Unable to bootstrap the required package provider due to problems with network connectivity. Please fix your network connection. If this is not possible, refer to 'Get-Help Install-PackageProvider' or http://go.microsoft.com/fwlink/?LinkId=626941 for guidance on installing the package provider manually. + Unable to bootstrap the required package provider due to problems with network connectivity. Please fix your network connection. If this is not possible, refer to 'Get-Help Install-PackageProvider' or https://go.microsoft.com/fwlink/?LinkId=626941 for guidance on installing the package provider manually. Cannot download link '{0}', retrying for '{1}' more times. diff --git a/src/Microsoft.PackageManagement.PackageSourceListProvider/PackageList/PackageListRequest.cs b/src/Microsoft.PackageManagement.PackageSourceListProvider/PackageList/PackageListRequest.cs index 4c828201792..83c07f8533c 100644 --- a/src/Microsoft.PackageManagement.PackageSourceListProvider/PackageList/PackageListRequest.cs +++ b/src/Microsoft.PackageManagement.PackageSourceListProvider/PackageList/PackageListRequest.cs @@ -43,10 +43,10 @@ public abstract class PackageSourceListRequest : Request { private string _configurationFileLocation; private XDocument _config; private string _defaultConfig; - private string PowerShellSourceURL = @"http://go.microsoft.com/fwlink/?LinkID=821777&clcid=0x409"; - private string PowerShellNanoSourceURL = @"http://go.microsoft.com/fwlink/?LinkID=821783&clcid=0x409"; - private string PowerShellSourceCatalogURL = @"http://go.microsoft.com/fwlink/?LinkID=823093&clcid=0x409"; - private string PowerShellNanoSourceCatalogURL = @"http://go.microsoft.com/fwlink/?LinkID=823094&clcid=0x409"; + private string PowerShellSourceURL = @"https://go.microsoft.com/fwlink/?LinkID=821777&clcid=0x409"; + private string PowerShellNanoSourceURL = @"https://go.microsoft.com/fwlink/?LinkID=821783&clcid=0x409"; + private string PowerShellSourceCatalogURL = @"https://go.microsoft.com/fwlink/?LinkID=823093&clcid=0x409"; + private string PowerShellNanoSourceCatalogURL = @"https://go.microsoft.com/fwlink/?LinkID=823094&clcid=0x409"; private IEnumerable _packageSources; private const string _PackageSourceListRequest = "PackageSourceListRequest"; private HttpClient _httpClient; diff --git a/src/Microsoft.PowerShell.Commands.Diagnostics/ExportCounterCommand.cs b/src/Microsoft.PowerShell.Commands.Diagnostics/ExportCounterCommand.cs index 49de2321bbf..e9fd5618298 100644 --- a/src/Microsoft.PowerShell.Commands.Diagnostics/ExportCounterCommand.cs +++ b/src/Microsoft.PowerShell.Commands.Diagnostics/ExportCounterCommand.cs @@ -33,7 +33,7 @@ namespace Microsoft.PowerShell.Commands /// /// Class that implements the Get-Counter cmdlet. /// - [Cmdlet("Export", "Counter", DefaultParameterSetName = "ExportCounterSet", HelpUri = "http://go.microsoft.com/fwlink/?LinkID=138337")] + [Cmdlet("Export", "Counter", DefaultParameterSetName = "ExportCounterSet", HelpUri = "https://go.microsoft.com/fwlink/?LinkID=138337")] public sealed class ExportCounterCommand : PSCmdlet { // diff --git a/src/Microsoft.PowerShell.Commands.Diagnostics/GetCounterCommand.cs b/src/Microsoft.PowerShell.Commands.Diagnostics/GetCounterCommand.cs index dd52a22aa3f..c7648509d9e 100644 --- a/src/Microsoft.PowerShell.Commands.Diagnostics/GetCounterCommand.cs +++ b/src/Microsoft.PowerShell.Commands.Diagnostics/GetCounterCommand.cs @@ -33,7 +33,7 @@ namespace Microsoft.PowerShell.Commands /// /// Class that implements the Get-Counter cmdlet. /// - [Cmdlet(VerbsCommon.Get, "Counter", DefaultParameterSetName = "GetCounterSet", HelpUri = "http://go.microsoft.com/fwlink/?LinkID=138335")] + [Cmdlet(VerbsCommon.Get, "Counter", DefaultParameterSetName = "GetCounterSet", HelpUri = "https://go.microsoft.com/fwlink/?LinkID=138335")] public sealed class GetCounterCommand : PSCmdlet { // diff --git a/src/Microsoft.PowerShell.Commands.Diagnostics/GetEventCommand.cs b/src/Microsoft.PowerShell.Commands.Diagnostics/GetEventCommand.cs index 9b611168494..c061226dac4 100644 --- a/src/Microsoft.PowerShell.Commands.Diagnostics/GetEventCommand.cs +++ b/src/Microsoft.PowerShell.Commands.Diagnostics/GetEventCommand.cs @@ -24,7 +24,7 @@ namespace Microsoft.PowerShell.Commands /// /// Class that implements the Get-WinEvent cmdlet. /// - [Cmdlet(VerbsCommon.Get, "WinEvent", DefaultParameterSetName = "GetLogSet", HelpUri = "http://go.microsoft.com/fwlink/?LinkID=138336")] + [Cmdlet(VerbsCommon.Get, "WinEvent", DefaultParameterSetName = "GetLogSet", HelpUri = "https://go.microsoft.com/fwlink/?LinkID=138336")] public sealed class GetWinEventCommand : PSCmdlet { /// diff --git a/src/Microsoft.PowerShell.Commands.Diagnostics/ImportCounterCommand.cs b/src/Microsoft.PowerShell.Commands.Diagnostics/ImportCounterCommand.cs index ad5da97ff2e..1591856ebf5 100644 --- a/src/Microsoft.PowerShell.Commands.Diagnostics/ImportCounterCommand.cs +++ b/src/Microsoft.PowerShell.Commands.Diagnostics/ImportCounterCommand.cs @@ -33,7 +33,7 @@ namespace Microsoft.PowerShell.Commands /// /// Class that implements the Get-Counter cmdlet. /// - [Cmdlet("Import", "Counter", DefaultParameterSetName = "GetCounterSet", HelpUri = "http://go.microsoft.com/fwlink/?LinkID=138338")] + [Cmdlet("Import", "Counter", DefaultParameterSetName = "GetCounterSet", HelpUri = "https://go.microsoft.com/fwlink/?LinkID=138338")] public sealed class ImportCounterCommand : PSCmdlet { // diff --git a/src/Microsoft.PowerShell.Commands.Diagnostics/NewWinEventCommand.cs b/src/Microsoft.PowerShell.Commands.Diagnostics/NewWinEventCommand.cs index cb1d364e0e9..36059c23e41 100644 --- a/src/Microsoft.PowerShell.Commands.Diagnostics/NewWinEventCommand.cs +++ b/src/Microsoft.PowerShell.Commands.Diagnostics/NewWinEventCommand.cs @@ -20,7 +20,7 @@ namespace Microsoft.PowerShell.Commands /// Class that implements the New-WinEvent cmdlet. /// This cmdlet writes a new Etw event using the provider specified in parameter. /// - [Cmdlet(VerbsCommon.New, "WinEvent", HelpUri = "http://go.microsoft.com/fwlink/?LinkID=217469")] + [Cmdlet(VerbsCommon.New, "WinEvent", HelpUri = "https://go.microsoft.com/fwlink/?LinkID=217469")] public sealed class NewWinEventCommand : PSCmdlet { private ProviderMetadata _providerMetadata; diff --git a/src/Microsoft.PowerShell.Commands.Management/commands/management/AddContentCommand.cs b/src/Microsoft.PowerShell.Commands.Management/commands/management/AddContentCommand.cs index f0b3d1cbe8a..b570df5b9de 100644 --- a/src/Microsoft.PowerShell.Commands.Management/commands/management/AddContentCommand.cs +++ b/src/Microsoft.PowerShell.Commands.Management/commands/management/AddContentCommand.cs @@ -14,7 +14,7 @@ namespace Microsoft.PowerShell.Commands /// A command that appends the specified content to the item at the specified path. /// [Cmdlet(VerbsCommon.Add, "Content", DefaultParameterSetName = "Path", SupportsShouldProcess = true, SupportsTransactions = true, - HelpUri = "http://go.microsoft.com/fwlink/?LinkID=113278")] + HelpUri = "https://go.microsoft.com/fwlink/?LinkID=113278")] public class AddContentCommand : WriteContentCommandBase { #region protected members diff --git a/src/Microsoft.PowerShell.Commands.Management/commands/management/ClearContentCommand.cs b/src/Microsoft.PowerShell.Commands.Management/commands/management/ClearContentCommand.cs index b5b05f4a98b..4eaf2f317dc 100644 --- a/src/Microsoft.PowerShell.Commands.Management/commands/management/ClearContentCommand.cs +++ b/src/Microsoft.PowerShell.Commands.Management/commands/management/ClearContentCommand.cs @@ -11,7 +11,7 @@ namespace Microsoft.PowerShell.Commands /// A command that appends the specified content to the item at the specified path. /// [Cmdlet(VerbsCommon.Clear, "Content", DefaultParameterSetName = "Path", SupportsShouldProcess = true, SupportsTransactions = true, - HelpUri = "http://go.microsoft.com/fwlink/?LinkID=113282")] + HelpUri = "https://go.microsoft.com/fwlink/?LinkID=113282")] public class ClearContentCommand : ContentCommandBase { #region Command code diff --git a/src/Microsoft.PowerShell.Commands.Management/commands/management/ClearPropertyCommand.cs b/src/Microsoft.PowerShell.Commands.Management/commands/management/ClearPropertyCommand.cs index 7f9237aa838..69bcf9c9e6c 100644 --- a/src/Microsoft.PowerShell.Commands.Management/commands/management/ClearPropertyCommand.cs +++ b/src/Microsoft.PowerShell.Commands.Management/commands/management/ClearPropertyCommand.cs @@ -12,7 +12,7 @@ namespace Microsoft.PowerShell.Commands /// A command to clear the value of a property of an item at a specified path /// [Cmdlet(VerbsCommon.Clear, "ItemProperty", DefaultParameterSetName = "Path", SupportsShouldProcess = true, SupportsTransactions = true, - HelpUri = "http://go.microsoft.com/fwlink/?LinkID=113284")] + HelpUri = "https://go.microsoft.com/fwlink/?LinkID=113284")] public class ClearItemPropertyCommand : PassThroughItemPropertyCommandBase { #region Parameters diff --git a/src/Microsoft.PowerShell.Commands.Management/commands/management/ClearRecycleBinCommand.cs b/src/Microsoft.PowerShell.Commands.Management/commands/management/ClearRecycleBinCommand.cs index 65efb9d25bd..3d9fa850301 100644 --- a/src/Microsoft.PowerShell.Commands.Management/commands/management/ClearRecycleBinCommand.cs +++ b/src/Microsoft.PowerShell.Commands.Management/commands/management/ClearRecycleBinCommand.cs @@ -14,7 +14,7 @@ namespace Microsoft.PowerShell.Commands /// This cmldet clear all files in the RecycleBin for the given DriveLetter. /// If not DriveLetter is specified, then the RecycleBin for all drives are cleared. /// - [Cmdlet(VerbsCommon.Clear, "RecycleBin", SupportsShouldProcess = true, HelpUri = "http://go.microsoft.com/fwlink/?LinkId=524082", ConfirmImpact = ConfirmImpact.High)] + [Cmdlet(VerbsCommon.Clear, "RecycleBin", SupportsShouldProcess = true, HelpUri = "https://go.microsoft.com/fwlink/?LinkId=524082", ConfirmImpact = ConfirmImpact.High)] public class ClearRecycleBinCommand : PSCmdlet { private string[] _drivesList; diff --git a/src/Microsoft.PowerShell.Commands.Management/commands/management/CombinePathCommand.cs b/src/Microsoft.PowerShell.Commands.Management/commands/management/CombinePathCommand.cs index ef8a815fdf3..386aa314ce3 100644 --- a/src/Microsoft.PowerShell.Commands.Management/commands/management/CombinePathCommand.cs +++ b/src/Microsoft.PowerShell.Commands.Management/commands/management/CombinePathCommand.cs @@ -13,7 +13,7 @@ namespace Microsoft.PowerShell.Commands /// A command that adds the parent and child parts of a path together /// with the appropriate path separator. /// - [Cmdlet("Join", "Path", SupportsTransactions = true, HelpUri = "http://go.microsoft.com/fwlink/?LinkID=113347")] + [Cmdlet("Join", "Path", SupportsTransactions = true, HelpUri = "https://go.microsoft.com/fwlink/?LinkID=113347")] [OutputType(typeof(string))] public class JoinPathCommand : CoreCommandWithCredentialsBase { diff --git a/src/Microsoft.PowerShell.Commands.Management/commands/management/CommitTransactionCommand.cs b/src/Microsoft.PowerShell.Commands.Management/commands/management/CommitTransactionCommand.cs index 616d20b2b01..2058bdd833a 100644 --- a/src/Microsoft.PowerShell.Commands.Management/commands/management/CommitTransactionCommand.cs +++ b/src/Microsoft.PowerShell.Commands.Management/commands/management/CommitTransactionCommand.cs @@ -10,7 +10,7 @@ namespace Microsoft.PowerShell.Commands /// /// A command that commits a transaction. /// - [Cmdlet(VerbsLifecycle.Complete, "Transaction", SupportsShouldProcess = true, HelpUri = "http://go.microsoft.com/fwlink/?LinkID=135200")] + [Cmdlet(VerbsLifecycle.Complete, "Transaction", SupportsShouldProcess = true, HelpUri = "https://go.microsoft.com/fwlink/?LinkID=135200")] public class CompleteTransactionCommand : PSCmdlet { /// diff --git a/src/Microsoft.PowerShell.Commands.Management/commands/management/Computer.cs b/src/Microsoft.PowerShell.Commands.Management/commands/management/Computer.cs index 90f0fc3730f..aef45f5e463 100644 --- a/src/Microsoft.PowerShell.Commands.Management/commands/management/Computer.cs +++ b/src/Microsoft.PowerShell.Commands.Management/commands/management/Computer.cs @@ -53,7 +53,7 @@ namespace Microsoft.PowerShell.Commands /// statistical summary when finished. /// [Cmdlet(VerbsDiagnostic.Test, "Connection", DefaultParameterSetName = RegularParameterSet, - HelpUri = "http://go.microsoft.com/fwlink/?LinkID=135266", RemotingCapability = RemotingCapability.OwnedByCommand)] + HelpUri = "https://go.microsoft.com/fwlink/?LinkID=135266", RemotingCapability = RemotingCapability.OwnedByCommand)] [OutputType(typeof(Boolean))] [OutputType(@"System.Management.ManagementObject#root\cimv2\Win32_PingStatus")] public class TestConnectionCommand : PSCmdlet @@ -668,7 +668,7 @@ private void ProcessWSManProtocolForTestConnection() /// /// Cmdlet for Enable-ComputerRestore /// - [Cmdlet(VerbsLifecycle.Enable, "ComputerRestore", SupportsShouldProcess = true, HelpUri = "http://go.microsoft.com/fwlink/?LinkID=135209")] + [Cmdlet(VerbsLifecycle.Enable, "ComputerRestore", SupportsShouldProcess = true, HelpUri = "https://go.microsoft.com/fwlink/?LinkID=135209")] public sealed class EnableComputerRestoreCommand : PSCmdlet, IDisposable { #region Parameters @@ -848,7 +848,7 @@ protected override void StopProcessing() /// /// This cmdlet is to Disable Computer Restore points. /// - [Cmdlet(VerbsLifecycle.Disable, "ComputerRestore", SupportsShouldProcess = true, HelpUri = "http://go.microsoft.com/fwlink/?LinkID=135207")] + [Cmdlet(VerbsLifecycle.Disable, "ComputerRestore", SupportsShouldProcess = true, HelpUri = "https://go.microsoft.com/fwlink/?LinkID=135207")] public sealed class DisableComputerRestoreCommand : PSCmdlet, IDisposable { #region Parameters @@ -999,7 +999,7 @@ protected override void StopProcessing() /// Creates the Restore Point for the Local computer /// - [Cmdlet(VerbsData.Checkpoint, "Computer", HelpUri = "http://go.microsoft.com/fwlink/?LinkID=135197")] + [Cmdlet(VerbsData.Checkpoint, "Computer", HelpUri = "https://go.microsoft.com/fwlink/?LinkID=135197")] public class CheckpointComputerCommand : PSCmdlet, IDisposable { #region Parameters @@ -1397,7 +1397,7 @@ private bool IsRestorePointCreated(string description, DateTime starttime) /// /// This cmdlet is to Get Computer Restore points. /// - [Cmdlet(VerbsCommon.Get, "ComputerRestorePoint", DefaultParameterSetName = "ID", HelpUri = "http://go.microsoft.com/fwlink/?LinkID=135215")] + [Cmdlet(VerbsCommon.Get, "ComputerRestorePoint", DefaultParameterSetName = "ID", HelpUri = "https://go.microsoft.com/fwlink/?LinkID=135215")] [OutputType(@"System.Management.ManagementObject#root\default\SystemRestore")] public sealed class GetComputerRestorePointCommand : PSCmdlet, IDisposable { @@ -1725,7 +1725,7 @@ public enum WaitForServiceTypes /// Restarts the computer /// [Cmdlet(VerbsLifecycle.Restart, "Computer", SupportsShouldProcess = true, DefaultParameterSetName = DefaultParameterSet, - HelpUri = "http://go.microsoft.com/fwlink/?LinkID=135253", RemotingCapability = RemotingCapability.OwnedByCommand)] + HelpUri = "https://go.microsoft.com/fwlink/?LinkID=135253", RemotingCapability = RemotingCapability.OwnedByCommand)] public class RestartComputerCommand : PSCmdlet, IDisposable { #region "Parameters and PrivateData" @@ -3188,7 +3188,7 @@ protected override void StopProcessing() /// cmdlet to stop computer /// [Cmdlet(VerbsLifecycle.Stop, "Computer", SupportsShouldProcess = true, - HelpUri = "http://go.microsoft.com/fwlink/?LinkID=135263", RemotingCapability = RemotingCapability.SupportedByCommand)] + HelpUri = "https://go.microsoft.com/fwlink/?LinkID=135263", RemotingCapability = RemotingCapability.SupportedByCommand)] public sealed class StopComputerCommand : PSCmdlet, IDisposable { #region Private Members @@ -3612,7 +3612,7 @@ private void ProcessWSManProtocol(object[] flags) /// /// This cmdlet is to Restore Computer /// - [Cmdlet(VerbsData.Restore, "Computer", SupportsShouldProcess = true, HelpUri = "http://go.microsoft.com/fwlink/?LinkID=135254")] + [Cmdlet(VerbsData.Restore, "Computer", SupportsShouldProcess = true, HelpUri = "https://go.microsoft.com/fwlink/?LinkID=135254")] public sealed class RestoreComputerCommand : PSCmdlet, IDisposable { #region Parameters @@ -3831,7 +3831,7 @@ public enum JoinOptions /// [SuppressMessage("Microsoft.PowerShell", "PS1004AcceptForceParameterWhenCallingShouldContinue")] [Cmdlet(VerbsCommon.Add, "Computer", SupportsShouldProcess = true, DefaultParameterSetName = DomainParameterSet, - HelpUri = "http://go.microsoft.com/fwlink/?LinkID=135194", RemotingCapability = RemotingCapability.SupportedByCommand)] + HelpUri = "https://go.microsoft.com/fwlink/?LinkID=135194", RemotingCapability = RemotingCapability.SupportedByCommand)] [OutputType(typeof(ComputerChangeInfo))] public class AddComputerCommand : PSCmdlet { @@ -4628,7 +4628,7 @@ protected override void EndProcessing() /// [Cmdlet(VerbsCommon.Remove, "Computer", SupportsShouldProcess = true, DefaultParameterSetName = LocalParameterSet, - HelpUri = "http://go.microsoft.com/fwlink/?LinkID=135246", RemotingCapability = RemotingCapability.SupportedByCommand)] + HelpUri = "https://go.microsoft.com/fwlink/?LinkID=135246", RemotingCapability = RemotingCapability.SupportedByCommand)] [OutputType(typeof(ComputerChangeInfo))] public class RemoveComputerCommand : PSCmdlet { @@ -4970,7 +4970,7 @@ protected override void EndProcessing() /// [Cmdlet(VerbsCommon.Rename, "Computer", SupportsShouldProcess = true, - HelpUri = "http://go.microsoft.com/fwlink/?LinkID=219990", RemotingCapability = RemotingCapability.SupportedByCommand)] + HelpUri = "https://go.microsoft.com/fwlink/?LinkID=219990", RemotingCapability = RemotingCapability.SupportedByCommand)] public class RenameComputerCommand : PSCmdlet { #region Private Members @@ -5495,7 +5495,7 @@ protected override void EndProcessing() /// rebuild the trust if specified. /// - [Cmdlet(VerbsDiagnostic.Test, "ComputerSecureChannel", SupportsShouldProcess = true, HelpUri = "http://go.microsoft.com/fwlink/?LinkID=137749")] + [Cmdlet(VerbsDiagnostic.Test, "ComputerSecureChannel", SupportsShouldProcess = true, HelpUri = "https://go.microsoft.com/fwlink/?LinkID=137749")] [OutputType(typeof(Boolean))] public class TestComputerSecureChannelCommand : PSCmdlet { @@ -5716,7 +5716,7 @@ protected override void ProcessRecord() /// [Cmdlet("Reset", "ComputerMachinePassword", - SupportsShouldProcess = true, HelpUri = "http://go.microsoft.com/fwlink/?LinkID=135252")] + SupportsShouldProcess = true, HelpUri = "https://go.microsoft.com/fwlink/?LinkID=135252")] public class ResetComputerMachinePasswordCommand : PSCmdlet { #region "Parameter and PrivateData" diff --git a/src/Microsoft.PowerShell.Commands.Management/commands/management/ControlPanelItemCommand.cs b/src/Microsoft.PowerShell.Commands.Management/commands/management/ControlPanelItemCommand.cs index 18ef4881be3..8c31157bccb 100644 --- a/src/Microsoft.PowerShell.Commands.Management/commands/management/ControlPanelItemCommand.cs +++ b/src/Microsoft.PowerShell.Commands.Management/commands/management/ControlPanelItemCommand.cs @@ -542,7 +542,7 @@ internal List GetControlPanelItemsByInstance(List /// Get all control panel items that is available in the "All Control Panel Items" category /// - [Cmdlet(VerbsCommon.Get, "ControlPanelItem", DefaultParameterSetName = RegularNameParameterSet, HelpUri = "http://go.microsoft.com/fwlink/?LinkID=219982")] + [Cmdlet(VerbsCommon.Get, "ControlPanelItem", DefaultParameterSetName = RegularNameParameterSet, HelpUri = "https://go.microsoft.com/fwlink/?LinkID=219982")] [OutputType(typeof(ControlPanelItem))] public sealed class GetControlPanelItemCommand : ControlPanelItemBaseCommand { @@ -674,7 +674,7 @@ private static int CompareControlPanelItems(ControlPanelItem x, ControlPanelItem /// /// Show the specified control panel applet /// - [Cmdlet(VerbsCommon.Show, "ControlPanelItem", DefaultParameterSetName = RegularNameParameterSet, HelpUri = "http://go.microsoft.com/fwlink/?LinkID=219983")] + [Cmdlet(VerbsCommon.Show, "ControlPanelItem", DefaultParameterSetName = RegularNameParameterSet, HelpUri = "https://go.microsoft.com/fwlink/?LinkID=219983")] public sealed class ShowControlPanelItemCommand : ControlPanelItemBaseCommand { private const string RegularNameParameterSet = "RegularName"; diff --git a/src/Microsoft.PowerShell.Commands.Management/commands/management/ConvertPathCommand.cs b/src/Microsoft.PowerShell.Commands.Management/commands/management/ConvertPathCommand.cs index 8228aa22f27..9697431ea2b 100644 --- a/src/Microsoft.PowerShell.Commands.Management/commands/management/ConvertPathCommand.cs +++ b/src/Microsoft.PowerShell.Commands.Management/commands/management/ConvertPathCommand.cs @@ -13,7 +13,7 @@ namespace Microsoft.PowerShell.Commands /// a provider internal path. /// [Cmdlet(VerbsData.Convert, "Path", DefaultParameterSetName = "Path", SupportsTransactions = true, - HelpUri = "http://go.microsoft.com/fwlink/?LinkID=113289", RemotingCapability = RemotingCapability.None)] + HelpUri = "https://go.microsoft.com/fwlink/?LinkID=113289", RemotingCapability = RemotingCapability.None)] [OutputType(typeof(string))] public class ConvertPathCommand : CoreCommandBase { diff --git a/src/Microsoft.PowerShell.Commands.Management/commands/management/CopyPropertyCommand.cs b/src/Microsoft.PowerShell.Commands.Management/commands/management/CopyPropertyCommand.cs index cd6ac636853..e30816ec138 100644 --- a/src/Microsoft.PowerShell.Commands.Management/commands/management/CopyPropertyCommand.cs +++ b/src/Microsoft.PowerShell.Commands.Management/commands/management/CopyPropertyCommand.cs @@ -11,7 +11,7 @@ namespace Microsoft.PowerShell.Commands /// A command to copy a property on an item. /// [Cmdlet(VerbsCommon.Copy, "ItemProperty", DefaultParameterSetName = "Path", SupportsShouldProcess = true, SupportsTransactions = true, - HelpUri = "http://go.microsoft.com/fwlink/?LinkID=113293")] + HelpUri = "https://go.microsoft.com/fwlink/?LinkID=113293")] public class CopyItemPropertyCommand : PassThroughItemPropertyCommandBase { #region Parameters diff --git a/src/Microsoft.PowerShell.Commands.Management/commands/management/Eventlog.cs b/src/Microsoft.PowerShell.Commands.Management/commands/management/Eventlog.cs index c66b9d76fed..83c0c3a46f5 100644 --- a/src/Microsoft.PowerShell.Commands.Management/commands/management/Eventlog.cs +++ b/src/Microsoft.PowerShell.Commands.Management/commands/management/Eventlog.cs @@ -34,7 +34,7 @@ namespace Microsoft.PowerShell.Commands /// backward and try to leave off the repeated entries. /// [Cmdlet(VerbsCommon.Get, "EventLog", DefaultParameterSetName = "LogName", - HelpUri = "http://go.microsoft.com/fwlink/?LinkID=113314", RemotingCapability = RemotingCapability.SupportedByCommand)] + HelpUri = "https://go.microsoft.com/fwlink/?LinkID=113314", RemotingCapability = RemotingCapability.SupportedByCommand)] [OutputType(typeof(EventLog), typeof(EventLogEntry), typeof(String))] public sealed class GetEventLogCommand : PSCmdlet { @@ -601,7 +601,7 @@ private List GetMatchingLogs(string pattern) /// [Cmdlet(VerbsCommon.Clear, "EventLog", SupportsShouldProcess = true, - HelpUri = "http://go.microsoft.com/fwlink/?LinkID=135198", RemotingCapability = RemotingCapability.SupportedByCommand)] + HelpUri = "https://go.microsoft.com/fwlink/?LinkID=135198", RemotingCapability = RemotingCapability.SupportedByCommand)] public sealed class ClearEventLogCommand : PSCmdlet { #region Parameters @@ -694,7 +694,7 @@ protected override void BeginProcessing() /// This class implements the Write-EventLog command /// - [Cmdlet("Write", "EventLog", HelpUri = "http://go.microsoft.com/fwlink/?LinkID=135281", RemotingCapability = RemotingCapability.SupportedByCommand)] + [Cmdlet("Write", "EventLog", HelpUri = "https://go.microsoft.com/fwlink/?LinkID=135281", RemotingCapability = RemotingCapability.SupportedByCommand)] public sealed class WriteEventLogCommand : PSCmdlet { #region Parameters @@ -843,7 +843,7 @@ protected override void BeginProcessing() /// [Cmdlet(VerbsData.Limit, "EventLog", SupportsShouldProcess = true, - HelpUri = "http://go.microsoft.com/fwlink/?LinkID=135227", RemotingCapability = RemotingCapability.SupportedByCommand)] + HelpUri = "https://go.microsoft.com/fwlink/?LinkID=135227", RemotingCapability = RemotingCapability.SupportedByCommand)] public sealed class LimitEventLogCommand : PSCmdlet { #region Parameters @@ -1045,7 +1045,7 @@ protected override /// This class implements the Show-EventLog command /// - [Cmdlet(VerbsCommon.Show, "EventLog", HelpUri = "http://go.microsoft.com/fwlink/?LinkID=135257", RemotingCapability = RemotingCapability.SupportedByCommand)] + [Cmdlet(VerbsCommon.Show, "EventLog", HelpUri = "https://go.microsoft.com/fwlink/?LinkID=135257", RemotingCapability = RemotingCapability.SupportedByCommand)] public sealed class ShowEventLogCommand : PSCmdlet { #region Parameters @@ -1122,7 +1122,7 @@ protected override /// all three types of strings. /// - [Cmdlet(VerbsCommon.New, "EventLog", HelpUri = "http://go.microsoft.com/fwlink/?LinkID=135235", RemotingCapability = RemotingCapability.SupportedByCommand)] + [Cmdlet(VerbsCommon.New, "EventLog", HelpUri = "https://go.microsoft.com/fwlink/?LinkID=135235", RemotingCapability = RemotingCapability.SupportedByCommand)] public class NewEventLogCommand : PSCmdlet { # region Parameter @@ -1276,7 +1276,7 @@ protected override void BeginProcessing() [Cmdlet(VerbsCommon.Remove, "EventLog", SupportsShouldProcess = true, DefaultParameterSetName = "Default", - HelpUri = "http://go.microsoft.com/fwlink/?LinkID=135248", RemotingCapability = RemotingCapability.SupportedByCommand)] + HelpUri = "https://go.microsoft.com/fwlink/?LinkID=135248", RemotingCapability = RemotingCapability.SupportedByCommand)] public class RemoveEventLogCommand : PSCmdlet { /// diff --git a/src/Microsoft.PowerShell.Commands.Management/commands/management/GetChildrenCommand.cs b/src/Microsoft.PowerShell.Commands.Management/commands/management/GetChildrenCommand.cs index b2194287322..fca160ae2d2 100644 --- a/src/Microsoft.PowerShell.Commands.Management/commands/management/GetChildrenCommand.cs +++ b/src/Microsoft.PowerShell.Commands.Management/commands/management/GetChildrenCommand.cs @@ -16,7 +16,7 @@ namespace Microsoft.PowerShell.Commands /// /// /// - [Cmdlet(VerbsCommon.Get, "ChildItem", DefaultParameterSetName = "Items", SupportsTransactions = true, HelpUri = "http://go.microsoft.com/fwlink/?LinkID=113308")] + [Cmdlet(VerbsCommon.Get, "ChildItem", DefaultParameterSetName = "Items", SupportsTransactions = true, HelpUri = "https://go.microsoft.com/fwlink/?LinkID=113308")] public class GetChildItemCommand : CoreCommandBase { /// diff --git a/src/Microsoft.PowerShell.Commands.Management/commands/management/GetClipboardCommand.cs b/src/Microsoft.PowerShell.Commands.Management/commands/management/GetClipboardCommand.cs index aa59d5139f7..a8f33df5d89 100644 --- a/src/Microsoft.PowerShell.Commands.Management/commands/management/GetClipboardCommand.cs +++ b/src/Microsoft.PowerShell.Commands.Management/commands/management/GetClipboardCommand.cs @@ -36,7 +36,7 @@ public enum ClipboardFormat /// Defines the implementation of the 'Get-Clipboard' cmdlet. /// This cmdlet get the content from system clipboard. /// - [Cmdlet(VerbsCommon.Get, "Clipboard", HelpUri = "http://go.microsoft.com/fwlink/?LinkId=526219")] + [Cmdlet(VerbsCommon.Get, "Clipboard", HelpUri = "https://go.microsoft.com/fwlink/?LinkId=526219")] [Alias("gcb")] [OutputType(typeof(String), typeof(FileInfo), typeof(Image), typeof(Stream))] public class GetClipboardCommand : PSCmdlet diff --git a/src/Microsoft.PowerShell.Commands.Management/commands/management/GetComputerInfoCommand.cs b/src/Microsoft.PowerShell.Commands.Management/commands/management/GetComputerInfoCommand.cs index 8c4aeb99ee5..65c8b0704e6 100644 --- a/src/Microsoft.PowerShell.Commands.Management/commands/management/GetComputerInfoCommand.cs +++ b/src/Microsoft.PowerShell.Commands.Management/commands/management/GetComputerInfoCommand.cs @@ -23,7 +23,7 @@ namespace Microsoft.PowerShell.Commands /// about a computer. /// [Cmdlet(VerbsCommon.Get, "ComputerInfo", - HelpUri = "http://go.microsoft.com/fwlink/?LinkId=799466")] + HelpUri = "https://go.microsoft.com/fwlink/?LinkId=799466")] [Alias("gin")] public class GetComputerInfoCommand : PSCmdlet { diff --git a/src/Microsoft.PowerShell.Commands.Management/commands/management/GetContentCommand.cs b/src/Microsoft.PowerShell.Commands.Management/commands/management/GetContentCommand.cs index de94a8b5117..ad67ec8fdad 100644 --- a/src/Microsoft.PowerShell.Commands.Management/commands/management/GetContentCommand.cs +++ b/src/Microsoft.PowerShell.Commands.Management/commands/management/GetContentCommand.cs @@ -16,7 +16,7 @@ namespace Microsoft.PowerShell.Commands /// /// A command to get the content of an item at a specified path /// - [Cmdlet(VerbsCommon.Get, "Content", DefaultParameterSetName = "Path", SupportsTransactions = true, HelpUri = "http://go.microsoft.com/fwlink/?LinkID=113310")] + [Cmdlet(VerbsCommon.Get, "Content", DefaultParameterSetName = "Path", SupportsTransactions = true, HelpUri = "https://go.microsoft.com/fwlink/?LinkID=113310")] public class GetContentCommand : ContentCommandBase { #region Parameters diff --git a/src/Microsoft.PowerShell.Commands.Management/commands/management/GetPropertyCommand.cs b/src/Microsoft.PowerShell.Commands.Management/commands/management/GetPropertyCommand.cs index 7ec7ca11dee..43777a235c5 100644 --- a/src/Microsoft.PowerShell.Commands.Management/commands/management/GetPropertyCommand.cs +++ b/src/Microsoft.PowerShell.Commands.Management/commands/management/GetPropertyCommand.cs @@ -12,7 +12,7 @@ namespace Microsoft.PowerShell.Commands /// /// A command to get the property of an item at a specified path /// - [Cmdlet(VerbsCommon.Get, "ItemProperty", DefaultParameterSetName = "Path", SupportsTransactions = true, HelpUri = "http://go.microsoft.com/fwlink/?LinkID=113320")] + [Cmdlet(VerbsCommon.Get, "ItemProperty", DefaultParameterSetName = "Path", SupportsTransactions = true, HelpUri = "https://go.microsoft.com/fwlink/?LinkID=113320")] public class GetItemPropertyCommand : ItemPropertyCommandBase { #region Parameters @@ -170,7 +170,7 @@ protected override void ProcessRecord() /// /// A command to get the property value of an item at a specified path. /// - [Cmdlet(VerbsCommon.Get, "ItemPropertyValue", DefaultParameterSetName = "Path", SupportsTransactions = true, HelpUri = "http://go.microsoft.com/fwlink/?LinkId=389281")] + [Cmdlet(VerbsCommon.Get, "ItemPropertyValue", DefaultParameterSetName = "Path", SupportsTransactions = true, HelpUri = "https://go.microsoft.com/fwlink/?LinkId=389281")] public sealed class GetItemPropertyValueCommand : ItemPropertyCommandBase { #region Parameters diff --git a/src/Microsoft.PowerShell.Commands.Management/commands/management/GetTransactionCommand.cs b/src/Microsoft.PowerShell.Commands.Management/commands/management/GetTransactionCommand.cs index ff47b4777a1..81d9c1f9010 100644 --- a/src/Microsoft.PowerShell.Commands.Management/commands/management/GetTransactionCommand.cs +++ b/src/Microsoft.PowerShell.Commands.Management/commands/management/GetTransactionCommand.cs @@ -10,7 +10,7 @@ namespace Microsoft.PowerShell.Commands /// /// A command that gets the active transaction. /// - [Cmdlet(VerbsCommon.Get, "Transaction", HelpUri = "http://go.microsoft.com/fwlink/?LinkID=135220")] + [Cmdlet(VerbsCommon.Get, "Transaction", HelpUri = "https://go.microsoft.com/fwlink/?LinkID=135220")] [OutputType(typeof(PSTransaction))] public class GetTransactionCommand : PSCmdlet { diff --git a/src/Microsoft.PowerShell.Commands.Management/commands/management/GetWMIObjectCommand.cs b/src/Microsoft.PowerShell.Commands.Management/commands/management/GetWMIObjectCommand.cs index cb1670ef6c3..30df7e9dddd 100644 --- a/src/Microsoft.PowerShell.Commands.Management/commands/management/GetWMIObjectCommand.cs +++ b/src/Microsoft.PowerShell.Commands.Management/commands/management/GetWMIObjectCommand.cs @@ -16,7 +16,7 @@ namespace Microsoft.PowerShell.Commands /// A command to get WMI Objects /// [Cmdlet(VerbsCommon.Get, "WmiObject", DefaultParameterSetName = "query", - HelpUri = "http://go.microsoft.com/fwlink/?LinkID=113337", RemotingCapability = RemotingCapability.OwnedByCommand)] + HelpUri = "https://go.microsoft.com/fwlink/?LinkID=113337", RemotingCapability = RemotingCapability.OwnedByCommand)] public class GetWmiObjectCommand : WmiBaseCmdlet { #region Parameters diff --git a/src/Microsoft.PowerShell.Commands.Management/commands/management/Hotfix.cs b/src/Microsoft.PowerShell.Commands.Management/commands/management/Hotfix.cs index 826dad579f5..99dd5bf7f28 100644 --- a/src/Microsoft.PowerShell.Commands.Management/commands/management/Hotfix.cs +++ b/src/Microsoft.PowerShell.Commands.Management/commands/management/Hotfix.cs @@ -35,7 +35,7 @@ namespace Microsoft.PowerShell.Commands /// Cmdlet for Get-Hotfix Proxy /// [Cmdlet(VerbsCommon.Get, "HotFix", DefaultParameterSetName = "Default", - HelpUri = "http://go.microsoft.com/fwlink/?LinkID=135217", RemotingCapability = RemotingCapability.SupportedByCommand)] + HelpUri = "https://go.microsoft.com/fwlink/?LinkID=135217", RemotingCapability = RemotingCapability.SupportedByCommand)] [OutputType(@"System.Management.ManagementObject#root\cimv2\Win32_QuickFixEngineering")] public sealed class GetHotFixCommand : PSCmdlet, IDisposable { diff --git a/src/Microsoft.PowerShell.Commands.Management/commands/management/InvokeWMIMethodCommand.cs b/src/Microsoft.PowerShell.Commands.Management/commands/management/InvokeWMIMethodCommand.cs index 1b7b6c89601..04c39e1bf10 100644 --- a/src/Microsoft.PowerShell.Commands.Management/commands/management/InvokeWMIMethodCommand.cs +++ b/src/Microsoft.PowerShell.Commands.Management/commands/management/InvokeWMIMethodCommand.cs @@ -20,7 +20,7 @@ namespace Microsoft.PowerShell.Commands /// A command to Invoke WMI Method /// [Cmdlet("Invoke", "WmiMethod", DefaultParameterSetName = "class", SupportsShouldProcess = true, - HelpUri = "http://go.microsoft.com/fwlink/?LinkID=113346", RemotingCapability = RemotingCapability.OwnedByCommand)] + HelpUri = "https://go.microsoft.com/fwlink/?LinkID=113346", RemotingCapability = RemotingCapability.OwnedByCommand)] public sealed class InvokeWmiMethod : WmiBaseCmdlet { #region Parameters diff --git a/src/Microsoft.PowerShell.Commands.Management/commands/management/MovePropertyCommand.cs b/src/Microsoft.PowerShell.Commands.Management/commands/management/MovePropertyCommand.cs index 7a22fb766a8..0e896d4436b 100644 --- a/src/Microsoft.PowerShell.Commands.Management/commands/management/MovePropertyCommand.cs +++ b/src/Microsoft.PowerShell.Commands.Management/commands/management/MovePropertyCommand.cs @@ -12,7 +12,7 @@ namespace Microsoft.PowerShell.Commands /// A command to move a property on an item to another item /// [Cmdlet(VerbsCommon.Move, "ItemProperty", SupportsShouldProcess = true, DefaultParameterSetName = "Path", SupportsTransactions = true, - HelpUri = "http://go.microsoft.com/fwlink/?LinkID=113351")] + HelpUri = "https://go.microsoft.com/fwlink/?LinkID=113351")] public class MoveItemPropertyCommand : PassThroughItemPropertyCommandBase { #region Parameters diff --git a/src/Microsoft.PowerShell.Commands.Management/commands/management/Navigation.cs b/src/Microsoft.PowerShell.Commands.Management/commands/management/Navigation.cs index 1daab675aa4..04f528ac92b 100644 --- a/src/Microsoft.PowerShell.Commands.Management/commands/management/Navigation.cs +++ b/src/Microsoft.PowerShell.Commands.Management/commands/management/Navigation.cs @@ -392,7 +392,7 @@ internal override CmdletProviderContext CmdletProviderContext /// /// /// - [Cmdlet(VerbsCommon.Get, "Location", DefaultParameterSetName = "Location", SupportsTransactions = true, HelpUri = "http://go.microsoft.com/fwlink/?LinkID=113321")] + [Cmdlet(VerbsCommon.Get, "Location", DefaultParameterSetName = "Location", SupportsTransactions = true, HelpUri = "https://go.microsoft.com/fwlink/?LinkID=113321")] [OutputType(typeof(PathInfo), ParameterSetName = new string[] { "locationSet" })] [OutputType(typeof(PathInfoStack), ParameterSetName = new string[] { "Stack" })] public class GetLocationCommand : DriveMatchingCoreCommandBase @@ -724,7 +724,7 @@ protected override void ProcessRecord() /// The core command for setting/changing location. /// This is the equivalent of cd command. /// - [Cmdlet(VerbsCommon.Set, "Location", DefaultParameterSetName = "Path", SupportsTransactions = true, HelpUri = "http://go.microsoft.com/fwlink/?LinkID=113397")] + [Cmdlet(VerbsCommon.Set, "Location", DefaultParameterSetName = "Path", SupportsTransactions = true, HelpUri = "https://go.microsoft.com/fwlink/?LinkID=113397")] [OutputType(typeof(PathInfo), typeof(PathInfoStack))] public class SetLocationCommand : CoreCommandBase { @@ -1065,7 +1065,7 @@ protected override void ProcessRecord() /// The core command for setting/changing location and pushing it onto a location stack. /// This is the equivalent of the pushd command. /// - [Cmdlet(VerbsCommon.Push, "Location", DefaultParameterSetName = "Path", SupportsTransactions = true, HelpUri = "http://go.microsoft.com/fwlink/?LinkID=113370")] + [Cmdlet(VerbsCommon.Push, "Location", DefaultParameterSetName = "Path", SupportsTransactions = true, HelpUri = "https://go.microsoft.com/fwlink/?LinkID=113370")] public class PushLocationCommand : CoreCommandBase { #region Command parameters @@ -1354,7 +1354,7 @@ protected override void ProcessRecord() /// The core command for pop-location. This is the equivalent of the popd command. /// It pops a container from the stack and sets the current location to that container. /// - [Cmdlet(VerbsCommon.Pop, "Location", SupportsTransactions = true, HelpUri = "http://go.microsoft.com/fwlink/?LinkID=113369")] + [Cmdlet(VerbsCommon.Pop, "Location", SupportsTransactions = true, HelpUri = "https://go.microsoft.com/fwlink/?LinkID=113369")] public class PopLocationCommand : CoreCommandBase { #region Command parameters @@ -1478,7 +1478,7 @@ protected override void ProcessRecord() /// /// Mounts a drive in the Monad namespace. /// - [Cmdlet(VerbsCommon.New, "PSDrive", SupportsShouldProcess = true, SupportsTransactions = true, HelpUri = "http://go.microsoft.com/fwlink/?LinkID=113357")] + [Cmdlet(VerbsCommon.New, "PSDrive", SupportsShouldProcess = true, SupportsTransactions = true, HelpUri = "https://go.microsoft.com/fwlink/?LinkID=113357")] public class NewPSDriveCommand : CoreCommandWithCredentialsBase { #region Command parameters @@ -1915,7 +1915,7 @@ internal List GetMatchingDrives( /// Removes a drive that is mounted in the Monad namespace. /// [Cmdlet(VerbsCommon.Remove, "PSDrive", DefaultParameterSetName = "Name", SupportsShouldProcess = true, SupportsTransactions = true, - HelpUri = "http://go.microsoft.com/fwlink/?LinkID=113376")] + HelpUri = "https://go.microsoft.com/fwlink/?LinkID=113376")] public class RemovePSDriveCommand : DriveMatchingCoreCommandBase { #region Command parameters @@ -2109,7 +2109,7 @@ protected override void ProcessRecord() /// Gets a specified or listing of drives that are mounted in the Monad /// namespace. /// - [Cmdlet(VerbsCommon.Get, "PSDrive", DefaultParameterSetName = "Name", SupportsTransactions = true, HelpUri = "http://go.microsoft.com/fwlink/?LinkID=113327")] + [Cmdlet(VerbsCommon.Get, "PSDrive", DefaultParameterSetName = "Name", SupportsTransactions = true, HelpUri = "https://go.microsoft.com/fwlink/?LinkID=113327")] [OutputType(typeof(PSDriveInfo))] public class GetPSDriveCommand : DriveMatchingCoreCommandBase { @@ -2307,7 +2307,7 @@ protected override void ProcessRecord() /// /// Gets the specified item using the namespace providers. /// - [Cmdlet(VerbsCommon.Get, "Item", DefaultParameterSetName = "Path", SupportsTransactions = true, HelpUri = "http://go.microsoft.com/fwlink/?LinkID=113319")] + [Cmdlet(VerbsCommon.Get, "Item", DefaultParameterSetName = "Path", SupportsTransactions = true, HelpUri = "https://go.microsoft.com/fwlink/?LinkID=113319")] public class GetItemCommand : CoreCommandWithCredentialsBase { #region Command parameters @@ -2513,7 +2513,7 @@ protected override void ProcessRecord() /// Creates the specified item using the namespace providers. /// [Cmdlet(VerbsCommon.New, "Item", DefaultParameterSetName = "pathSet", SupportsShouldProcess = true, SupportsTransactions = true, - HelpUri = "http://go.microsoft.com/fwlink/?LinkID=113353")] + HelpUri = "https://go.microsoft.com/fwlink/?LinkID=113353")] public class NewItemCommand : CoreCommandWithCredentialsBase { #region Command parameters @@ -2675,7 +2675,7 @@ protected override void ProcessRecord() /// /// Sets the specified item using the namespace providers. /// - [Cmdlet(VerbsCommon.Set, "Item", SupportsShouldProcess = true, DefaultParameterSetName = "Path", SupportsTransactions = true, HelpUri = "http://go.microsoft.com/fwlink/?LinkID=113395")] + [Cmdlet(VerbsCommon.Set, "Item", SupportsShouldProcess = true, DefaultParameterSetName = "Path", SupportsTransactions = true, HelpUri = "https://go.microsoft.com/fwlink/?LinkID=113395")] public class SetItemCommand : CoreCommandWithCredentialsBase { #region Command parameters @@ -2892,7 +2892,7 @@ protected override void ProcessRecord() /// /// Removes the specified item using the namespace providers. /// - [Cmdlet(VerbsCommon.Remove, "Item", SupportsShouldProcess = true, DefaultParameterSetName = "Path", SupportsTransactions = true, HelpUri = "http://go.microsoft.com/fwlink/?LinkID=113373")] + [Cmdlet(VerbsCommon.Remove, "Item", SupportsShouldProcess = true, DefaultParameterSetName = "Path", SupportsTransactions = true, HelpUri = "https://go.microsoft.com/fwlink/?LinkID=113373")] public class RemoveItemCommand : CoreCommandWithCredentialsBase { #region Command parameters @@ -3350,7 +3350,7 @@ protected override void ProcessRecord() /// the namespace providers. /// [Cmdlet(VerbsCommon.Move, "Item", DefaultParameterSetName = "Path", SupportsShouldProcess = true, SupportsTransactions = true, - HelpUri = "http://go.microsoft.com/fwlink/?LinkID=113350")] + HelpUri = "https://go.microsoft.com/fwlink/?LinkID=113350")] public class MoveItemCommand : CoreCommandWithCredentialsBase { #region Command parameters @@ -3748,7 +3748,7 @@ private void MoveItem(string path) /// Renames a specified item to a new name using the namespace providers /// [Cmdlet(VerbsCommon.Rename, "Item", SupportsShouldProcess = true, SupportsTransactions = true, DefaultParameterSetName = "ByPath", - HelpUri = "http://go.microsoft.com/fwlink/?LinkID=113382")] + HelpUri = "https://go.microsoft.com/fwlink/?LinkID=113382")] public class RenameItemCommand : CoreCommandWithCredentialsBase { #region Command parameters @@ -4036,7 +4036,7 @@ protected override void ProcessRecord() /// Copies a specified item to a new location using the namespace providers /// [Cmdlet(VerbsCommon.Copy, "Item", DefaultParameterSetName = "Path", SupportsShouldProcess = true, SupportsTransactions = true, - HelpUri = "http://go.microsoft.com/fwlink/?LinkID=113292")] + HelpUri = "https://go.microsoft.com/fwlink/?LinkID=113292")] public class CopyItemCommand : CoreCommandWithCredentialsBase { #region Command parameters @@ -4309,7 +4309,7 @@ protected override void ProcessRecord() /// Clears an item at the specified location /// [Cmdlet(VerbsCommon.Clear, "Item", DefaultParameterSetName = "Path", SupportsShouldProcess = true, SupportsTransactions = true, - HelpUri = "http://go.microsoft.com/fwlink/?LinkID=113283")] + HelpUri = "https://go.microsoft.com/fwlink/?LinkID=113283")] public class ClearItemCommand : CoreCommandWithCredentialsBase { #region Command parameters @@ -4540,7 +4540,7 @@ protected override void ProcessRecord() /// Invokes an item at the specified location /// [Cmdlet("Invoke", "Item", DefaultParameterSetName = "Path", SupportsShouldProcess = true, SupportsTransactions = true, - HelpUri = "http://go.microsoft.com/fwlink/?LinkID=113345")] + HelpUri = "https://go.microsoft.com/fwlink/?LinkID=113345")] public class InvokeItemCommand : CoreCommandWithCredentialsBase { #region Command parameters @@ -4741,7 +4741,7 @@ protected override void ProcessRecord() /// /// Gets a core command provider by name /// - [Cmdlet(VerbsCommon.Get, "PSProvider", HelpUri = "http://go.microsoft.com/fwlink/?LinkID=113329")] + [Cmdlet(VerbsCommon.Get, "PSProvider", HelpUri = "https://go.microsoft.com/fwlink/?LinkID=113329")] [OutputType(typeof(ProviderInfo))] public class GetPSProviderCommand : CoreCommandBase { diff --git a/src/Microsoft.PowerShell.Commands.Management/commands/management/NewPropertyCommand.cs b/src/Microsoft.PowerShell.Commands.Management/commands/management/NewPropertyCommand.cs index 500bf4254e4..51e2fcb44e1 100644 --- a/src/Microsoft.PowerShell.Commands.Management/commands/management/NewPropertyCommand.cs +++ b/src/Microsoft.PowerShell.Commands.Management/commands/management/NewPropertyCommand.cs @@ -11,7 +11,7 @@ namespace Microsoft.PowerShell.Commands /// A command to create a new property on an object. /// [Cmdlet(VerbsCommon.New, "ItemProperty", DefaultParameterSetName = "Path", SupportsShouldProcess = true, SupportsTransactions = true, - HelpUri = "http://go.microsoft.com/fwlink/?LinkID=113354")] + HelpUri = "https://go.microsoft.com/fwlink/?LinkID=113354")] public class NewItemPropertyCommand : ItemPropertyCommandBase { #region Parameters diff --git a/src/Microsoft.PowerShell.Commands.Management/commands/management/ParsePathCommand.cs b/src/Microsoft.PowerShell.Commands.Management/commands/management/ParsePathCommand.cs index 749d519f8ee..86d7db6e217 100644 --- a/src/Microsoft.PowerShell.Commands.Management/commands/management/ParsePathCommand.cs +++ b/src/Microsoft.PowerShell.Commands.Management/commands/management/ParsePathCommand.cs @@ -15,7 +15,7 @@ namespace Microsoft.PowerShell.Commands /// A command to resolve MSH paths containing glob characters to /// MSH paths that match the glob strings. /// - [Cmdlet("Split", "Path", DefaultParameterSetName = "ParentSet", SupportsTransactions = true, HelpUri = "http://go.microsoft.com/fwlink/?LinkID=113404")] + [Cmdlet("Split", "Path", DefaultParameterSetName = "ParentSet", SupportsTransactions = true, HelpUri = "https://go.microsoft.com/fwlink/?LinkID=113404")] [OutputType(typeof(string), ParameterSetName = new string[] { SplitPathCommand.leafSet, SplitPathCommand.noQualifierSet, SplitPathCommand.parentSet, diff --git a/src/Microsoft.PowerShell.Commands.Management/commands/management/PingPathCommand.cs b/src/Microsoft.PowerShell.Commands.Management/commands/management/PingPathCommand.cs index 10f5259bb47..192fafce02b 100644 --- a/src/Microsoft.PowerShell.Commands.Management/commands/management/PingPathCommand.cs +++ b/src/Microsoft.PowerShell.Commands.Management/commands/management/PingPathCommand.cs @@ -31,7 +31,7 @@ public enum TestPathType /// /// A command to determine if an item exists at a specified path /// - [Cmdlet(VerbsDiagnostic.Test, "Path", DefaultParameterSetName = "Path", SupportsTransactions = true, HelpUri = "http://go.microsoft.com/fwlink/?LinkID=113418")] + [Cmdlet(VerbsDiagnostic.Test, "Path", DefaultParameterSetName = "Path", SupportsTransactions = true, HelpUri = "https://go.microsoft.com/fwlink/?LinkID=113418")] [OutputType(typeof(bool))] public class TestPathCommand : CoreCommandWithCredentialsBase { diff --git a/src/Microsoft.PowerShell.Commands.Management/commands/management/Process.cs b/src/Microsoft.PowerShell.Commands.Management/commands/management/Process.cs index c5a5914d45d..6b48971489d 100644 --- a/src/Microsoft.PowerShell.Commands.Management/commands/management/Process.cs +++ b/src/Microsoft.PowerShell.Commands.Management/commands/management/Process.cs @@ -478,7 +478,7 @@ internal static bool TryHasExited(Process process) /// This class implements the get-process command /// [Cmdlet(VerbsCommon.Get, "Process", DefaultParameterSetName = NameParameterSet, - HelpUri = "http://go.microsoft.com/fwlink/?LinkID=113324", RemotingCapability = RemotingCapability.SupportedByCommand)] + HelpUri = "https://go.microsoft.com/fwlink/?LinkID=113324", RemotingCapability = RemotingCapability.SupportedByCommand)] [OutputType(typeof(ProcessModule), typeof(FileVersionInfo), typeof(Process))] public sealed class GetProcessCommand : ProcessBaseCommand { @@ -940,7 +940,7 @@ private static string RetrieveProcessUserName(Process process, Cmdlet cmdlet) /// /// This class implements the Wait-process command /// - [Cmdlet(VerbsLifecycle.Wait, "Process", DefaultParameterSetName = "Name", HelpUri = "http://go.microsoft.com/fwlink/?LinkID=135277")] + [Cmdlet(VerbsLifecycle.Wait, "Process", DefaultParameterSetName = "Name", HelpUri = "https://go.microsoft.com/fwlink/?LinkID=135277")] public sealed class WaitProcessCommand : ProcessBaseCommand { #region Parameters @@ -1165,7 +1165,7 @@ protected override void StopProcessing() /// [Cmdlet(VerbsLifecycle.Stop, "Process", DefaultParameterSetName = "Id", - SupportsShouldProcess = true, HelpUri = "http://go.microsoft.com/fwlink/?LinkID=113412")] + SupportsShouldProcess = true, HelpUri = "https://go.microsoft.com/fwlink/?LinkID=113412")] [OutputType(typeof(Process))] public sealed class StopProcessCommand : ProcessBaseCommand { @@ -1540,7 +1540,7 @@ private void StopProcess(Process process) /// /// This class implements the Debug-process command /// - [Cmdlet(VerbsDiagnostic.Debug, "Process", DefaultParameterSetName = "Name", SupportsShouldProcess = true, HelpUri = "http://go.microsoft.com/fwlink/?LinkID=135206")] + [Cmdlet(VerbsDiagnostic.Debug, "Process", DefaultParameterSetName = "Name", SupportsShouldProcess = true, HelpUri = "https://go.microsoft.com/fwlink/?LinkID=135206")] public sealed class DebugProcessCommand : ProcessBaseCommand { #region Parameters @@ -1709,7 +1709,7 @@ private string MapReturnCodeToErrorMessage(int returnCode) /// /// This class implements the Start-process command /// - [Cmdlet(VerbsLifecycle.Start, "Process", DefaultParameterSetName = "Default", HelpUri = "http://go.microsoft.com/fwlink/?LinkID=135261")] + [Cmdlet(VerbsLifecycle.Start, "Process", DefaultParameterSetName = "Default", HelpUri = "https://go.microsoft.com/fwlink/?LinkID=135261")] [OutputType(typeof(Process))] public sealed class StartProcessCommand : PSCmdlet, IDisposable { diff --git a/src/Microsoft.PowerShell.Commands.Management/commands/management/RegisterWMIEventCommand.cs b/src/Microsoft.PowerShell.Commands.Management/commands/management/RegisterWMIEventCommand.cs index 38c30062d22..f2367e1b23c 100644 --- a/src/Microsoft.PowerShell.Commands.Management/commands/management/RegisterWMIEventCommand.cs +++ b/src/Microsoft.PowerShell.Commands.Management/commands/management/RegisterWMIEventCommand.cs @@ -18,7 +18,7 @@ namespace Microsoft.PowerShell.Commands /// Registers for an event on an object. /// [Cmdlet(VerbsLifecycle.Register, "WmiEvent", DefaultParameterSetName = "class", - HelpUri = "http://go.microsoft.com/fwlink/?LinkID=135245", RemotingCapability = RemotingCapability.OwnedByCommand)] + HelpUri = "https://go.microsoft.com/fwlink/?LinkID=135245", RemotingCapability = RemotingCapability.OwnedByCommand)] public class RegisterWmiEventCommand : ObjectEventRegistrationBase { #region parameters diff --git a/src/Microsoft.PowerShell.Commands.Management/commands/management/RemovePropertyCommand.cs b/src/Microsoft.PowerShell.Commands.Management/commands/management/RemovePropertyCommand.cs index 708a9744c4d..0ab3f8525d7 100644 --- a/src/Microsoft.PowerShell.Commands.Management/commands/management/RemovePropertyCommand.cs +++ b/src/Microsoft.PowerShell.Commands.Management/commands/management/RemovePropertyCommand.cs @@ -11,7 +11,7 @@ namespace Microsoft.PowerShell.Commands /// A command to remove a property from an item. /// [Cmdlet(VerbsCommon.Remove, "ItemProperty", DefaultParameterSetName = "Path", SupportsShouldProcess = true, SupportsTransactions = true, - HelpUri = "http://go.microsoft.com/fwlink/?LinkID=113374")] + HelpUri = "https://go.microsoft.com/fwlink/?LinkID=113374")] public class RemoveItemPropertyCommand : ItemPropertyCommandBase { #region Parameters diff --git a/src/Microsoft.PowerShell.Commands.Management/commands/management/RemoveWMIObjectCommand.cs b/src/Microsoft.PowerShell.Commands.Management/commands/management/RemoveWMIObjectCommand.cs index 3ac74f6ab41..f4f579e74e1 100644 --- a/src/Microsoft.PowerShell.Commands.Management/commands/management/RemoveWMIObjectCommand.cs +++ b/src/Microsoft.PowerShell.Commands.Management/commands/management/RemoveWMIObjectCommand.cs @@ -12,7 +12,7 @@ namespace Microsoft.PowerShell.Commands /// A command to Remove WMI Object /// [Cmdlet(VerbsCommon.Remove, "WmiObject", DefaultParameterSetName = "class", SupportsShouldProcess = true, - HelpUri = "http://go.microsoft.com/fwlink/?LinkID=113381", RemotingCapability = RemotingCapability.OwnedByCommand)] + HelpUri = "https://go.microsoft.com/fwlink/?LinkID=113381", RemotingCapability = RemotingCapability.OwnedByCommand)] public class RemoveWmiObject : WmiBaseCmdlet { #region Parameters diff --git a/src/Microsoft.PowerShell.Commands.Management/commands/management/RenamePropertyCommand.cs b/src/Microsoft.PowerShell.Commands.Management/commands/management/RenamePropertyCommand.cs index 1dbbb154fbe..82ce22272cb 100644 --- a/src/Microsoft.PowerShell.Commands.Management/commands/management/RenamePropertyCommand.cs +++ b/src/Microsoft.PowerShell.Commands.Management/commands/management/RenamePropertyCommand.cs @@ -11,7 +11,7 @@ namespace Microsoft.PowerShell.Commands /// A command to rename a property of an item at a specified path /// [Cmdlet(VerbsCommon.Rename, "ItemProperty", DefaultParameterSetName = "Path", SupportsShouldProcess = true, SupportsTransactions = true, - HelpUri = "http://go.microsoft.com/fwlink/?LinkID=113383")] + HelpUri = "https://go.microsoft.com/fwlink/?LinkID=113383")] public class RenameItemPropertyCommand : PassThroughItemPropertyCommandBase { #region Parameters diff --git a/src/Microsoft.PowerShell.Commands.Management/commands/management/ResolvePathCommand.cs b/src/Microsoft.PowerShell.Commands.Management/commands/management/ResolvePathCommand.cs index 06005c07d7c..5930dbab51e 100644 --- a/src/Microsoft.PowerShell.Commands.Management/commands/management/ResolvePathCommand.cs +++ b/src/Microsoft.PowerShell.Commands.Management/commands/management/ResolvePathCommand.cs @@ -14,7 +14,7 @@ namespace Microsoft.PowerShell.Commands /// MSH paths that match the glob strings. /// [Cmdlet(VerbsDiagnostic.Resolve, "Path", DefaultParameterSetName = "Path", SupportsTransactions = true, - HelpUri = "http://go.microsoft.com/fwlink/?LinkID=113384")] + HelpUri = "https://go.microsoft.com/fwlink/?LinkID=113384")] public class ResolvePathCommand : CoreCommandWithCredentialsBase { #region Parameters diff --git a/src/Microsoft.PowerShell.Commands.Management/commands/management/RollbackTransactionCommand.cs b/src/Microsoft.PowerShell.Commands.Management/commands/management/RollbackTransactionCommand.cs index 1d33e511896..79b48c496b6 100644 --- a/src/Microsoft.PowerShell.Commands.Management/commands/management/RollbackTransactionCommand.cs +++ b/src/Microsoft.PowerShell.Commands.Management/commands/management/RollbackTransactionCommand.cs @@ -10,7 +10,7 @@ namespace Microsoft.PowerShell.Commands /// /// A command that rolls back a transaction. /// - [Cmdlet(VerbsCommon.Undo, "Transaction", SupportsShouldProcess = true, HelpUri = "http://go.microsoft.com/fwlink/?LinkID=135268")] + [Cmdlet(VerbsCommon.Undo, "Transaction", SupportsShouldProcess = true, HelpUri = "https://go.microsoft.com/fwlink/?LinkID=135268")] public class UndoTransactionCommand : PSCmdlet { /// diff --git a/src/Microsoft.PowerShell.Commands.Management/commands/management/Service.cs b/src/Microsoft.PowerShell.Commands.Management/commands/management/Service.cs index 5e1cfedcf0c..ea4068a75f2 100644 --- a/src/Microsoft.PowerShell.Commands.Management/commands/management/Service.cs +++ b/src/Microsoft.PowerShell.Commands.Management/commands/management/Service.cs @@ -595,7 +595,7 @@ private bool Matches(ServiceController service, string[] matchList) /// This class implements the get-service command /// [Cmdlet(VerbsCommon.Get, "Service", DefaultParameterSetName = "Default", - HelpUri = "http://go.microsoft.com/fwlink/?LinkID=113332", RemotingCapability = RemotingCapability.SupportedByCommand)] + HelpUri = "https://go.microsoft.com/fwlink/?LinkID=113332", RemotingCapability = RemotingCapability.SupportedByCommand)] [OutputType(typeof(ServiceController))] public sealed class GetServiceCommand : MultipleServiceCommandBase { @@ -1210,7 +1210,7 @@ internal bool DoResumeService(ServiceController serviceController) /// Note that the services will be sorted before being stopped. /// PM confirms that this is OK. /// - [Cmdlet(VerbsLifecycle.Stop, "Service", DefaultParameterSetName = "InputObject", SupportsShouldProcess = true, HelpUri = "http://go.microsoft.com/fwlink/?LinkID=113414")] + [Cmdlet(VerbsLifecycle.Stop, "Service", DefaultParameterSetName = "InputObject", SupportsShouldProcess = true, HelpUri = "https://go.microsoft.com/fwlink/?LinkID=113414")] [OutputType(typeof(ServiceController))] public sealed class StopServiceCommand : ServiceOperationBaseCommand { @@ -1263,7 +1263,7 @@ protected override void ProcessRecord() /// /// This class implements the start-service command /// - [Cmdlet(VerbsLifecycle.Start, "Service", DefaultParameterSetName = "InputObject", SupportsShouldProcess = true, HelpUri = "http://go.microsoft.com/fwlink/?LinkID=113406")] + [Cmdlet(VerbsLifecycle.Start, "Service", DefaultParameterSetName = "InputObject", SupportsShouldProcess = true, HelpUri = "https://go.microsoft.com/fwlink/?LinkID=113406")] [OutputType(typeof(ServiceController))] public sealed class StartServiceCommand : ServiceOperationBaseCommand { @@ -1295,7 +1295,7 @@ protected override void ProcessRecord() /// /// This class implements the suspend-service command /// - [Cmdlet(VerbsLifecycle.Suspend, "Service", DefaultParameterSetName = "InputObject", SupportsShouldProcess = true, HelpUri = "http://go.microsoft.com/fwlink/?LinkID=113416")] + [Cmdlet(VerbsLifecycle.Suspend, "Service", DefaultParameterSetName = "InputObject", SupportsShouldProcess = true, HelpUri = "https://go.microsoft.com/fwlink/?LinkID=113416")] [OutputType(typeof(ServiceController))] public sealed class SuspendServiceCommand : ServiceOperationBaseCommand { @@ -1328,7 +1328,7 @@ protected override void ProcessRecord() /// This class implements the resume-service command /// [Cmdlet(VerbsLifecycle.Resume, "Service", DefaultParameterSetName = "InputObject", SupportsShouldProcess = true, - HelpUri = "http://go.microsoft.com/fwlink/?LinkID=113386")] + HelpUri = "https://go.microsoft.com/fwlink/?LinkID=113386")] [OutputType(typeof(ServiceController))] public sealed class ResumeServiceCommand : ServiceOperationBaseCommand { @@ -1361,7 +1361,7 @@ protected override void ProcessRecord() /// This class implements the restart-service command /// [Cmdlet(VerbsLifecycle.Restart, "Service", DefaultParameterSetName = "InputObject", SupportsShouldProcess = true, - HelpUri = "http://go.microsoft.com/fwlink/?LinkID=113385")] + HelpUri = "https://go.microsoft.com/fwlink/?LinkID=113385")] [OutputType(typeof(ServiceController))] public sealed class RestartServiceCommand : ServiceOperationBaseCommand { @@ -1415,7 +1415,7 @@ protected override void ProcessRecord() /// This class implements the set-service command /// [Cmdlet(VerbsCommon.Set, "Service", SupportsShouldProcess = true, DefaultParameterSetName = "Name", - HelpUri = "http://go.microsoft.com/fwlink/?LinkID=113399", RemotingCapability = RemotingCapability.SupportedByCommand)] + HelpUri = "https://go.microsoft.com/fwlink/?LinkID=113399", RemotingCapability = RemotingCapability.SupportedByCommand)] [OutputType(typeof(ServiceController))] public class SetServiceCommand : ServiceOperationBaseCommand { @@ -1868,7 +1868,7 @@ protected override void ProcessRecord() /// /// This class implements the set-service command /// - [Cmdlet(VerbsCommon.New, "Service", SupportsShouldProcess = true, HelpUri = "http://go.microsoft.com/fwlink/?LinkID=113359")] + [Cmdlet(VerbsCommon.New, "Service", SupportsShouldProcess = true, HelpUri = "https://go.microsoft.com/fwlink/?LinkID=113359")] [OutputType(typeof(ServiceController))] public class NewServiceCommand : ServiceBaseCommand { diff --git a/src/Microsoft.PowerShell.Commands.Management/commands/management/SetClipboardCommand.cs b/src/Microsoft.PowerShell.Commands.Management/commands/management/SetClipboardCommand.cs index 3d13f6fea4a..69971328b5e 100644 --- a/src/Microsoft.PowerShell.Commands.Management/commands/management/SetClipboardCommand.cs +++ b/src/Microsoft.PowerShell.Commands.Management/commands/management/SetClipboardCommand.cs @@ -18,7 +18,7 @@ namespace Microsoft.PowerShell.Commands /// Defines the implementation of the 'Set-Clipboard' cmdlet. /// This cmldet get the content from system clipboard. /// - [Cmdlet(VerbsCommon.Set, "Clipboard", DefaultParameterSetName = "String", SupportsShouldProcess = true, HelpUri = "http://go.microsoft.com/fwlink/?LinkId=526220")] + [Cmdlet(VerbsCommon.Set, "Clipboard", DefaultParameterSetName = "String", SupportsShouldProcess = true, HelpUri = "https://go.microsoft.com/fwlink/?LinkId=526220")] [Alias("scb")] public class SetClipboardCommand : PSCmdlet { diff --git a/src/Microsoft.PowerShell.Commands.Management/commands/management/SetContentCommand.cs b/src/Microsoft.PowerShell.Commands.Management/commands/management/SetContentCommand.cs index 3c404aa9818..69a4b619e65 100644 --- a/src/Microsoft.PowerShell.Commands.Management/commands/management/SetContentCommand.cs +++ b/src/Microsoft.PowerShell.Commands.Management/commands/management/SetContentCommand.cs @@ -12,7 +12,7 @@ namespace Microsoft.PowerShell.Commands /// A command to set the content of an item at a specified path /// [Cmdlet(VerbsCommon.Set, "Content", DefaultParameterSetName = "Path", SupportsShouldProcess = true, SupportsTransactions = true, - HelpUri = "http://go.microsoft.com/fwlink/?LinkID=113392")] + HelpUri = "https://go.microsoft.com/fwlink/?LinkID=113392")] public class SetContentCommand : WriteContentCommandBase { #region protected members diff --git a/src/Microsoft.PowerShell.Commands.Management/commands/management/SetPropertyCommand.cs b/src/Microsoft.PowerShell.Commands.Management/commands/management/SetPropertyCommand.cs index ded43c89bc3..13f25e929b0 100644 --- a/src/Microsoft.PowerShell.Commands.Management/commands/management/SetPropertyCommand.cs +++ b/src/Microsoft.PowerShell.Commands.Management/commands/management/SetPropertyCommand.cs @@ -12,7 +12,7 @@ namespace Microsoft.PowerShell.Commands /// A command to set the property of an item at a specified path /// [Cmdlet(VerbsCommon.Set, "ItemProperty", DefaultParameterSetName = "propertyValuePathSet", SupportsShouldProcess = true, SupportsTransactions = true, - HelpUri = "http://go.microsoft.com/fwlink/?LinkID=113396")] + HelpUri = "https://go.microsoft.com/fwlink/?LinkID=113396")] public class SetItemPropertyCommand : PassThroughItemPropertyCommandBase { private const string propertyValuePathSet = "propertyValuePathSet"; diff --git a/src/Microsoft.PowerShell.Commands.Management/commands/management/SetWMIInstanceCommand.cs b/src/Microsoft.PowerShell.Commands.Management/commands/management/SetWMIInstanceCommand.cs index 0688e53d019..ef1cf0ffa2c 100644 --- a/src/Microsoft.PowerShell.Commands.Management/commands/management/SetWMIInstanceCommand.cs +++ b/src/Microsoft.PowerShell.Commands.Management/commands/management/SetWMIInstanceCommand.cs @@ -20,7 +20,7 @@ namespace Microsoft.PowerShell.Commands /// A command to Set WMI Instance /// [Cmdlet(VerbsCommon.Set, "WmiInstance", DefaultParameterSetName = "class", SupportsShouldProcess = true, - HelpUri = "http://go.microsoft.com/fwlink/?LinkID=113402", RemotingCapability = RemotingCapability.OwnedByCommand)] + HelpUri = "https://go.microsoft.com/fwlink/?LinkID=113402", RemotingCapability = RemotingCapability.OwnedByCommand)] public sealed class SetWmiInstance : WmiBaseCmdlet { #region Parameters diff --git a/src/Microsoft.PowerShell.Commands.Management/commands/management/StartTransactionCommand.cs b/src/Microsoft.PowerShell.Commands.Management/commands/management/StartTransactionCommand.cs index 3a074935d63..e758380ce5e 100644 --- a/src/Microsoft.PowerShell.Commands.Management/commands/management/StartTransactionCommand.cs +++ b/src/Microsoft.PowerShell.Commands.Management/commands/management/StartTransactionCommand.cs @@ -11,7 +11,7 @@ namespace Microsoft.PowerShell.Commands /// /// A command that begins a transaction. /// - [Cmdlet(VerbsLifecycle.Start, "Transaction", SupportsShouldProcess = true, HelpUri = "http://go.microsoft.com/fwlink/?LinkID=135262")] + [Cmdlet(VerbsLifecycle.Start, "Transaction", SupportsShouldProcess = true, HelpUri = "https://go.microsoft.com/fwlink/?LinkID=135262")] public class StartTransactionCommand : PSCmdlet { /// diff --git a/src/Microsoft.PowerShell.Commands.Management/commands/management/TimeZoneCommands.cs b/src/Microsoft.PowerShell.Commands.Management/commands/management/TimeZoneCommands.cs index cdbee0782db..cfe9a50223c 100644 --- a/src/Microsoft.PowerShell.Commands.Management/commands/management/TimeZoneCommands.cs +++ b/src/Microsoft.PowerShell.Commands.Management/commands/management/TimeZoneCommands.cs @@ -15,7 +15,7 @@ namespace Microsoft.PowerShell.Commands /// A cmdlet to retrieve time zone information. /// [Cmdlet(VerbsCommon.Get, "TimeZone", DefaultParameterSetName = "Name", - HelpUri = "http://go.microsoft.com/fwlink/?LinkId=799468")] + HelpUri = "https://go.microsoft.com/fwlink/?LinkId=799468")] [Alias("gtz")] public class GetTimeZoneCommand : PSCmdlet { @@ -132,7 +132,7 @@ protected override void ProcessRecord() [Cmdlet(VerbsCommon.Set, "TimeZone", SupportsShouldProcess = true, DefaultParameterSetName = "Name", - HelpUri = "http://go.microsoft.com/fwlink/?LinkId=799469")] + HelpUri = "https://go.microsoft.com/fwlink/?LinkId=799469")] [Alias("stz")] public class SetTimeZoneCommand : PSCmdlet { diff --git a/src/Microsoft.PowerShell.Commands.Management/commands/management/UseTransactionCommand.cs b/src/Microsoft.PowerShell.Commands.Management/commands/management/UseTransactionCommand.cs index 6d7d2b6b981..c8aceb368d0 100644 --- a/src/Microsoft.PowerShell.Commands.Management/commands/management/UseTransactionCommand.cs +++ b/src/Microsoft.PowerShell.Commands.Management/commands/management/UseTransactionCommand.cs @@ -12,7 +12,7 @@ namespace Microsoft.PowerShell.Commands /// /// A command that commits a transaction. /// - [Cmdlet(VerbsOther.Use, "Transaction", SupportsTransactions = true, HelpUri = "http://go.microsoft.com/fwlink/?LinkID=135271")] + [Cmdlet(VerbsOther.Use, "Transaction", SupportsTransactions = true, HelpUri = "https://go.microsoft.com/fwlink/?LinkID=135271")] public class UseTransactionCommand : PSCmdlet { /// diff --git a/src/Microsoft.PowerShell.Commands.Management/commands/management/WebServiceProxy.cs b/src/Microsoft.PowerShell.Commands.Management/commands/management/WebServiceProxy.cs index fdc78bc1171..71132748e85 100644 --- a/src/Microsoft.PowerShell.Commands.Management/commands/management/WebServiceProxy.cs +++ b/src/Microsoft.PowerShell.Commands.Management/commands/management/WebServiceProxy.cs @@ -35,7 +35,7 @@ namespace Microsoft.PowerShell.Commands /// /// Cmdlet for new-WebService Proxy /// - [Cmdlet(VerbsCommon.New, "WebServiceProxy", DefaultParameterSetName = "NoCredentials", HelpUri = "http://go.microsoft.com/fwlink/?LinkID=135238")] + [Cmdlet(VerbsCommon.New, "WebServiceProxy", DefaultParameterSetName = "NoCredentials", HelpUri = "https://go.microsoft.com/fwlink/?LinkID=135238")] public sealed class NewWebServiceProxy : PSCmdlet { #region Parameters diff --git a/src/Microsoft.PowerShell.Commands.Utility/commands/utility/AddMember.cs b/src/Microsoft.PowerShell.Commands.Utility/commands/utility/AddMember.cs index c3cf7656506..71c7415d55a 100644 --- a/src/Microsoft.PowerShell.Commands.Utility/commands/utility/AddMember.cs +++ b/src/Microsoft.PowerShell.Commands.Utility/commands/utility/AddMember.cs @@ -19,7 +19,7 @@ namespace Microsoft.PowerShell.Commands /// This class implements get-member command. /// [Cmdlet(VerbsCommon.Add, "Member", DefaultParameterSetName = "TypeNameSet", - HelpUri = "http://go.microsoft.com/fwlink/?LinkID=113280", RemotingCapability = RemotingCapability.None)] + HelpUri = "https://go.microsoft.com/fwlink/?LinkID=113280", RemotingCapability = RemotingCapability.None)] public class AddMemberCommand : PSCmdlet { private static object s_notSpecified = new object(); diff --git a/src/Microsoft.PowerShell.Commands.Utility/commands/utility/AddType.cs b/src/Microsoft.PowerShell.Commands.Utility/commands/utility/AddType.cs index 37fb31baf95..cfd8b876c3f 100644 --- a/src/Microsoft.PowerShell.Commands.Utility/commands/utility/AddType.cs +++ b/src/Microsoft.PowerShell.Commands.Utility/commands/utility/AddType.cs @@ -912,7 +912,7 @@ private void OutputError(AddTypeCompilerError error, string[] actualSource) /// Adds a new type to the Application Domain. /// This version is based on CodeAnalysis (Roslyn). /// - [Cmdlet(VerbsCommon.Add, "Type", DefaultParameterSetName = "FromSource", HelpUri = "http://go.microsoft.com/fwlink/?LinkID=135195")] + [Cmdlet(VerbsCommon.Add, "Type", DefaultParameterSetName = "FromSource", HelpUri = "https://go.microsoft.com/fwlink/?LinkID=135195")] [OutputType(typeof(Type))] public sealed class AddTypeCommand : AddTypeCommandBase { @@ -1282,7 +1282,7 @@ private Assembly LoadFrom(string path) /// Adds a new type to the Application Domain. /// This version is based on CodeDomProvider. /// - [Cmdlet(VerbsCommon.Add, "Type", DefaultParameterSetName = "FromSource", HelpUri = "http://go.microsoft.com/fwlink/?LinkID=135195")] + [Cmdlet(VerbsCommon.Add, "Type", DefaultParameterSetName = "FromSource", HelpUri = "https://go.microsoft.com/fwlink/?LinkID=135195")] [OutputType(typeof(Type))] public sealed class AddTypeCommand : AddTypeCommandBase { diff --git a/src/Microsoft.PowerShell.Commands.Utility/commands/utility/CSVCommands.cs b/src/Microsoft.PowerShell.Commands.Utility/commands/utility/CSVCommands.cs index 92e036f18ab..05c4f36e242 100644 --- a/src/Microsoft.PowerShell.Commands.Utility/commands/utility/CSVCommands.cs +++ b/src/Microsoft.PowerShell.Commands.Utility/commands/utility/CSVCommands.cs @@ -110,7 +110,7 @@ protected override void BeginProcessing() /// /// implementation for the export-csv command /// - [Cmdlet(VerbsData.Export, "Csv", SupportsShouldProcess = true, DefaultParameterSetName = "Delimiter", HelpUri = "http://go.microsoft.com/fwlink/?LinkID=113299")] + [Cmdlet(VerbsData.Export, "Csv", SupportsShouldProcess = true, DefaultParameterSetName = "Delimiter", HelpUri = "https://go.microsoft.com/fwlink/?LinkID=113299")] public sealed class ExportCsvCommand : BaseCsvWritingCommand, IDisposable { #region Command Line Parameters @@ -484,7 +484,7 @@ public override void /// /// Implements Import-Csv command /// - [Cmdlet(VerbsData.Import, "Csv", DefaultParameterSetName = "Delimiter", HelpUri = "http://go.microsoft.com/fwlink/?LinkID=113341")] + [Cmdlet(VerbsData.Import, "Csv", DefaultParameterSetName = "Delimiter", HelpUri = "https://go.microsoft.com/fwlink/?LinkID=113341")] public sealed class ImportCsvCommand : PSCmdlet @@ -636,7 +636,7 @@ protected override void ProcessRecord() /// Implements ConvertTo-Csv command /// [Cmdlet(VerbsData.ConvertTo, "Csv", DefaultParameterSetName = "Delimiter", - HelpUri = "http://go.microsoft.com/fwlink/?LinkID=135203", RemotingCapability = RemotingCapability.None)] + HelpUri = "https://go.microsoft.com/fwlink/?LinkID=135203", RemotingCapability = RemotingCapability.None)] [OutputType(typeof(String))] public sealed class ConvertToCsvCommand : BaseCsvWritingCommand { @@ -730,7 +730,7 @@ public override void /// Implements ConvertFrom-Csv command /// [Cmdlet(VerbsData.ConvertFrom, "Csv", DefaultParameterSetName = "Delimiter", - HelpUri = "http://go.microsoft.com/fwlink/?LinkID=135201", RemotingCapability = RemotingCapability.None)] + HelpUri = "https://go.microsoft.com/fwlink/?LinkID=135201", RemotingCapability = RemotingCapability.None)] public sealed class ConvertFromCsvCommand : PSCmdlet diff --git a/src/Microsoft.PowerShell.Commands.Utility/commands/utility/ConvertFrom-StringData.cs b/src/Microsoft.PowerShell.Commands.Utility/commands/utility/ConvertFrom-StringData.cs index fe1a2f64433..369867404b5 100644 --- a/src/Microsoft.PowerShell.Commands.Utility/commands/utility/ConvertFrom-StringData.cs +++ b/src/Microsoft.PowerShell.Commands.Utility/commands/utility/ConvertFrom-StringData.cs @@ -12,7 +12,7 @@ namespace Microsoft.PowerShell.Commands /// /// Class comment /// - [Cmdlet(VerbsData.ConvertFrom, "StringData", HelpUri = "http://go.microsoft.com/fwlink/?LinkID=113288", RemotingCapability = RemotingCapability.None)] + [Cmdlet(VerbsData.ConvertFrom, "StringData", HelpUri = "https://go.microsoft.com/fwlink/?LinkID=113288", RemotingCapability = RemotingCapability.None)] [OutputType(typeof(Hashtable))] public sealed class ConvertFromStringDataCommand : PSCmdlet { diff --git a/src/Microsoft.PowerShell.Commands.Utility/commands/utility/DebugRunspaceCommand.cs b/src/Microsoft.PowerShell.Commands.Utility/commands/utility/DebugRunspaceCommand.cs index d17c0f7809f..609b3016b61 100644 --- a/src/Microsoft.PowerShell.Commands.Utility/commands/utility/DebugRunspaceCommand.cs +++ b/src/Microsoft.PowerShell.Commands.Utility/commands/utility/DebugRunspaceCommand.cs @@ -21,7 +21,7 @@ namespace Microsoft.PowerShell.Commands /// [SuppressMessage("Microsoft.PowerShell", "PS1012:CallShouldProcessOnlyIfDeclaringSupport")] [Cmdlet(VerbsDiagnostic.Debug, "Runspace", SupportsShouldProcess = true, DefaultParameterSetName = DebugRunspaceCommand.RunspaceParameterSet, - HelpUri = "http://go.microsoft.com/fwlink/?LinkId=403731")] + HelpUri = "https://go.microsoft.com/fwlink/?LinkId=403731")] public sealed class DebugRunspaceCommand : PSCmdlet { #region Strings diff --git a/src/Microsoft.PowerShell.Commands.Utility/commands/utility/Disable-PSBreakpoint.cs b/src/Microsoft.PowerShell.Commands.Utility/commands/utility/Disable-PSBreakpoint.cs index 0b2e00c0ba2..c9a75949119 100644 --- a/src/Microsoft.PowerShell.Commands.Utility/commands/utility/Disable-PSBreakpoint.cs +++ b/src/Microsoft.PowerShell.Commands.Utility/commands/utility/Disable-PSBreakpoint.cs @@ -9,7 +9,7 @@ namespace Microsoft.PowerShell.Commands /// /// This class implements Disable-PSBreakpoint /// - [Cmdlet("Disable", "PSBreakpoint", SupportsShouldProcess = true, DefaultParameterSetName = "Breakpoint", HelpUri = "http://go.microsoft.com/fwlink/?LinkID=113294")] + [Cmdlet("Disable", "PSBreakpoint", SupportsShouldProcess = true, DefaultParameterSetName = "Breakpoint", HelpUri = "https://go.microsoft.com/fwlink/?LinkID=113294")] [OutputType(typeof(Breakpoint))] public class DisablePSBreakpointCommand : PSBreakpointCommandBase { diff --git a/src/Microsoft.PowerShell.Commands.Utility/commands/utility/Enable-PSBreakpoint.cs b/src/Microsoft.PowerShell.Commands.Utility/commands/utility/Enable-PSBreakpoint.cs index d4dc25d4410..642f19f2e84 100644 --- a/src/Microsoft.PowerShell.Commands.Utility/commands/utility/Enable-PSBreakpoint.cs +++ b/src/Microsoft.PowerShell.Commands.Utility/commands/utility/Enable-PSBreakpoint.cs @@ -116,7 +116,7 @@ private bool ShouldProcessInternal(string target) /// /// This class implements Enable-PSBreakpoint /// - [Cmdlet("Enable", "PSBreakpoint", SupportsShouldProcess = true, DefaultParameterSetName = "Id", HelpUri = "http://go.microsoft.com/fwlink/?LinkID=113295")] + [Cmdlet("Enable", "PSBreakpoint", SupportsShouldProcess = true, DefaultParameterSetName = "Id", HelpUri = "https://go.microsoft.com/fwlink/?LinkID=113295")] [OutputType(typeof(Breakpoint))] public class EnablePSBreakpointCommand : PSBreakpointCommandBase { diff --git a/src/Microsoft.PowerShell.Commands.Utility/commands/utility/EnableDisableRunspaceDebugCommand.cs b/src/Microsoft.PowerShell.Commands.Utility/commands/utility/EnableDisableRunspaceDebugCommand.cs index 89a6fcf2618..2082be57c5c 100644 --- a/src/Microsoft.PowerShell.Commands.Utility/commands/utility/EnableDisableRunspaceDebugCommand.cs +++ b/src/Microsoft.PowerShell.Commands.Utility/commands/utility/EnableDisableRunspaceDebugCommand.cs @@ -328,7 +328,7 @@ protected void SetDebugPreferenceHelper(string processName, string[] appDomainNa /// This cmdlet enables debugging for selected runspaces in the current or specified process. /// [Cmdlet(VerbsLifecycle.Enable, "RunspaceDebug", DefaultParameterSetName = CommonRunspaceCommandBase.RunspaceNameParameterSet, - HelpUri = "http://go.microsoft.com/fwlink/?LinkId=403732")] + HelpUri = "https://go.microsoft.com/fwlink/?LinkId=403732")] public sealed class EnableRunspaceDebugCommand : CommonRunspaceCommandBase { #region Parameters @@ -430,7 +430,7 @@ protected override void ProcessRecord() /// This cmdlet disables Runspace debugging in selected Runspaces. /// [Cmdlet(VerbsLifecycle.Disable, "RunspaceDebug", DefaultParameterSetName = CommonRunspaceCommandBase.RunspaceNameParameterSet, - HelpUri = "http://go.microsoft.com/fwlink/?LinkId=403733")] + HelpUri = "https://go.microsoft.com/fwlink/?LinkId=403733")] public sealed class DisableRunspaceDebugCommand : CommonRunspaceCommandBase { #region Overrides @@ -486,7 +486,7 @@ protected override void ProcessRecord() /// This cmdlet returns a PSRunspaceDebug object for each found Runspace object. /// [Cmdlet(VerbsCommon.Get, "RunspaceDebug", DefaultParameterSetName = CommonRunspaceCommandBase.RunspaceNameParameterSet, - HelpUri = "http://go.microsoft.com/fwlink/?LinkId=403734")] + HelpUri = "https://go.microsoft.com/fwlink/?LinkId=403734")] [OutputType(typeof(PSRunspaceDebug))] public sealed class GetRunspaceDebugCommand : CommonRunspaceCommandBase { @@ -525,7 +525,7 @@ protected override void ProcessRecord() /// This cmdlet causes a running script or command to stop in the debugger at the next execution point. /// [Cmdlet(VerbsLifecycle.Wait, "Debugger", - HelpUri = "http://go.microsoft.com/fwlink/?LinkId=403735")] + HelpUri = "https://go.microsoft.com/fwlink/?LinkId=403735")] public sealed class WaitDebuggerCommand : PSCmdlet { #region Overrides diff --git a/src/Microsoft.PowerShell.Commands.Utility/commands/utility/ExportAliasCommand.cs b/src/Microsoft.PowerShell.Commands.Utility/commands/utility/ExportAliasCommand.cs index b8f7f738ae3..1e3c89cf78e 100644 --- a/src/Microsoft.PowerShell.Commands.Utility/commands/utility/ExportAliasCommand.cs +++ b/src/Microsoft.PowerShell.Commands.Utility/commands/utility/ExportAliasCommand.cs @@ -38,7 +38,7 @@ public enum ExportAliasFormat /// The implementation of the "export-alias" cmdlet /// /// - [Cmdlet(VerbsData.Export, "Alias", SupportsShouldProcess = true, DefaultParameterSetName = "ByPath", HelpUri = "http://go.microsoft.com/fwlink/?LinkID=113296")] + [Cmdlet(VerbsData.Export, "Alias", SupportsShouldProcess = true, DefaultParameterSetName = "ByPath", HelpUri = "https://go.microsoft.com/fwlink/?LinkID=113296")] [OutputType(typeof(AliasInfo))] public class ExportAliasCommand : PSCmdlet { diff --git a/src/Microsoft.PowerShell.Commands.Utility/commands/utility/FormatAndOutput/OutGridView/OutGridViewCommand.cs b/src/Microsoft.PowerShell.Commands.Utility/commands/utility/FormatAndOutput/OutGridView/OutGridViewCommand.cs index f2c16a7ea5c..78f4cd6e622 100644 --- a/src/Microsoft.PowerShell.Commands.Utility/commands/utility/FormatAndOutput/OutGridView/OutGridViewCommand.cs +++ b/src/Microsoft.PowerShell.Commands.Utility/commands/utility/FormatAndOutput/OutGridView/OutGridViewCommand.cs @@ -37,7 +37,7 @@ public enum OutputModeOption /// /// Implementation for the Out-GridView command /// - [Cmdlet("Out", "GridView", DefaultParameterSetName = "PassThru", HelpUri = "http://go.microsoft.com/fwlink/?LinkID=113364")] + [Cmdlet("Out", "GridView", DefaultParameterSetName = "PassThru", HelpUri = "https://go.microsoft.com/fwlink/?LinkID=113364")] public class OutGridViewCommand : PSCmdlet, IDisposable { #region Properties diff --git a/src/Microsoft.PowerShell.Commands.Utility/commands/utility/FormatAndOutput/common/GetFormatDataCommand.cs b/src/Microsoft.PowerShell.Commands.Utility/commands/utility/FormatAndOutput/common/GetFormatDataCommand.cs index ba65208c143..9cfa66dd126 100644 --- a/src/Microsoft.PowerShell.Commands.Utility/commands/utility/FormatAndOutput/common/GetFormatDataCommand.cs +++ b/src/Microsoft.PowerShell.Commands.Utility/commands/utility/FormatAndOutput/common/GetFormatDataCommand.cs @@ -18,7 +18,7 @@ namespace Microsoft.PowerShell.Commands /// /// Currently supports only table controls /// - [Cmdlet(VerbsCommon.Get, "FormatData", HelpUri = "http://go.microsoft.com/fwlink/?LinkID=144303")] + [Cmdlet(VerbsCommon.Get, "FormatData", HelpUri = "https://go.microsoft.com/fwlink/?LinkID=144303")] [OutputType(typeof(System.Management.Automation.ExtendedTypeDefinition))] public class GetFormatDataCommand : PSCmdlet { diff --git a/src/Microsoft.PowerShell.Commands.Utility/commands/utility/FormatAndOutput/common/WriteFormatDataCommand.cs b/src/Microsoft.PowerShell.Commands.Utility/commands/utility/FormatAndOutput/common/WriteFormatDataCommand.cs index 194a7c2312f..0de590fc0c4 100644 --- a/src/Microsoft.PowerShell.Commands.Utility/commands/utility/FormatAndOutput/common/WriteFormatDataCommand.cs +++ b/src/Microsoft.PowerShell.Commands.Utility/commands/utility/FormatAndOutput/common/WriteFormatDataCommand.cs @@ -13,7 +13,7 @@ namespace Microsoft.PowerShell.Commands /// Cmdlet used to write a collection of formatting directives to /// an XML file /// - [Cmdlet("Export", "FormatData", DefaultParameterSetName = "ByPath", HelpUri = "http://go.microsoft.com/fwlink/?LinkID=144302")] + [Cmdlet("Export", "FormatData", DefaultParameterSetName = "ByPath", HelpUri = "https://go.microsoft.com/fwlink/?LinkID=144302")] public class ExportFormatDataCommand : PSCmdlet { private ExtendedTypeDefinition[] _typeDefinition; diff --git a/src/Microsoft.PowerShell.Commands.Utility/commands/utility/FormatAndOutput/format-list/Format-List.cs b/src/Microsoft.PowerShell.Commands.Utility/commands/utility/FormatAndOutput/format-list/Format-List.cs index e552ef22e93..c0c76a6fd3a 100644 --- a/src/Microsoft.PowerShell.Commands.Utility/commands/utility/FormatAndOutput/format-list/Format-List.cs +++ b/src/Microsoft.PowerShell.Commands.Utility/commands/utility/FormatAndOutput/format-list/Format-List.cs @@ -10,7 +10,7 @@ namespace Microsoft.PowerShell.Commands /// /// implementation for the format-table command /// - [Cmdlet("Format", "List", HelpUri = "http://go.microsoft.com/fwlink/?LinkID=113302")] + [Cmdlet("Format", "List", HelpUri = "https://go.microsoft.com/fwlink/?LinkID=113302")] public class FormatListCommand : OuterFormatTableAndListBase { /// diff --git a/src/Microsoft.PowerShell.Commands.Utility/commands/utility/FormatAndOutput/format-object/format-object.cs b/src/Microsoft.PowerShell.Commands.Utility/commands/utility/FormatAndOutput/format-object/format-object.cs index a7d1672ba35..e95abd5fb5d 100644 --- a/src/Microsoft.PowerShell.Commands.Utility/commands/utility/FormatAndOutput/format-object/format-object.cs +++ b/src/Microsoft.PowerShell.Commands.Utility/commands/utility/FormatAndOutput/format-object/format-object.cs @@ -11,7 +11,7 @@ namespace Microsoft.PowerShell.Commands /// implementation for the format-custom command. It just calls the formatting /// engine on complex shape /// - [Cmdlet("Format", "Custom", HelpUri = "http://go.microsoft.com/fwlink/?LinkID=113301")] + [Cmdlet("Format", "Custom", HelpUri = "https://go.microsoft.com/fwlink/?LinkID=113301")] public class FormatCustomCommand : OuterFormatShapeCommandBase { /// diff --git a/src/Microsoft.PowerShell.Commands.Utility/commands/utility/FormatAndOutput/format-table/Format-Table.cs b/src/Microsoft.PowerShell.Commands.Utility/commands/utility/FormatAndOutput/format-table/Format-Table.cs index 4ad89e89ea1..190cb58211b 100644 --- a/src/Microsoft.PowerShell.Commands.Utility/commands/utility/FormatAndOutput/format-table/Format-Table.cs +++ b/src/Microsoft.PowerShell.Commands.Utility/commands/utility/FormatAndOutput/format-table/Format-Table.cs @@ -11,7 +11,7 @@ namespace Microsoft.PowerShell.Commands /// /// implementation for the format-table command /// - [Cmdlet("Format", "Table", HelpUri = "http://go.microsoft.com/fwlink/?LinkID=113303")] + [Cmdlet("Format", "Table", HelpUri = "https://go.microsoft.com/fwlink/?LinkID=113303")] public class FormatTableCommand : OuterFormatTableBase { /// diff --git a/src/Microsoft.PowerShell.Commands.Utility/commands/utility/FormatAndOutput/format-wide/Format-Wide.cs b/src/Microsoft.PowerShell.Commands.Utility/commands/utility/FormatAndOutput/format-wide/Format-Wide.cs index e38690a43cf..c653ecf5808 100644 --- a/src/Microsoft.PowerShell.Commands.Utility/commands/utility/FormatAndOutput/format-wide/Format-Wide.cs +++ b/src/Microsoft.PowerShell.Commands.Utility/commands/utility/FormatAndOutput/format-wide/Format-Wide.cs @@ -14,7 +14,7 @@ namespace Microsoft.PowerShell.Commands /// /// implementation for the format-table command /// - [Cmdlet("Format", "Wide", HelpUri = "http://go.microsoft.com/fwlink/?LinkID=113304")] + [Cmdlet("Format", "Wide", HelpUri = "https://go.microsoft.com/fwlink/?LinkID=113304")] public class FormatWideCommand : OuterFormatShapeCommandBase { /// diff --git a/src/Microsoft.PowerShell.Commands.Utility/commands/utility/FormatAndOutput/out-file/Out-File.cs b/src/Microsoft.PowerShell.Commands.Utility/commands/utility/FormatAndOutput/out-file/Out-File.cs index 1010065bfad..911658bd4d9 100644 --- a/src/Microsoft.PowerShell.Commands.Utility/commands/utility/FormatAndOutput/out-file/Out-File.cs +++ b/src/Microsoft.PowerShell.Commands.Utility/commands/utility/FormatAndOutput/out-file/Out-File.cs @@ -22,7 +22,7 @@ internal static FileMode Convert(OpenMode openMode) /// /// implementation for the out-file command /// - [Cmdlet("Out", "File", SupportsShouldProcess = true, DefaultParameterSetName = "ByPath", HelpUri = "http://go.microsoft.com/fwlink/?LinkID=113363")] + [Cmdlet("Out", "File", SupportsShouldProcess = true, DefaultParameterSetName = "ByPath", HelpUri = "https://go.microsoft.com/fwlink/?LinkID=113363")] public class OutFileCommand : FrontEndCommandBase { /// diff --git a/src/Microsoft.PowerShell.Commands.Utility/commands/utility/FormatAndOutput/out-printer/out-printer.cs b/src/Microsoft.PowerShell.Commands.Utility/commands/utility/FormatAndOutput/out-printer/out-printer.cs index f860879a8ec..a9fe5a5af9c 100644 --- a/src/Microsoft.PowerShell.Commands.Utility/commands/utility/FormatAndOutput/out-printer/out-printer.cs +++ b/src/Microsoft.PowerShell.Commands.Utility/commands/utility/FormatAndOutput/out-printer/out-printer.cs @@ -10,7 +10,7 @@ namespace Microsoft.PowerShell.Commands /// /// implementation for the out-printer command /// - [Cmdlet("Out", "Printer", HelpUri = "http://go.microsoft.com/fwlink/?LinkID=113367")] + [Cmdlet("Out", "Printer", HelpUri = "https://go.microsoft.com/fwlink/?LinkID=113367")] public class OutPrinterCommand : FrontEndCommandBase { /// diff --git a/src/Microsoft.PowerShell.Commands.Utility/commands/utility/FormatAndOutput/out-string/out-string.cs b/src/Microsoft.PowerShell.Commands.Utility/commands/utility/FormatAndOutput/out-string/out-string.cs index 5cc53c029db..cdb80f75010 100644 --- a/src/Microsoft.PowerShell.Commands.Utility/commands/utility/FormatAndOutput/out-string/out-string.cs +++ b/src/Microsoft.PowerShell.Commands.Utility/commands/utility/FormatAndOutput/out-string/out-string.cs @@ -13,7 +13,7 @@ namespace Microsoft.PowerShell.Commands /// /// implementation for the out-string command /// - [Cmdlet("Out", "String", HelpUri = "http://go.microsoft.com/fwlink/?LinkID=113368", RemotingCapability = RemotingCapability.None)] + [Cmdlet("Out", "String", HelpUri = "https://go.microsoft.com/fwlink/?LinkID=113368", RemotingCapability = RemotingCapability.None)] [OutputType(typeof(string))] public class OutStringCommand : FrontEndCommandBase { diff --git a/src/Microsoft.PowerShell.Commands.Utility/commands/utility/Get-PSBreakpoint.cs b/src/Microsoft.PowerShell.Commands.Utility/commands/utility/Get-PSBreakpoint.cs index e6511e56c95..013e9a82ea4 100644 --- a/src/Microsoft.PowerShell.Commands.Utility/commands/utility/Get-PSBreakpoint.cs +++ b/src/Microsoft.PowerShell.Commands.Utility/commands/utility/Get-PSBreakpoint.cs @@ -28,7 +28,7 @@ public enum BreakpointType /// /// This class implements Remove-PSBreakpoint /// - [Cmdlet(VerbsCommon.Get, "PSBreakpoint", DefaultParameterSetName = "Script", HelpUri = "http://go.microsoft.com/fwlink/?LinkID=113325")] + [Cmdlet(VerbsCommon.Get, "PSBreakpoint", DefaultParameterSetName = "Script", HelpUri = "https://go.microsoft.com/fwlink/?LinkID=113325")] [OutputType(typeof(Breakpoint))] public class GetPSBreakpointCommand : PSCmdlet { diff --git a/src/Microsoft.PowerShell.Commands.Utility/commands/utility/Get-PSCallStack.cs b/src/Microsoft.PowerShell.Commands.Utility/commands/utility/Get-PSCallStack.cs index 2945ab6acb5..95ebf019ab8 100644 --- a/src/Microsoft.PowerShell.Commands.Utility/commands/utility/Get-PSCallStack.cs +++ b/src/Microsoft.PowerShell.Commands.Utility/commands/utility/Get-PSCallStack.cs @@ -9,7 +9,7 @@ namespace Microsoft.PowerShell.Commands /// /// This class implements Get-PSCallStack. /// - [Cmdlet(VerbsCommon.Get, "PSCallStack", HelpUri = "http://go.microsoft.com/fwlink/?LinkID=113326")] + [Cmdlet(VerbsCommon.Get, "PSCallStack", HelpUri = "https://go.microsoft.com/fwlink/?LinkID=113326")] [OutputType(typeof(CallStackFrame))] public class GetPSCallStackCommand : PSCmdlet { diff --git a/src/Microsoft.PowerShell.Commands.Utility/commands/utility/GetAliasCommand.cs b/src/Microsoft.PowerShell.Commands.Utility/commands/utility/GetAliasCommand.cs index 6870cf0232f..873b5133cf3 100644 --- a/src/Microsoft.PowerShell.Commands.Utility/commands/utility/GetAliasCommand.cs +++ b/src/Microsoft.PowerShell.Commands.Utility/commands/utility/GetAliasCommand.cs @@ -15,7 +15,7 @@ namespace Microsoft.PowerShell.Commands /// The implementation of the "get-alias" cmdlet /// /// - [Cmdlet(VerbsCommon.Get, "Alias", DefaultParameterSetName = "Default", HelpUri = "http://go.microsoft.com/fwlink/?LinkID=113306")] + [Cmdlet(VerbsCommon.Get, "Alias", DefaultParameterSetName = "Default", HelpUri = "https://go.microsoft.com/fwlink/?LinkID=113306")] [OutputType(typeof(AliasInfo))] public class GetAliasCommand : PSCmdlet { diff --git a/src/Microsoft.PowerShell.Commands.Utility/commands/utility/GetCultureCommand.cs b/src/Microsoft.PowerShell.Commands.Utility/commands/utility/GetCultureCommand.cs index bf7ccaaae08..a7cf6d671d7 100644 --- a/src/Microsoft.PowerShell.Commands.Utility/commands/utility/GetCultureCommand.cs +++ b/src/Microsoft.PowerShell.Commands.Utility/commands/utility/GetCultureCommand.cs @@ -9,7 +9,7 @@ namespace Microsoft.PowerShell.Commands /// /// Returns the thread's current culture. /// - [Cmdlet(VerbsCommon.Get, "Culture", HelpUri = "http://go.microsoft.com/fwlink/?LinkID=113312")] + [Cmdlet(VerbsCommon.Get, "Culture", HelpUri = "https://go.microsoft.com/fwlink/?LinkID=113312")] [OutputType(typeof(System.Globalization.CultureInfo))] public sealed class GetCultureCommand : PSCmdlet { diff --git a/src/Microsoft.PowerShell.Commands.Utility/commands/utility/GetDateCommand.cs b/src/Microsoft.PowerShell.Commands.Utility/commands/utility/GetDateCommand.cs index 7abfff8d3bb..f96c64b04a8 100644 --- a/src/Microsoft.PowerShell.Commands.Utility/commands/utility/GetDateCommand.cs +++ b/src/Microsoft.PowerShell.Commands.Utility/commands/utility/GetDateCommand.cs @@ -15,7 +15,7 @@ namespace Microsoft.PowerShell.Commands /// /// implementation for the get-date command /// - [Cmdlet(VerbsCommon.Get, "Date", DefaultParameterSetName = "net", HelpUri = "http://go.microsoft.com/fwlink/?LinkID=113313")] + [Cmdlet(VerbsCommon.Get, "Date", DefaultParameterSetName = "net", HelpUri = "https://go.microsoft.com/fwlink/?LinkID=113313")] [OutputType(typeof(string), ParameterSetName = new string[] { "UFormat", "net" })] [OutputType(typeof(DateTime), ParameterSetName = new string[] { "net" })] public sealed class GetDateCommand : Cmdlet diff --git a/src/Microsoft.PowerShell.Commands.Utility/commands/utility/GetEventCommand.cs b/src/Microsoft.PowerShell.Commands.Utility/commands/utility/GetEventCommand.cs index bf84b68335d..3521745a73b 100644 --- a/src/Microsoft.PowerShell.Commands.Utility/commands/utility/GetEventCommand.cs +++ b/src/Microsoft.PowerShell.Commands.Utility/commands/utility/GetEventCommand.cs @@ -11,7 +11,7 @@ namespace Microsoft.PowerShell.Commands /// /// Gets events from the event queue. /// - [Cmdlet(VerbsCommon.Get, "Event", DefaultParameterSetName = "BySource", HelpUri = "http://go.microsoft.com/fwlink/?LinkID=113453")] + [Cmdlet(VerbsCommon.Get, "Event", DefaultParameterSetName = "BySource", HelpUri = "https://go.microsoft.com/fwlink/?LinkID=113453")] [OutputType(typeof(PSEventArgs))] public class GetEventCommand : PSCmdlet { diff --git a/src/Microsoft.PowerShell.Commands.Utility/commands/utility/GetEventSubscriberCommand.cs b/src/Microsoft.PowerShell.Commands.Utility/commands/utility/GetEventSubscriberCommand.cs index 0fd984e9a81..d6c920b0301 100644 --- a/src/Microsoft.PowerShell.Commands.Utility/commands/utility/GetEventSubscriberCommand.cs +++ b/src/Microsoft.PowerShell.Commands.Utility/commands/utility/GetEventSubscriberCommand.cs @@ -11,7 +11,7 @@ namespace Microsoft.PowerShell.Commands /// /// Lists all event subscribers. /// - [Cmdlet(VerbsCommon.Get, "EventSubscriber", DefaultParameterSetName = "BySource", HelpUri = "http://go.microsoft.com/fwlink/?LinkID=135155")] + [Cmdlet(VerbsCommon.Get, "EventSubscriber", DefaultParameterSetName = "BySource", HelpUri = "https://go.microsoft.com/fwlink/?LinkID=135155")] [OutputType(typeof(PSEventSubscriber))] public class GetEventSubscriberCommand : PSCmdlet { diff --git a/src/Microsoft.PowerShell.Commands.Utility/commands/utility/GetHostCmdlet.cs b/src/Microsoft.PowerShell.Commands.Utility/commands/utility/GetHostCmdlet.cs index dbcf4c3a093..c964cccc5ba 100644 --- a/src/Microsoft.PowerShell.Commands.Utility/commands/utility/GetHostCmdlet.cs +++ b/src/Microsoft.PowerShell.Commands.Utility/commands/utility/GetHostCmdlet.cs @@ -15,7 +15,7 @@ namespace Microsoft.PowerShell.Commands /// /// - [Cmdlet(VerbsCommon.Get, "Host", HelpUri = "http://go.microsoft.com/fwlink/?LinkID=113318", RemotingCapability = RemotingCapability.None)] + [Cmdlet(VerbsCommon.Get, "Host", HelpUri = "https://go.microsoft.com/fwlink/?LinkID=113318", RemotingCapability = RemotingCapability.None)] [OutputType(typeof(System.Management.Automation.Host.PSHost))] public class GetHostCommand : PSCmdlet diff --git a/src/Microsoft.PowerShell.Commands.Utility/commands/utility/GetMember.cs b/src/Microsoft.PowerShell.Commands.Utility/commands/utility/GetMember.cs index 5b76bf16961..308c10cb760 100644 --- a/src/Microsoft.PowerShell.Commands.Utility/commands/utility/GetMember.cs +++ b/src/Microsoft.PowerShell.Commands.Utility/commands/utility/GetMember.cs @@ -58,7 +58,7 @@ public MemberDefinition(string typeName, string name, PSMemberTypes memberType, /// /// This class implements get-member command. /// - [Cmdlet(VerbsCommon.Get, "Member", HelpUri = "http://go.microsoft.com/fwlink/?LinkID=113322", RemotingCapability = RemotingCapability.None)] + [Cmdlet(VerbsCommon.Get, "Member", HelpUri = "https://go.microsoft.com/fwlink/?LinkID=113322", RemotingCapability = RemotingCapability.None)] [OutputType(typeof(MemberDefinition))] public class GetMemberCommand : PSCmdlet { diff --git a/src/Microsoft.PowerShell.Commands.Utility/commands/utility/GetRandomCommand.cs b/src/Microsoft.PowerShell.Commands.Utility/commands/utility/GetRandomCommand.cs index 9fcdaee2950..645d056d1eb 100644 --- a/src/Microsoft.PowerShell.Commands.Utility/commands/utility/GetRandomCommand.cs +++ b/src/Microsoft.PowerShell.Commands.Utility/commands/utility/GetRandomCommand.cs @@ -20,7 +20,7 @@ namespace Microsoft.PowerShell.Commands /// /// [Cmdlet(VerbsCommon.Get, "Random", DefaultParameterSetName = GetRandomCommand.RandomNumberParameterSet, - HelpUri = "http://go.microsoft.com/fwlink/?LinkID=113446", RemotingCapability = RemotingCapability.None)] + HelpUri = "https://go.microsoft.com/fwlink/?LinkID=113446", RemotingCapability = RemotingCapability.None)] [OutputType(typeof(Int32), typeof(Int64), typeof(Double))] public class GetRandomCommand : PSCmdlet { diff --git a/src/Microsoft.PowerShell.Commands.Utility/commands/utility/GetRunspaceCommand.cs b/src/Microsoft.PowerShell.Commands.Utility/commands/utility/GetRunspaceCommand.cs index 35cc2b272a4..21a524b6f3b 100644 --- a/src/Microsoft.PowerShell.Commands.Utility/commands/utility/GetRunspaceCommand.cs +++ b/src/Microsoft.PowerShell.Commands.Utility/commands/utility/GetRunspaceCommand.cs @@ -15,7 +15,7 @@ namespace Microsoft.PowerShell.Commands /// This cmdlet returns runspaces in the PowerShell session. /// [Cmdlet(VerbsCommon.Get, "Runspace", DefaultParameterSetName = GetRunspaceCommand.NameParameterSet, - HelpUri = "http://go.microsoft.com/fwlink/?LinkID=403730")] + HelpUri = "https://go.microsoft.com/fwlink/?LinkID=403730")] [OutputType(typeof(Runspace))] public sealed class GetRunspaceCommand : PSCmdlet { diff --git a/src/Microsoft.PowerShell.Commands.Utility/commands/utility/GetUICultureCommand.cs b/src/Microsoft.PowerShell.Commands.Utility/commands/utility/GetUICultureCommand.cs index 759fd0608d9..9e6a983a30c 100644 --- a/src/Microsoft.PowerShell.Commands.Utility/commands/utility/GetUICultureCommand.cs +++ b/src/Microsoft.PowerShell.Commands.Utility/commands/utility/GetUICultureCommand.cs @@ -9,7 +9,7 @@ namespace Microsoft.PowerShell.Commands /// /// Returns the thread's current UI culture. /// - [Cmdlet(VerbsCommon.Get, "UICulture", HelpUri = "http://go.microsoft.com/fwlink/?LinkID=113334")] + [Cmdlet(VerbsCommon.Get, "UICulture", HelpUri = "https://go.microsoft.com/fwlink/?LinkID=113334")] [OutputType(typeof(System.Globalization.CultureInfo))] public sealed class GetUICultureCommand : PSCmdlet { diff --git a/src/Microsoft.PowerShell.Commands.Utility/commands/utility/GetUnique.cs b/src/Microsoft.PowerShell.Commands.Utility/commands/utility/GetUnique.cs index 69d1e684feb..a1852ff2eff 100644 --- a/src/Microsoft.PowerShell.Commands.Utility/commands/utility/GetUnique.cs +++ b/src/Microsoft.PowerShell.Commands.Utility/commands/utility/GetUnique.cs @@ -13,7 +13,7 @@ namespace Microsoft.PowerShell.Commands /// /// [Cmdlet(VerbsCommon.Get, "Unique", DefaultParameterSetName = "AsString", - HelpUri = "http://go.microsoft.com/fwlink/?LinkID=113335", RemotingCapability = RemotingCapability.None)] + HelpUri = "https://go.microsoft.com/fwlink/?LinkID=113335", RemotingCapability = RemotingCapability.None)] public sealed class GetUniqueCommand : PSCmdlet { #region Parameters diff --git a/src/Microsoft.PowerShell.Commands.Utility/commands/utility/ImplicitRemotingCommands.cs b/src/Microsoft.PowerShell.Commands.Utility/commands/utility/ImplicitRemotingCommands.cs index 5dd3823bb76..6aafd38a420 100644 --- a/src/Microsoft.PowerShell.Commands.Utility/commands/utility/ImplicitRemotingCommands.cs +++ b/src/Microsoft.PowerShell.Commands.Utility/commands/utility/ImplicitRemotingCommands.cs @@ -33,7 +33,7 @@ namespace Microsoft.PowerShell.Commands /// This class implements Export-PSSession cmdlet. /// Spec: TBD /// - [Cmdlet(VerbsData.Export, "PSSession", HelpUri = "http://go.microsoft.com/fwlink/?LinkID=135213")] + [Cmdlet(VerbsData.Export, "PSSession", HelpUri = "https://go.microsoft.com/fwlink/?LinkID=135213")] [OutputType(typeof(FileInfo))] public sealed class ExportPSSessionCommand : ImplicitRemotingCommandBase { @@ -163,7 +163,7 @@ protected override void BeginProcessing() /// This class implements Import-PSSession cmdlet. /// Spec: http://cmdletdesigner/SpecViewer/Default.aspx?Project=PowerShell&Cmdlet=Import-Command /// - [Cmdlet(VerbsData.Import, "PSSession", HelpUri = "http://go.microsoft.com/fwlink/?LinkID=135221")] + [Cmdlet(VerbsData.Import, "PSSession", HelpUri = "https://go.microsoft.com/fwlink/?LinkID=135221")] [OutputType(typeof(PSModuleInfo))] public sealed class ImportPSSessionCommand : ImplicitRemotingCommandBase { diff --git a/src/Microsoft.PowerShell.Commands.Utility/commands/utility/Import-LocalizedData.cs b/src/Microsoft.PowerShell.Commands.Utility/commands/utility/Import-LocalizedData.cs index c6d8aa71f53..85509866055 100644 --- a/src/Microsoft.PowerShell.Commands.Utility/commands/utility/Import-LocalizedData.cs +++ b/src/Microsoft.PowerShell.Commands.Utility/commands/utility/Import-LocalizedData.cs @@ -15,7 +15,7 @@ namespace Microsoft.PowerShell.Commands /// The implementation of the "import-localizeddata" cmdlet /// /// - [Cmdlet(VerbsData.Import, "LocalizedData", HelpUri = "http://go.microsoft.com/fwlink/?LinkID=113342")] + [Cmdlet(VerbsData.Import, "LocalizedData", HelpUri = "https://go.microsoft.com/fwlink/?LinkID=113342")] public sealed class ImportLocalizedData : PSCmdlet { #region Parameters diff --git a/src/Microsoft.PowerShell.Commands.Utility/commands/utility/ImportAliasCommand.cs b/src/Microsoft.PowerShell.Commands.Utility/commands/utility/ImportAliasCommand.cs index d769a6c18ce..521f1c65047 100644 --- a/src/Microsoft.PowerShell.Commands.Utility/commands/utility/ImportAliasCommand.cs +++ b/src/Microsoft.PowerShell.Commands.Utility/commands/utility/ImportAliasCommand.cs @@ -16,7 +16,7 @@ namespace Microsoft.PowerShell.Commands /// The implementation of the "import-alias" cmdlet /// /// - [Cmdlet(VerbsData.Import, "Alias", SupportsShouldProcess = true, DefaultParameterSetName = "ByPath", HelpUri = "http://go.microsoft.com/fwlink/?LinkID=113339")] + [Cmdlet(VerbsData.Import, "Alias", SupportsShouldProcess = true, DefaultParameterSetName = "ByPath", HelpUri = "https://go.microsoft.com/fwlink/?LinkID=113339")] [OutputType(typeof(AliasInfo))] public class ImportAliasCommand : PSCmdlet { diff --git a/src/Microsoft.PowerShell.Commands.Utility/commands/utility/InvokeCommandCmdlet.cs b/src/Microsoft.PowerShell.Commands.Utility/commands/utility/InvokeCommandCmdlet.cs index 38ff82fcc7d..8ca0d30fd34 100644 --- a/src/Microsoft.PowerShell.Commands.Utility/commands/utility/InvokeCommandCmdlet.cs +++ b/src/Microsoft.PowerShell.Commands.Utility/commands/utility/InvokeCommandCmdlet.cs @@ -10,7 +10,7 @@ namespace Microsoft.PowerShell.Commands /// /// Class implemeting Invoke-Expression /// - [Cmdlet("Invoke", "Expression", HelpUri = "http://go.microsoft.com/fwlink/?LinkID=113343")] + [Cmdlet("Invoke", "Expression", HelpUri = "https://go.microsoft.com/fwlink/?LinkID=113343")] public sealed class InvokeExpressionCommand : PSCmdlet diff --git a/src/Microsoft.PowerShell.Commands.Utility/commands/utility/MatchString.cs b/src/Microsoft.PowerShell.Commands.Utility/commands/utility/MatchString.cs index ad29ef9a15c..be3403eae94 100644 --- a/src/Microsoft.PowerShell.Commands.Utility/commands/utility/MatchString.cs +++ b/src/Microsoft.PowerShell.Commands.Utility/commands/utility/MatchString.cs @@ -296,7 +296,7 @@ internal MatchInfo Clone() /// /// A cmdlet to search through strings and files for particular patterns. /// - [Cmdlet("Select", "String", DefaultParameterSetName = "File", HelpUri = "http://go.microsoft.com/fwlink/?LinkID=113388")] + [Cmdlet("Select", "String", DefaultParameterSetName = "File", HelpUri = "https://go.microsoft.com/fwlink/?LinkID=113388")] [OutputType(typeof(MatchInfo), typeof(bool))] public sealed class SelectStringCommand : PSCmdlet { diff --git a/src/Microsoft.PowerShell.Commands.Utility/commands/utility/Measure-Object.cs b/src/Microsoft.PowerShell.Commands.Utility/commands/utility/Measure-Object.cs index 7b47c7b5925..ead0a36bf21 100644 --- a/src/Microsoft.PowerShell.Commands.Utility/commands/utility/Measure-Object.cs +++ b/src/Microsoft.PowerShell.Commands.Utility/commands/utility/Measure-Object.cs @@ -171,7 +171,7 @@ public TextMeasureInfo() /// measure object cmdlet /// [Cmdlet(VerbsDiagnostic.Measure, "Object", DefaultParameterSetName = GenericParameterSet, - HelpUri = "http://go.microsoft.com/fwlink/?LinkID=113349", RemotingCapability = RemotingCapability.None)] + HelpUri = "https://go.microsoft.com/fwlink/?LinkID=113349", RemotingCapability = RemotingCapability.None)] [OutputType(typeof(GenericMeasureInfo), typeof(TextMeasureInfo), typeof(GenericObjectMeasureInfo))] public sealed class MeasureObjectCommand : PSCmdlet { diff --git a/src/Microsoft.PowerShell.Commands.Utility/commands/utility/NewAliasCommand.cs b/src/Microsoft.PowerShell.Commands.Utility/commands/utility/NewAliasCommand.cs index 3e0bd0a4bf2..166d305f631 100644 --- a/src/Microsoft.PowerShell.Commands.Utility/commands/utility/NewAliasCommand.cs +++ b/src/Microsoft.PowerShell.Commands.Utility/commands/utility/NewAliasCommand.cs @@ -12,7 +12,7 @@ namespace Microsoft.PowerShell.Commands /// The implementation of the "new-alias" cmdlet /// /// - [Cmdlet(VerbsCommon.New, "Alias", SupportsShouldProcess = true, HelpUri = "http://go.microsoft.com/fwlink/?LinkID=113352")] + [Cmdlet(VerbsCommon.New, "Alias", SupportsShouldProcess = true, HelpUri = "https://go.microsoft.com/fwlink/?LinkID=113352")] [OutputType(typeof(AliasInfo))] public class NewAliasCommand : WriteAliasCommandBase { diff --git a/src/Microsoft.PowerShell.Commands.Utility/commands/utility/NewTimeSpanCommand.cs b/src/Microsoft.PowerShell.Commands.Utility/commands/utility/NewTimeSpanCommand.cs index e5b3645c79e..1f4531330f2 100644 --- a/src/Microsoft.PowerShell.Commands.Utility/commands/utility/NewTimeSpanCommand.cs +++ b/src/Microsoft.PowerShell.Commands.Utility/commands/utility/NewTimeSpanCommand.cs @@ -12,7 +12,7 @@ namespace Microsoft.PowerShell.Commands /// implementation for the new-timespan command /// [Cmdlet(VerbsCommon.New, "TimeSpan", DefaultParameterSetName = "Date", - HelpUri = "http://go.microsoft.com/fwlink/?LinkID=113360", RemotingCapability = RemotingCapability.None)] + HelpUri = "https://go.microsoft.com/fwlink/?LinkID=113360", RemotingCapability = RemotingCapability.None)] [OutputType(typeof(TimeSpan))] public sealed class NewTimeSpanCommand : PSCmdlet { diff --git a/src/Microsoft.PowerShell.Commands.Utility/commands/utility/ReadConsoleCmdlet.cs b/src/Microsoft.PowerShell.Commands.Utility/commands/utility/ReadConsoleCmdlet.cs index 692a6521282..061b440ddfc 100644 --- a/src/Microsoft.PowerShell.Commands.Utility/commands/utility/ReadConsoleCmdlet.cs +++ b/src/Microsoft.PowerShell.Commands.Utility/commands/utility/ReadConsoleCmdlet.cs @@ -20,7 +20,7 @@ namespace Microsoft.PowerShell.Commands /// /// - [Cmdlet("Read", "Host", HelpUri = "http://go.microsoft.com/fwlink/?LinkID=113371")] + [Cmdlet("Read", "Host", HelpUri = "https://go.microsoft.com/fwlink/?LinkID=113371")] [OutputType(typeof(String), typeof(SecureString))] public sealed class ReadHostCommand : PSCmdlet { diff --git a/src/Microsoft.PowerShell.Commands.Utility/commands/utility/RegisterObjectEventCommand.cs b/src/Microsoft.PowerShell.Commands.Utility/commands/utility/RegisterObjectEventCommand.cs index 4dfff16436d..1b4386200e1 100644 --- a/src/Microsoft.PowerShell.Commands.Utility/commands/utility/RegisterObjectEventCommand.cs +++ b/src/Microsoft.PowerShell.Commands.Utility/commands/utility/RegisterObjectEventCommand.cs @@ -10,7 +10,7 @@ namespace Microsoft.PowerShell.Commands /// /// Registers for an event on an object. /// - [Cmdlet(VerbsLifecycle.Register, "ObjectEvent", HelpUri = "http://go.microsoft.com/fwlink/?LinkID=135244")] + [Cmdlet(VerbsLifecycle.Register, "ObjectEvent", HelpUri = "https://go.microsoft.com/fwlink/?LinkID=135244")] [OutputType(typeof(PSEventJob))] public class RegisterObjectEventCommand : ObjectEventRegistrationBase { diff --git a/src/Microsoft.PowerShell.Commands.Utility/commands/utility/RegisterPSEventCommand.cs b/src/Microsoft.PowerShell.Commands.Utility/commands/utility/RegisterPSEventCommand.cs index d02cab776f3..bcc24c49a54 100644 --- a/src/Microsoft.PowerShell.Commands.Utility/commands/utility/RegisterPSEventCommand.cs +++ b/src/Microsoft.PowerShell.Commands.Utility/commands/utility/RegisterPSEventCommand.cs @@ -10,7 +10,7 @@ namespace Microsoft.PowerShell.Commands /// /// Registers for an event coming from the engine. /// - [Cmdlet(VerbsLifecycle.Register, "EngineEvent", HelpUri = "http://go.microsoft.com/fwlink/?LinkID=135243")] + [Cmdlet(VerbsLifecycle.Register, "EngineEvent", HelpUri = "https://go.microsoft.com/fwlink/?LinkID=135243")] [OutputType(typeof(PSEventJob))] public class RegisterEngineEventCommand : ObjectEventRegistrationBase { diff --git a/src/Microsoft.PowerShell.Commands.Utility/commands/utility/Remove-PSBreakpoint.cs b/src/Microsoft.PowerShell.Commands.Utility/commands/utility/Remove-PSBreakpoint.cs index b6f45279dae..021568eee2d 100644 --- a/src/Microsoft.PowerShell.Commands.Utility/commands/utility/Remove-PSBreakpoint.cs +++ b/src/Microsoft.PowerShell.Commands.Utility/commands/utility/Remove-PSBreakpoint.cs @@ -10,7 +10,7 @@ namespace Microsoft.PowerShell.Commands /// This class implements Remove-PSBreakpoint /// [Cmdlet(VerbsCommon.Remove, "PSBreakpoint", SupportsShouldProcess = true, DefaultParameterSetName = "Breakpoint", - HelpUri = "http://go.microsoft.com/fwlink/?LinkID=113375")] + HelpUri = "https://go.microsoft.com/fwlink/?LinkID=113375")] public class RemovePSBreakpointCommand : PSBreakpointCommandBase { /// diff --git a/src/Microsoft.PowerShell.Commands.Utility/commands/utility/RemoveEventCommand.cs b/src/Microsoft.PowerShell.Commands.Utility/commands/utility/RemoveEventCommand.cs index 10fa2282759..381ebde3fa4 100644 --- a/src/Microsoft.PowerShell.Commands.Utility/commands/utility/RemoveEventCommand.cs +++ b/src/Microsoft.PowerShell.Commands.Utility/commands/utility/RemoveEventCommand.cs @@ -10,7 +10,7 @@ namespace Microsoft.PowerShell.Commands /// /// Removes an event from the event queue. /// - [Cmdlet(VerbsCommon.Remove, "Event", SupportsShouldProcess = true, DefaultParameterSetName = "BySource", HelpUri = "http://go.microsoft.com/fwlink/?LinkID=135247")] + [Cmdlet(VerbsCommon.Remove, "Event", SupportsShouldProcess = true, DefaultParameterSetName = "BySource", HelpUri = "https://go.microsoft.com/fwlink/?LinkID=135247")] public class RemoveEventCommand : PSCmdlet { #region parameters diff --git a/src/Microsoft.PowerShell.Commands.Utility/commands/utility/Send-MailMessage.cs b/src/Microsoft.PowerShell.Commands.Utility/commands/utility/Send-MailMessage.cs index 23673cb0c34..f9973e36323 100644 --- a/src/Microsoft.PowerShell.Commands.Utility/commands/utility/Send-MailMessage.cs +++ b/src/Microsoft.PowerShell.Commands.Utility/commands/utility/Send-MailMessage.cs @@ -16,7 +16,7 @@ namespace Microsoft.PowerShell.Commands /// /// implementation for the Send-MailMessage command /// - [Cmdlet(VerbsCommunications.Send, "MailMessage", HelpUri = "http://go.microsoft.com/fwlink/?LinkID=135256")] + [Cmdlet(VerbsCommunications.Send, "MailMessage", HelpUri = "https://go.microsoft.com/fwlink/?LinkID=135256")] public sealed class SendMailMessage : PSCmdlet { #region Command Line Parameters diff --git a/src/Microsoft.PowerShell.Commands.Utility/commands/utility/Set-PSBreakpoint.cs b/src/Microsoft.PowerShell.Commands.Utility/commands/utility/Set-PSBreakpoint.cs index a8b1ab2da39..4a5aa590f9d 100644 --- a/src/Microsoft.PowerShell.Commands.Utility/commands/utility/Set-PSBreakpoint.cs +++ b/src/Microsoft.PowerShell.Commands.Utility/commands/utility/Set-PSBreakpoint.cs @@ -14,7 +14,7 @@ namespace Microsoft.PowerShell.Commands /// /// This class implements Set-PSBreakpoint command. /// - [Cmdlet(VerbsCommon.Set, "PSBreakpoint", DefaultParameterSetName = "Line", HelpUri = "http://go.microsoft.com/fwlink/?LinkID=113449")] + [Cmdlet(VerbsCommon.Set, "PSBreakpoint", DefaultParameterSetName = "Line", HelpUri = "https://go.microsoft.com/fwlink/?LinkID=113449")] [OutputType(typeof(VariableBreakpoint), typeof(CommandBreakpoint), typeof(LineBreakpoint))] public class SetPSBreakpointCommand : PSCmdlet { diff --git a/src/Microsoft.PowerShell.Commands.Utility/commands/utility/SetAliasCommand.cs b/src/Microsoft.PowerShell.Commands.Utility/commands/utility/SetAliasCommand.cs index d3843c7c937..8008b13f0ed 100644 --- a/src/Microsoft.PowerShell.Commands.Utility/commands/utility/SetAliasCommand.cs +++ b/src/Microsoft.PowerShell.Commands.Utility/commands/utility/SetAliasCommand.cs @@ -12,7 +12,7 @@ namespace Microsoft.PowerShell.Commands /// The implementation of the "set-alias" cmdlet /// /// - [Cmdlet(VerbsCommon.Set, "Alias", SupportsShouldProcess = true, HelpUri = "http://go.microsoft.com/fwlink/?LinkID=113390")] + [Cmdlet(VerbsCommon.Set, "Alias", SupportsShouldProcess = true, HelpUri = "https://go.microsoft.com/fwlink/?LinkID=113390")] [OutputType(typeof(AliasInfo))] public class SetAliasCommand : WriteAliasCommandBase { diff --git a/src/Microsoft.PowerShell.Commands.Utility/commands/utility/SetDateCommand.cs b/src/Microsoft.PowerShell.Commands.Utility/commands/utility/SetDateCommand.cs index 1c62fd31a07..b865b197b52 100644 --- a/src/Microsoft.PowerShell.Commands.Utility/commands/utility/SetDateCommand.cs +++ b/src/Microsoft.PowerShell.Commands.Utility/commands/utility/SetDateCommand.cs @@ -15,7 +15,7 @@ namespace Microsoft.PowerShell.Commands /// /// implementation for the set-date command /// - [Cmdlet(VerbsCommon.Set, "Date", DefaultParameterSetName = "Date", SupportsShouldProcess = true, HelpUri = "http://go.microsoft.com/fwlink/?LinkID=113393")] + [Cmdlet(VerbsCommon.Set, "Date", DefaultParameterSetName = "Date", SupportsShouldProcess = true, HelpUri = "https://go.microsoft.com/fwlink/?LinkID=113393")] [OutputType(typeof(DateTime))] public sealed class SetDateCommand : PSCmdlet { diff --git a/src/Microsoft.PowerShell.Commands.Utility/commands/utility/ShowCommand/ShowCommand.cs b/src/Microsoft.PowerShell.Commands.Utility/commands/utility/ShowCommand/ShowCommand.cs index efdb6f065fc..89ea8fe98c9 100644 --- a/src/Microsoft.PowerShell.Commands.Utility/commands/utility/ShowCommand/ShowCommand.cs +++ b/src/Microsoft.PowerShell.Commands.Utility/commands/utility/ShowCommand/ShowCommand.cs @@ -19,7 +19,7 @@ namespace Microsoft.PowerShell.Commands /// /// Show-Command displays a GUI for a cmdlet, or for all cmdlets if no specific cmdlet is specified. /// - [Cmdlet(VerbsCommon.Show, "Command", HelpUri = "http://go.microsoft.com/fwlink/?LinkID=217448")] + [Cmdlet(VerbsCommon.Show, "Command", HelpUri = "https://go.microsoft.com/fwlink/?LinkID=217448")] public class ShowCommandCommand : PSCmdlet, IDisposable { #region Private Fields diff --git a/src/Microsoft.PowerShell.Commands.Utility/commands/utility/StartSleepCommand.cs b/src/Microsoft.PowerShell.Commands.Utility/commands/utility/StartSleepCommand.cs index 90ded93d24c..8cdd78a5a17 100644 --- a/src/Microsoft.PowerShell.Commands.Utility/commands/utility/StartSleepCommand.cs +++ b/src/Microsoft.PowerShell.Commands.Utility/commands/utility/StartSleepCommand.cs @@ -12,7 +12,7 @@ namespace Microsoft.PowerShell.Commands /// /// Suspend shell, script, or runspace activity for the specified period of time. /// - [Cmdlet(VerbsLifecycle.Start, "Sleep", DefaultParameterSetName = "Seconds", HelpUri = "http://go.microsoft.com/fwlink/?LinkID=113407")] + [Cmdlet(VerbsLifecycle.Start, "Sleep", DefaultParameterSetName = "Seconds", HelpUri = "https://go.microsoft.com/fwlink/?LinkID=113407")] public sealed class StartSleepCommand : PSCmdlet, IDisposable { private bool _disposed = false; diff --git a/src/Microsoft.PowerShell.Commands.Utility/commands/utility/TimeExpressionCommand.cs b/src/Microsoft.PowerShell.Commands.Utility/commands/utility/TimeExpressionCommand.cs index c64ce60c993..1d2ad94ee93 100644 --- a/src/Microsoft.PowerShell.Commands.Utility/commands/utility/TimeExpressionCommand.cs +++ b/src/Microsoft.PowerShell.Commands.Utility/commands/utility/TimeExpressionCommand.cs @@ -16,7 +16,7 @@ namespace Microsoft.PowerShell.Commands /// Implements a cmdlet that applies a script block /// to each element of the pipeline. /// - [Cmdlet(VerbsDiagnostic.Measure, "Command", HelpUri = "http://go.microsoft.com/fwlink/?LinkID=113348", RemotingCapability = RemotingCapability.None)] + [Cmdlet(VerbsDiagnostic.Measure, "Command", HelpUri = "https://go.microsoft.com/fwlink/?LinkID=113348", RemotingCapability = RemotingCapability.None)] [OutputType(typeof(TimeSpan))] public sealed class MeasureCommandCommand : PSCmdlet { diff --git a/src/Microsoft.PowerShell.Commands.Utility/commands/utility/UnblockFile.cs b/src/Microsoft.PowerShell.Commands.Utility/commands/utility/UnblockFile.cs index 8437364842a..7111596b70a 100644 --- a/src/Microsoft.PowerShell.Commands.Utility/commands/utility/UnblockFile.cs +++ b/src/Microsoft.PowerShell.Commands.Utility/commands/utility/UnblockFile.cs @@ -17,7 +17,7 @@ namespace Microsoft.PowerShell.Commands { /// Removes the Zone.Identifier stream from a file. [Cmdlet(VerbsSecurity.Unblock, "File", DefaultParameterSetName = "ByPath", SupportsShouldProcess = true, - HelpUri = "http://go.microsoft.com/fwlink/?LinkID=217450")] + HelpUri = "https://go.microsoft.com/fwlink/?LinkID=217450")] public sealed class UnblockFileCommand : PSCmdlet { /// diff --git a/src/Microsoft.PowerShell.Commands.Utility/commands/utility/UnregisterEventCommand.cs b/src/Microsoft.PowerShell.Commands.Utility/commands/utility/UnregisterEventCommand.cs index 851777f37ea..428c7a5843f 100644 --- a/src/Microsoft.PowerShell.Commands.Utility/commands/utility/UnregisterEventCommand.cs +++ b/src/Microsoft.PowerShell.Commands.Utility/commands/utility/UnregisterEventCommand.cs @@ -10,7 +10,7 @@ namespace Microsoft.PowerShell.Commands /// /// Unregisters from an event on an object. /// - [Cmdlet(VerbsLifecycle.Unregister, "Event", SupportsShouldProcess = true, DefaultParameterSetName = "BySource", HelpUri = "http://go.microsoft.com/fwlink/?LinkID=135269")] + [Cmdlet(VerbsLifecycle.Unregister, "Event", SupportsShouldProcess = true, DefaultParameterSetName = "BySource", HelpUri = "https://go.microsoft.com/fwlink/?LinkID=135269")] public class UnregisterEventCommand : PSCmdlet { #region parameters diff --git a/src/Microsoft.PowerShell.Commands.Utility/commands/utility/Update-TypeData.cs b/src/Microsoft.PowerShell.Commands.Utility/commands/utility/Update-TypeData.cs index 37ee9626949..c90a1b06e45 100644 --- a/src/Microsoft.PowerShell.Commands.Utility/commands/utility/Update-TypeData.cs +++ b/src/Microsoft.PowerShell.Commands.Utility/commands/utility/Update-TypeData.cs @@ -19,7 +19,7 @@ namespace Microsoft.PowerShell.Commands /// /// This class implements update-typeData command. /// - [Cmdlet(VerbsData.Update, "TypeData", SupportsShouldProcess = true, DefaultParameterSetName = FileParameterSet, HelpUri = "http://go.microsoft.com/fwlink/?LinkID=113421")] + [Cmdlet(VerbsData.Update, "TypeData", SupportsShouldProcess = true, DefaultParameterSetName = FileParameterSet, HelpUri = "https://go.microsoft.com/fwlink/?LinkID=113421")] public class UpdateTypeDataCommand : UpdateData { #region dynamic type set @@ -897,7 +897,7 @@ private void ProcessTypeFiles() /// /// This class implements update-typeData command. /// - [Cmdlet(VerbsData.Update, "FormatData", SupportsShouldProcess = true, DefaultParameterSetName = FileParameterSet, HelpUri = "http://go.microsoft.com/fwlink/?LinkID=113420")] + [Cmdlet(VerbsData.Update, "FormatData", SupportsShouldProcess = true, DefaultParameterSetName = FileParameterSet, HelpUri = "https://go.microsoft.com/fwlink/?LinkID=113420")] public class UpdateFormatDataCommand : UpdateData { /// @@ -1078,7 +1078,7 @@ protected override void ProcessRecord() /// Remove-TypeData cmdlet /// [Cmdlet(VerbsCommon.Remove, "TypeData", SupportsShouldProcess = true, DefaultParameterSetName = RemoveTypeDataSet, - HelpUri = "http://go.microsoft.com/fwlink/?LinkID=217038")] + HelpUri = "https://go.microsoft.com/fwlink/?LinkID=217038")] public class RemoveTypeDataCommand : PSCmdlet { private const string RemoveTypeSet = "RemoveTypeSet"; @@ -1323,7 +1323,7 @@ private ErrorRecord NewError(string errorId, string template, object targetObjec /// /// Get-TypeData cmdlet /// - [Cmdlet(VerbsCommon.Get, "TypeData", HelpUri = "http://go.microsoft.com/fwlink/?LinkID=217033")] + [Cmdlet(VerbsCommon.Get, "TypeData", HelpUri = "https://go.microsoft.com/fwlink/?LinkID=217033")] [OutputType(typeof(System.Management.Automation.PSObject))] public class GetTypeDataCommand : PSCmdlet { diff --git a/src/Microsoft.PowerShell.Commands.Utility/commands/utility/Var.cs b/src/Microsoft.PowerShell.Commands.Utility/commands/utility/Var.cs index 6fa81295928..5b45c7af46b 100644 --- a/src/Microsoft.PowerShell.Commands.Utility/commands/utility/Var.cs +++ b/src/Microsoft.PowerShell.Commands.Utility/commands/utility/Var.cs @@ -248,7 +248,7 @@ internal List GetMatchingVariables(string name, string lookupScope, /// /// Implements get-variable command. /// - [Cmdlet(VerbsCommon.Get, "Variable", HelpUri = "http://go.microsoft.com/fwlink/?LinkID=113336")] + [Cmdlet(VerbsCommon.Get, "Variable", HelpUri = "https://go.microsoft.com/fwlink/?LinkID=113336")] [OutputType(typeof(PSVariable))] public class GetVariableCommand : VariableCommandBase { @@ -386,7 +386,7 @@ protected override void ProcessRecord() /// /// Class implementing new-variable command /// - [Cmdlet(VerbsCommon.New, "Variable", SupportsShouldProcess = true, HelpUri = "http://go.microsoft.com/fwlink/?LinkID=113361")] + [Cmdlet(VerbsCommon.New, "Variable", SupportsShouldProcess = true, HelpUri = "https://go.microsoft.com/fwlink/?LinkID=113361")] public sealed class NewVariableCommand : VariableCommandBase { #region parameters @@ -578,7 +578,7 @@ protected override void ProcessRecord() /// /// This class implements set-variable command /// - [Cmdlet(VerbsCommon.Set, "Variable", SupportsShouldProcess = true, HelpUri = "http://go.microsoft.com/fwlink/?LinkID=113401")] + [Cmdlet(VerbsCommon.Set, "Variable", SupportsShouldProcess = true, HelpUri = "https://go.microsoft.com/fwlink/?LinkID=113401")] [OutputType(typeof(PSVariable))] public sealed class SetVariableCommand : VariableCommandBase { @@ -1033,7 +1033,7 @@ private void SetVariable(string[] varNames, object varValue) /// /// The Remove-Variable cmdlet implementation /// - [Cmdlet(VerbsCommon.Remove, "Variable", SupportsShouldProcess = true, HelpUri = "http://go.microsoft.com/fwlink/?LinkID=113380")] + [Cmdlet(VerbsCommon.Remove, "Variable", SupportsShouldProcess = true, HelpUri = "https://go.microsoft.com/fwlink/?LinkID=113380")] public sealed class RemoveVariableCommand : VariableCommandBase { #region parameters @@ -1187,7 +1187,7 @@ protected override void ProcessRecord() /// /// This class implements set-variable command /// - [Cmdlet(VerbsCommon.Clear, "Variable", SupportsShouldProcess = true, HelpUri = "http://go.microsoft.com/fwlink/?LinkID=113285")] + [Cmdlet(VerbsCommon.Clear, "Variable", SupportsShouldProcess = true, HelpUri = "https://go.microsoft.com/fwlink/?LinkID=113285")] [OutputType(typeof(PSVariable))] public sealed class ClearVariableCommand : VariableCommandBase { diff --git a/src/Microsoft.PowerShell.Commands.Utility/commands/utility/WaitEventCommand.cs b/src/Microsoft.PowerShell.Commands.Utility/commands/utility/WaitEventCommand.cs index d434f93a0c3..e06efcc178c 100644 --- a/src/Microsoft.PowerShell.Commands.Utility/commands/utility/WaitEventCommand.cs +++ b/src/Microsoft.PowerShell.Commands.Utility/commands/utility/WaitEventCommand.cs @@ -11,7 +11,7 @@ namespace Microsoft.PowerShell.Commands /// /// Waits for a given event to arrive. /// - [Cmdlet(VerbsLifecycle.Wait, "Event", HelpUri = "http://go.microsoft.com/fwlink/?LinkID=135276")] + [Cmdlet(VerbsLifecycle.Wait, "Event", HelpUri = "https://go.microsoft.com/fwlink/?LinkID=135276")] [OutputType(typeof(PSEventArgs))] public class WaitEventCommand : PSCmdlet { diff --git a/src/Microsoft.PowerShell.Commands.Utility/commands/utility/WebCmdlet/ConvertFromJsonCommand.cs b/src/Microsoft.PowerShell.Commands.Utility/commands/utility/WebCmdlet/ConvertFromJsonCommand.cs index c83349555b9..63267180267 100644 --- a/src/Microsoft.PowerShell.Commands.Utility/commands/utility/WebCmdlet/ConvertFromJsonCommand.cs +++ b/src/Microsoft.PowerShell.Commands.Utility/commands/utility/WebCmdlet/ConvertFromJsonCommand.cs @@ -13,7 +13,7 @@ namespace Microsoft.PowerShell.Commands /// The ConvertFrom-Json command /// This command convert a Json string representation to a JsonObject /// - [Cmdlet(VerbsData.ConvertFrom, "Json", HelpUri = "http://go.microsoft.com/fwlink/?LinkID=217031", RemotingCapability = RemotingCapability.None)] + [Cmdlet(VerbsData.ConvertFrom, "Json", HelpUri = "https://go.microsoft.com/fwlink/?LinkID=217031", RemotingCapability = RemotingCapability.None)] [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly")] public class ConvertFromJsonCommand : Cmdlet { diff --git a/src/Microsoft.PowerShell.Commands.Utility/commands/utility/WebCmdlet/ConvertToJsonCommand.cs b/src/Microsoft.PowerShell.Commands.Utility/commands/utility/WebCmdlet/ConvertToJsonCommand.cs index 268d65779c9..ae2d68fc18c 100644 --- a/src/Microsoft.PowerShell.Commands.Utility/commands/utility/WebCmdlet/ConvertToJsonCommand.cs +++ b/src/Microsoft.PowerShell.Commands.Utility/commands/utility/WebCmdlet/ConvertToJsonCommand.cs @@ -29,7 +29,7 @@ namespace Microsoft.PowerShell.Commands /// The ConvertTo-Json command /// This command convert an object to a Json string representation /// - [Cmdlet(VerbsData.ConvertTo, "Json", HelpUri = "http://go.microsoft.com/fwlink/?LinkID=217032", RemotingCapability = RemotingCapability.None)] + [Cmdlet(VerbsData.ConvertTo, "Json", HelpUri = "https://go.microsoft.com/fwlink/?LinkID=217032", RemotingCapability = RemotingCapability.None)] [SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly")] public class ConvertToJsonCommand : PSCmdlet { diff --git a/src/Microsoft.PowerShell.Commands.Utility/commands/utility/WebCmdlet/CoreCLR/InvokeRestMethodCommand.CoreClr.cs b/src/Microsoft.PowerShell.Commands.Utility/commands/utility/WebCmdlet/CoreCLR/InvokeRestMethodCommand.CoreClr.cs index 5158e93981d..c49c1e38d9c 100644 --- a/src/Microsoft.PowerShell.Commands.Utility/commands/utility/WebCmdlet/CoreCLR/InvokeRestMethodCommand.CoreClr.cs +++ b/src/Microsoft.PowerShell.Commands.Utility/commands/utility/WebCmdlet/CoreCLR/InvokeRestMethodCommand.CoreClr.cs @@ -18,7 +18,7 @@ namespace Microsoft.PowerShell.Commands /// Intended to work against the wide spectrum of "RESTful" web services /// currently deployed across the web. /// - [Cmdlet(VerbsLifecycle.Invoke, "RestMethod", HelpUri = "http://go.microsoft.com/fwlink/?LinkID=217034")] + [Cmdlet(VerbsLifecycle.Invoke, "RestMethod", HelpUri = "https://go.microsoft.com/fwlink/?LinkID=217034")] public partial class InvokeRestMethodCommand : WebRequestPSCmdlet { #region Virtual Method Overrides diff --git a/src/Microsoft.PowerShell.Commands.Utility/commands/utility/WebCmdlet/CoreCLR/InvokeWebRequestCommand.CoreClr.cs b/src/Microsoft.PowerShell.Commands.Utility/commands/utility/WebCmdlet/CoreCLR/InvokeWebRequestCommand.CoreClr.cs index fae5afe95d8..c4cf0119d94 100644 --- a/src/Microsoft.PowerShell.Commands.Utility/commands/utility/WebCmdlet/CoreCLR/InvokeWebRequestCommand.CoreClr.cs +++ b/src/Microsoft.PowerShell.Commands.Utility/commands/utility/WebCmdlet/CoreCLR/InvokeWebRequestCommand.CoreClr.cs @@ -15,7 +15,7 @@ namespace Microsoft.PowerShell.Commands /// The Invoke-RestMethod command /// This command makes an HTTP or HTTPS request to a web server and returns the results. /// - [Cmdlet(VerbsLifecycle.Invoke, "WebRequest", HelpUri = "http://go.microsoft.com/fwlink/?LinkID=217035")] + [Cmdlet(VerbsLifecycle.Invoke, "WebRequest", HelpUri = "https://go.microsoft.com/fwlink/?LinkID=217035")] public class InvokeWebRequestCommand : WebRequestPSCmdlet { #region Virtual Method Overrides diff --git a/src/Microsoft.PowerShell.Commands.Utility/commands/utility/WebCmdlet/FullClr/InvokeRestMethodCommand.FullClr.cs b/src/Microsoft.PowerShell.Commands.Utility/commands/utility/WebCmdlet/FullClr/InvokeRestMethodCommand.FullClr.cs index a084d6eff60..d499efe3896 100644 --- a/src/Microsoft.PowerShell.Commands.Utility/commands/utility/WebCmdlet/FullClr/InvokeRestMethodCommand.FullClr.cs +++ b/src/Microsoft.PowerShell.Commands.Utility/commands/utility/WebCmdlet/FullClr/InvokeRestMethodCommand.FullClr.cs @@ -19,7 +19,7 @@ namespace Microsoft.PowerShell.Commands /// Intended to work against the wide spectrum of "RESTful" web services /// currently deployed across the web. /// - [Cmdlet(VerbsLifecycle.Invoke, "RestMethod", HelpUri = "http://go.microsoft.com/fwlink/?LinkID=217034")] + [Cmdlet(VerbsLifecycle.Invoke, "RestMethod", HelpUri = "https://go.microsoft.com/fwlink/?LinkID=217034")] public partial class InvokeRestMethodCommand : WebRequestPSCmdlet { #region Virtual Method Overrides diff --git a/src/Microsoft.PowerShell.Commands.Utility/commands/utility/WebCmdlet/FullClr/InvokeWebRequestCommand.FullClr.cs b/src/Microsoft.PowerShell.Commands.Utility/commands/utility/WebCmdlet/FullClr/InvokeWebRequestCommand.FullClr.cs index 963505dde3d..995b2df5808 100644 --- a/src/Microsoft.PowerShell.Commands.Utility/commands/utility/WebCmdlet/FullClr/InvokeWebRequestCommand.FullClr.cs +++ b/src/Microsoft.PowerShell.Commands.Utility/commands/utility/WebCmdlet/FullClr/InvokeWebRequestCommand.FullClr.cs @@ -13,7 +13,7 @@ namespace Microsoft.PowerShell.Commands /// The Invoke-RestMethod command /// This command makes an HTTP or HTTPS request to a web server and returns the results. /// - [Cmdlet(VerbsLifecycle.Invoke, "WebRequest", HelpUri = "http://go.microsoft.com/fwlink/?LinkID=217035")] + [Cmdlet(VerbsLifecycle.Invoke, "WebRequest", HelpUri = "https://go.microsoft.com/fwlink/?LinkID=217035")] public class InvokeWebRequestCommand : WebRequestPSCmdlet { #region Virtual Method Overrides diff --git a/src/Microsoft.PowerShell.Commands.Utility/commands/utility/Write-Object.cs b/src/Microsoft.PowerShell.Commands.Utility/commands/utility/Write-Object.cs index cb0b6e92fcb..c1214bc615b 100644 --- a/src/Microsoft.PowerShell.Commands.Utility/commands/utility/Write-Object.cs +++ b/src/Microsoft.PowerShell.Commands.Utility/commands/utility/Write-Object.cs @@ -11,7 +11,7 @@ namespace Microsoft.PowerShell.Commands /// This class implements Write-output command /// /// - [Cmdlet("Write", "Output", HelpUri = "http://go.microsoft.com/fwlink/?LinkID=113427", RemotingCapability = RemotingCapability.None)] + [Cmdlet("Write", "Output", HelpUri = "https://go.microsoft.com/fwlink/?LinkID=113427", RemotingCapability = RemotingCapability.None)] public sealed class WriteOutputCommand : PSCmdlet { private PSObject[] _inputObjects = null; diff --git a/src/Microsoft.PowerShell.Commands.Utility/commands/utility/WriteConsoleCmdlet.cs b/src/Microsoft.PowerShell.Commands.Utility/commands/utility/WriteConsoleCmdlet.cs index d6728450718..c909d090550 100644 --- a/src/Microsoft.PowerShell.Commands.Utility/commands/utility/WriteConsoleCmdlet.cs +++ b/src/Microsoft.PowerShell.Commands.Utility/commands/utility/WriteConsoleCmdlet.cs @@ -15,7 +15,7 @@ namespace Microsoft.PowerShell.Commands /// /// - [Cmdlet("Write", "Host", HelpUri = "http://go.microsoft.com/fwlink/?LinkID=113426", RemotingCapability = RemotingCapability.None)] + [Cmdlet("Write", "Host", HelpUri = "https://go.microsoft.com/fwlink/?LinkID=113426", RemotingCapability = RemotingCapability.None)] public sealed class WriteHostCommand : ConsoleColorCmdlet { // diff --git a/src/Microsoft.PowerShell.Commands.Utility/commands/utility/WriteProgressCmdlet.cs b/src/Microsoft.PowerShell.Commands.Utility/commands/utility/WriteProgressCmdlet.cs index 77e0f08da78..6238a0b02de 100644 --- a/src/Microsoft.PowerShell.Commands.Utility/commands/utility/WriteProgressCmdlet.cs +++ b/src/Microsoft.PowerShell.Commands.Utility/commands/utility/WriteProgressCmdlet.cs @@ -18,7 +18,7 @@ namespace Microsoft.PowerShell.Commands /// /// - [Cmdlet("Write", "Progress", HelpUri = "http://go.microsoft.com/fwlink/?LinkID=113428", RemotingCapability = RemotingCapability.None)] + [Cmdlet("Write", "Progress", HelpUri = "https://go.microsoft.com/fwlink/?LinkID=113428", RemotingCapability = RemotingCapability.None)] public sealed class WriteProgressCommand : PSCmdlet { /// diff --git a/src/Microsoft.PowerShell.Commands.Utility/commands/utility/XmlCommands.cs b/src/Microsoft.PowerShell.Commands.Utility/commands/utility/XmlCommands.cs index b8ad947fe42..d9a36f1a764 100644 --- a/src/Microsoft.PowerShell.Commands.Utility/commands/utility/XmlCommands.cs +++ b/src/Microsoft.PowerShell.Commands.Utility/commands/utility/XmlCommands.cs @@ -21,7 +21,7 @@ namespace Microsoft.PowerShell.Commands /// /// implementation for the Export-Clixml command /// - [Cmdlet(VerbsData.Export, "Clixml", SupportsShouldProcess = true, DefaultParameterSetName = "ByPath", HelpUri = "http://go.microsoft.com/fwlink/?LinkID=113297")] + [Cmdlet(VerbsData.Export, "Clixml", SupportsShouldProcess = true, DefaultParameterSetName = "ByPath", HelpUri = "https://go.microsoft.com/fwlink/?LinkID=113297")] public sealed class ExportClixmlCommand : PSCmdlet, IDisposable { #region Command Line Parameters @@ -277,7 +277,7 @@ private void CreateFileStream() /// /// Implements Import-Clixml command /// - [Cmdlet(VerbsData.Import, "Clixml", SupportsPaging = true, DefaultParameterSetName = "ByPath", HelpUri = "http://go.microsoft.com/fwlink/?LinkID=113340")] + [Cmdlet(VerbsData.Import, "Clixml", SupportsPaging = true, DefaultParameterSetName = "ByPath", HelpUri = "https://go.microsoft.com/fwlink/?LinkID=113340")] public sealed class ImportClixmlCommand : PSCmdlet, IDisposable { #region Command Line Parameters @@ -366,7 +366,7 @@ protected override void StopProcessing() /// implementation for the convertto-xml command /// [Cmdlet(VerbsData.ConvertTo, "Xml", SupportsShouldProcess = false, - HelpUri = "http://go.microsoft.com/fwlink/?LinkID=135204", RemotingCapability = RemotingCapability.None)] + HelpUri = "https://go.microsoft.com/fwlink/?LinkID=135204", RemotingCapability = RemotingCapability.None)] [OutputType(typeof(XmlDocument), typeof(String))] public sealed class ConvertToXmlCommand : PSCmdlet, IDisposable { @@ -819,7 +819,7 @@ internal void Stop() /// ///This cmdlet is used to search an xml document based on the XPath Query. /// - [Cmdlet(VerbsCommon.Select, "Xml", DefaultParameterSetName = "Xml", HelpUri = "http://go.microsoft.com/fwlink/?LinkID=135255")] + [Cmdlet(VerbsCommon.Select, "Xml", DefaultParameterSetName = "Xml", HelpUri = "https://go.microsoft.com/fwlink/?LinkID=135255")] [OutputType(typeof(SelectXmlInfo))] public class SelectXmlCommand : PSCmdlet { diff --git a/src/Microsoft.PowerShell.Commands.Utility/commands/utility/compare-object.cs b/src/Microsoft.PowerShell.Commands.Utility/commands/utility/compare-object.cs index e0fb8865277..7b0163f8f17 100644 --- a/src/Microsoft.PowerShell.Commands.Utility/commands/utility/compare-object.cs +++ b/src/Microsoft.PowerShell.Commands.Utility/commands/utility/compare-object.cs @@ -13,7 +13,7 @@ namespace Microsoft.PowerShell.Commands /// /// /// - [Cmdlet(VerbsData.Compare, "Object", HelpUri = "http://go.microsoft.com/fwlink/?LinkID=113286", + [Cmdlet(VerbsData.Compare, "Object", HelpUri = "https://go.microsoft.com/fwlink/?LinkID=113286", RemotingCapability = RemotingCapability.None)] public sealed class CompareObjectCommand : ObjectCmdletBase { diff --git a/src/Microsoft.PowerShell.Commands.Utility/commands/utility/convert-HTML.cs b/src/Microsoft.PowerShell.Commands.Utility/commands/utility/convert-HTML.cs index 420dd9cd7d4..8acbd47b444 100644 --- a/src/Microsoft.PowerShell.Commands.Utility/commands/utility/convert-HTML.cs +++ b/src/Microsoft.PowerShell.Commands.Utility/commands/utility/convert-HTML.cs @@ -22,7 +22,7 @@ namespace Microsoft.PowerShell.Commands /// [Cmdlet(VerbsData.ConvertTo, "Html", DefaultParameterSetName = "Page", - HelpUri = "http://go.microsoft.com/fwlink/?LinkID=113290", RemotingCapability = RemotingCapability.None)] + HelpUri = "https://go.microsoft.com/fwlink/?LinkID=113290", RemotingCapability = RemotingCapability.None)] public sealed class ConvertToHtmlCommand : PSCmdlet { diff --git a/src/Microsoft.PowerShell.Commands.Utility/commands/utility/group-object.cs b/src/Microsoft.PowerShell.Commands.Utility/commands/utility/group-object.cs index 24457e0af15..fae8185a536 100644 --- a/src/Microsoft.PowerShell.Commands.Utility/commands/utility/group-object.cs +++ b/src/Microsoft.PowerShell.Commands.Utility/commands/utility/group-object.cs @@ -194,7 +194,7 @@ public ArrayList Values /// Group-Object implementation /// /// - [Cmdlet("Group", "Object", HelpUri = "http://go.microsoft.com/fwlink/?LinkID=113338", RemotingCapability = RemotingCapability.None)] + [Cmdlet("Group", "Object", HelpUri = "https://go.microsoft.com/fwlink/?LinkID=113338", RemotingCapability = RemotingCapability.None)] [OutputType(typeof(Hashtable), typeof(GroupInfo))] public class GroupObjectCommand : ObjectBase { diff --git a/src/Microsoft.PowerShell.Commands.Utility/commands/utility/new-object.cs b/src/Microsoft.PowerShell.Commands.Utility/commands/utility/new-object.cs index 94f40151589..65c6ce2fce5 100644 --- a/src/Microsoft.PowerShell.Commands.Utility/commands/utility/new-object.cs +++ b/src/Microsoft.PowerShell.Commands.Utility/commands/utility/new-object.cs @@ -22,7 +22,7 @@ namespace Microsoft.PowerShell.Commands { /// Create a new .net object - [Cmdlet(VerbsCommon.New, "Object", DefaultParameterSetName = netSetName, HelpUri = "http://go.microsoft.com/fwlink/?LinkID=113355")] + [Cmdlet(VerbsCommon.New, "Object", DefaultParameterSetName = netSetName, HelpUri = "https://go.microsoft.com/fwlink/?LinkID=113355")] public sealed class NewObjectCommand : PSCmdlet { #region parameters diff --git a/src/Microsoft.PowerShell.Commands.Utility/commands/utility/neweventcommand.cs b/src/Microsoft.PowerShell.Commands.Utility/commands/utility/neweventcommand.cs index f3aed8508c9..4584ffb9977 100644 --- a/src/Microsoft.PowerShell.Commands.Utility/commands/utility/neweventcommand.cs +++ b/src/Microsoft.PowerShell.Commands.Utility/commands/utility/neweventcommand.cs @@ -11,7 +11,7 @@ namespace Microsoft.PowerShell.Commands /// /// Generates a new event notification. /// - [Cmdlet(VerbsCommon.New, "Event", HelpUri = "http://go.microsoft.com/fwlink/?LinkID=135234")] + [Cmdlet(VerbsCommon.New, "Event", HelpUri = "https://go.microsoft.com/fwlink/?LinkID=135234")] [OutputType(typeof(PSEventArgs))] public class NewEventCommand : PSCmdlet { diff --git a/src/Microsoft.PowerShell.Commands.Utility/commands/utility/select-object.cs b/src/Microsoft.PowerShell.Commands.Utility/commands/utility/select-object.cs index b6a81fc654c..6e9bc4f12c9 100644 --- a/src/Microsoft.PowerShell.Commands.Utility/commands/utility/select-object.cs +++ b/src/Microsoft.PowerShell.Commands.Utility/commands/utility/select-object.cs @@ -72,7 +72,7 @@ protected override void SetEntries() /// /// [Cmdlet("Select", "Object", DefaultParameterSetName = "DefaultParameter", - HelpUri = "http://go.microsoft.com/fwlink/?LinkID=113387", RemotingCapability = RemotingCapability.None)] + HelpUri = "https://go.microsoft.com/fwlink/?LinkID=113387", RemotingCapability = RemotingCapability.None)] public sealed class SelectObjectCommand : PSCmdlet { #region Command Line Switches diff --git a/src/Microsoft.PowerShell.Commands.Utility/commands/utility/sort-object.cs b/src/Microsoft.PowerShell.Commands.Utility/commands/utility/sort-object.cs index 2bbb9d844a1..e87188bdfcb 100644 --- a/src/Microsoft.PowerShell.Commands.Utility/commands/utility/sort-object.cs +++ b/src/Microsoft.PowerShell.Commands.Utility/commands/utility/sort-object.cs @@ -9,7 +9,7 @@ namespace Microsoft.PowerShell.Commands /// /// /// - [Cmdlet("Sort", "Object", HelpUri = "http://go.microsoft.com/fwlink/?LinkID=113403", RemotingCapability = RemotingCapability.None)] + [Cmdlet("Sort", "Object", HelpUri = "https://go.microsoft.com/fwlink/?LinkID=113403", RemotingCapability = RemotingCapability.None)] public sealed class SortObjectCommand : OrderObjectBase { #region Command Line Switches diff --git a/src/Microsoft.PowerShell.Commands.Utility/commands/utility/tee-object.cs b/src/Microsoft.PowerShell.Commands.Utility/commands/utility/tee-object.cs index 00442d41e2c..0fd7e8b2a08 100644 --- a/src/Microsoft.PowerShell.Commands.Utility/commands/utility/tee-object.cs +++ b/src/Microsoft.PowerShell.Commands.Utility/commands/utility/tee-object.cs @@ -11,7 +11,7 @@ namespace Microsoft.PowerShell.Commands /// /// Class for Tee-object implementation /// - [Cmdlet("Tee", "Object", DefaultParameterSetName = "File", HelpUri = "http://go.microsoft.com/fwlink/?LinkID=113417")] + [Cmdlet("Tee", "Object", DefaultParameterSetName = "File", HelpUri = "https://go.microsoft.com/fwlink/?LinkID=113417")] public sealed class TeeObjectCommand : PSCmdlet, IDisposable { /// diff --git a/src/Microsoft.PowerShell.Commands.Utility/commands/utility/trace/GetTracerCommand.cs b/src/Microsoft.PowerShell.Commands.Utility/commands/utility/trace/GetTracerCommand.cs index c64bfa9baa1..d17f344229b 100644 --- a/src/Microsoft.PowerShell.Commands.Utility/commands/utility/trace/GetTracerCommand.cs +++ b/src/Microsoft.PowerShell.Commands.Utility/commands/utility/trace/GetTracerCommand.cs @@ -10,7 +10,7 @@ namespace Microsoft.PowerShell.Commands /// /// A cmdlet that gets the TraceSource instances that are instantiated in the process /// - [Cmdlet(VerbsCommon.Get, "TraceSource", HelpUri = "http://go.microsoft.com/fwlink/?LinkID=113333")] + [Cmdlet(VerbsCommon.Get, "TraceSource", HelpUri = "https://go.microsoft.com/fwlink/?LinkID=113333")] [OutputType(typeof(PSTraceSource))] public class GetTraceSourceCommand : TraceCommandBase { diff --git a/src/Microsoft.PowerShell.Commands.Utility/commands/utility/trace/SetTracerCommand.cs b/src/Microsoft.PowerShell.Commands.Utility/commands/utility/trace/SetTracerCommand.cs index 0524ab72216..d3ff753fbe0 100644 --- a/src/Microsoft.PowerShell.Commands.Utility/commands/utility/trace/SetTracerCommand.cs +++ b/src/Microsoft.PowerShell.Commands.Utility/commands/utility/trace/SetTracerCommand.cs @@ -11,7 +11,7 @@ namespace Microsoft.PowerShell.Commands /// /// A cmdlet that sets the properties of the TraceSwitch instances that are instantiated in the process /// - [Cmdlet(VerbsCommon.Set, "TraceSource", DefaultParameterSetName = "optionsSet", HelpUri = "http://go.microsoft.com/fwlink/?LinkID=113400")] + [Cmdlet(VerbsCommon.Set, "TraceSource", DefaultParameterSetName = "optionsSet", HelpUri = "https://go.microsoft.com/fwlink/?LinkID=113400")] [OutputType(typeof(PSTraceSource))] public class SetTraceSourceCommand : TraceListenerCommandBase { diff --git a/src/Microsoft.PowerShell.Commands.Utility/commands/utility/trace/TraceExpressionCommand.cs b/src/Microsoft.PowerShell.Commands.Utility/commands/utility/trace/TraceExpressionCommand.cs index ae019a12c85..5bc46af18ed 100644 --- a/src/Microsoft.PowerShell.Commands.Utility/commands/utility/trace/TraceExpressionCommand.cs +++ b/src/Microsoft.PowerShell.Commands.Utility/commands/utility/trace/TraceExpressionCommand.cs @@ -18,7 +18,7 @@ namespace Microsoft.PowerShell.Commands /// A cmdlet that traces the specified categories and flags for the duration of the /// specified expression. /// - [Cmdlet(VerbsDiagnostic.Trace, "Command", DefaultParameterSetName = "expressionSet", HelpUri = "http://go.microsoft.com/fwlink/?LinkID=113419")] + [Cmdlet(VerbsDiagnostic.Trace, "Command", DefaultParameterSetName = "expressionSet", HelpUri = "https://go.microsoft.com/fwlink/?LinkID=113419")] public class TraceCommandCommand : TraceListenerCommandBase, IDisposable { #region Parameters diff --git a/src/Microsoft.PowerShell.Commands.Utility/commands/utility/update-list.cs b/src/Microsoft.PowerShell.Commands.Utility/commands/utility/update-list.cs index eb2c963dd9a..3a932a53f1e 100644 --- a/src/Microsoft.PowerShell.Commands.Utility/commands/utility/update-list.cs +++ b/src/Microsoft.PowerShell.Commands.Utility/commands/utility/update-list.cs @@ -20,7 +20,7 @@ namespace Microsoft.PowerShell.Commands /// (multi-valued parameter for a cmdlet), without exposing the list. /// [Cmdlet(VerbsData.Update, "List", DefaultParameterSetName = "AddRemoveSet", - HelpUri = "http://go.microsoft.com/fwlink/?LinkID=113447", RemotingCapability = RemotingCapability.None)] + HelpUri = "https://go.microsoft.com/fwlink/?LinkID=113447", RemotingCapability = RemotingCapability.None)] public class UpdateListCommand : PSCmdlet { /// diff --git a/src/Microsoft.PowerShell.Commands.Utility/commands/utility/write.cs b/src/Microsoft.PowerShell.Commands.Utility/commands/utility/write.cs index cac80fed7fe..732ed175e12 100644 --- a/src/Microsoft.PowerShell.Commands.Utility/commands/utility/write.cs +++ b/src/Microsoft.PowerShell.Commands.Utility/commands/utility/write.cs @@ -21,7 +21,7 @@ namespace Microsoft.PowerShell.Commands /// This class implements Write-Debug command /// /// - [Cmdlet("Write", "Debug", HelpUri = "http://go.microsoft.com/fwlink/?LinkID=113424", RemotingCapability = RemotingCapability.None)] + [Cmdlet("Write", "Debug", HelpUri = "https://go.microsoft.com/fwlink/?LinkID=113424", RemotingCapability = RemotingCapability.None)] public sealed class WriteDebugCommand : PSCmdlet { /// @@ -71,7 +71,7 @@ protected override void ProcessRecord() /// This class implements Write-Verbose command /// /// - [Cmdlet("Write", "Verbose", HelpUri = "http://go.microsoft.com/fwlink/?LinkID=113429", RemotingCapability = RemotingCapability.None)] + [Cmdlet("Write", "Verbose", HelpUri = "https://go.microsoft.com/fwlink/?LinkID=113429", RemotingCapability = RemotingCapability.None)] public sealed class WriteVerboseCommand : PSCmdlet { /// @@ -121,7 +121,7 @@ protected override void ProcessRecord() /// This class implements Write-Warning command /// /// - [Cmdlet("Write", "Warning", HelpUri = "http://go.microsoft.com/fwlink/?LinkID=113430", RemotingCapability = RemotingCapability.None)] + [Cmdlet("Write", "Warning", HelpUri = "https://go.microsoft.com/fwlink/?LinkID=113430", RemotingCapability = RemotingCapability.None)] public sealed class WriteWarningCommand : PSCmdlet { /// @@ -171,7 +171,7 @@ protected override void ProcessRecord() /// This class implements Write-Information command /// /// - [Cmdlet("Write", "Information", HelpUri = "http://go.microsoft.com/fwlink/?LinkId=525909", RemotingCapability = RemotingCapability.None)] + [Cmdlet("Write", "Information", HelpUri = "https://go.microsoft.com/fwlink/?LinkId=525909", RemotingCapability = RemotingCapability.None)] public sealed class WriteInformationCommand : PSCmdlet { /// @@ -396,7 +396,7 @@ protected override void ProcessRecord() /// This class implements Write-Error command /// [Cmdlet("Write", "Error", DefaultParameterSetName = "NoException", - HelpUri = "http://go.microsoft.com/fwlink/?LinkID=113425", RemotingCapability = RemotingCapability.None)] + HelpUri = "https://go.microsoft.com/fwlink/?LinkID=113425", RemotingCapability = RemotingCapability.None)] public sealed class WriteErrorCommand : WriteOrThrowErrorCommand { /// diff --git a/src/Microsoft.PowerShell.ConsoleHost/host/msh/StartTranscriptCmdlet.cs b/src/Microsoft.PowerShell.ConsoleHost/host/msh/StartTranscriptCmdlet.cs index e27cf55c547..d69099d77e1 100644 --- a/src/Microsoft.PowerShell.ConsoleHost/host/msh/StartTranscriptCmdlet.cs +++ b/src/Microsoft.PowerShell.ConsoleHost/host/msh/StartTranscriptCmdlet.cs @@ -19,7 +19,7 @@ namespace Microsoft.PowerShell.Commands /// /// - [Cmdlet(VerbsLifecycle.Start, "Transcript", SupportsShouldProcess = true, DefaultParameterSetName = "ByPath", HelpUri = "http://go.microsoft.com/fwlink/?LinkID=113408")] + [Cmdlet(VerbsLifecycle.Start, "Transcript", SupportsShouldProcess = true, DefaultParameterSetName = "ByPath", HelpUri = "https://go.microsoft.com/fwlink/?LinkID=113408")] [OutputType(typeof(String))] public sealed class StartTranscriptCommand : PSCmdlet { diff --git a/src/Microsoft.PowerShell.ConsoleHost/host/msh/StopTranscriptCmdlet.cs b/src/Microsoft.PowerShell.ConsoleHost/host/msh/StopTranscriptCmdlet.cs index 1bbb3d8b718..b63e21f0310 100644 --- a/src/Microsoft.PowerShell.ConsoleHost/host/msh/StopTranscriptCmdlet.cs +++ b/src/Microsoft.PowerShell.ConsoleHost/host/msh/StopTranscriptCmdlet.cs @@ -17,7 +17,7 @@ namespace Microsoft.PowerShell.Commands /// /// - [Cmdlet(VerbsLifecycle.Stop, "Transcript", HelpUri = "http://go.microsoft.com/fwlink/?LinkID=113415")] + [Cmdlet(VerbsLifecycle.Stop, "Transcript", HelpUri = "https://go.microsoft.com/fwlink/?LinkID=113415")] [OutputType(typeof(String))] public sealed class StopTranscriptCommand : PSCmdlet { diff --git a/src/Microsoft.PowerShell.LocalAccounts/LocalAccounts/Commands/AddLocalGroupMemberCommand.cs b/src/Microsoft.PowerShell.LocalAccounts/LocalAccounts/Commands/AddLocalGroupMemberCommand.cs index 81772c6b977..8ba3b8b8f7d 100644 --- a/src/Microsoft.PowerShell.LocalAccounts/LocalAccounts/Commands/AddLocalGroupMemberCommand.cs +++ b/src/Microsoft.PowerShell.LocalAccounts/LocalAccounts/Commands/AddLocalGroupMemberCommand.cs @@ -20,7 +20,7 @@ namespace Microsoft.PowerShell.Commands /// [Cmdlet(VerbsCommon.Add, "LocalGroupMember", SupportsShouldProcess = true, - HelpUri = "http://go.microsoft.com/fwlink/?LinkId=717987")] + HelpUri = "https://go.microsoft.com/fwlink/?LinkId=717987")] [Alias("algm")] public class AddLocalGroupMemberCommand : PSCmdlet { diff --git a/src/Microsoft.PowerShell.LocalAccounts/LocalAccounts/Commands/DisableLocalUserCommand.cs b/src/Microsoft.PowerShell.LocalAccounts/LocalAccounts/Commands/DisableLocalUserCommand.cs index 2be2a7890ae..b4029b5ab5c 100644 --- a/src/Microsoft.PowerShell.LocalAccounts/LocalAccounts/Commands/DisableLocalUserCommand.cs +++ b/src/Microsoft.PowerShell.LocalAccounts/LocalAccounts/Commands/DisableLocalUserCommand.cs @@ -20,7 +20,7 @@ namespace Microsoft.PowerShell.Commands /// [Cmdlet(VerbsLifecycle.Disable, "LocalUser", SupportsShouldProcess = true, - HelpUri = "http://go.microsoft.com/fwlink/?LinkId=717986")] + HelpUri = "https://go.microsoft.com/fwlink/?LinkId=717986")] [Alias("dlu")] public class DisableLocalUserCommand : Cmdlet { diff --git a/src/Microsoft.PowerShell.LocalAccounts/LocalAccounts/Commands/EnableLocalUserCommand.cs b/src/Microsoft.PowerShell.LocalAccounts/LocalAccounts/Commands/EnableLocalUserCommand.cs index cc44e4ecf1d..867d898088a 100644 --- a/src/Microsoft.PowerShell.LocalAccounts/LocalAccounts/Commands/EnableLocalUserCommand.cs +++ b/src/Microsoft.PowerShell.LocalAccounts/LocalAccounts/Commands/EnableLocalUserCommand.cs @@ -20,7 +20,7 @@ namespace Microsoft.PowerShell.Commands /// [Cmdlet(VerbsLifecycle.Enable, "LocalUser", SupportsShouldProcess = true, - HelpUri = "http://go.microsoft.com/fwlink/?LinkId=717985")] + HelpUri = "https://go.microsoft.com/fwlink/?LinkId=717985")] [Alias("elu")] public class EnableLocalUserCommand : Cmdlet { diff --git a/src/Microsoft.PowerShell.LocalAccounts/LocalAccounts/Commands/GetLocalGroupCommand.cs b/src/Microsoft.PowerShell.LocalAccounts/LocalAccounts/Commands/GetLocalGroupCommand.cs index e0141e58896..2ef823ecb12 100644 --- a/src/Microsoft.PowerShell.LocalAccounts/LocalAccounts/Commands/GetLocalGroupCommand.cs +++ b/src/Microsoft.PowerShell.LocalAccounts/LocalAccounts/Commands/GetLocalGroupCommand.cs @@ -17,7 +17,7 @@ namespace Microsoft.PowerShell.Commands /// [Cmdlet(VerbsCommon.Get, "LocalGroup", DefaultParameterSetName = "Default", - HelpUri = "http://go.microsoft.com/fwlink/?LinkId=717974")] + HelpUri = "https://go.microsoft.com/fwlink/?LinkId=717974")] [Alias("glg")] public class GetLocalGroupCommand : Cmdlet { diff --git a/src/Microsoft.PowerShell.LocalAccounts/LocalAccounts/Commands/GetLocalGroupMemberCommand.cs b/src/Microsoft.PowerShell.LocalAccounts/LocalAccounts/Commands/GetLocalGroupMemberCommand.cs index e5704d8c01e..963681d2ddc 100644 --- a/src/Microsoft.PowerShell.LocalAccounts/LocalAccounts/Commands/GetLocalGroupMemberCommand.cs +++ b/src/Microsoft.PowerShell.LocalAccounts/LocalAccounts/Commands/GetLocalGroupMemberCommand.cs @@ -16,7 +16,7 @@ namespace Microsoft.PowerShell.Commands /// [Cmdlet(VerbsCommon.Get, "LocalGroupMember", DefaultParameterSetName = "Default", - HelpUri = "http://go.microsoft.com/fwlink/?LinkId=717988")] + HelpUri = "https://go.microsoft.com/fwlink/?LinkId=717988")] [Alias("glgm")] public class GetLocalGroupMemberCommand : Cmdlet { diff --git a/src/Microsoft.PowerShell.LocalAccounts/LocalAccounts/Commands/GetLocalUserCommand.cs b/src/Microsoft.PowerShell.LocalAccounts/LocalAccounts/Commands/GetLocalUserCommand.cs index 493bfc77388..f92bb3d7910 100644 --- a/src/Microsoft.PowerShell.LocalAccounts/LocalAccounts/Commands/GetLocalUserCommand.cs +++ b/src/Microsoft.PowerShell.LocalAccounts/LocalAccounts/Commands/GetLocalUserCommand.cs @@ -18,7 +18,7 @@ namespace Microsoft.PowerShell.Commands /// [Cmdlet(VerbsCommon.Get, "LocalUser", DefaultParameterSetName = "Default", - HelpUri = "http://go.microsoft.com/fwlink/?LinkId=717980")] + HelpUri = "https://go.microsoft.com/fwlink/?LinkId=717980")] [Alias("glu")] public class GetLocalUserCommand : Cmdlet { diff --git a/src/Microsoft.PowerShell.LocalAccounts/LocalAccounts/Commands/NewLocalGroupCommand.cs b/src/Microsoft.PowerShell.LocalAccounts/LocalAccounts/Commands/NewLocalGroupCommand.cs index 4ded31ba6e8..a9f2f58c38c 100644 --- a/src/Microsoft.PowerShell.LocalAccounts/LocalAccounts/Commands/NewLocalGroupCommand.cs +++ b/src/Microsoft.PowerShell.LocalAccounts/LocalAccounts/Commands/NewLocalGroupCommand.cs @@ -17,7 +17,7 @@ namespace Microsoft.PowerShell.Commands /// [Cmdlet(VerbsCommon.New, "LocalGroup", SupportsShouldProcess = true, - HelpUri ="http://go.microsoft.com/fwlink/?LinkId=717990")] + HelpUri ="https://go.microsoft.com/fwlink/?LinkId=717990")] [Alias("nlg")] public class NewLocalGroupCommand : Cmdlet { diff --git a/src/Microsoft.PowerShell.LocalAccounts/LocalAccounts/Commands/NewLocalUserCommand.cs b/src/Microsoft.PowerShell.LocalAccounts/LocalAccounts/Commands/NewLocalUserCommand.cs index 5b01e0ff1c6..bc98a58c41c 100644 --- a/src/Microsoft.PowerShell.LocalAccounts/LocalAccounts/Commands/NewLocalUserCommand.cs +++ b/src/Microsoft.PowerShell.LocalAccounts/LocalAccounts/Commands/NewLocalUserCommand.cs @@ -17,7 +17,7 @@ namespace Microsoft.PowerShell.Commands [Cmdlet(VerbsCommon.New, "LocalUser", DefaultParameterSetName = "Password", SupportsShouldProcess = true, - HelpUri = "http://go.microsoft.com/fwlink/?LinkId=717981")] + HelpUri = "https://go.microsoft.com/fwlink/?LinkId=717981")] [Alias("nlu")] public class NewLocalUserCommand : PSCmdlet { diff --git a/src/Microsoft.PowerShell.LocalAccounts/LocalAccounts/Commands/RemoveLocalGroupCommand.cs b/src/Microsoft.PowerShell.LocalAccounts/LocalAccounts/Commands/RemoveLocalGroupCommand.cs index 24a467c9ceb..3b910972058 100644 --- a/src/Microsoft.PowerShell.LocalAccounts/LocalAccounts/Commands/RemoveLocalGroupCommand.cs +++ b/src/Microsoft.PowerShell.LocalAccounts/LocalAccounts/Commands/RemoveLocalGroupCommand.cs @@ -18,7 +18,7 @@ namespace Microsoft.PowerShell.Commands /// [Cmdlet(VerbsCommon.Remove, "LocalGroup", SupportsShouldProcess = true, - HelpUri = "http://go.microsoft.com/fwlink/?LinkId=717975")] + HelpUri = "https://go.microsoft.com/fwlink/?LinkId=717975")] [Alias("rlg")] public class RemoveLocalGroupCommand : Cmdlet { diff --git a/src/Microsoft.PowerShell.LocalAccounts/LocalAccounts/Commands/RemoveLocalGroupMemberCommand.cs b/src/Microsoft.PowerShell.LocalAccounts/LocalAccounts/Commands/RemoveLocalGroupMemberCommand.cs index d06669b7c2b..f0dc38acd85 100644 --- a/src/Microsoft.PowerShell.LocalAccounts/LocalAccounts/Commands/RemoveLocalGroupMemberCommand.cs +++ b/src/Microsoft.PowerShell.LocalAccounts/LocalAccounts/Commands/RemoveLocalGroupMemberCommand.cs @@ -20,7 +20,7 @@ namespace Microsoft.PowerShell.Commands /// [Cmdlet(VerbsCommon.Remove, "LocalGroupMember", SupportsShouldProcess = true, - HelpUri = "http://go.microsoft.com/fwlink/?LinkId=717989")] + HelpUri = "https://go.microsoft.com/fwlink/?LinkId=717989")] [Alias("rlgm")] public class RemoveLocalGroupMemberCommand : PSCmdlet { diff --git a/src/Microsoft.PowerShell.LocalAccounts/LocalAccounts/Commands/RemoveLocalUserCommand.cs b/src/Microsoft.PowerShell.LocalAccounts/LocalAccounts/Commands/RemoveLocalUserCommand.cs index 3d07a155c88..0ada7d19068 100644 --- a/src/Microsoft.PowerShell.LocalAccounts/LocalAccounts/Commands/RemoveLocalUserCommand.cs +++ b/src/Microsoft.PowerShell.LocalAccounts/LocalAccounts/Commands/RemoveLocalUserCommand.cs @@ -18,7 +18,7 @@ namespace Microsoft.PowerShell.Commands /// [Cmdlet(VerbsCommon.Remove, "LocalUser", SupportsShouldProcess = true, - HelpUri = "http://go.microsoft.com/fwlink/?LinkId=717982")] + HelpUri = "https://go.microsoft.com/fwlink/?LinkId=717982")] [Alias("rlu")] public class RemoveLocalUserCommand : Cmdlet { diff --git a/src/Microsoft.PowerShell.LocalAccounts/LocalAccounts/Commands/RenameLocalGroupCommand.cs b/src/Microsoft.PowerShell.LocalAccounts/LocalAccounts/Commands/RenameLocalGroupCommand.cs index c64beb11cd3..37371728717 100644 --- a/src/Microsoft.PowerShell.LocalAccounts/LocalAccounts/Commands/RenameLocalGroupCommand.cs +++ b/src/Microsoft.PowerShell.LocalAccounts/LocalAccounts/Commands/RenameLocalGroupCommand.cs @@ -17,7 +17,7 @@ namespace Microsoft.PowerShell.Commands /// [Cmdlet(VerbsCommon.Rename, "LocalGroup", SupportsShouldProcess = true, - HelpUri = "http://go.microsoft.com/fwlink/?LinkId=717978")] + HelpUri = "https://go.microsoft.com/fwlink/?LinkId=717978")] [Alias("rnlg")] public class RenameLocalGroupCommand : Cmdlet { diff --git a/src/Microsoft.PowerShell.LocalAccounts/LocalAccounts/Commands/RenameLocalUserCommand.cs b/src/Microsoft.PowerShell.LocalAccounts/LocalAccounts/Commands/RenameLocalUserCommand.cs index 148ef38436e..856f2e7c03e 100644 --- a/src/Microsoft.PowerShell.LocalAccounts/LocalAccounts/Commands/RenameLocalUserCommand.cs +++ b/src/Microsoft.PowerShell.LocalAccounts/LocalAccounts/Commands/RenameLocalUserCommand.cs @@ -17,7 +17,7 @@ namespace Microsoft.PowerShell.Commands /// [Cmdlet(VerbsCommon.Rename, "LocalUser", SupportsShouldProcess = true, - HelpUri = "http://go.microsoft.com/fwlink/?LinkID=717983")] + HelpUri = "https://go.microsoft.com/fwlink/?LinkID=717983")] [Alias("rnlu")] public class RenameLocalUserCommand : Cmdlet { diff --git a/src/Microsoft.PowerShell.LocalAccounts/LocalAccounts/Commands/SetLocalGroupCommand.cs b/src/Microsoft.PowerShell.LocalAccounts/LocalAccounts/Commands/SetLocalGroupCommand.cs index 9abfffddb3d..8feea5efb7a 100644 --- a/src/Microsoft.PowerShell.LocalAccounts/LocalAccounts/Commands/SetLocalGroupCommand.cs +++ b/src/Microsoft.PowerShell.LocalAccounts/LocalAccounts/Commands/SetLocalGroupCommand.cs @@ -17,7 +17,7 @@ namespace Microsoft.PowerShell.Commands /// [Cmdlet(VerbsCommon.Set, "LocalGroup", SupportsShouldProcess = true, - HelpUri = "http://go.microsoft.com/fwlink/?LinkId=717979")] + HelpUri = "https://go.microsoft.com/fwlink/?LinkId=717979")] [Alias("slg")] public class SetLocalGroupCommand : Cmdlet { diff --git a/src/Microsoft.PowerShell.LocalAccounts/LocalAccounts/Commands/SetLocalUserCommand.cs b/src/Microsoft.PowerShell.LocalAccounts/LocalAccounts/Commands/SetLocalUserCommand.cs index 2cc7a228965..c5a8a036184 100644 --- a/src/Microsoft.PowerShell.LocalAccounts/LocalAccounts/Commands/SetLocalUserCommand.cs +++ b/src/Microsoft.PowerShell.LocalAccounts/LocalAccounts/Commands/SetLocalUserCommand.cs @@ -19,7 +19,7 @@ namespace Microsoft.PowerShell.Commands [Cmdlet(VerbsCommon.Set, "LocalUser", SupportsShouldProcess = true, DefaultParameterSetName = "Name", - HelpUri = "http://go.microsoft.com/fwlink/?LinkId=717984")] + HelpUri = "https://go.microsoft.com/fwlink/?LinkId=717984")] [Alias("slu")] public class SetLocalUserCommand : PSCmdlet { diff --git a/src/Microsoft.PowerShell.PSReadLine/Cmdlets.cs b/src/Microsoft.PowerShell.PSReadLine/Cmdlets.cs index 47a7a81185b..175224a2587 100644 --- a/src/Microsoft.PowerShell.PSReadLine/Cmdlets.cs +++ b/src/Microsoft.PowerShell.PSReadLine/Cmdlets.cs @@ -381,7 +381,7 @@ internal void SetBackgroundColor(TokenClassification tokenKind, ConsoleColor col } } - [Cmdlet("Get", "PSReadlineOption", HelpUri = "http://go.microsoft.com/fwlink/?LinkId=528808")] + [Cmdlet("Get", "PSReadlineOption", HelpUri = "https://go.microsoft.com/fwlink/?LinkId=528808")] [OutputType(typeof(PSConsoleReadlineOptions))] public class GetPSReadlineOption : PSCmdlet { @@ -392,7 +392,7 @@ protected override void EndProcessing() } } - [Cmdlet("Set", "PSReadlineOption", HelpUri = "http://go.microsoft.com/fwlink/?LinkId=528811")] + [Cmdlet("Set", "PSReadlineOption", HelpUri = "https://go.microsoft.com/fwlink/?LinkId=528811")] public class SetPSReadlineOption : PSCmdlet { [Parameter(ParameterSetName = "OptionsSet")] @@ -672,7 +672,7 @@ protected IDisposable UseRequestedDispatchTables() } } - [Cmdlet("Set", "PSReadlineKeyHandler", HelpUri = "http://go.microsoft.com/fwlink/?LinkId=528810")] + [Cmdlet("Set", "PSReadlineKeyHandler", HelpUri = "https://go.microsoft.com/fwlink/?LinkId=528810")] public class SetPSReadlineKeyHandlerCommand : ChangePSReadlineKeyHandlerCommandBase, IDynamicParameters { [Parameter(Position = 1, Mandatory = true, ParameterSetName = "ScriptBlock")] @@ -747,7 +747,7 @@ public object GetDynamicParameters() } } - [Cmdlet("Get", "PSReadlineKeyHandler", HelpUri = "http://go.microsoft.com/fwlink/?LinkId=528807")] + [Cmdlet("Get", "PSReadlineKeyHandler", HelpUri = "https://go.microsoft.com/fwlink/?LinkId=528807")] [OutputType(typeof(KeyHandler))] public class GetKeyHandlerCommand : PSCmdlet { @@ -791,7 +791,7 @@ protected override void EndProcessing() } } - [Cmdlet("Remove", "PSReadlineKeyHandler", HelpUri = "http://go.microsoft.com/fwlink/?LinkId=528809")] + [Cmdlet("Remove", "PSReadlineKeyHandler", HelpUri = "https://go.microsoft.com/fwlink/?LinkId=528809")] public class RemoveKeyHandlerCommand : ChangePSReadlineKeyHandlerCommandBase { [ExcludeFromCodeCoverage] diff --git a/src/Microsoft.PowerShell.PSReadLine/PSReadLine.psd1 b/src/Microsoft.PowerShell.PSReadLine/PSReadLine.psd1 index 65daec4196e..6af2eea6f73 100644 --- a/src/Microsoft.PowerShell.PSReadLine/PSReadLine.psd1 +++ b/src/Microsoft.PowerShell.PSReadLine/PSReadLine.psd1 @@ -13,5 +13,5 @@ CLRVersion = '4.0' FunctionsToExport = 'PSConsoleHostReadline' CmdletsToExport = 'Get-PSReadlineKeyHandler','Set-PSReadlineKeyHandler','Remove-PSReadlineKeyHandler', 'Get-PSReadlineOption','Set-PSReadlineOption' -HelpInfoURI = 'http://go.microsoft.com/fwlink/?LinkId=528806' +HelpInfoURI = 'https://go.microsoft.com/fwlink/?LinkId=528806' } diff --git a/src/Microsoft.PowerShell.PackageManagement/Cmdlets/FindPackage.cs b/src/Microsoft.PowerShell.PackageManagement/Cmdlets/FindPackage.cs index 5567feb8651..8c3a2d414f2 100644 --- a/src/Microsoft.PowerShell.PackageManagement/Cmdlets/FindPackage.cs +++ b/src/Microsoft.PowerShell.PackageManagement/Cmdlets/FindPackage.cs @@ -24,7 +24,7 @@ namespace Microsoft.PowerShell.PackageManagement.Cmdlets { using Microsoft.PackageManagement.Packaging; using Utility; - [Cmdlet(VerbsCommon.Find, Constants.Nouns.PackageNoun, HelpUri = "http://go.microsoft.com/fwlink/?LinkID=517132"), OutputType(new Type[1] { typeof(SoftwareIdentity) })] + [Cmdlet(VerbsCommon.Find, Constants.Nouns.PackageNoun, HelpUri = "https://go.microsoft.com/fwlink/?LinkID=517132"), OutputType(new Type[1] { typeof(SoftwareIdentity) })] public sealed class FindPackage : CmdletWithSearchAndSource { public FindPackage() : base(new[] { diff --git a/src/Microsoft.PowerShell.PackageManagement/Cmdlets/FindPackageProvider.cs b/src/Microsoft.PowerShell.PackageManagement/Cmdlets/FindPackageProvider.cs index dde4ed669cd..a4d855535d3 100644 --- a/src/Microsoft.PowerShell.PackageManagement/Cmdlets/FindPackageProvider.cs +++ b/src/Microsoft.PowerShell.PackageManagement/Cmdlets/FindPackageProvider.cs @@ -26,7 +26,7 @@ namespace Microsoft.PowerShell.PackageManagement.Cmdlets using Microsoft.PackageManagement.Packaging; using Utility; - [Cmdlet("Find", Constants.Nouns.PackageProviderNoun, HelpUri = "http://go.microsoft.com/fwlink/?LinkId=626939"), OutputType(new Type[1] {typeof(SoftwareIdentity)})] + [Cmdlet("Find", Constants.Nouns.PackageProviderNoun, HelpUri = "https://go.microsoft.com/fwlink/?LinkId=626939"), OutputType(new Type[1] {typeof(SoftwareIdentity)})] public sealed class FindPackageProvider : CmdletWithSearchAndSource { private const string FilterOnTag = "FilterOnTag"; diff --git a/src/Microsoft.PowerShell.PackageManagement/Cmdlets/GetPackage.cs b/src/Microsoft.PowerShell.PackageManagement/Cmdlets/GetPackage.cs index 67e7c97da21..2f513f9abe7 100644 --- a/src/Microsoft.PowerShell.PackageManagement/Cmdlets/GetPackage.cs +++ b/src/Microsoft.PowerShell.PackageManagement/Cmdlets/GetPackage.cs @@ -24,7 +24,7 @@ namespace Microsoft.PowerShell.PackageManagement.Cmdlets { using Microsoft.PackageManagement.Internal.Utility.Extensions; using Microsoft.PackageManagement.Packaging; - [Cmdlet(VerbsCommon.Get, Constants.Nouns.PackageNoun, HelpUri = "http://go.microsoft.com/fwlink/?LinkID=517135")] + [Cmdlet(VerbsCommon.Get, Constants.Nouns.PackageNoun, HelpUri = "https://go.microsoft.com/fwlink/?LinkID=517135")] public class GetPackage : CmdletWithSearch { private readonly Dictionary _namesProcessed = new Dictionary(); private readonly string _newSoftwareIdentityTypeName = "Microsoft.PackageManagement.Packaging.SoftwareIdentity#GetPackage"; diff --git a/src/Microsoft.PowerShell.PackageManagement/Cmdlets/GetPackageProvider.cs b/src/Microsoft.PowerShell.PackageManagement/Cmdlets/GetPackageProvider.cs index 787b2a36a5f..9a689413132 100644 --- a/src/Microsoft.PowerShell.PackageManagement/Cmdlets/GetPackageProvider.cs +++ b/src/Microsoft.PowerShell.PackageManagement/Cmdlets/GetPackageProvider.cs @@ -20,7 +20,7 @@ namespace Microsoft.PowerShell.PackageManagement.Cmdlets { using Microsoft.PackageManagement.Internal.Utility.Collections; using Microsoft.PackageManagement.Internal.Utility.Extensions; - [Cmdlet(VerbsCommon.Get, Constants.Nouns.PackageProviderNoun, HelpUri = "http://go.microsoft.com/fwlink/?LinkID=517136")] + [Cmdlet(VerbsCommon.Get, Constants.Nouns.PackageProviderNoun, HelpUri = "https://go.microsoft.com/fwlink/?LinkID=517136")] public sealed class GetPackageProvider : CmdletBase { protected override IEnumerable ParameterSets { get { diff --git a/src/Microsoft.PowerShell.PackageManagement/Cmdlets/GetPackageSource.cs b/src/Microsoft.PowerShell.PackageManagement/Cmdlets/GetPackageSource.cs index 63b09fce9bb..b4044e4b4d4 100644 --- a/src/Microsoft.PowerShell.PackageManagement/Cmdlets/GetPackageSource.cs +++ b/src/Microsoft.PowerShell.PackageManagement/Cmdlets/GetPackageSource.cs @@ -22,7 +22,7 @@ namespace Microsoft.PowerShell.PackageManagement.Cmdlets { using Microsoft.PackageManagement.Packaging; using Utility; - [Cmdlet(VerbsCommon.Get, Constants.Nouns.PackageSourceNoun, HelpUri = "http://go.microsoft.com/fwlink/?LinkID=517137")] + [Cmdlet(VerbsCommon.Get, Constants.Nouns.PackageSourceNoun, HelpUri = "https://go.microsoft.com/fwlink/?LinkID=517137")] public sealed class GetPackageSource : CmdletWithProvider { private readonly List _unregistered = new List(); private bool _found; diff --git a/src/Microsoft.PowerShell.PackageManagement/Cmdlets/ImportPackageProvider.cs b/src/Microsoft.PowerShell.PackageManagement/Cmdlets/ImportPackageProvider.cs index aa1cdeeae17..550be1ba862 100644 --- a/src/Microsoft.PowerShell.PackageManagement/Cmdlets/ImportPackageProvider.cs +++ b/src/Microsoft.PowerShell.PackageManagement/Cmdlets/ImportPackageProvider.cs @@ -23,7 +23,7 @@ namespace Microsoft.PowerShell.PackageManagement.Cmdlets using Microsoft.PackageManagement.Internal.Utility.Extensions; using Microsoft.PackageManagement.Internal.Packaging; - [Cmdlet("Import", Constants.Nouns.PackageProviderNoun, HelpUri = "http://go.microsoft.com/fwlink/?LinkId=626942")] + [Cmdlet("Import", Constants.Nouns.PackageProviderNoun, HelpUri = "https://go.microsoft.com/fwlink/?LinkId=626942")] public sealed class ImportPackageProvider : CmdletBase { protected override IEnumerable ParameterSets { diff --git a/src/Microsoft.PowerShell.PackageManagement/Cmdlets/InstallPackage.cs b/src/Microsoft.PowerShell.PackageManagement/Cmdlets/InstallPackage.cs index a4b63166057..dd54287126a 100644 --- a/src/Microsoft.PowerShell.PackageManagement/Cmdlets/InstallPackage.cs +++ b/src/Microsoft.PowerShell.PackageManagement/Cmdlets/InstallPackage.cs @@ -25,7 +25,7 @@ namespace Microsoft.PowerShell.PackageManagement.Cmdlets { using Microsoft.PackageManagement.Internal.Utility.Extensions; using Microsoft.PackageManagement.Packaging; - [Cmdlet(VerbsLifecycle.Install, Constants.Nouns.PackageNoun, SupportsShouldProcess = true, DefaultParameterSetName = Constants.ParameterSets.PackageBySearchSet, HelpUri = "http://go.microsoft.com/fwlink/?LinkID=517138")] + [Cmdlet(VerbsLifecycle.Install, Constants.Nouns.PackageNoun, SupportsShouldProcess = true, DefaultParameterSetName = Constants.ParameterSets.PackageBySearchSet, HelpUri = "https://go.microsoft.com/fwlink/?LinkID=517138")] public sealed class InstallPackage : CmdletWithSearchAndSource { public InstallPackage() diff --git a/src/Microsoft.PowerShell.PackageManagement/Cmdlets/InstallPackageProvider.cs b/src/Microsoft.PowerShell.PackageManagement/Cmdlets/InstallPackageProvider.cs index d97a134ae6b..0dd3555f053 100644 --- a/src/Microsoft.PowerShell.PackageManagement/Cmdlets/InstallPackageProvider.cs +++ b/src/Microsoft.PowerShell.PackageManagement/Cmdlets/InstallPackageProvider.cs @@ -31,7 +31,7 @@ namespace Microsoft.PowerShell.PackageManagement.Cmdlets using Microsoft.PackageManagement.Packaging; using Utility; - [Cmdlet("Install", Constants.Nouns.PackageProviderNoun, SupportsShouldProcess = true, DefaultParameterSetName = Constants.ParameterSets.PackageBySearchSet, HelpUri = "http://go.microsoft.com/fwlink/?LinkId=626941")] + [Cmdlet("Install", Constants.Nouns.PackageProviderNoun, SupportsShouldProcess = true, DefaultParameterSetName = Constants.ParameterSets.PackageBySearchSet, HelpUri = "https://go.microsoft.com/fwlink/?LinkId=626941")] public sealed class InstallPackageProvider : CmdletWithSearchAndSource { private const string FilterOnTag = "FilterOnTag"; diff --git a/src/Microsoft.PowerShell.PackageManagement/Cmdlets/RegisterPackageSource.cs b/src/Microsoft.PowerShell.PackageManagement/Cmdlets/RegisterPackageSource.cs index 7f0710f239d..49c837a64a1 100644 --- a/src/Microsoft.PowerShell.PackageManagement/Cmdlets/RegisterPackageSource.cs +++ b/src/Microsoft.PowerShell.PackageManagement/Cmdlets/RegisterPackageSource.cs @@ -25,7 +25,7 @@ namespace Microsoft.PowerShell.PackageManagement.Cmdlets { using Utility; using System.Security; - [Cmdlet(VerbsLifecycle.Register, Constants.Nouns.PackageSourceNoun, SupportsShouldProcess = true, HelpUri = "http://go.microsoft.com/fwlink/?LinkID=517139")] + [Cmdlet(VerbsLifecycle.Register, Constants.Nouns.PackageSourceNoun, SupportsShouldProcess = true, HelpUri = "https://go.microsoft.com/fwlink/?LinkID=517139")] public sealed class RegisterPackageSource : CmdletWithProvider { public RegisterPackageSource() : base(new[] {OptionCategory.Provider, OptionCategory.Source}) { diff --git a/src/Microsoft.PowerShell.PackageManagement/Cmdlets/SavePackage.cs b/src/Microsoft.PowerShell.PackageManagement/Cmdlets/SavePackage.cs index 1d341eed48c..18553c90591 100644 --- a/src/Microsoft.PowerShell.PackageManagement/Cmdlets/SavePackage.cs +++ b/src/Microsoft.PowerShell.PackageManagement/Cmdlets/SavePackage.cs @@ -31,7 +31,7 @@ namespace Microsoft.PowerShell.PackageManagement.Cmdlets { using File = System.IO.File; using Microsoft.PackageManagement.Internal.Utility.Versions; - [Cmdlet(VerbsData.Save, Constants.Nouns.PackageNoun, SupportsShouldProcess = true, HelpUri = "http://go.microsoft.com/fwlink/?LinkID=517140")] + [Cmdlet(VerbsData.Save, Constants.Nouns.PackageNoun, SupportsShouldProcess = true, HelpUri = "https://go.microsoft.com/fwlink/?LinkID=517140")] public sealed class SavePackage : CmdletWithSearchAndSource { public SavePackage() : base(new[] { diff --git a/src/Microsoft.PowerShell.PackageManagement/Cmdlets/SetPackageSource.cs b/src/Microsoft.PowerShell.PackageManagement/Cmdlets/SetPackageSource.cs index 6431ba76497..42fab21d534 100644 --- a/src/Microsoft.PowerShell.PackageManagement/Cmdlets/SetPackageSource.cs +++ b/src/Microsoft.PowerShell.PackageManagement/Cmdlets/SetPackageSource.cs @@ -27,7 +27,7 @@ namespace Microsoft.PowerShell.PackageManagement.Cmdlets { using Utility; using System.Security; - [Cmdlet(VerbsCommon.Set, Constants.Nouns.PackageSourceNoun, SupportsShouldProcess = true, DefaultParameterSetName = Constants.ParameterSets.SourceBySearchSet, HelpUri = "http://go.microsoft.com/fwlink/?LinkID=517141")] + [Cmdlet(VerbsCommon.Set, Constants.Nouns.PackageSourceNoun, SupportsShouldProcess = true, DefaultParameterSetName = Constants.ParameterSets.SourceBySearchSet, HelpUri = "https://go.microsoft.com/fwlink/?LinkID=517141")] public sealed class SetPackageSource : CmdletWithProvider { [Parameter(ValueFromPipeline = true, ParameterSetName = Constants.ParameterSets.SourceByInputObjectSet, Mandatory = true)] public PackageSource InputObject; diff --git a/src/Microsoft.PowerShell.PackageManagement/Cmdlets/UninstallPackage.cs b/src/Microsoft.PowerShell.PackageManagement/Cmdlets/UninstallPackage.cs index 7a99eb64736..39cd8708bdf 100644 --- a/src/Microsoft.PowerShell.PackageManagement/Cmdlets/UninstallPackage.cs +++ b/src/Microsoft.PowerShell.PackageManagement/Cmdlets/UninstallPackage.cs @@ -25,7 +25,7 @@ namespace Microsoft.PowerShell.PackageManagement.Cmdlets { using Microsoft.PackageManagement.Packaging; using Utility; - [Cmdlet(VerbsLifecycle.Uninstall, Constants.Nouns.PackageNoun, SupportsShouldProcess = true, HelpUri = "http://go.microsoft.com/fwlink/?LinkID=517142")] + [Cmdlet(VerbsLifecycle.Uninstall, Constants.Nouns.PackageNoun, SupportsShouldProcess = true, HelpUri = "https://go.microsoft.com/fwlink/?LinkID=517142")] public sealed class UninstallPackage : GetPackage { private Dictionary> _resultsPerName = new Dictionary>(); diff --git a/src/Microsoft.PowerShell.PackageManagement/Cmdlets/UnregisterPackageSource.cs b/src/Microsoft.PowerShell.PackageManagement/Cmdlets/UnregisterPackageSource.cs index 93e1f49bb61..ab1ee03604c 100644 --- a/src/Microsoft.PowerShell.PackageManagement/Cmdlets/UnregisterPackageSource.cs +++ b/src/Microsoft.PowerShell.PackageManagement/Cmdlets/UnregisterPackageSource.cs @@ -24,7 +24,7 @@ namespace Microsoft.PowerShell.PackageManagement.Cmdlets { using Microsoft.PackageManagement.Packaging; using Utility; - [Cmdlet(VerbsLifecycle.Unregister, Constants.Nouns.PackageSourceNoun, SupportsShouldProcess = true, HelpUri = "http://go.microsoft.com/fwlink/?LinkID=517143")] + [Cmdlet(VerbsLifecycle.Unregister, Constants.Nouns.PackageSourceNoun, SupportsShouldProcess = true, HelpUri = "https://go.microsoft.com/fwlink/?LinkID=517143")] public sealed class UnregisterPackageSource : CmdletWithSource { public UnregisterPackageSource() : base(new[] {OptionCategory.Provider, OptionCategory.Source}) { diff --git a/src/Microsoft.PowerShell.ScheduledJob/commands/AddJobTrigger.cs b/src/Microsoft.PowerShell.ScheduledJob/commands/AddJobTrigger.cs index ed295bc9fea..1bfa899364e 100644 --- a/src/Microsoft.PowerShell.ScheduledJob/commands/AddJobTrigger.cs +++ b/src/Microsoft.PowerShell.ScheduledJob/commands/AddJobTrigger.cs @@ -18,7 +18,7 @@ namespace Microsoft.PowerShell.ScheduledJob /// This cmdlet adds ScheduledJobTriggers to ScheduledJobDefinition objects. /// [Cmdlet(VerbsCommon.Add, "JobTrigger", DefaultParameterSetName = AddJobTriggerCommand.JobDefinitionParameterSet, - HelpUri = "http://go.microsoft.com/fwlink/?LinkID=223913")] + HelpUri = "https://go.microsoft.com/fwlink/?LinkID=223913")] public sealed class AddJobTriggerCommand : ScheduleJobCmdletBase { #region Parameters diff --git a/src/Microsoft.PowerShell.ScheduledJob/commands/DisableJobDefinition.cs b/src/Microsoft.PowerShell.ScheduledJob/commands/DisableJobDefinition.cs index a5c59400610..e6486067a65 100644 --- a/src/Microsoft.PowerShell.ScheduledJob/commands/DisableJobDefinition.cs +++ b/src/Microsoft.PowerShell.ScheduledJob/commands/DisableJobDefinition.cs @@ -12,7 +12,7 @@ namespace Microsoft.PowerShell.ScheduledJob /// This cmdlet disables the specified ScheduledJobDefinition. /// [Cmdlet(VerbsLifecycle.Disable, "ScheduledJob", SupportsShouldProcess = true, DefaultParameterSetName = DisableScheduledJobDefinitionBase.DefinitionParameterSet, - HelpUri = "http://go.microsoft.com/fwlink/?LinkID=223927")] + HelpUri = "https://go.microsoft.com/fwlink/?LinkID=223927")] [OutputType(typeof(ScheduledJobDefinition))] public sealed class DisableScheduledJobCommand : DisableScheduledJobDefinitionBase { diff --git a/src/Microsoft.PowerShell.ScheduledJob/commands/DisableJobTrigger.cs b/src/Microsoft.PowerShell.ScheduledJob/commands/DisableJobTrigger.cs index 2fca1a81a23..2c80beb7cdb 100644 --- a/src/Microsoft.PowerShell.ScheduledJob/commands/DisableJobTrigger.cs +++ b/src/Microsoft.PowerShell.ScheduledJob/commands/DisableJobTrigger.cs @@ -18,7 +18,7 @@ namespace Microsoft.PowerShell.ScheduledJob /// This cmdlet enables triggers on a ScheduledJobDefinition object. /// [Cmdlet(VerbsLifecycle.Disable, "JobTrigger", SupportsShouldProcess = true, DefaultParameterSetName = DisableJobTriggerCommand.EnabledParameterSet, - HelpUri = "http://go.microsoft.com/fwlink/?LinkID=223918")] + HelpUri = "https://go.microsoft.com/fwlink/?LinkID=223918")] public sealed class DisableJobTriggerCommand : EnableDisableScheduledJobCmdletBase { #region Enabled Implementation diff --git a/src/Microsoft.PowerShell.ScheduledJob/commands/EnableJobDefinition.cs b/src/Microsoft.PowerShell.ScheduledJob/commands/EnableJobDefinition.cs index cb69f232ebd..7e94f26ab85 100644 --- a/src/Microsoft.PowerShell.ScheduledJob/commands/EnableJobDefinition.cs +++ b/src/Microsoft.PowerShell.ScheduledJob/commands/EnableJobDefinition.cs @@ -12,7 +12,7 @@ namespace Microsoft.PowerShell.ScheduledJob /// This cmdlet enables the specified ScheduledJobDefinition. /// [Cmdlet(VerbsLifecycle.Enable, "ScheduledJob", SupportsShouldProcess = true, DefaultParameterSetName = DisableScheduledJobDefinitionBase.DefinitionParameterSet, - HelpUri = "http://go.microsoft.com/fwlink/?LinkID=223926")] + HelpUri = "https://go.microsoft.com/fwlink/?LinkID=223926")] [OutputType(typeof(ScheduledJobDefinition))] public sealed class EnableScheduledJobCommand : DisableScheduledJobDefinitionBase { diff --git a/src/Microsoft.PowerShell.ScheduledJob/commands/EnableJobTrigger.cs b/src/Microsoft.PowerShell.ScheduledJob/commands/EnableJobTrigger.cs index 65ad1bf9de7..023591ad4f1 100644 --- a/src/Microsoft.PowerShell.ScheduledJob/commands/EnableJobTrigger.cs +++ b/src/Microsoft.PowerShell.ScheduledJob/commands/EnableJobTrigger.cs @@ -18,7 +18,7 @@ namespace Microsoft.PowerShell.ScheduledJob /// This cmdlet disables triggers on a ScheduledJobDefinition object. /// [Cmdlet(VerbsLifecycle.Enable, "JobTrigger", SupportsShouldProcess = true, DefaultParameterSetName = EnableJobTriggerCommand.EnabledParameterSet, - HelpUri = "http://go.microsoft.com/fwlink/?LinkID=223917")] + HelpUri = "https://go.microsoft.com/fwlink/?LinkID=223917")] public sealed class EnableJobTriggerCommand : EnableDisableScheduledJobCmdletBase { #region Enabled Implementation diff --git a/src/Microsoft.PowerShell.ScheduledJob/commands/GetJobDefinition.cs b/src/Microsoft.PowerShell.ScheduledJob/commands/GetJobDefinition.cs index 309dd928b45..b2dace2942d 100644 --- a/src/Microsoft.PowerShell.ScheduledJob/commands/GetJobDefinition.cs +++ b/src/Microsoft.PowerShell.ScheduledJob/commands/GetJobDefinition.cs @@ -13,7 +13,7 @@ namespace Microsoft.PowerShell.ScheduledJob /// This cmdlet gets scheduled job definition objects from the local repository. /// [Cmdlet(VerbsCommon.Get, "ScheduledJob", DefaultParameterSetName = GetScheduledJobCommand.DefinitionIdParameterSet, - HelpUri = "http://go.microsoft.com/fwlink/?LinkID=223923")] + HelpUri = "https://go.microsoft.com/fwlink/?LinkID=223923")] [OutputType(typeof(ScheduledJobDefinition))] public sealed class GetScheduledJobCommand : ScheduleJobCmdletBase { diff --git a/src/Microsoft.PowerShell.ScheduledJob/commands/GetJobTrigger.cs b/src/Microsoft.PowerShell.ScheduledJob/commands/GetJobTrigger.cs index f79889b800e..17e05ea129e 100644 --- a/src/Microsoft.PowerShell.ScheduledJob/commands/GetJobTrigger.cs +++ b/src/Microsoft.PowerShell.ScheduledJob/commands/GetJobTrigger.cs @@ -18,7 +18,7 @@ namespace Microsoft.PowerShell.ScheduledJob /// This cmdlet gets ScheduledJobTriggers for the specified ScheduledJobDefintion object. /// [Cmdlet(VerbsCommon.Get, "JobTrigger", DefaultParameterSetName = GetJobTriggerCommand.JobDefinitionParameterSet, - HelpUri = "http://go.microsoft.com/fwlink/?LinkID=223915")] + HelpUri = "https://go.microsoft.com/fwlink/?LinkID=223915")] [OutputType(typeof(ScheduledJobTrigger))] public sealed class GetJobTriggerCommand : ScheduleJobCmdletBase { diff --git a/src/Microsoft.PowerShell.ScheduledJob/commands/GetScheduledJobOption.cs b/src/Microsoft.PowerShell.ScheduledJob/commands/GetScheduledJobOption.cs index 951dd4c9413..53444e8bfa1 100644 --- a/src/Microsoft.PowerShell.ScheduledJob/commands/GetScheduledJobOption.cs +++ b/src/Microsoft.PowerShell.ScheduledJob/commands/GetScheduledJobOption.cs @@ -12,7 +12,7 @@ namespace Microsoft.PowerShell.ScheduledJob /// This cmdlet gets scheduled job option object from a provided ScheduledJobDefinition object. /// [Cmdlet(VerbsCommon.Get, "ScheduledJobOption", DefaultParameterSetName = GetScheduledJobOptionCommand.JobDefinitionParameterSet, - HelpUri = "http://go.microsoft.com/fwlink/?LinkID=223920")] + HelpUri = "https://go.microsoft.com/fwlink/?LinkID=223920")] [OutputType(typeof(ScheduledJobOptions))] public sealed class GetScheduledJobOptionCommand : ScheduleJobCmdletBase { diff --git a/src/Microsoft.PowerShell.ScheduledJob/commands/NewJobTrigger.cs b/src/Microsoft.PowerShell.ScheduledJob/commands/NewJobTrigger.cs index 2553489e06e..33764c87a6d 100644 --- a/src/Microsoft.PowerShell.ScheduledJob/commands/NewJobTrigger.cs +++ b/src/Microsoft.PowerShell.ScheduledJob/commands/NewJobTrigger.cs @@ -19,7 +19,7 @@ namespace Microsoft.PowerShell.ScheduledJob /// parameter values. /// [Cmdlet(VerbsCommon.New, "JobTrigger", DefaultParameterSetName = NewJobTriggerCommand.OnceParameterSet, - HelpUri = "http://go.microsoft.com/fwlink/?LinkID=223912")] + HelpUri = "https://go.microsoft.com/fwlink/?LinkID=223912")] [OutputType(typeof(ScheduledJobTrigger))] public sealed class NewJobTriggerCommand : ScheduleJobCmdletBase { diff --git a/src/Microsoft.PowerShell.ScheduledJob/commands/NewScheduledJobOption.cs b/src/Microsoft.PowerShell.ScheduledJob/commands/NewScheduledJobOption.cs index 3200670a330..d6ec042cd73 100644 --- a/src/Microsoft.PowerShell.ScheduledJob/commands/NewScheduledJobOption.cs +++ b/src/Microsoft.PowerShell.ScheduledJob/commands/NewScheduledJobOption.cs @@ -13,7 +13,7 @@ namespace Microsoft.PowerShell.ScheduledJob /// parameter values. /// [Cmdlet(VerbsCommon.New, "ScheduledJobOption", DefaultParameterSetName = ScheduledJobOptionCmdletBase.OptionsParameterSet, - HelpUri = "http://go.microsoft.com/fwlink/?LinkID=223919")] + HelpUri = "https://go.microsoft.com/fwlink/?LinkID=223919")] [OutputType(typeof(ScheduledJobOptions))] public sealed class NewScheduledJobOptionCommand : ScheduledJobOptionCmdletBase { diff --git a/src/Microsoft.PowerShell.ScheduledJob/commands/RegisterJobDefinition.cs b/src/Microsoft.PowerShell.ScheduledJob/commands/RegisterJobDefinition.cs index 8cf55caf881..5605ede2970 100644 --- a/src/Microsoft.PowerShell.ScheduledJob/commands/RegisterJobDefinition.cs +++ b/src/Microsoft.PowerShell.ScheduledJob/commands/RegisterJobDefinition.cs @@ -18,7 +18,7 @@ namespace Microsoft.PowerShell.ScheduledJob /// [SuppressMessage("Microsoft.PowerShell", "PS1012:CallShouldProcessOnlyIfDeclaringSupport")] [Cmdlet(VerbsLifecycle.Register, "ScheduledJob", SupportsShouldProcess = true, DefaultParameterSetName = RegisterScheduledJobCommand.ScriptBlockParameterSet, - HelpUri = "http://go.microsoft.com/fwlink/?LinkID=223922")] + HelpUri = "https://go.microsoft.com/fwlink/?LinkID=223922")] [OutputType(typeof(ScheduledJobDefinition))] public sealed class RegisterScheduledJobCommand : ScheduleJobCmdletBase { diff --git a/src/Microsoft.PowerShell.ScheduledJob/commands/RemoveJobTrigger.cs b/src/Microsoft.PowerShell.ScheduledJob/commands/RemoveJobTrigger.cs index 7be62320e34..7ed3f9e78ca 100644 --- a/src/Microsoft.PowerShell.ScheduledJob/commands/RemoveJobTrigger.cs +++ b/src/Microsoft.PowerShell.ScheduledJob/commands/RemoveJobTrigger.cs @@ -19,7 +19,7 @@ namespace Microsoft.PowerShell.ScheduledJob /// This cmdlet removes ScheduledJobTriggers from ScheduledJobDefinition objects. /// [Cmdlet(VerbsCommon.Remove, "JobTrigger", DefaultParameterSetName = RemoveJobTriggerCommand.JobDefinitionParameterSet, - HelpUri = "http://go.microsoft.com/fwlink/?LinkID=223914")] + HelpUri = "https://go.microsoft.com/fwlink/?LinkID=223914")] public sealed class RemoveJobTriggerCommand : ScheduleJobCmdletBase { #region Parameters diff --git a/src/Microsoft.PowerShell.ScheduledJob/commands/SetJobDefinition.cs b/src/Microsoft.PowerShell.ScheduledJob/commands/SetJobDefinition.cs index 8b112a73545..54648be73e8 100644 --- a/src/Microsoft.PowerShell.ScheduledJob/commands/SetJobDefinition.cs +++ b/src/Microsoft.PowerShell.ScheduledJob/commands/SetJobDefinition.cs @@ -16,7 +16,7 @@ namespace Microsoft.PowerShell.ScheduledJob /// parameter values and saves changes to job store and Task Scheduler. /// [Cmdlet(VerbsCommon.Set, "ScheduledJob", DefaultParameterSetName = SetScheduledJobCommand.ScriptBlockParameterSet, - HelpUri = "http://go.microsoft.com/fwlink/?LinkID=223924")] + HelpUri = "https://go.microsoft.com/fwlink/?LinkID=223924")] [OutputType(typeof(ScheduledJobDefinition))] public sealed class SetScheduledJobCommand : ScheduleJobCmdletBase { diff --git a/src/Microsoft.PowerShell.ScheduledJob/commands/SetJobTrigger.cs b/src/Microsoft.PowerShell.ScheduledJob/commands/SetJobTrigger.cs index ded62291c67..25e541273de 100644 --- a/src/Microsoft.PowerShell.ScheduledJob/commands/SetJobTrigger.cs +++ b/src/Microsoft.PowerShell.ScheduledJob/commands/SetJobTrigger.cs @@ -15,7 +15,7 @@ namespace Microsoft.PowerShell.ScheduledJob /// This cmdlet sets properties on a trigger for a ScheduledJobDefinition. /// [Cmdlet(VerbsCommon.Set, "JobTrigger", DefaultParameterSetName = SetJobTriggerCommand.DefaultParameterSet, - HelpUri = "http://go.microsoft.com/fwlink/?LinkID=223916")] + HelpUri = "https://go.microsoft.com/fwlink/?LinkID=223916")] [OutputType(typeof(ScheduledJobTrigger))] public sealed class SetJobTriggerCommand : ScheduleJobCmdletBase { diff --git a/src/Microsoft.PowerShell.ScheduledJob/commands/SetScheduledJobOption.cs b/src/Microsoft.PowerShell.ScheduledJob/commands/SetScheduledJobOption.cs index 123760ccc12..c38494ce860 100644 --- a/src/Microsoft.PowerShell.ScheduledJob/commands/SetScheduledJobOption.cs +++ b/src/Microsoft.PowerShell.ScheduledJob/commands/SetScheduledJobOption.cs @@ -12,7 +12,7 @@ namespace Microsoft.PowerShell.ScheduledJob /// This cmdlet sets the provided scheduled job options to the provided ScheduledJobOptions objects. /// [Cmdlet(VerbsCommon.Set, "ScheduledJobOption", DefaultParameterSetName = ScheduledJobOptionCmdletBase.OptionsParameterSet, - HelpUri = "http://go.microsoft.com/fwlink/?LinkID=223921")] + HelpUri = "https://go.microsoft.com/fwlink/?LinkID=223921")] [OutputType(typeof(ScheduledJobOptions))] public class SetScheduledJobOptionCommand : ScheduledJobOptionCmdletBase { diff --git a/src/Microsoft.PowerShell.ScheduledJob/commands/UnregisterJobDefinition.cs b/src/Microsoft.PowerShell.ScheduledJob/commands/UnregisterJobDefinition.cs index 48010af0c3c..d0d00ad2bca 100644 --- a/src/Microsoft.PowerShell.ScheduledJob/commands/UnregisterJobDefinition.cs +++ b/src/Microsoft.PowerShell.ScheduledJob/commands/UnregisterJobDefinition.cs @@ -14,7 +14,7 @@ namespace Microsoft.PowerShell.ScheduledJob /// Task Scheduler, job store, and local repository. /// [Cmdlet(VerbsLifecycle.Unregister, "ScheduledJob", SupportsShouldProcess = true, DefaultParameterSetName = UnregisterScheduledJobCommand.DefinitionParameterSet, - HelpUri = "http://go.microsoft.com/fwlink/?LinkID=223925")] + HelpUri = "https://go.microsoft.com/fwlink/?LinkID=223925")] public sealed class UnregisterScheduledJobCommand : ScheduleJobCmdletBase { #region Parameters diff --git a/src/Microsoft.PowerShell.Security/resources/ExecutionPolicyCommands.resx b/src/Microsoft.PowerShell.Security/resources/ExecutionPolicyCommands.resx index 42128237d17..1c953024210 100644 --- a/src/Microsoft.PowerShell.Security/resources/ExecutionPolicyCommands.resx +++ b/src/Microsoft.PowerShell.Security/resources/ExecutionPolicyCommands.resx @@ -133,7 +133,7 @@ Execution Policy Change - The execution policy helps protect you from scripts that you do not trust. Changing the execution policy might expose you to the security risks described in the about_Execution_Policies help topic at http://go.microsoft.com/fwlink/?LinkID=135170. Do you want to change the execution policy? + The execution policy helps protect you from scripts that you do not trust. Changing the execution policy might expose you to the security risks described in the about_Execution_Policies help topic at https://go.microsoft.com/fwlink/?LinkID=135170. Do you want to change the execution policy? {0} To change the execution policy for the default (LocalMachine) scope, start Windows PowerShell with the "Run as administrator" option. To change the execution policy for the current user, run "Set-ExecutionPolicy -Scope CurrentUser". diff --git a/src/Microsoft.PowerShell.Security/security/AclCommands.cs b/src/Microsoft.PowerShell.Security/security/AclCommands.cs index a82c9af8ebb..a4e179c137b 100644 --- a/src/Microsoft.PowerShell.Security/security/AclCommands.cs +++ b/src/Microsoft.PowerShell.Security/security/AclCommands.cs @@ -618,7 +618,7 @@ public static string GetSddl(PSObject instance) /// Defines the implementation of the 'get-acl' cmdlet. /// This cmdlet gets the security descriptor of an item at the specified path. /// - [Cmdlet(VerbsCommon.Get, "Acl", SupportsTransactions = true, DefaultParameterSetName = "ByPath", HelpUri = "http://go.microsoft.com/fwlink/?LinkID=113305")] + [Cmdlet(VerbsCommon.Get, "Acl", SupportsTransactions = true, DefaultParameterSetName = "ByPath", HelpUri = "https://go.microsoft.com/fwlink/?LinkID=113305")] public sealed class GetAclCommand : SecurityDescriptorCommandsBase { /// @@ -898,7 +898,7 @@ protected override void ProcessRecord() /// This cmdlet sets the security descriptor of an item at the specified path. /// [Cmdlet(VerbsCommon.Set, "Acl", SupportsShouldProcess = true, SupportsTransactions = true, DefaultParameterSetName = "ByPath", - HelpUri = "http://go.microsoft.com/fwlink/?LinkID=113389")] + HelpUri = "https://go.microsoft.com/fwlink/?LinkID=113389")] public sealed class SetAclCommand : SecurityDescriptorCommandsBase { private string[] _path; diff --git a/src/Microsoft.PowerShell.Security/security/CatalogCommands.cs b/src/Microsoft.PowerShell.Security/security/CatalogCommands.cs index 78814710d44..754f2a406ec 100644 --- a/src/Microsoft.PowerShell.Security/security/CatalogCommands.cs +++ b/src/Microsoft.PowerShell.Security/security/CatalogCommands.cs @@ -128,7 +128,7 @@ protected override void ProcessRecord() /// This cmdlet generates the catalog for File or Folder /// [Cmdlet(VerbsCommon.New, "FileCatalog", SupportsShouldProcess = true, DefaultParameterSetName = "ByPath", - HelpUri = "http://go.microsoft.com/fwlink/?LinkId=786749")] + HelpUri = "https://go.microsoft.com/fwlink/?LinkId=786749")] [OutputType(typeof(FileInfo))] public sealed class NewFileCatalogCommand : CatalogCommandsBase { @@ -205,7 +205,7 @@ protected override void PerformAction(Collection path, string catalogFil /// This cmdlet validaes the Intgerity of catalog /// [Cmdlet(VerbsDiagnostic.Test, "FileCatalog", SupportsShouldProcess = true, DefaultParameterSetName = "ByPath", - HelpUri = "http://go.microsoft.com/fwlink/?LinkId=786750")] + HelpUri = "https://go.microsoft.com/fwlink/?LinkId=786750")] [OutputType(typeof(CatalogValidationStatus))] [OutputType(typeof(CatalogInformation))] public sealed class TestFileCatalogCommand : CatalogCommandsBase diff --git a/src/Microsoft.PowerShell.Security/security/CertificateCommands.cs b/src/Microsoft.PowerShell.Security/security/CertificateCommands.cs index 5d4d5f7c719..345c38f272d 100644 --- a/src/Microsoft.PowerShell.Security/security/CertificateCommands.cs +++ b/src/Microsoft.PowerShell.Security/security/CertificateCommands.cs @@ -19,7 +19,7 @@ namespace Microsoft.PowerShell.Commands /// /// Defines the implementation of the get-pfxcertificate cmdlet /// - [Cmdlet(VerbsCommon.Get, "PfxCertificate", DefaultParameterSetName = "ByPath", HelpUri = "http://go.microsoft.com/fwlink/?LinkID=113323")] + [Cmdlet(VerbsCommon.Get, "PfxCertificate", DefaultParameterSetName = "ByPath", HelpUri = "https://go.microsoft.com/fwlink/?LinkID=113323")] [OutputType(typeof(X509Certificate2))] public sealed class GetPfxCertificateCommand : PSCmdlet { diff --git a/src/Microsoft.PowerShell.Security/security/CmsCommands.cs b/src/Microsoft.PowerShell.Security/security/CmsCommands.cs index 57dea14c3fe..5b916f89c70 100644 --- a/src/Microsoft.PowerShell.Security/security/CmsCommands.cs +++ b/src/Microsoft.PowerShell.Security/security/CmsCommands.cs @@ -25,7 +25,7 @@ namespace Microsoft.PowerShell.Commands /// This cmdlet generates a new encrypted CMS message given the /// recipient and content supplied. /// - [Cmdlet(VerbsSecurity.Protect, "CmsMessage", HelpUri = "http://go.microsoft.com/fwlink/?LinkId=394373", DefaultParameterSetName = "ByContent")] + [Cmdlet(VerbsSecurity.Protect, "CmsMessage", HelpUri = "https://go.microsoft.com/fwlink/?LinkId=394373", DefaultParameterSetName = "ByContent")] [OutputType(typeof(String))] public sealed class ProtectCmsMessageCommand : PSCmdlet { @@ -195,7 +195,7 @@ protected override void EndProcessing() /// This cmdlet retrieves information about an encrypted CMS /// message. /// - [Cmdlet(VerbsCommon.Get, "CmsMessage", HelpUri = "http://go.microsoft.com/fwlink/?LinkID=394370")] + [Cmdlet(VerbsCommon.Get, "CmsMessage", HelpUri = "https://go.microsoft.com/fwlink/?LinkID=394370")] [OutputType(typeof(EnvelopedCms))] public sealed class GetCmsMessageCommand : PSCmdlet { @@ -338,7 +338,7 @@ protected override void EndProcessing() /// This cmdlet retrieves the clear text content of an encrypted CMS /// message. /// - [Cmdlet(VerbsSecurity.Unprotect, "CmsMessage", HelpUri = "http://go.microsoft.com/fwlink/?LinkId=394374", DefaultParameterSetName = "ByWinEvent")] + [Cmdlet(VerbsSecurity.Unprotect, "CmsMessage", HelpUri = "https://go.microsoft.com/fwlink/?LinkId=394374", DefaultParameterSetName = "ByWinEvent")] [OutputType(typeof(String))] public sealed class UnprotectCmsMessageCommand : PSCmdlet { diff --git a/src/Microsoft.PowerShell.Security/security/CredentialCommands.cs b/src/Microsoft.PowerShell.Security/security/CredentialCommands.cs index 717153d1c0e..62f006c474a 100644 --- a/src/Microsoft.PowerShell.Security/security/CredentialCommands.cs +++ b/src/Microsoft.PowerShell.Security/security/CredentialCommands.cs @@ -15,7 +15,7 @@ namespace Microsoft.PowerShell.Commands /// a prompted password. That credential object can then be used for other /// operations involving security. /// - [Cmdlet(VerbsCommon.Get, "Credential", DefaultParameterSetName = GetCredentialCommand.credentialSet, HelpUri = "http://go.microsoft.com/fwlink/?LinkID=113311")] + [Cmdlet(VerbsCommon.Get, "Credential", DefaultParameterSetName = GetCredentialCommand.credentialSet, HelpUri = "https://go.microsoft.com/fwlink/?LinkID=113311")] [OutputType(typeof(PSCredential), ParameterSetName = new string[] { GetCredentialCommand.credentialSet, GetCredentialCommand.messageSet })] public sealed class GetCredentialCommand : PSCmdlet { diff --git a/src/Microsoft.PowerShell.Security/security/ExecutionPolicyCommands.cs b/src/Microsoft.PowerShell.Security/security/ExecutionPolicyCommands.cs index 3c9d7f7ebfb..f927ac765dc 100644 --- a/src/Microsoft.PowerShell.Security/security/ExecutionPolicyCommands.cs +++ b/src/Microsoft.PowerShell.Security/security/ExecutionPolicyCommands.cs @@ -25,7 +25,7 @@ namespace Microsoft.PowerShell.Commands /// - Current user machine preference /// - Local machine preference /// - [Cmdlet(VerbsCommon.Get, "ExecutionPolicy", HelpUri = "http://go.microsoft.com/fwlink/?LinkID=113315")] + [Cmdlet(VerbsCommon.Get, "ExecutionPolicy", HelpUri = "https://go.microsoft.com/fwlink/?LinkID=113315")] [OutputType(typeof(ExecutionPolicy))] public class GetExecutionPolicyCommand : PSCmdlet { @@ -113,7 +113,7 @@ protected override void BeginProcessing() /// If the Group Policy setting overrides the desired behaviour, the Cmdlet /// generates a terminating error. /// - [Cmdlet(VerbsCommon.Set, "ExecutionPolicy", SupportsShouldProcess = true, HelpUri = "http://go.microsoft.com/fwlink/?LinkID=113394")] + [Cmdlet(VerbsCommon.Set, "ExecutionPolicy", SupportsShouldProcess = true, HelpUri = "https://go.microsoft.com/fwlink/?LinkID=113394")] public class SetExecutionPolicyCommand : PSCmdlet { /// diff --git a/src/Microsoft.PowerShell.Security/security/SecureStringCommands.cs b/src/Microsoft.PowerShell.Security/security/SecureStringCommands.cs index fe88daf7314..8b1833269a6 100644 --- a/src/Microsoft.PowerShell.Security/security/SecureStringCommands.cs +++ b/src/Microsoft.PowerShell.Security/security/SecureStringCommands.cs @@ -113,7 +113,7 @@ public byte[] Key /// uses the DPAPI to encrypt the string. When a key is specified, the /// command uses the AES algorithm to encrypt the string. /// - [Cmdlet(VerbsData.ConvertFrom, "SecureString", DefaultParameterSetName = "Secure", HelpUri = "http://go.microsoft.com/fwlink/?LinkID=113287")] + [Cmdlet(VerbsData.ConvertFrom, "SecureString", DefaultParameterSetName = "Secure", HelpUri = "https://go.microsoft.com/fwlink/?LinkID=113287")] [OutputType(typeof(string))] public sealed class ConvertFromSecureStringCommand : ConvertFromToSecureStringCommandBase { @@ -210,7 +210,7 @@ protected override void ProcessRecord() /// When a key is specified, the command uses the AES algorithm /// to decrypt the data. /// - [Cmdlet(VerbsData.ConvertTo, "SecureString", DefaultParameterSetName = "Secure", HelpUri = "http://go.microsoft.com/fwlink/?LinkID=113291")] + [Cmdlet(VerbsData.ConvertTo, "SecureString", DefaultParameterSetName = "Secure", HelpUri = "https://go.microsoft.com/fwlink/?LinkID=113291")] [OutputType(typeof(SecureString))] public sealed class ConvertToSecureStringCommand : ConvertFromToSecureStringCommandBase { diff --git a/src/Microsoft.PowerShell.Security/security/SignatureCommands.cs b/src/Microsoft.PowerShell.Security/security/SignatureCommands.cs index f7ecc4154a3..ec55d61a499 100644 --- a/src/Microsoft.PowerShell.Security/security/SignatureCommands.cs +++ b/src/Microsoft.PowerShell.Security/security/SignatureCommands.cs @@ -258,7 +258,7 @@ protected override void ProcessRecord() /// Defines the implementation of the 'get-AuthenticodeSignature' cmdlet. /// This cmdlet extracts the digital signature from the given file. /// - [Cmdlet(VerbsCommon.Get, "AuthenticodeSignature", DefaultParameterSetName = "ByPath", HelpUri = "http://go.microsoft.com/fwlink/?LinkID=113307")] + [Cmdlet(VerbsCommon.Get, "AuthenticodeSignature", DefaultParameterSetName = "ByPath", HelpUri = "https://go.microsoft.com/fwlink/?LinkID=113307")] [OutputType(typeof(Signature))] public sealed class GetAuthenticodeSignatureCommand : SignatureCommandsBase { @@ -302,7 +302,7 @@ protected override Signature PerformAction(string sourcePathOrExtension, byte[] /// This cmdlet sets the digital signature on a given file. /// [Cmdlet(VerbsCommon.Set, "AuthenticodeSignature", SupportsShouldProcess = true, DefaultParameterSetName = "ByPath", - HelpUri = "http://go.microsoft.com/fwlink/?LinkID=113391")] + HelpUri = "https://go.microsoft.com/fwlink/?LinkID=113391")] [OutputType(typeof(Signature))] public sealed class SetAuthenticodeSignatureCommand : SignatureCommandsBase { diff --git a/src/Microsoft.PowerShell.Workflow.ServiceCore/ServiceCore/WorkflowCore/ImportWorkflowCommand.cs b/src/Microsoft.PowerShell.Workflow.ServiceCore/ServiceCore/WorkflowCore/ImportWorkflowCommand.cs index 0f4d801a2a1..6d20d71b473 100644 --- a/src/Microsoft.PowerShell.Workflow.ServiceCore/ServiceCore/WorkflowCore/ImportWorkflowCommand.cs +++ b/src/Microsoft.PowerShell.Workflow.ServiceCore/ServiceCore/WorkflowCore/ImportWorkflowCommand.cs @@ -29,7 +29,7 @@ namespace Microsoft.PowerShell.Commands /// A cmdlet to load WF Workflows, expressed as XAML and wrap them /// in functions. /// - [Cmdlet("Import", "PSWorkflow", HelpUri = "http://go.microsoft.com/fwlink/?LinkID=210606")] + [Cmdlet("Import", "PSWorkflow", HelpUri = "https://go.microsoft.com/fwlink/?LinkID=210606")] public class ImportWorkflowCommand : PSCmdlet { private static readonly PowerShellTraceSource Tracer = PowerShellTraceSourceFactory.GetTraceSource(); diff --git a/src/Microsoft.PowerShell.Workflow.ServiceCore/ServiceCore/WorkflowCore/NewPSWorkflowExecutionOptionCommand.cs b/src/Microsoft.PowerShell.Workflow.ServiceCore/ServiceCore/WorkflowCore/NewPSWorkflowExecutionOptionCommand.cs index ffcc669447c..d930cda438c 100644 --- a/src/Microsoft.PowerShell.Workflow.ServiceCore/ServiceCore/WorkflowCore/NewPSWorkflowExecutionOptionCommand.cs +++ b/src/Microsoft.PowerShell.Workflow.ServiceCore/ServiceCore/WorkflowCore/NewPSWorkflowExecutionOptionCommand.cs @@ -569,7 +569,7 @@ internal string ConstructPrivateDataInternal() /// /// Command to create an object for PSWorkflowExecutionOption /// - [Cmdlet(VerbsCommon.New, "PSWorkflowExecutionOption",HelpUri = "http://go.microsoft.com/fwlink/?LinkID=210609")] + [Cmdlet(VerbsCommon.New, "PSWorkflowExecutionOption",HelpUri = "https://go.microsoft.com/fwlink/?LinkID=210609")] [OutputType(typeof(PSWorkflowExecutionOption))] public sealed class NewPSWorkflowExecutionOptionCommand : PSCmdlet { diff --git a/src/Microsoft.WSMan.Management/CredSSP.cs b/src/Microsoft.WSMan.Management/CredSSP.cs index 7c8ce4acec4..17a3cc5472b 100644 --- a/src/Microsoft.WSMan.Management/CredSSP.cs +++ b/src/Microsoft.WSMan.Management/CredSSP.cs @@ -123,7 +123,7 @@ internal IWSManSession CreateWSManSession() /// - [Cmdlet(VerbsLifecycle.Disable, "WSManCredSSP", HelpUri = "http://go.microsoft.com/fwlink/?LinkId=141438")] + [Cmdlet(VerbsLifecycle.Disable, "WSManCredSSP", HelpUri = "https://go.microsoft.com/fwlink/?LinkId=141438")] [SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "Cred")] [SuppressMessage("Microsoft.Naming", "CA1709:IdentifiersShouldBeCasedCorrectly", MessageId = "SSP")] public class DisableWSManCredSSPCommand : WSManCredSSPCommandBase, IDisposable @@ -431,7 +431,7 @@ protected override void BeginProcessing() /// allows delegating explicit credentials to a server when server /// authentication is achieved via a trusted X509 certificate or Kerberos /// - [Cmdlet(VerbsLifecycle.Enable, "WSManCredSSP", HelpUri = "http://go.microsoft.com/fwlink/?LinkId=141442")] + [Cmdlet(VerbsLifecycle.Enable, "WSManCredSSP", HelpUri = "https://go.microsoft.com/fwlink/?LinkId=141442")] [SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "Cred")] [SuppressMessage("Microsoft.Naming", "CA1709:IdentifiersShouldBeCasedCorrectly", MessageId = "SSP")] public class EnableWSManCredSSPCommand : WSManCredSSPCommandBase, IDisposable/*, IDynamicParameters*/ @@ -858,7 +858,7 @@ private void UpdateGPORegistrySettings(string applicationname, string[] delegate /// [SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "Cred")] [SuppressMessage("Microsoft.Naming", "CA1709:IdentifiersShouldBeCasedCorrectly", MessageId = "SSP")] - [Cmdlet(VerbsCommon.Get, "WSManCredSSP", HelpUri = "http://go.microsoft.com/fwlink/?LinkId=141443")] + [Cmdlet(VerbsCommon.Get, "WSManCredSSP", HelpUri = "https://go.microsoft.com/fwlink/?LinkId=141443")] public class GetWSManCredSSPCommand : PSCmdlet, IDisposable { # region private diff --git a/src/Microsoft.WSMan.Management/InvokeWSManAction.cs b/src/Microsoft.WSMan.Management/InvokeWSManAction.cs index c26f93c43cb..511f5280fcd 100644 --- a/src/Microsoft.WSMan.Management/InvokeWSManAction.cs +++ b/src/Microsoft.WSMan.Management/InvokeWSManAction.cs @@ -26,7 +26,7 @@ namespace Microsoft.WSMan.Management /// -SelectorSet {Name=Spooler} /// - [Cmdlet(VerbsLifecycle.Invoke, "WSManAction", DefaultParameterSetName = "URI", HelpUri = "http://go.microsoft.com/fwlink/?LinkId=141446")] + [Cmdlet(VerbsLifecycle.Invoke, "WSManAction", DefaultParameterSetName = "URI", HelpUri = "https://go.microsoft.com/fwlink/?LinkId=141446")] public class InvokeWSManActionCommand : AuthenticatingWSManCommand, IDisposable { /// diff --git a/src/Microsoft.WSMan.Management/NewWSManSession.cs b/src/Microsoft.WSMan.Management/NewWSManSession.cs index 342a9b6799f..7a5663e8a9c 100644 --- a/src/Microsoft.WSMan.Management/NewWSManSession.cs +++ b/src/Microsoft.WSMan.Management/NewWSManSession.cs @@ -29,7 +29,7 @@ namespace Microsoft.WSMan.Management /// - [Cmdlet(VerbsCommon.New, "WSManSessionOption", HelpUri = "http://go.microsoft.com/fwlink/?LinkId=141449")] + [Cmdlet(VerbsCommon.New, "WSManSessionOption", HelpUri = "https://go.microsoft.com/fwlink/?LinkId=141449")] public class NewWSManSessionOptionCommand : PSCmdlet { /// diff --git a/src/Microsoft.WSMan.Management/PingWSMan.cs b/src/Microsoft.WSMan.Management/PingWSMan.cs index a5fd7781991..9c8a70d53bb 100644 --- a/src/Microsoft.WSMan.Management/PingWSMan.cs +++ b/src/Microsoft.WSMan.Management/PingWSMan.cs @@ -25,7 +25,7 @@ namespace Microsoft.WSMan.Management /// service is running /// - [Cmdlet(VerbsDiagnostic.Test, "WSMan", HelpUri = "http://go.microsoft.com/fwlink/?LinkId=141464")] + [Cmdlet(VerbsDiagnostic.Test, "WSMan", HelpUri = "https://go.microsoft.com/fwlink/?LinkId=141464")] public class TestWSManCommand : AuthenticatingWSManCommand, IDisposable { /// diff --git a/src/Microsoft.WSMan.Management/Set-QuickConfig.cs b/src/Microsoft.WSMan.Management/Set-QuickConfig.cs index cd761363675..a9b656b3420 100644 --- a/src/Microsoft.WSMan.Management/Set-QuickConfig.cs +++ b/src/Microsoft.WSMan.Management/Set-QuickConfig.cs @@ -33,7 +33,7 @@ namespace Microsoft.WSMan.Management /// transport is http /// 4. Enable firewall exception for WS-Management traffic /// - [Cmdlet(VerbsCommon.Set, "WSManQuickConfig", HelpUri = "http://go.microsoft.com/fwlink/?LinkID=141463")] + [Cmdlet(VerbsCommon.Set, "WSManQuickConfig", HelpUri = "https://go.microsoft.com/fwlink/?LinkID=141463")] public class SetWSManQuickConfigCommand : PSCmdlet, IDisposable { /// diff --git a/src/Microsoft.WSMan.Management/WSManConnections.cs b/src/Microsoft.WSMan.Management/WSManConnections.cs index 4d657ae75ee..9cbf22c5f75 100644 --- a/src/Microsoft.WSMan.Management/WSManConnections.cs +++ b/src/Microsoft.WSMan.Management/WSManConnections.cs @@ -108,7 +108,7 @@ internal void ValidateSpecifiedAuthentication() /// /// connect wsman cmdlet /// - [Cmdlet(VerbsCommunications.Connect, "WSMan", DefaultParameterSetName = "ComputerName", HelpUri = "http://go.microsoft.com/fwlink/?LinkId=141437")] + [Cmdlet(VerbsCommunications.Connect, "WSMan", DefaultParameterSetName = "ComputerName", HelpUri = "https://go.microsoft.com/fwlink/?LinkId=141437")] public class ConnectWSManCommand : AuthenticatingWSManCommand { @@ -275,7 +275,7 @@ protected override void BeginProcessing() /// IP address to indicate the remote host(s) /// - [Cmdlet(VerbsCommunications.Disconnect, "WSMan", HelpUri = "http://go.microsoft.com/fwlink/?LinkId=141439")] + [Cmdlet(VerbsCommunications.Disconnect, "WSMan", HelpUri = "https://go.microsoft.com/fwlink/?LinkId=141439")] public class DisconnectWSManCommand : PSCmdlet, IDisposable { /// diff --git a/src/Microsoft.WSMan.Management/WSManInstance.cs b/src/Microsoft.WSMan.Management/WSManInstance.cs index 5d89af9fdd6..aa0d50eb2c6 100644 --- a/src/Microsoft.WSMan.Management/WSManInstance.cs +++ b/src/Microsoft.WSMan.Management/WSManInstance.cs @@ -29,7 +29,7 @@ namespace Microsoft.WSMan.Management /// -SelectorSet {Name=Spooler} /// - [Cmdlet(VerbsCommon.Get, "WSManInstance", DefaultParameterSetName = "GetInstance", HelpUri = "http://go.microsoft.com/fwlink/?LinkId=141444")] + [Cmdlet(VerbsCommon.Get, "WSManInstance", DefaultParameterSetName = "GetInstance", HelpUri = "https://go.microsoft.com/fwlink/?LinkId=141444")] public class GetWSManInstanceCommand : AuthenticatingWSManCommand, IDisposable { #region parameter @@ -602,7 +602,7 @@ protected override void EndProcessing() /// Set-WSManInstance -Action StartService -ResourceURI wmicimv2/Win32_Service /// -SelectorSet {Name=Spooler} /// - [Cmdlet(VerbsCommon.Set, "WSManInstance", DefaultParameterSetName = "ComputerName", HelpUri = "http://go.microsoft.com/fwlink/?LinkId=141458")] + [Cmdlet(VerbsCommon.Set, "WSManInstance", DefaultParameterSetName = "ComputerName", HelpUri = "https://go.microsoft.com/fwlink/?LinkId=141458")] public class SetWSManInstanceCommand : AuthenticatingWSManCommand, IDisposable { @@ -955,7 +955,7 @@ protected override void EndProcessing() /// Set-WSManInstance -Action StartService -ResourceURI wmicimv2/Win32_Service /// -SelectorSet {Name=Spooler} /// - [Cmdlet(VerbsCommon.Remove, "WSManInstance", DefaultParameterSetName = "ComputerName", HelpUri = "http://go.microsoft.com/fwlink/?LinkId=141453")] + [Cmdlet(VerbsCommon.Remove, "WSManInstance", DefaultParameterSetName = "ComputerName", HelpUri = "https://go.microsoft.com/fwlink/?LinkId=141453")] public class RemoveWSManInstanceCommand : AuthenticatingWSManCommand, IDisposable { @@ -1212,7 +1212,7 @@ protected override void ProcessRecord() /// using specified ValueSet or input File /// - [Cmdlet(VerbsCommon.New, "WSManInstance", DefaultParameterSetName = "ComputerName", HelpUri = "http://go.microsoft.com/fwlink/?LinkId=141448")] + [Cmdlet(VerbsCommon.New, "WSManInstance", DefaultParameterSetName = "ComputerName", HelpUri = "https://go.microsoft.com/fwlink/?LinkId=141448")] public class NewWSManInstanceCommand : AuthenticatingWSManCommand, IDisposable { /// diff --git a/src/Modules/Shared/Microsoft.PowerShell.Archive/Microsoft.PowerShell.Archive.psd1 b/src/Modules/Shared/Microsoft.PowerShell.Archive/Microsoft.PowerShell.Archive.psd1 index 776ae8c49fa..6dfcb298f4b 100644 --- a/src/Modules/Shared/Microsoft.PowerShell.Archive/Microsoft.PowerShell.Archive.psd1 +++ b/src/Modules/Shared/Microsoft.PowerShell.Archive/Microsoft.PowerShell.Archive.psd1 @@ -9,5 +9,5 @@ DotNetFrameworkVersion = 4.5 CmdletsToExport = @() AliasesToExport = @() NestedModules="Microsoft.PowerShell.Archive.psm1" -HelpInfoURI = 'http://go.microsoft.com/fwlink/?LinkId=393254' +HelpInfoURI = 'https://go.microsoft.com/fwlink/?LinkId=393254' } diff --git a/src/Modules/Shared/Microsoft.PowerShell.Archive/Microsoft.PowerShell.Archive.psm1 b/src/Modules/Shared/Microsoft.PowerShell.Archive/Microsoft.PowerShell.Archive.psm1 index 52d98de0358..d07a8960b72 100644 --- a/src/Modules/Shared/Microsoft.PowerShell.Archive/Microsoft.PowerShell.Archive.psm1 +++ b/src/Modules/Shared/Microsoft.PowerShell.Archive/Microsoft.PowerShell.Archive.psm1 @@ -36,7 +36,7 @@ function Compress-Archive [CmdletBinding( DefaultParameterSetName="Path", SupportsShouldProcess=$true, - HelpUri="http://go.microsoft.com/fwlink/?LinkID=393252")] + HelpUri="https://go.microsoft.com/fwlink/?LinkID=393252")] param ( [parameter (mandatory=$true, Position=0, ParameterSetName="Path", ValueFromPipeline=$true, ValueFromPipelineByPropertyName=$true)] @@ -247,7 +247,7 @@ function Expand-Archive [CmdletBinding( DefaultParameterSetName="Path", SupportsShouldProcess=$true, - HelpUri="http://go.microsoft.com/fwlink/?LinkID=393253")] + HelpUri="https://go.microsoft.com/fwlink/?LinkID=393253")] param ( [parameter ( diff --git a/src/Modules/Shared/Microsoft.PowerShell.Host/Microsoft.PowerShell.Host.psd1 b/src/Modules/Shared/Microsoft.PowerShell.Host/Microsoft.PowerShell.Host.psd1 index 9b3ecfc5f26..3795749381b 100644 --- a/src/Modules/Shared/Microsoft.PowerShell.Host/Microsoft.PowerShell.Host.psd1 +++ b/src/Modules/Shared/Microsoft.PowerShell.Host/Microsoft.PowerShell.Host.psd1 @@ -10,5 +10,5 @@ AliasesToExport = @() FunctionsToExport = @() CmdletsToExport="Start-Transcript", "Stop-Transcript" NestedModules="Microsoft.PowerShell.ConsoleHost.dll" -HelpInfoURI = 'http://go.microsoft.com/fwlink/?linkid=390784' +HelpInfoURI = 'https://go.microsoft.com/fwlink/?linkid=390784' } diff --git a/src/Modules/Shared/Microsoft.PowerShell.Utility/Microsoft.PowerShell.Utility.psm1 b/src/Modules/Shared/Microsoft.PowerShell.Utility/Microsoft.PowerShell.Utility.psm1 index 2328d1dc91e..fbf239b2d74 100644 --- a/src/Modules/Shared/Microsoft.PowerShell.Utility/Microsoft.PowerShell.Utility.psm1 +++ b/src/Modules/Shared/Microsoft.PowerShell.Utility/Microsoft.PowerShell.Utility.psm1 @@ -1,6 +1,6 @@ function Get-FileHash { - [CmdletBinding(DefaultParameterSetName = "Path", HelpURI = "http://go.microsoft.com/fwlink/?LinkId=517145")] + [CmdletBinding(DefaultParameterSetName = "Path", HelpURI = "https://go.microsoft.com/fwlink/?LinkId=517145")] param( [Parameter(Mandatory, ParameterSetName="Path", Position = 0)] [System.String[]] @@ -145,7 +145,7 @@ function Get-FileHash function New-TemporaryFile { [CmdletBinding( - HelpURI='http://go.microsoft.com/fwlink/?LinkId=526726', + HelpURI='https://go.microsoft.com/fwlink/?LinkId=526726', SupportsShouldProcess=$true)] [OutputType([System.IO.FileInfo])] Param() @@ -176,7 +176,7 @@ function New-TemporaryFile <# This cmdlet is used to generate a new guid #> function New-Guid { - [CmdletBinding(HelpURI='http://go.microsoft.com/fwlink/?LinkId=526920')] + [CmdletBinding(HelpURI='https://go.microsoft.com/fwlink/?LinkId=526920')] [OutputType([System.Guid])] Param() @@ -193,7 +193,7 @@ function Format-Hex { [CmdletBinding( DefaultParameterSetName="Path", - HelpUri="http://go.microsoft.com/fwlink/?LinkId=526919")] + HelpUri="https://go.microsoft.com/fwlink/?LinkId=526919")] [Alias("fhx")] [OutputType("Microsoft.PowerShell.Commands.ByteCollection")] param @@ -513,7 +513,7 @@ function Format-Hex ## a file (such as a Module manifest, session configuration file) function Import-PowerShellDataFile { - [CmdletBinding(DefaultParameterSetName = "ByPath", HelpUri = "http://go.microsoft.com/fwlink/?LinkID=623621")] + [CmdletBinding(DefaultParameterSetName = "ByPath", HelpUri = "https://go.microsoft.com/fwlink/?LinkID=623621")] [OutputType("System.Collections.Hashtable")] param( [Parameter(ParameterSetName = "ByPath", Position = 0)] @@ -569,7 +569,7 @@ function Import-PowerShellDataFile ## descriptor function ConvertFrom-SddlString { - [CmdletBinding(HelpUri = "http://go.microsoft.com/fwlink/?LinkId=623636")] + [CmdletBinding(HelpUri = "https://go.microsoft.com/fwlink/?LinkId=623636")] param( ## The string representing the security descriptor in SDDL syntax [Parameter(Mandatory = $true, Position = 0, ValueFromPipeline = $true)] diff --git a/src/Modules/Shared/PSReadLine/PSReadLine.psd1 b/src/Modules/Shared/PSReadLine/PSReadLine.psd1 index 65daec4196e..6af2eea6f73 100644 --- a/src/Modules/Shared/PSReadLine/PSReadLine.psd1 +++ b/src/Modules/Shared/PSReadLine/PSReadLine.psd1 @@ -13,5 +13,5 @@ CLRVersion = '4.0' FunctionsToExport = 'PSConsoleHostReadline' CmdletsToExport = 'Get-PSReadlineKeyHandler','Set-PSReadlineKeyHandler','Remove-PSReadlineKeyHandler', 'Get-PSReadlineOption','Set-PSReadlineOption' -HelpInfoURI = 'http://go.microsoft.com/fwlink/?LinkId=528806' +HelpInfoURI = 'https://go.microsoft.com/fwlink/?LinkId=528806' } diff --git a/src/Modules/Shared/PackageManagement/PackageManagement.psd1 b/src/Modules/Shared/PackageManagement/PackageManagement.psd1 index 9a860e34739..0ec245a5b8d 100644 --- a/src/Modules/Shared/PackageManagement/PackageManagement.psd1 +++ b/src/Modules/Shared/PackageManagement/PackageManagement.psd1 @@ -19,7 +19,7 @@ Author = "Microsoft Corporation" CompanyName = "Microsoft Corporation" Copyright = "(C) Microsoft Corporation. All rights reserved." - HelpInfoUri = "http://go.microsoft.com/fwlink/?linkid=392040" + HelpInfoUri = "https://go.microsoft.com/fwlink/?linkid=392040" ModuleVersion = "1.0.0.1" PowerShellVersion = "3.0" ClrVersion = "4.0" diff --git a/src/Modules/Shared/PowerShellGet/PSModule.psm1 b/src/Modules/Shared/PowerShellGet/PSModule.psm1 index d7b419f2102..dcc9256bc7c 100644 --- a/src/Modules/Shared/PowerShellGet/PSModule.psm1 +++ b/src/Modules/Shared/PowerShellGet/PSModule.psm1 @@ -121,7 +121,7 @@ $script:FastPackRefHastable = @{} $script:NuGetBinaryProgramDataPath=if(IsWindows) {"$env:ProgramFiles\PackageManagement\ProviderAssemblies"} $script:NuGetBinaryLocalAppDataPath=if(IsWindows) {"$env:LOCALAPPDATA\PackageManagement\ProviderAssemblies"} # go fwlink for 'https://nuget.org/nuget.exe' -$script:NuGetClientSourceURL = 'http://go.microsoft.com/fwlink/?LinkID=690216&clcid=0x409' +$script:NuGetClientSourceURL = 'https://go.microsoft.com/fwlink/?LinkID=690216&clcid=0x409' $script:NuGetExeName = 'NuGet.exe' $script:NuGetExePath = $null $script:NuGetProvider = $null @@ -654,7 +654,7 @@ function Publish-Module #> [CmdletBinding(SupportsShouldProcess=$true, PositionalBinding=$false, - HelpUri='http://go.microsoft.com/fwlink/?LinkID=398575', + HelpUri='https://go.microsoft.com/fwlink/?LinkID=398575', DefaultParameterSetName="ModuleNameParameterSet")] Param ( @@ -1151,7 +1151,7 @@ function Find-Module <# .ExternalHelp PSGet.psm1-help.xml #> - [CmdletBinding(HelpUri='http://go.microsoft.com/fwlink/?LinkID=398574')] + [CmdletBinding(HelpUri='https://go.microsoft.com/fwlink/?LinkID=398574')] [outputtype("PSCustomObject[]")] Param ( @@ -1321,7 +1321,7 @@ function Save-Module .ExternalHelp PSGet.psm1-help.xml #> [CmdletBinding(DefaultParameterSetName='NameAndPathParameterSet', - HelpUri='http://go.microsoft.com/fwlink/?LinkId=531351', + HelpUri='https://go.microsoft.com/fwlink/?LinkId=531351', SupportsShouldProcess=$true)] Param ( @@ -1565,7 +1565,7 @@ function Install-Module .ExternalHelp PSGet.psm1-help.xml #> [CmdletBinding(DefaultParameterSetName='NameParameterSet', - HelpUri='http://go.microsoft.com/fwlink/?LinkID=398573', + HelpUri='https://go.microsoft.com/fwlink/?LinkID=398573', SupportsShouldProcess=$true)] Param ( @@ -1821,7 +1821,7 @@ function Update-Module .ExternalHelp PSGet.psm1-help.xml #> [CmdletBinding(SupportsShouldProcess=$true, - HelpUri='http://go.microsoft.com/fwlink/?LinkID=398576')] + HelpUri='https://go.microsoft.com/fwlink/?LinkID=398576')] Param ( [Parameter(ValueFromPipelineByPropertyName=$true, @@ -1995,7 +1995,7 @@ function Uninstall-Module #> [CmdletBinding(DefaultParameterSetName='NameParameterSet', SupportsShouldProcess=$true, - HelpUri='http://go.microsoft.com/fwlink/?LinkId=526864')] + HelpUri='https://go.microsoft.com/fwlink/?LinkId=526864')] Param ( [Parameter(ValueFromPipelineByPropertyName=$true, @@ -2098,7 +2098,7 @@ function Get-InstalledModule <# .ExternalHelp PSGet.psm1-help.xml #> - [CmdletBinding(HelpUri='http://go.microsoft.com/fwlink/?LinkId=526863')] + [CmdletBinding(HelpUri='https://go.microsoft.com/fwlink/?LinkId=526863')] Param ( [Parameter(ValueFromPipelineByPropertyName=$true, @@ -2160,7 +2160,7 @@ function Find-DscResource <# .ExternalHelp PSGet.psm1-help.xml #> - [CmdletBinding(HelpUri = 'http://go.microsoft.com/fwlink/?LinkId=517196')] + [CmdletBinding(HelpUri = 'https://go.microsoft.com/fwlink/?LinkId=517196')] [outputtype('PSCustomObject[]')] Param ( @@ -2268,7 +2268,7 @@ function Find-Command <# .ExternalHelp PSGet.psm1-help.xml #> - [CmdletBinding(HelpUri = 'http://go.microsoft.com/fwlink/?LinkId=733636')] + [CmdletBinding(HelpUri = 'https://go.microsoft.com/fwlink/?LinkId=733636')] [outputtype('PSCustomObject[]')] Param ( @@ -2378,7 +2378,7 @@ function Find-RoleCapability <# .ExternalHelp PSGet.psm1-help.xml #> - [CmdletBinding(HelpUri = 'http://go.microsoft.com/fwlink/?LinkId=718029')] + [CmdletBinding(HelpUri = 'https://go.microsoft.com/fwlink/?LinkId=718029')] [outputtype('PSCustomObject[]')] Param ( @@ -2488,7 +2488,7 @@ function Publish-Script [CmdletBinding(SupportsShouldProcess=$true, PositionalBinding=$false, DefaultParameterSetName='PathParameterSet', - HelpUri='http://go.microsoft.com/fwlink/?LinkId=619788')] + HelpUri='https://go.microsoft.com/fwlink/?LinkId=619788')] Param ( [Parameter(Mandatory=$true, @@ -2791,7 +2791,7 @@ function Find-Script <# .ExternalHelp PSGet.psm1-help.xml #> - [CmdletBinding(HelpUri='http://go.microsoft.com/fwlink/?LinkId=619785')] + [CmdletBinding(HelpUri='https://go.microsoft.com/fwlink/?LinkId=619785')] [outputtype("PSCustomObject[]")] Param ( @@ -2972,7 +2972,7 @@ function Save-Script .ExternalHelp PSGet.psm1-help.xml #> [CmdletBinding(DefaultParameterSetName='NameAndPathParameterSet', - HelpUri='http://go.microsoft.com/fwlink/?LinkId=619786', + HelpUri='https://go.microsoft.com/fwlink/?LinkId=619786', SupportsShouldProcess=$true)] Param ( @@ -3230,7 +3230,7 @@ function Install-Script .ExternalHelp PSGet.psm1-help.xml #> [CmdletBinding(DefaultParameterSetName='NameParameterSet', - HelpUri='http://go.microsoft.com/fwlink/?LinkId=619784', + HelpUri='https://go.microsoft.com/fwlink/?LinkId=619784', SupportsShouldProcess=$true)] Param ( @@ -3546,7 +3546,7 @@ function Update-Script .ExternalHelp PSGet.psm1-help.xml #> [CmdletBinding(SupportsShouldProcess=$true, - HelpUri='http://go.microsoft.com/fwlink/?LinkId=619787')] + HelpUri='https://go.microsoft.com/fwlink/?LinkId=619787')] Param ( [Parameter(ValueFromPipelineByPropertyName=$true, @@ -3748,7 +3748,7 @@ function Uninstall-Script #> [CmdletBinding(DefaultParameterSetName='NameParameterSet', SupportsShouldProcess=$true, - HelpUri='http://go.microsoft.com/fwlink/?LinkId=619789')] + HelpUri='https://go.microsoft.com/fwlink/?LinkId=619789')] Param ( [Parameter(ValueFromPipelineByPropertyName=$true, @@ -3846,7 +3846,7 @@ function Get-InstalledScript <# .ExternalHelp PSGet.psm1-help.xml #> - [CmdletBinding(HelpUri='http://go.microsoft.com/fwlink/?LinkId=619790')] + [CmdletBinding(HelpUri='https://go.microsoft.com/fwlink/?LinkId=619790')] Param ( [Parameter(ValueFromPipelineByPropertyName=$true, @@ -3904,7 +3904,7 @@ function Register-PSRepository .ExternalHelp PSGet.psm1-help.xml #> [CmdletBinding(DefaultParameterSetName='NameParameterSet', - HelpUri='http://go.microsoft.com/fwlink/?LinkID=517129')] + HelpUri='https://go.microsoft.com/fwlink/?LinkID=517129')] Param ( [Parameter(Mandatory=$true, @@ -4114,7 +4114,7 @@ function Set-PSRepository .ExternalHelp PSGet.psm1-help.xml #> [CmdletBinding(PositionalBinding=$false, - HelpUri='http://go.microsoft.com/fwlink/?LinkID=517128')] + HelpUri='https://go.microsoft.com/fwlink/?LinkID=517128')] Param ( [Parameter(Mandatory=$true, Position=0)] @@ -4313,7 +4313,7 @@ function Unregister-PSRepository <# .ExternalHelp PSGet.psm1-help.xml #> - [CmdletBinding(HelpUri='http://go.microsoft.com/fwlink/?LinkID=517130')] + [CmdletBinding(HelpUri='https://go.microsoft.com/fwlink/?LinkID=517130')] Param ( [Parameter(ValueFromPipelineByPropertyName=$true, @@ -4357,7 +4357,7 @@ function Get-PSRepository <# .ExternalHelp PSGet.psm1-help.xml #> - [CmdletBinding(HelpUri='http://go.microsoft.com/fwlink/?LinkID=517127')] + [CmdletBinding(HelpUri='https://go.microsoft.com/fwlink/?LinkID=517127')] Param ( [Parameter(ValueFromPipelineByPropertyName=$true)] @@ -4455,7 +4455,7 @@ function Test-ScriptFileInfo #> [CmdletBinding(PositionalBinding=$false, DefaultParameterSetName='PathParameterSet', - HelpUri='http://go.microsoft.com/fwlink/?LinkId=619791')] + HelpUri='https://go.microsoft.com/fwlink/?LinkId=619791')] Param ( [Parameter(Mandatory=$true, @@ -4788,7 +4788,7 @@ function New-ScriptFileInfo #> [CmdletBinding(PositionalBinding=$false, SupportsShouldProcess=$true, - HelpUri='http://go.microsoft.com/fwlink/?LinkId=619792')] + HelpUri='https://go.microsoft.com/fwlink/?LinkId=619792')] Param ( [Parameter(Mandatory=$false, @@ -5029,7 +5029,7 @@ function Update-ScriptFileInfo [CmdletBinding(PositionalBinding=$false, DefaultParameterSetName='PathParameterSet', SupportsShouldProcess=$true, - HelpUri='http://go.microsoft.com/fwlink/?LinkId=619793')] + HelpUri='https://go.microsoft.com/fwlink/?LinkId=619793')] Param ( [Parameter(Mandatory=$true, @@ -12491,7 +12491,7 @@ function Update-ModuleManifest #> [CmdletBinding(SupportsShouldProcess=$true, PositionalBinding=$false, - HelpUri='http://go.microsoft.com/fwlink/?LinkId=619311')] + HelpUri='https://go.microsoft.com/fwlink/?LinkId=619311')] Param ( [Parameter(Mandatory=$true, diff --git a/src/Modules/Shared/PowerShellGet/PowerShellGet.psd1 b/src/Modules/Shared/PowerShellGet/PowerShellGet.psd1 index 38870d21492..a9fd5367463 100644 --- a/src/Modules/Shared/PowerShellGet/PowerShellGet.psd1 +++ b/src/Modules/Shared/PowerShellGet/PowerShellGet.psd1 @@ -46,5 +46,5 @@ PrivateData = @{ "PackageManagementProviders" = 'PSModule.psm1' "SupportedPowerShellGetFormatVersions" = @('1.x') } -HelpInfoURI = 'http://go.microsoft.com/fwlink/?LinkId=393271' +HelpInfoURI = 'https://go.microsoft.com/fwlink/?LinkId=393271' } diff --git a/src/Modules/Unix/Microsoft.PowerShell.Management/Microsoft.PowerShell.Management.psd1 b/src/Modules/Unix/Microsoft.PowerShell.Management/Microsoft.PowerShell.Management.psd1 index 16b1f5aad87..db3a08fe3e1 100644 --- a/src/Modules/Unix/Microsoft.PowerShell.Management/Microsoft.PowerShell.Management.psd1 +++ b/src/Modules/Unix/Microsoft.PowerShell.Management/Microsoft.PowerShell.Management.psd1 @@ -6,7 +6,7 @@ Copyright=" ModuleVersion="3.1.0.0" PowerShellVersion="3.0" NestedModules="Microsoft.PowerShell.Commands.Management.dll" -HelpInfoURI = 'http://go.microsoft.com/fwlink/?linkid=390785' +HelpInfoURI = 'https://go.microsoft.com/fwlink/?linkid=390785' FunctionsToExport = @() CmdletsToExport=@("Add-Content", "Clear-Content", diff --git a/src/Modules/Unix/Microsoft.PowerShell.Security/Microsoft.PowerShell.Security.psd1 b/src/Modules/Unix/Microsoft.PowerShell.Security/Microsoft.PowerShell.Security.psd1 index ade5527e30e..f86fa695fbf 100644 --- a/src/Modules/Unix/Microsoft.PowerShell.Security/Microsoft.PowerShell.Security.psd1 +++ b/src/Modules/Unix/Microsoft.PowerShell.Security/Microsoft.PowerShell.Security.psd1 @@ -9,5 +9,5 @@ AliasesToExport = @() FunctionsToExport = @() CmdletsToExport="Get-Credential", "Get-ExecutionPolicy", "Set-ExecutionPolicy", "ConvertFrom-SecureString", "ConvertTo-SecureString" NestedModules="Microsoft.PowerShell.Security.dll" -HelpInfoURI = 'http://go.microsoft.com/fwlink/?linkid=390786' +HelpInfoURI = 'https://go.microsoft.com/fwlink/?linkid=390786' } diff --git a/src/Modules/Unix/Microsoft.PowerShell.Utility/Microsoft.PowerShell.Utility.psd1 b/src/Modules/Unix/Microsoft.PowerShell.Utility/Microsoft.PowerShell.Utility.psd1 index 45fa2f9c351..0b43f43c667 100644 --- a/src/Modules/Unix/Microsoft.PowerShell.Utility/Microsoft.PowerShell.Utility.psd1 +++ b/src/Modules/Unix/Microsoft.PowerShell.Utility/Microsoft.PowerShell.Utility.psd1 @@ -26,5 +26,5 @@ CmdletsToExport= "Format-List", "Format-Custom", "Format-Table", "Format-Wide", FunctionsToExport= "Get-FileHash", "New-TemporaryFile", "New-Guid", "Format-Hex", "Import-PowerShellDataFile" AliasesToExport= "fhx" NestedModules="Microsoft.PowerShell.Commands.Utility.dll","Microsoft.PowerShell.Utility.psm1" -HelpInfoURI = 'http://go.microsoft.com/fwlink/?linkid=390787' +HelpInfoURI = 'https://go.microsoft.com/fwlink/?linkid=390787' } diff --git a/src/Modules/Windows-Core+Full/CimCmdlets/CimCmdlets.psd1 b/src/Modules/Windows-Core+Full/CimCmdlets/CimCmdlets.psd1 index d46e3c7e8df..294de972f5c 100644 --- a/src/Modules/Windows-Core+Full/CimCmdlets/CimCmdlets.psd1 +++ b/src/Modules/Windows-Core+Full/CimCmdlets/CimCmdlets.psd1 @@ -14,5 +14,5 @@ CmdletsToExport= "Get-CimAssociatedInstance", "Get-CimClass", "Get-CimInstance", "Export-BinaryMiLog","Import-BinaryMiLog" AliasesToExport = "gcim","scim","ncim", "rcim","icim","gcai","rcie","ncms","rcms","gcms","ncso","gcls" FunctionsToExport = @() -HelpInfoUri="http://go.microsoft.com/fwlink/?linkid=390758" +HelpInfoUri="https://go.microsoft.com/fwlink/?linkid=390758" } diff --git a/src/Modules/Windows-Core+Full/Microsoft.PowerShell.LocalAccounts/Microsoft.PowerShell.LocalAccounts.psd1 b/src/Modules/Windows-Core+Full/Microsoft.PowerShell.LocalAccounts/Microsoft.PowerShell.LocalAccounts.psd1 index 7edc55e333e..b2b562f0002 100644 --- a/src/Modules/Windows-Core+Full/Microsoft.PowerShell.LocalAccounts/Microsoft.PowerShell.LocalAccounts.psd1 +++ b/src/Modules/Windows-Core+Full/Microsoft.PowerShell.LocalAccounts/Microsoft.PowerShell.LocalAccounts.psd1 @@ -27,6 +27,6 @@ CmdletsToExport = @( 'Set-LocalUser' ) AliasesToExport= @( "algm", "dlu", "elu", "glg", "glgm", "glu", "nlg", "nlu", "rlg", "rlgm", "rlu", "rnlg", "rnlu", "slg", "slu") -HelpInfoURI = 'http://go.microsoft.com/fwlink/?LinkId=717973' +HelpInfoURI = 'https://go.microsoft.com/fwlink/?LinkId=717973' } diff --git a/src/Modules/Windows-Core+Full/Microsoft.WSMan.Management/Microsoft.WSMan.Management.psd1 b/src/Modules/Windows-Core+Full/Microsoft.WSMan.Management/Microsoft.WSMan.Management.psd1 index 972d3688616..03cf980b35b 100644 --- a/src/Modules/Windows-Core+Full/Microsoft.WSMan.Management/Microsoft.WSMan.Management.psd1 +++ b/src/Modules/Windows-Core+Full/Microsoft.WSMan.Management/Microsoft.WSMan.Management.psd1 @@ -11,5 +11,5 @@ FunctionsToExport = @() CmdletsToExport="Disable-WSManCredSSP", "Enable-WSManCredSSP", "Get-WSManCredSSP", "Set-WSManQuickConfig", "Test-WSMan", "Invoke-WSManAction", "Connect-WSMan", "Disconnect-WSMan", "Get-WSManInstance", "Set-WSManInstance", "Remove-WSManInstance", "New-WSManInstance", "New-WSManSessionOption" NestedModules="Microsoft.WSMan.Management.dll" FormatsToProcess="WSMan.format.ps1xml" -HelpInfoURI = 'http://go.microsoft.com/fwlink/?linkid=390788' +HelpInfoURI = 'https://go.microsoft.com/fwlink/?linkid=390788' } diff --git a/src/Modules/Windows-Core/Microsoft.PowerShell.Diagnostics/Microsoft.PowerShell.Diagnostics.psd1 b/src/Modules/Windows-Core/Microsoft.PowerShell.Diagnostics/Microsoft.PowerShell.Diagnostics.psd1 index dec59a24f73..eb03f078d23 100644 --- a/src/Modules/Windows-Core/Microsoft.PowerShell.Diagnostics/Microsoft.PowerShell.Diagnostics.psd1 +++ b/src/Modules/Windows-Core/Microsoft.PowerShell.Diagnostics/Microsoft.PowerShell.Diagnostics.psd1 @@ -9,5 +9,5 @@ CmdletsToExport="Get-WinEvent", "New-WinEvent" NestedModules="Microsoft.PowerShell.Commands.Diagnostics.dll" TypesToProcess="..\..\GetEvent.types.ps1xml" FormatsToProcess="..\..\Event.format.ps1xml" -HelpInfoURI = 'http://go.microsoft.com/fwlink/?linkid=390783' +HelpInfoURI = 'https://go.microsoft.com/fwlink/?linkid=390783' } \ No newline at end of file diff --git a/src/Modules/Windows-Core/Microsoft.PowerShell.Management/Microsoft.PowerShell.Management.psd1 b/src/Modules/Windows-Core/Microsoft.PowerShell.Management/Microsoft.PowerShell.Management.psd1 index 11aff65840b..2c0acd4eb02 100644 --- a/src/Modules/Windows-Core/Microsoft.PowerShell.Management/Microsoft.PowerShell.Management.psd1 +++ b/src/Modules/Windows-Core/Microsoft.PowerShell.Management/Microsoft.PowerShell.Management.psd1 @@ -6,7 +6,7 @@ Copyright=" ModuleVersion="3.1.0.0" PowerShellVersion="3.0" NestedModules="Microsoft.PowerShell.Commands.Management.dll" -HelpInfoURI = 'http://go.microsoft.com/fwlink/?linkid=390785' +HelpInfoURI = 'https://go.microsoft.com/fwlink/?linkid=390785' AliasesToExport = @("gin", "gtz", "stz") FunctionsToExport = @() CmdletsToExport=@("Add-Content", diff --git a/src/Modules/Windows-Core/Microsoft.PowerShell.Security/Microsoft.PowerShell.Security.psd1 b/src/Modules/Windows-Core/Microsoft.PowerShell.Security/Microsoft.PowerShell.Security.psd1 index 26a1ca6ee83..f47251e8321 100644 --- a/src/Modules/Windows-Core/Microsoft.PowerShell.Security/Microsoft.PowerShell.Security.psd1 +++ b/src/Modules/Windows-Core/Microsoft.PowerShell.Security/Microsoft.PowerShell.Security.psd1 @@ -9,5 +9,5 @@ AliasesToExport = @() FunctionsToExport = @() CmdletsToExport="Get-Acl", "Set-Acl", "Get-Credential", "Get-ExecutionPolicy", "Set-ExecutionPolicy", "Get-AuthenticodeSignature", "Set-AuthenticodeSignature", "ConvertFrom-SecureString", "ConvertTo-SecureString", "New-FileCatalog" , "Test-FileCatalog" NestedModules="Microsoft.PowerShell.Security.dll" -HelpInfoURI = 'http://go.microsoft.com/fwlink/?linkid=390786' +HelpInfoURI = 'https://go.microsoft.com/fwlink/?linkid=390786' } diff --git a/src/Modules/Windows-Core/Microsoft.PowerShell.Utility/Microsoft.PowerShell.Utility.psd1 b/src/Modules/Windows-Core/Microsoft.PowerShell.Utility/Microsoft.PowerShell.Utility.psd1 index acefbaa1d8e..4d14fe15c53 100644 --- a/src/Modules/Windows-Core/Microsoft.PowerShell.Utility/Microsoft.PowerShell.Utility.psd1 +++ b/src/Modules/Windows-Core/Microsoft.PowerShell.Utility/Microsoft.PowerShell.Utility.psd1 @@ -27,5 +27,5 @@ FunctionsToExport= "Get-FileHash", "New-TemporaryFile", "New-Guid", "Format-Hex" "ConvertFrom-SddlString" AliasesToExport= "fhx" NestedModules="Microsoft.PowerShell.Commands.Utility.dll","Microsoft.PowerShell.Utility.psm1" -HelpInfoURI = 'http://go.microsoft.com/fwlink/?linkid=390787' +HelpInfoURI = 'https://go.microsoft.com/fwlink/?linkid=390787' } diff --git a/src/Modules/Windows-Full/Microsoft.PowerShell.Diagnostics/Microsoft.PowerShell.Diagnostics.psd1 b/src/Modules/Windows-Full/Microsoft.PowerShell.Diagnostics/Microsoft.PowerShell.Diagnostics.psd1 index d72eb9e2834..9bfdb981d49 100644 --- a/src/Modules/Windows-Full/Microsoft.PowerShell.Diagnostics/Microsoft.PowerShell.Diagnostics.psd1 +++ b/src/Modules/Windows-Full/Microsoft.PowerShell.Diagnostics/Microsoft.PowerShell.Diagnostics.psd1 @@ -12,5 +12,5 @@ CmdletsToExport="Get-WinEvent", "Get-Counter", "Import-Counter", "Export-Counter NestedModules="Microsoft.PowerShell.Commands.Diagnostics.dll" TypesToProcess="GetEvent.types.ps1xml" FormatsToProcess="Event.format.ps1xml","Diagnostics.format.ps1xml" -HelpInfoURI = 'http://go.microsoft.com/fwlink/?linkid=390783' +HelpInfoURI = 'https://go.microsoft.com/fwlink/?linkid=390783' } diff --git a/src/Modules/Windows-Full/Microsoft.PowerShell.Management/Microsoft.PowerShell.Management.psd1 b/src/Modules/Windows-Full/Microsoft.PowerShell.Management/Microsoft.PowerShell.Management.psd1 index f82518159e9..6325b6fe97d 100644 --- a/src/Modules/Windows-Full/Microsoft.PowerShell.Management/Microsoft.PowerShell.Management.psd1 +++ b/src/Modules/Windows-Full/Microsoft.PowerShell.Management/Microsoft.PowerShell.Management.psd1 @@ -7,7 +7,7 @@ ModuleVersion="3.1.0.0" PowerShellVersion="3.0" CLRVersion="4.0" NestedModules="Microsoft.PowerShell.Commands.Management.dll" -HelpInfoURI = 'http://go.microsoft.com/fwlink/?linkid=390785' +HelpInfoURI = 'https://go.microsoft.com/fwlink/?linkid=390785' AliasesToExport = @("gcb", "scb", "gin", "gtz", "stz") FunctionsToExport = @() CmdletsToExport=@("Add-Content", diff --git a/src/Modules/Windows-Full/Microsoft.PowerShell.ODataUtils/Microsoft.PowerShell.ODataUtils.psd1 b/src/Modules/Windows-Full/Microsoft.PowerShell.ODataUtils/Microsoft.PowerShell.ODataUtils.psd1 index 4b611f2dc4e..589b6cb824c 100644 --- a/src/Modules/Windows-Full/Microsoft.PowerShell.ODataUtils/Microsoft.PowerShell.ODataUtils.psd1 +++ b/src/Modules/Windows-Full/Microsoft.PowerShell.ODataUtils/Microsoft.PowerShell.ODataUtils.psd1 @@ -85,7 +85,7 @@ AliasesToExport = '' # PrivateData = '' # HelpInfo URI of this module -HelpInfoURI = 'http://go.microsoft.com/fwlink/?LinkId=509916' +HelpInfoURI = 'https://go.microsoft.com/fwlink/?LinkId=509916' # Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix. # DefaultCommandPrefix = '' diff --git a/src/Modules/Windows-Full/Microsoft.PowerShell.ODataUtils/Microsoft.PowerShell.ODataUtils.psm1 b/src/Modules/Windows-Full/Microsoft.PowerShell.ODataUtils/Microsoft.PowerShell.ODataUtils.psm1 index 139ec4b6d75..2d62889262b 100644 --- a/src/Modules/Windows-Full/Microsoft.PowerShell.ODataUtils/Microsoft.PowerShell.ODataUtils.psm1 +++ b/src/Modules/Windows-Full/Microsoft.PowerShell.ODataUtils/Microsoft.PowerShell.ODataUtils.psm1 @@ -28,7 +28,7 @@ function Export-ODataEndpointProxy [CmdletBinding( DefaultParameterSetName='CDXML', SupportsShouldProcess=$true, - HelpUri="http://go.microsoft.com/fwlink/?LinkId=510069")] + HelpUri="https://go.microsoft.com/fwlink/?LinkId=510069")] [OutputType([System.IO.FileInfo])] param ( diff --git a/src/Modules/Windows-Full/Microsoft.PowerShell.Security/Microsoft.PowerShell.Security.psd1 b/src/Modules/Windows-Full/Microsoft.PowerShell.Security/Microsoft.PowerShell.Security.psd1 index 6ec56e324d6..65515324f4f 100644 --- a/src/Modules/Windows-Full/Microsoft.PowerShell.Security/Microsoft.PowerShell.Security.psd1 +++ b/src/Modules/Windows-Full/Microsoft.PowerShell.Security/Microsoft.PowerShell.Security.psd1 @@ -10,5 +10,5 @@ AliasesToExport = @() FunctionsToExport = @() CmdletsToExport="Get-Acl", "Set-Acl", "Get-PfxCertificate", "Get-Credential", "Get-ExecutionPolicy", "Set-ExecutionPolicy", "Get-AuthenticodeSignature", "Set-AuthenticodeSignature", "ConvertFrom-SecureString", "ConvertTo-SecureString", "Get-CmsMessage", "Unprotect-CmsMessage", "Protect-CmsMessage" , "New-FileCatalog" , "Test-FileCatalog" NestedModules="Microsoft.PowerShell.Security.dll" -HelpInfoURI = 'http://go.microsoft.com/fwlink/?linkid=390786' +HelpInfoURI = 'https://go.microsoft.com/fwlink/?linkid=390786' } diff --git a/src/Modules/Windows-Full/Microsoft.PowerShell.Utility/Microsoft.PowerShell.Utility.psd1 b/src/Modules/Windows-Full/Microsoft.PowerShell.Utility/Microsoft.PowerShell.Utility.psd1 index 618763603db..e1f0036c000 100644 --- a/src/Modules/Windows-Full/Microsoft.PowerShell.Utility/Microsoft.PowerShell.Utility.psd1 +++ b/src/Modules/Windows-Full/Microsoft.PowerShell.Utility/Microsoft.PowerShell.Utility.psd1 @@ -29,5 +29,5 @@ FunctionsToExport= "Get-FileHash", "New-TemporaryFile", "New-Guid", "Format-Hex" "ConvertFrom-SddlString" AliasesToExport= "CFS", "fhx" NestedModules="Microsoft.PowerShell.Commands.Utility.dll","Microsoft.PowerShell.Utility.psm1" -HelpInfoURI = 'http://go.microsoft.com/fwlink/?linkid=390787' +HelpInfoURI = 'https://go.microsoft.com/fwlink/?linkid=390787' } diff --git a/src/Modules/Windows-Full/PSScheduledJob/PSScheduledJob.psd1 b/src/Modules/Windows-Full/PSScheduledJob/PSScheduledJob.psd1 index 96ab8ba017e..042e8735a3e 100644 --- a/src/Modules/Windows-Full/PSScheduledJob/PSScheduledJob.psd1 +++ b/src/Modules/Windows-Full/PSScheduledJob/PSScheduledJob.psd1 @@ -29,5 +29,5 @@ CmdletsToExport = 'New-JobTrigger', 'Add-JobTrigger', 'Remove-JobTrigger', AliasesToExport = @() FunctionsToExport = @() -HelpInfoURI = 'http://go.microsoft.com/fwlink/?linkid=390816' +HelpInfoURI = 'https://go.microsoft.com/fwlink/?linkid=390816' } diff --git a/src/Modules/Windows-Full/PSWorkflow/PSWorkflow.psd1 b/src/Modules/Windows-Full/PSWorkflow/PSWorkflow.psd1 index 5affd0ed0f0..491a6b33d54 100644 --- a/src/Modules/Windows-Full/PSWorkflow/PSWorkflow.psd1 +++ b/src/Modules/Windows-Full/PSWorkflow/PSWorkflow.psd1 @@ -11,5 +11,5 @@ AliasesToExport = 'nwsn' FunctionsToExport = 'New-PSWorkflowSession' NestedModules="Microsoft.PowerShell.Activities","Microsoft.PowerShell.Workflow.ServiceCore","PSWorkflow.psm1" TypesToProcess="PSWorkflow.types.ps1xml" -HelpInfoURI = 'http://go.microsoft.com/fwlink/?linkid=390817' +HelpInfoURI = 'https://go.microsoft.com/fwlink/?linkid=390817' } diff --git a/src/Modules/Windows-Full/PSWorkflow/PSWorkflow.psm1 b/src/Modules/Windows-Full/PSWorkflow/PSWorkflow.psm1 index 5a733d51e43..6a9ce2cf3a4 100644 --- a/src/Modules/Windows-Full/PSWorkflow/PSWorkflow.psm1 +++ b/src/Modules/Windows-Full/PSWorkflow/PSWorkflow.psm1 @@ -3,7 +3,7 @@ <# .EXTERNALHELP Microsoft.PowerShell.Workflow.ServiceCore.dll-help.xml #> - [CmdletBinding(DefaultParameterSetName='ComputerName', HelpUri='http://go.microsoft.com/fwlink/?LinkID=238268', RemotingCapability='OwnedByCommand')] + [CmdletBinding(DefaultParameterSetName='ComputerName', HelpUri='https://go.microsoft.com/fwlink/?LinkID=238268', RemotingCapability='OwnedByCommand')] [OutputType([System.Management.Automation.Runspaces.PSSession])] param( [Parameter(ParameterSetName='ComputerName', Position=0, ValueFromPipeline=$true, ValueFromPipelineByPropertyName=$true)] diff --git a/src/Modules/Windows-Full/PSWorkflowUtility/PSWorkflowUtility.psd1 b/src/Modules/Windows-Full/PSWorkflowUtility/PSWorkflowUtility.psd1 index 144c57e4327..06615e8c0e3 100644 --- a/src/Modules/Windows-Full/PSWorkflowUtility/PSWorkflowUtility.psd1 +++ b/src/Modules/Windows-Full/PSWorkflowUtility/PSWorkflowUtility.psd1 @@ -10,5 +10,5 @@ AliasesToExport = @() CmdletsToExport = @() FunctionsToExport = 'Invoke-AsWorkflow' NestedModules="PSWorkflowUtility.psm1" -HelpInfoURI = 'http://go.microsoft.com/fwlink/?linkid=390818' +HelpInfoURI = 'https://go.microsoft.com/fwlink/?linkid=390818' } diff --git a/src/Modules/Windows-Full/PSWorkflowUtility/PSWorkflowUtility.psm1 b/src/Modules/Windows-Full/PSWorkflowUtility/PSWorkflowUtility.psm1 index 3eaa044118d..7e1ec155d0d 100644 --- a/src/Modules/Windows-Full/PSWorkflowUtility/PSWorkflowUtility.psm1 +++ b/src/Modules/Windows-Full/PSWorkflowUtility/PSWorkflowUtility.psm1 @@ -4,7 +4,7 @@ workflow Invoke-AsWorkflow .EXTERNALHELP Microsoft.PowerShell.Workflow.ServiceCore.dll-help.xml #> [System.Security.SecurityCritical()] - [CmdletBinding(DefaultParameterSetName='Command', HelpUri='http://go.microsoft.com/fwlink/?LinkId=238267')] + [CmdletBinding(DefaultParameterSetName='Command', HelpUri='https://go.microsoft.com/fwlink/?LinkId=238267')] param( [Parameter(Mandatory=$true,ParameterSetName="Command")] [ValidateNotNullOrEmpty()] diff --git a/src/System.Management.Automation/commands/utility/FormatAndOutput/out-console/OutConsole.cs b/src/System.Management.Automation/commands/utility/FormatAndOutput/out-console/OutConsole.cs index 94a2caf923c..264b54a04a2 100644 --- a/src/System.Management.Automation/commands/utility/FormatAndOutput/out-console/OutConsole.cs +++ b/src/System.Management.Automation/commands/utility/FormatAndOutput/out-console/OutConsole.cs @@ -16,7 +16,7 @@ namespace Microsoft.PowerShell.Commands /// Null sink to absorb pipeline output /// [CmdletAttribute("Out", "Null", SupportsShouldProcess = false, - HelpUri = "http://go.microsoft.com/fwlink/?LinkID=113366", RemotingCapability = RemotingCapability.None)] + HelpUri = "https://go.microsoft.com/fwlink/?LinkID=113366", RemotingCapability = RemotingCapability.None)] public class OutNullCommand : PSCmdlet { /// @@ -42,7 +42,7 @@ protected override void ProcessRecord() /// powershell.exe host at the end of the pipeline as the /// default sink (display to console screen) /// - [Cmdlet("Out", "Default", HelpUri = "http://go.microsoft.com/fwlink/?LinkID=113362", RemotingCapability = RemotingCapability.None)] + [Cmdlet("Out", "Default", HelpUri = "https://go.microsoft.com/fwlink/?LinkID=113362", RemotingCapability = RemotingCapability.None)] public class OutDefaultCommand : FrontEndCommandBase { /// @@ -157,7 +157,7 @@ protected override void EndProcessing() /// /// implementation for the out-host command /// - [Cmdlet("Out", "Host", HelpUri = "http://go.microsoft.com/fwlink/?LinkID=113365", RemotingCapability = RemotingCapability.None)] + [Cmdlet("Out", "Host", HelpUri = "https://go.microsoft.com/fwlink/?LinkID=113365", RemotingCapability = RemotingCapability.None)] public class OutHostCommand : FrontEndCommandBase { #region Command Line Parameters diff --git a/src/System.Management.Automation/engine/CommandCompletion/ExtensibleCompletion.cs b/src/System.Management.Automation/engine/CommandCompletion/ExtensibleCompletion.cs index ca201d716d2..9a721c761f7 100644 --- a/src/System.Management.Automation/engine/CommandCompletion/ExtensibleCompletion.cs +++ b/src/System.Management.Automation/engine/CommandCompletion/ExtensibleCompletion.cs @@ -90,7 +90,7 @@ IEnumerable CompleteArgument( /// /// /// - [Cmdlet(VerbsLifecycle.Register, "ArgumentCompleter", HelpUri = "http://go.microsoft.com/fwlink/?LinkId=528576")] + [Cmdlet(VerbsLifecycle.Register, "ArgumentCompleter", HelpUri = "https://go.microsoft.com/fwlink/?LinkId=528576")] public class RegisterArgumentCompleterCommand : PSCmdlet { /// diff --git a/src/System.Management.Automation/engine/CommandMetadata.cs b/src/System.Management.Automation/engine/CommandMetadata.cs index 9a4a5d46fb7..4e3e89950f3 100644 --- a/src/System.Management.Automation/engine/CommandMetadata.cs +++ b/src/System.Management.Automation/engine/CommandMetadata.cs @@ -1204,7 +1204,7 @@ private static CommandMetadata GetRestrictedGetCommand() return GetRestrictedCmdlet( "Get-Command", null, // defaultParameterSet - "http://go.microsoft.com/fwlink/?LinkID=113309", // helpUri + "https://go.microsoft.com/fwlink/?LinkID=113309", // helpUri nameParameter, moduleParameter, argumentListParameter, @@ -1223,7 +1223,7 @@ private static CommandMetadata GetRestrictedGetFormatData() typeNameParameter.Attributes.Add(new ValidateLengthAttribute(0, 1000)); typeNameParameter.Attributes.Add(new ValidateCountAttribute(0, 1000)); - return GetRestrictedCmdlet("Get-FormatData", null, "http://go.microsoft.com/fwlink/?LinkID=144303", typeNameParameter); + return GetRestrictedCmdlet("Get-FormatData", null, "https://go.microsoft.com/fwlink/?LinkID=144303", typeNameParameter); } private static CommandMetadata GetRestrictedGetHelp() @@ -1242,7 +1242,7 @@ private static CommandMetadata GetRestrictedGetHelp() categoryParameter.Attributes.Add(new ValidateSetAttribute(Enum.GetNames(typeof(HelpCategory)))); categoryParameter.Attributes.Add(new ValidateCountAttribute(0, 1)); - return GetRestrictedCmdlet("Get-Help", null, "http://go.microsoft.com/fwlink/?LinkID=113316", nameParameter, categoryParameter); + return GetRestrictedCmdlet("Get-Help", null, "https://go.microsoft.com/fwlink/?LinkID=113316", nameParameter, categoryParameter); } private static CommandMetadata GetRestrictedSelectObject() @@ -1268,7 +1268,7 @@ private static CommandMetadata GetRestrictedSelectObject() ParameterSetMetadata.ParameterFlags.ValueFromPipeline | ParameterSetMetadata.ParameterFlags.Mandatory, null)); // no help message - return GetRestrictedCmdlet("Select-Object", null, "http://go.microsoft.com/fwlink/?LinkID=113387", propertyParameter, inputParameter); + return GetRestrictedCmdlet("Select-Object", null, "https://go.microsoft.com/fwlink/?LinkID=113387", propertyParameter, inputParameter); } private static CommandMetadata GetRestrictedMeasureObject() @@ -1285,7 +1285,7 @@ private static CommandMetadata GetRestrictedMeasureObject() ParameterSetMetadata.ParameterFlags.ValueFromPipeline | ParameterSetMetadata.ParameterFlags.Mandatory, null)); // no help message - return GetRestrictedCmdlet("Measure-Object", null, "http://go.microsoft.com/fwlink/?LinkID=113349", inputParameter); + return GetRestrictedCmdlet("Measure-Object", null, "https://go.microsoft.com/fwlink/?LinkID=113349", inputParameter); } private static CommandMetadata GetRestrictedOutDefault() @@ -1301,7 +1301,7 @@ private static CommandMetadata GetRestrictedOutDefault() ParameterSetMetadata.ParameterFlags.ValueFromPipeline | ParameterSetMetadata.ParameterFlags.Mandatory, null)); // no help message - return GetRestrictedCmdlet("Out-Default", null, "http://go.microsoft.com/fwlink/?LinkID=113362", inputParameter); + return GetRestrictedCmdlet("Out-Default", null, "https://go.microsoft.com/fwlink/?LinkID=113362", inputParameter); } private static CommandMetadata GetRestrictedExitPSSession() @@ -1309,7 +1309,7 @@ private static CommandMetadata GetRestrictedExitPSSession() // remote Exit-PSSession is not called by PowerShell, but is needed so that users // can exit an interactive remoting session - return GetRestrictedCmdlet("Exit-PSSession", null, "http://go.microsoft.com/fwlink/?LinkID=135210"); // no parameters are used + return GetRestrictedCmdlet("Exit-PSSession", null, "https://go.microsoft.com/fwlink/?LinkID=135210"); // no parameters are used } /// @@ -1472,7 +1472,7 @@ private static Collection GetRestrictedJobCommands() ParameterMetadata passThruParameter = new ParameterMetadata("PassThru", typeof(SwitchParameter)); ParameterMetadata anyParameter = new ParameterMetadata("Any", typeof(SwitchParameter)); - CommandMetadata stopJob = GetRestrictedCmdlet("Stop-Job", JobCmdletBase.SessionIdParameterSet, "http://go.microsoft.com/fwlink/?LinkID=113413", nameParameter, + CommandMetadata stopJob = GetRestrictedCmdlet("Stop-Job", JobCmdletBase.SessionIdParameterSet, "https://go.microsoft.com/fwlink/?LinkID=113413", nameParameter, instanceIdParameter, idParameter, stateParameter, filterParameter, jobParameter, passThruParameter); restrictedJobCommands.Add(stopJob); @@ -1481,13 +1481,13 @@ private static Collection GetRestrictedJobCommands() ParameterMetadata timeoutParameter = new ParameterMetadata("Timeout", typeof(int)); timeoutParameter.Attributes.Add(new ValidateRangeAttribute(-1, Int32.MaxValue)); - CommandMetadata waitJob = GetRestrictedCmdlet("Wait-Job", JobCmdletBase.SessionIdParameterSet, "http://go.microsoft.com/fwlink/?LinkID=113422", nameParameter, + CommandMetadata waitJob = GetRestrictedCmdlet("Wait-Job", JobCmdletBase.SessionIdParameterSet, "https://go.microsoft.com/fwlink/?LinkID=113422", nameParameter, instanceIdParameter, idParameter, jobParameter, stateParameter, filterParameter, anyParameter, timeoutParameter); restrictedJobCommands.Add(waitJob); // Get-Job cmdlet - CommandMetadata getJob = GetRestrictedCmdlet("Get-Job", JobCmdletBase.SessionIdParameterSet, "http://go.microsoft.com/fwlink/?LinkID=113328", nameParameter, + CommandMetadata getJob = GetRestrictedCmdlet("Get-Job", JobCmdletBase.SessionIdParameterSet, "https://go.microsoft.com/fwlink/?LinkID=113328", nameParameter, instanceIdParameter, idParameter, stateParameter, filterParameter, commandParameter); restrictedJobCommands.Add(getJob); @@ -1520,7 +1520,7 @@ private static Collection GetRestrictedJobCommands() ParameterMetadata writeJobParameter = new ParameterMetadata("WriteJobInResults", typeof(SwitchParameter)); ParameterMetadata autoRemoveParameter = new ParameterMetadata("AutoRemoveJob", typeof(SwitchParameter)); - CommandMetadata receiveJob = GetRestrictedCmdlet("Receive-Job", "Location", "http://go.microsoft.com/fwlink/?LinkID=113372", nameParameter, + CommandMetadata receiveJob = GetRestrictedCmdlet("Receive-Job", "Location", "https://go.microsoft.com/fwlink/?LinkID=113372", nameParameter, instanceIdParameter, idParameter, stateParameter, jobParameter2, computerNameParameter, locationParameter, @@ -1531,20 +1531,20 @@ private static Collection GetRestrictedJobCommands() // Remove-Job cmdlet ParameterMetadata forceParameter = new ParameterMetadata("Force", typeof(SwitchParameter)); - CommandMetadata removeJob = GetRestrictedCmdlet("Remove-Job", JobCmdletBase.SessionIdParameterSet, "http://go.microsoft.com/fwlink/?LinkID=113377", + CommandMetadata removeJob = GetRestrictedCmdlet("Remove-Job", JobCmdletBase.SessionIdParameterSet, "https://go.microsoft.com/fwlink/?LinkID=113377", nameParameter, instanceIdParameter, idParameter, stateParameter, filterParameter, jobParameter, forceParameter); restrictedJobCommands.Add(removeJob); // Suspend-Job cmdlet - CommandMetadata suspendJob = GetRestrictedCmdlet("Suspend-Job", JobCmdletBase.SessionIdParameterSet, "http://go.microsoft.com/fwlink/?LinkID=210613", + CommandMetadata suspendJob = GetRestrictedCmdlet("Suspend-Job", JobCmdletBase.SessionIdParameterSet, "https://go.microsoft.com/fwlink/?LinkID=210613", nameParameter, instanceIdParameter, idParameter, stateParameter, filterParameter, jobParameter, passThruParameter); restrictedJobCommands.Add(suspendJob); // Suspend-Job cmdlet - CommandMetadata resumeJob = GetRestrictedCmdlet("Resume-Job", JobCmdletBase.SessionIdParameterSet, "http://go.microsoft.com/fwlink/?LinkID=210611", + CommandMetadata resumeJob = GetRestrictedCmdlet("Resume-Job", JobCmdletBase.SessionIdParameterSet, "https://go.microsoft.com/fwlink/?LinkID=210611", nameParameter, instanceIdParameter, idParameter, stateParameter, filterParameter, jobParameter, passThruParameter); restrictedJobCommands.Add(resumeJob); diff --git a/src/System.Management.Automation/engine/GetCommandCommand.cs b/src/System.Management.Automation/engine/GetCommandCommand.cs index bf14d81a049..c9f2df7acca 100644 --- a/src/System.Management.Automation/engine/GetCommandCommand.cs +++ b/src/System.Management.Automation/engine/GetCommandCommand.cs @@ -24,7 +24,7 @@ namespace Microsoft.PowerShell.Commands /// command that is found. /// /// - [Cmdlet(VerbsCommon.Get, "Command", DefaultParameterSetName = "CmdletSet", HelpUri = "http://go.microsoft.com/fwlink/?LinkID=113309")] + [Cmdlet(VerbsCommon.Get, "Command", DefaultParameterSetName = "CmdletSet", HelpUri = "https://go.microsoft.com/fwlink/?LinkID=113309")] [OutputType(typeof(AliasInfo), typeof(ApplicationInfo), typeof(FunctionInfo), typeof(CmdletInfo), typeof(ExternalScriptInfo), typeof(FilterInfo), typeof(WorkflowInfo), typeof(string), typeof(PSObject))] diff --git a/src/System.Management.Automation/engine/InitialSessionState.cs b/src/System.Management.Automation/engine/InitialSessionState.cs index ff068847d08..6fee517963a 100644 --- a/src/System.Management.Automation/engine/InitialSessionState.cs +++ b/src/System.Management.Automation/engine/InitialSessionState.cs @@ -4589,7 +4589,7 @@ internal static string GetClearHostFunctionText() @{Top = -1; Bottom = -1; Right = -1; Left = -1}, @{Character = ' '; ForegroundColor = $rawui.ForegroundColor; BackgroundColor = $rawui.BackgroundColor}) # .Link -# http://go.microsoft.com/fwlink/?LinkID=225747 +# https://go.microsoft.com/fwlink/?LinkID=225747 # .ExternalHelp System.Management.Automation.dll-help.xml "; } @@ -4614,7 +4614,7 @@ internal static string GetHelpPagingFunctionText() .FORWARDHELPTARGETNAME Get-Help .FORWARDHELPCATEGORY Cmdlet #> -[CmdletBinding(DefaultParameterSetName='AllUsersView', HelpUri='http://go.microsoft.com/fwlink/?LinkID=113316')] +[CmdletBinding(DefaultParameterSetName='AllUsersView', HelpUri='https://go.microsoft.com/fwlink/?LinkID=113316')] param( [Parameter(Position=0, ValueFromPipelineByPropertyName=$true)] [string] @@ -4770,7 +4770,7 @@ internal static string GetGetVerbText() } } # .Link -# http://go.microsoft.com/fwlink/?LinkID=160712 +# https://go.microsoft.com/fwlink/?LinkID=160712 # .ExternalHelp System.Management.Automation.dll-help.xml "; } @@ -5324,7 +5324,7 @@ internal static SessionStateAliasEntry[] BuiltInAliases internal const string DefaultPromptFunctionText = @" ""PS $($executionContext.SessionState.Path.CurrentLocation)$('>' * ($nestedPromptLevel + 1)) ""; # .Link -# http://go.microsoft.com/fwlink/?LinkID=225750 +# https://go.microsoft.com/fwlink/?LinkID=225750 # .ExternalHelp System.Management.Automation.dll-help.xml "; diff --git a/src/System.Management.Automation/engine/InternalCommands.cs b/src/System.Management.Automation/engine/InternalCommands.cs index f0d745336b6..b988a2df6ea 100644 --- a/src/System.Management.Automation/engine/InternalCommands.cs +++ b/src/System.Management.Automation/engine/InternalCommands.cs @@ -25,7 +25,7 @@ namespace Microsoft.PowerShell.Commands /// [SuppressMessage("Microsoft.PowerShell", "PS1012:CallShouldProcessOnlyIfDeclaringSupport")] [Cmdlet("ForEach", "Object", SupportsShouldProcess = true, DefaultParameterSetName = "ScriptBlockSet", - HelpUri = "http://go.microsoft.com/fwlink/?LinkID=113300", RemotingCapability = RemotingCapability.None)] + HelpUri = "https://go.microsoft.com/fwlink/?LinkID=113300", RemotingCapability = RemotingCapability.None)] public sealed class ForEachObjectCommand : PSCmdlet { /// @@ -765,7 +765,7 @@ protected override void EndProcessing() /// is passed on, otherwise it is dropped. /// [Cmdlet("Where", "Object", DefaultParameterSetName = "EqualSet", - HelpUri = "http://go.microsoft.com/fwlink/?LinkID=113423", RemotingCapability = RemotingCapability.None)] + HelpUri = "https://go.microsoft.com/fwlink/?LinkID=113423", RemotingCapability = RemotingCapability.None)] public sealed class WhereObjectCommand : PSCmdlet { /// @@ -1664,7 +1664,7 @@ private ReadOnlyPSMemberInfoCollection GetMatchMembers() /// /// Implements a cmdlet that sets the script debugging options. /// - [Cmdlet(VerbsCommon.Set, "PSDebug", HelpUri = "http://go.microsoft.com/fwlink/?LinkID=113398")] + [Cmdlet(VerbsCommon.Set, "PSDebug", HelpUri = "https://go.microsoft.com/fwlink/?LinkID=113398")] public sealed class SetPSDebugCommand : PSCmdlet { /// @@ -1755,7 +1755,7 @@ protected override void BeginProcessing() /// Unlike Set-PSDebug -strict, Set-StrictMode is not engine-wide, and only /// affects the scope it was defined in. /// - [Cmdlet(VerbsCommon.Set, "StrictMode", DefaultParameterSetName = "Version", HelpUri = "http://go.microsoft.com/fwlink/?LinkID=113450")] + [Cmdlet(VerbsCommon.Set, "StrictMode", DefaultParameterSetName = "Version", HelpUri = "https://go.microsoft.com/fwlink/?LinkID=113450")] public class SetStrictModeCommand : PSCmdlet { /// diff --git a/src/System.Management.Automation/engine/Modules/ExportModuleMemberCommand.cs b/src/System.Management.Automation/engine/Modules/ExportModuleMemberCommand.cs index 2bf7fdcb548..f48f22b91b4 100644 --- a/src/System.Management.Automation/engine/Modules/ExportModuleMemberCommand.cs +++ b/src/System.Management.Automation/engine/Modules/ExportModuleMemberCommand.cs @@ -18,7 +18,7 @@ namespace Microsoft.PowerShell.Commands /// /// Implements a cmdlet that loads a module /// - [Cmdlet("Export", "ModuleMember", HelpUri = "http://go.microsoft.com/fwlink/?LinkID=141551")] + [Cmdlet("Export", "ModuleMember", HelpUri = "https://go.microsoft.com/fwlink/?LinkID=141551")] public sealed class ExportModuleMemberCommand : PSCmdlet { /// diff --git a/src/System.Management.Automation/engine/Modules/GetModuleCommand.cs b/src/System.Management.Automation/engine/Modules/GetModuleCommand.cs index bdbc9b57f99..68e791cd8a7 100644 --- a/src/System.Management.Automation/engine/Modules/GetModuleCommand.cs +++ b/src/System.Management.Automation/engine/Modules/GetModuleCommand.cs @@ -27,7 +27,7 @@ namespace Microsoft.PowerShell.Commands /// Implements a cmdlet that gets the list of loaded modules... /// [Cmdlet("Get", "Module", DefaultParameterSetName = ParameterSet_Loaded, - HelpUri = "http://go.microsoft.com/fwlink/?LinkID=141552")] + HelpUri = "https://go.microsoft.com/fwlink/?LinkID=141552")] [OutputType(typeof(PSModuleInfo))] public sealed class GetModuleCommand : ModuleCmdletBase, IDisposable { diff --git a/src/System.Management.Automation/engine/Modules/ImportModuleCommand.cs b/src/System.Management.Automation/engine/Modules/ImportModuleCommand.cs index 430fe4613b1..a957249a2e3 100644 --- a/src/System.Management.Automation/engine/Modules/ImportModuleCommand.cs +++ b/src/System.Management.Automation/engine/Modules/ImportModuleCommand.cs @@ -38,7 +38,7 @@ namespace Microsoft.PowerShell.Commands /// /// Implements a cmdlet that loads a module /// - [Cmdlet("Import", "Module", DefaultParameterSetName = ParameterSet_Name, HelpUri = "http://go.microsoft.com/fwlink/?LinkID=141553")] + [Cmdlet("Import", "Module", DefaultParameterSetName = ParameterSet_Name, HelpUri = "https://go.microsoft.com/fwlink/?LinkID=141553")] [OutputType(typeof(PSModuleInfo))] public sealed class ImportModuleCommand : ModuleCmdletBase, IDisposable { diff --git a/src/System.Management.Automation/engine/Modules/NewModuleCommand.cs b/src/System.Management.Automation/engine/Modules/NewModuleCommand.cs index aabdb720945..c6a58781fea 100644 --- a/src/System.Management.Automation/engine/Modules/NewModuleCommand.cs +++ b/src/System.Management.Automation/engine/Modules/NewModuleCommand.cs @@ -18,7 +18,7 @@ namespace Microsoft.PowerShell.Commands /// /// Implements a cmdlet that creates a dynamic module from a scriptblock.. /// - [Cmdlet("New", "Module", DefaultParameterSetName = "ScriptBlock", HelpUri = "http://go.microsoft.com/fwlink/?LinkID=141554")] + [Cmdlet("New", "Module", DefaultParameterSetName = "ScriptBlock", HelpUri = "https://go.microsoft.com/fwlink/?LinkID=141554")] [OutputType(typeof(PSModuleInfo))] public sealed class NewModuleCommand : ModuleCmdletBase { diff --git a/src/System.Management.Automation/engine/Modules/NewModuleManifestCommand.cs b/src/System.Management.Automation/engine/Modules/NewModuleManifestCommand.cs index eaaf27462ed..d2c2d698c70 100644 --- a/src/System.Management.Automation/engine/Modules/NewModuleManifestCommand.cs +++ b/src/System.Management.Automation/engine/Modules/NewModuleManifestCommand.cs @@ -32,7 +32,7 @@ namespace Microsoft.PowerShell.Commands /// /// Cmdlet to create a new module manifest file. /// - [Cmdlet(VerbsCommon.New, "ModuleManifest", SupportsShouldProcess = true, HelpUri = "http://go.microsoft.com/fwlink/?LinkID=141555")] + [Cmdlet(VerbsCommon.New, "ModuleManifest", SupportsShouldProcess = true, HelpUri = "https://go.microsoft.com/fwlink/?LinkID=141555")] [OutputType(typeof(string))] public sealed class NewModuleManifestCommand : PSCmdlet { diff --git a/src/System.Management.Automation/engine/Modules/RemoveModuleCommand.cs b/src/System.Management.Automation/engine/Modules/RemoveModuleCommand.cs index da06e8215e1..5c9f1d0d38e 100644 --- a/src/System.Management.Automation/engine/Modules/RemoveModuleCommand.cs +++ b/src/System.Management.Automation/engine/Modules/RemoveModuleCommand.cs @@ -22,7 +22,7 @@ namespace Microsoft.PowerShell.Commands /// /// Implements a cmdlet that gets the list of loaded modules... /// - [Cmdlet(VerbsCommon.Remove, "Module", SupportsShouldProcess = true, HelpUri = "http://go.microsoft.com/fwlink/?LinkID=141556")] + [Cmdlet(VerbsCommon.Remove, "Module", SupportsShouldProcess = true, HelpUri = "https://go.microsoft.com/fwlink/?LinkID=141556")] public sealed class RemoveModuleCommand : ModuleCmdletBase { /// diff --git a/src/System.Management.Automation/engine/Modules/TestModuleManifestCommand.cs b/src/System.Management.Automation/engine/Modules/TestModuleManifestCommand.cs index c6a378a9cce..1c73427ac3a 100644 --- a/src/System.Management.Automation/engine/Modules/TestModuleManifestCommand.cs +++ b/src/System.Management.Automation/engine/Modules/TestModuleManifestCommand.cs @@ -20,7 +20,7 @@ namespace Microsoft.PowerShell.Commands /// /// This cmdlet takes a module manifest and validates the contents... /// - [Cmdlet("Test", "ModuleManifest", HelpUri = "http://go.microsoft.com/fwlink/?LinkID=141557")] + [Cmdlet("Test", "ModuleManifest", HelpUri = "https://go.microsoft.com/fwlink/?LinkID=141557")] [OutputType(typeof(PSModuleInfo))] public sealed class TestModuleManifestCommand : ModuleCmdletBase { diff --git a/src/System.Management.Automation/engine/hostifaces/History.cs b/src/System.Management.Automation/engine/hostifaces/History.cs index a4bbd0bcd4b..ad71d13755c 100644 --- a/src/System.Management.Automation/engine/hostifaces/History.cs +++ b/src/System.Management.Automation/engine/hostifaces/History.cs @@ -927,7 +927,7 @@ internal long GetNextHistoryId() /// /// This class Implements the get-history command /// - [Cmdlet(VerbsCommon.Get, "History", HelpUri = "http://go.microsoft.com/fwlink/?LinkID=113317")] + [Cmdlet(VerbsCommon.Get, "History", HelpUri = "https://go.microsoft.com/fwlink/?LinkID=113317")] [OutputType(typeof(HistoryInfo))] public class GetHistoryCommand : PSCmdlet { @@ -1071,7 +1071,7 @@ protected override void ProcessRecord() /// /// This class implements the Invoke-History command /// - [Cmdlet("Invoke", "History", SupportsShouldProcess = true, HelpUri = "http://go.microsoft.com/fwlink/?LinkID=113344")] + [Cmdlet("Invoke", "History", SupportsShouldProcess = true, HelpUri = "https://go.microsoft.com/fwlink/?LinkID=113344")] public class InvokeHistoryCommand : PSCmdlet { #region Parameters @@ -1416,7 +1416,7 @@ private void ReplaceHistoryString(HistoryInfo entry) /// /// This class Implements the add-history command /// - [Cmdlet(VerbsCommon.Add, "History", HelpUri = "http://go.microsoft.com/fwlink/?LinkID=113279")] + [Cmdlet(VerbsCommon.Add, "History", HelpUri = "https://go.microsoft.com/fwlink/?LinkID=113279")] [OutputType(typeof(HistoryInfo))] public class AddHistoryCommand : PSCmdlet { @@ -1672,7 +1672,7 @@ private static /// This Class implements the Clear History cmdlet /// - [Cmdlet(VerbsCommon.Clear, "History", SupportsShouldProcess = true, DefaultParameterSetName = "IDParameter", HelpUri = "http://go.microsoft.com/fwlink/?LinkID=135199")] + [Cmdlet(VerbsCommon.Clear, "History", SupportsShouldProcess = true, DefaultParameterSetName = "IDParameter", HelpUri = "https://go.microsoft.com/fwlink/?LinkID=135199")] public class ClearHistoryCommand : PSCmdlet { #region Command Line Parameters diff --git a/src/System.Management.Automation/engine/remoting/commands/ConnectPSSession.cs b/src/System.Management.Automation/engine/remoting/commands/ConnectPSSession.cs index 92ec53c56a7..55510250191 100644 --- a/src/System.Management.Automation/engine/remoting/commands/ConnectPSSession.cs +++ b/src/System.Management.Automation/engine/remoting/commands/ConnectPSSession.cs @@ -47,7 +47,7 @@ namespace Microsoft.PowerShell.Commands /// [SuppressMessage("Microsoft.PowerShell", "PS1012:CallShouldProcessOnlyIfDeclaringSupport")] [Cmdlet(VerbsCommunications.Connect, "PSSession", SupportsShouldProcess = true, DefaultParameterSetName = ConnectPSSessionCommand.NameParameterSet, - HelpUri = "http://go.microsoft.com/fwlink/?LinkID=210604", RemotingCapability = RemotingCapability.OwnedByCommand)] + HelpUri = "https://go.microsoft.com/fwlink/?LinkID=210604", RemotingCapability = RemotingCapability.OwnedByCommand)] [OutputType(typeof(PSSession))] public class ConnectPSSessionCommand : PSRunspaceCmdlet, IDisposable { diff --git a/src/System.Management.Automation/engine/remoting/commands/CustomShellCommands.cs b/src/System.Management.Automation/engine/remoting/commands/CustomShellCommands.cs index 966c2662f0c..09d89670c5b 100644 --- a/src/System.Management.Automation/engine/remoting/commands/CustomShellCommands.cs +++ b/src/System.Management.Automation/engine/remoting/commands/CustomShellCommands.cs @@ -43,7 +43,7 @@ namespace Microsoft.PowerShell.Commands [Cmdlet(VerbsLifecycle.Register, RemotingConstants.PSSessionConfigurationNoun, DefaultParameterSetName = PSSessionConfigurationCommandBase.NameParameterSetName, SupportsShouldProcess = true, - ConfirmImpact = ConfirmImpact.Medium, HelpUri = "http://go.microsoft.com/fwlink/?LinkID=144306")] + ConfirmImpact = ConfirmImpact.Medium, HelpUri = "https://go.microsoft.com/fwlink/?LinkID=144306")] public sealed class RegisterPSSessionConfigurationCommand : PSSessionConfigurationCommandBase { #region Private Data @@ -2449,7 +2449,7 @@ internal PSSessionConfigurationCommandBase() /// Class implemeting Unregister-PSSessionConfiguration /// [Cmdlet(VerbsLifecycle.Unregister, RemotingConstants.PSSessionConfigurationNoun, - SupportsShouldProcess = true, ConfirmImpact = ConfirmImpact.Low, HelpUri = "http://go.microsoft.com/fwlink/?LinkID=144308")] + SupportsShouldProcess = true, ConfirmImpact = ConfirmImpact.Low, HelpUri = "https://go.microsoft.com/fwlink/?LinkID=144308")] public sealed class UnregisterPSSessionConfigurationCommand : PSCmdlet { #region Private Data @@ -2670,7 +2670,7 @@ protected override void EndProcessing() /// /// Class implemeting Get-PSSessionConfiguration /// - [Cmdlet(VerbsCommon.Get, RemotingConstants.PSSessionConfigurationNoun, HelpUri = "http://go.microsoft.com/fwlink/?LinkID=144304")] + [Cmdlet(VerbsCommon.Get, RemotingConstants.PSSessionConfigurationNoun, HelpUri = "https://go.microsoft.com/fwlink/?LinkID=144304")] [OutputType("Microsoft.PowerShell.Commands.PSSessionConfigurationCommands#PSSessionConfiguration")] public sealed class GetPSSessionConfigurationCommand : PSCmdlet { @@ -2909,7 +2909,7 @@ protected override void ProcessRecord() [Cmdlet(VerbsCommon.Set, RemotingConstants.PSSessionConfigurationNoun, DefaultParameterSetName = PSSessionConfigurationCommandBase.NameParameterSetName, SupportsShouldProcess = true, - ConfirmImpact = ConfirmImpact.Medium, HelpUri = "http://go.microsoft.com/fwlink/?LinkID=144307")] + ConfirmImpact = ConfirmImpact.Medium, HelpUri = "https://go.microsoft.com/fwlink/?LinkID=144307")] public sealed class SetPSSessionConfigurationCommand : PSSessionConfigurationCommandBase { #region Private Data @@ -4037,7 +4037,7 @@ private PSObject ConstructPropertiesForUpdate() /// Class implementing Enable-PSSessionConfiguration cmdlet /// [Cmdlet(VerbsLifecycle.Enable, RemotingConstants.PSSessionConfigurationNoun, - SupportsShouldProcess = true, ConfirmImpact = ConfirmImpact.Medium, HelpUri = "http://go.microsoft.com/fwlink/?LinkID=144301")] + SupportsShouldProcess = true, ConfirmImpact = ConfirmImpact.Medium, HelpUri = "https://go.microsoft.com/fwlink/?LinkID=144301")] public sealed class EnablePSSessionConfigurationCommand : PSCmdlet { #region Private Data @@ -4464,7 +4464,7 @@ protected override void EndProcessing() /// /// [Cmdlet(VerbsLifecycle.Disable, RemotingConstants.PSSessionConfigurationNoun, - SupportsShouldProcess = true, ConfirmImpact = ConfirmImpact.Low, HelpUri = "http://go.microsoft.com/fwlink/?LinkID=144299")] + SupportsShouldProcess = true, ConfirmImpact = ConfirmImpact.Low, HelpUri = "https://go.microsoft.com/fwlink/?LinkID=144299")] public sealed class DisablePSSessionConfigurationCommand : PSCmdlet { #region Private Data @@ -4697,7 +4697,7 @@ protected override void EndProcessing() /// #if !CORECLR [Cmdlet(VerbsLifecycle.Enable, RemotingConstants.PSRemotingNoun, - SupportsShouldProcess = true, ConfirmImpact = ConfirmImpact.Medium, HelpUri = "http://go.microsoft.com/fwlink/?LinkID=144300")] + SupportsShouldProcess = true, ConfirmImpact = ConfirmImpact.Medium, HelpUri = "https://go.microsoft.com/fwlink/?LinkID=144300")] #endif public sealed class EnablePSRemotingCommand : PSCmdlet { @@ -5047,7 +5047,7 @@ protected override void EndProcessing() /// #if !CORECLR [Cmdlet(VerbsLifecycle.Disable, RemotingConstants.PSRemotingNoun, - SupportsShouldProcess = true, ConfirmImpact = ConfirmImpact.Medium, HelpUri = "http://go.microsoft.com/fwlink/?LinkID=144298")] + SupportsShouldProcess = true, ConfirmImpact = ConfirmImpact.Medium, HelpUri = "https://go.microsoft.com/fwlink/?LinkID=144298")] #endif public sealed class DisablePSRemotingCommand : PSCmdlet { @@ -5244,7 +5244,7 @@ protected override void EndProcessing() /// /// Gets the capabilities of a constrained endpoint on the local machine for a specific user. /// - [Cmdlet(VerbsCommon.Get, "PSSessionCapability", HelpUri = "http://go.microsoft.com/fwlink/?LinkId=623709")] + [Cmdlet(VerbsCommon.Get, "PSSessionCapability", HelpUri = "https://go.microsoft.com/fwlink/?LinkId=623709")] [OutputType(new Type[] { typeof(System.Management.Automation.CommandInfo), typeof(System.Management.Automation.Runspaces.InitialSessionState) })] public sealed class GetPSSessionCapabilityCommand : PSCmdlet { diff --git a/src/System.Management.Automation/engine/remoting/commands/DebugJob.cs b/src/System.Management.Automation/engine/remoting/commands/DebugJob.cs index 979c1149bf1..96d12eaf569 100644 --- a/src/System.Management.Automation/engine/remoting/commands/DebugJob.cs +++ b/src/System.Management.Automation/engine/remoting/commands/DebugJob.cs @@ -27,7 +27,7 @@ namespace Microsoft.PowerShell.Commands /// [SuppressMessage("Microsoft.PowerShell", "PS1012:CallShouldProcessOnlyIfDeclaringSupport")] [Cmdlet(VerbsDiagnostic.Debug, "Job", SupportsShouldProcess = true, DefaultParameterSetName = DebugJobCommand.JobParameterSet, - HelpUri = "http://go.microsoft.com/fwlink/?LinkId=330208")] + HelpUri = "https://go.microsoft.com/fwlink/?LinkId=330208")] public sealed class DebugJobCommand : PSCmdlet { #region Strings diff --git a/src/System.Management.Automation/engine/remoting/commands/DisconnectPSSession.cs b/src/System.Management.Automation/engine/remoting/commands/DisconnectPSSession.cs index a513c63520d..4ee0c086676 100644 --- a/src/System.Management.Automation/engine/remoting/commands/DisconnectPSSession.cs +++ b/src/System.Management.Automation/engine/remoting/commands/DisconnectPSSession.cs @@ -40,7 +40,7 @@ namespace Microsoft.PowerShell.Commands /// [SuppressMessage("Microsoft.PowerShell", "PS1012:CallShouldProcessOnlyIfDeclaringSupport")] [Cmdlet(VerbsCommunications.Disconnect, "PSSession", SupportsShouldProcess = true, DefaultParameterSetName = DisconnectPSSessionCommand.SessionParameterSet, - HelpUri = "http://go.microsoft.com/fwlink/?LinkID=210605", RemotingCapability = RemotingCapability.OwnedByCommand)] + HelpUri = "https://go.microsoft.com/fwlink/?LinkID=210605", RemotingCapability = RemotingCapability.OwnedByCommand)] [OutputType(typeof(PSSession))] public class DisconnectPSSessionCommand : PSRunspaceCmdlet, IDisposable { diff --git a/src/System.Management.Automation/engine/remoting/commands/EnterPSHostProcessCommand.cs b/src/System.Management.Automation/engine/remoting/commands/EnterPSHostProcessCommand.cs index f2971676d57..093022b7b96 100644 --- a/src/System.Management.Automation/engine/remoting/commands/EnterPSHostProcessCommand.cs +++ b/src/System.Management.Automation/engine/remoting/commands/EnterPSHostProcessCommand.cs @@ -24,7 +24,7 @@ namespace Microsoft.PowerShell.Commands /// then an error message will result. /// [Cmdlet(VerbsCommon.Enter, "PSHostProcess", DefaultParameterSetName = EnterPSHostProcessCommand.ProcessIdParameterSet, - HelpUri = "http://go.microsoft.com/fwlink/?LinkId=403736")] + HelpUri = "https://go.microsoft.com/fwlink/?LinkId=403736")] public sealed class EnterPSHostProcessCommand : PSCmdlet { #region Members @@ -354,7 +354,7 @@ private void VerifyProcess(Process process) /// This cmdlet exits an interactive session with a local process. /// [Cmdlet(VerbsCommon.Exit, "PSHostProcess", - HelpUri = "http://go.microsoft.com/fwlink/?LinkId=403737")] + HelpUri = "https://go.microsoft.com/fwlink/?LinkId=403737")] public sealed class ExitPSHostProcessCommand : PSCmdlet { #region Overrides @@ -388,7 +388,7 @@ protected override void ProcessRecord() /// process and AppDomain name information for processes that have PowerShell loaded. /// [Cmdlet(VerbsCommon.Get, "PSHostProcessInfo", DefaultParameterSetName = GetPSHostProcessInfoCommand.ProcessNameParameterSet, - HelpUri = "http://go.microsoft.com/fwlink/?LinkId=517012")] + HelpUri = "https://go.microsoft.com/fwlink/?LinkId=517012")] [OutputType(typeof(PSHostProcessInfo))] public sealed class GetPSHostProcessInfoCommand : PSCmdlet { diff --git a/src/System.Management.Automation/engine/remoting/commands/GetJob.cs b/src/System.Management.Automation/engine/remoting/commands/GetJob.cs index ad0be9ebd43..6822fe7ef99 100644 --- a/src/System.Management.Automation/engine/remoting/commands/GetJob.cs +++ b/src/System.Management.Automation/engine/remoting/commands/GetJob.cs @@ -12,7 +12,7 @@ namespace Microsoft.PowerShell.Commands /// /// Cmdlet to get available list of results /// - [Cmdlet(VerbsCommon.Get, "Job", DefaultParameterSetName = JobCmdletBase.SessionIdParameterSet, HelpUri = "http://go.microsoft.com/fwlink/?LinkID=113328")] + [Cmdlet(VerbsCommon.Get, "Job", DefaultParameterSetName = JobCmdletBase.SessionIdParameterSet, HelpUri = "https://go.microsoft.com/fwlink/?LinkID=113328")] [OutputType(typeof(Job))] public class GetJobCommand : JobCmdletBase { diff --git a/src/System.Management.Automation/engine/remoting/commands/InvokeCommandCommand.cs b/src/System.Management.Automation/engine/remoting/commands/InvokeCommandCommand.cs index 01f8ad11341..aef8ea9b2dd 100644 --- a/src/System.Management.Automation/engine/remoting/commands/InvokeCommandCommand.cs +++ b/src/System.Management.Automation/engine/remoting/commands/InvokeCommandCommand.cs @@ -123,7 +123,7 @@ namespace Microsoft.PowerShell.Commands /// "Microsoft.PowerShell" is used. /// [Cmdlet("Invoke", "Command", DefaultParameterSetName = InvokeCommandCommand.InProcParameterSet, - HelpUri = "http://go.microsoft.com/fwlink/?LinkID=135225", RemotingCapability = RemotingCapability.OwnedByCommand)] + HelpUri = "https://go.microsoft.com/fwlink/?LinkID=135225", RemotingCapability = RemotingCapability.OwnedByCommand)] public class InvokeCommandCommand : PSExecutionCmdlet, IDisposable { #region Parameters diff --git a/src/System.Management.Automation/engine/remoting/commands/NewPSSessionConfigurationFile.cs b/src/System.Management.Automation/engine/remoting/commands/NewPSSessionConfigurationFile.cs index 3b48203ec42..5af0cf75f33 100644 --- a/src/System.Management.Automation/engine/remoting/commands/NewPSSessionConfigurationFile.cs +++ b/src/System.Management.Automation/engine/remoting/commands/NewPSSessionConfigurationFile.cs @@ -24,7 +24,7 @@ namespace Microsoft.PowerShell.Commands /// /// See Declarative Initial Session State (DISC) /// - [Cmdlet(VerbsCommon.New, "PSSessionConfigurationFile", HelpUri = "http://go.microsoft.com/fwlink/?LinkID=217036")] + [Cmdlet(VerbsCommon.New, "PSSessionConfigurationFile", HelpUri = "https://go.microsoft.com/fwlink/?LinkID=217036")] public class NewPSSessionConfigurationFileCommand : PSCmdlet { #region Parameters @@ -1074,7 +1074,7 @@ private bool ShouldGenerateConfigurationSnippet(string parameterName) /// /// Creates a role capability file suitable for use in a Role Capability (which can be referenced in a Session Configuration file) /// - [Cmdlet(VerbsCommon.New, "PSRoleCapabilityFile", HelpUri = "http://go.microsoft.com/fwlink/?LinkId=623708")] + [Cmdlet(VerbsCommon.New, "PSRoleCapabilityFile", HelpUri = "https://go.microsoft.com/fwlink/?LinkId=623708")] public class NewPSRoleCapabilityFileCommand : PSCmdlet { #region Parameters diff --git a/src/System.Management.Automation/engine/remoting/commands/NewPSSessionConfigurationOptionCommand.cs b/src/System.Management.Automation/engine/remoting/commands/NewPSSessionConfigurationOptionCommand.cs index 329024a89ee..bea7a541c8b 100644 --- a/src/System.Management.Automation/engine/remoting/commands/NewPSSessionConfigurationOptionCommand.cs +++ b/src/System.Management.Automation/engine/remoting/commands/NewPSSessionConfigurationOptionCommand.cs @@ -401,7 +401,7 @@ internal override Hashtable ConstructOptionsAsHashtable() /// /// Command to create an object for WSManConfigurationOption /// - [Cmdlet(VerbsCommon.New, "PSTransportOption", HelpUri = "http://go.microsoft.com/fwlink/?LinkID=210608", RemotingCapability = RemotingCapability.None)] + [Cmdlet(VerbsCommon.New, "PSTransportOption", HelpUri = "https://go.microsoft.com/fwlink/?LinkID=210608", RemotingCapability = RemotingCapability.None)] [OutputType(typeof(WSManConfigurationOption))] public sealed class NewPSTransportOptionCommand : PSCmdlet { diff --git a/src/System.Management.Automation/engine/remoting/commands/NewPSSessionOptionCommand.cs b/src/System.Management.Automation/engine/remoting/commands/NewPSSessionOptionCommand.cs index 74a51d8c8bf..6a8cd5909fb 100644 --- a/src/System.Management.Automation/engine/remoting/commands/NewPSSessionOptionCommand.cs +++ b/src/System.Management.Automation/engine/remoting/commands/NewPSSessionOptionCommand.cs @@ -263,7 +263,7 @@ namespace Microsoft.PowerShell.Commands /// This class implements New-PSSessionOption cmdlet. /// Spec: TBD /// - [Cmdlet(VerbsCommon.New, "PSSessionOption", HelpUri = "http://go.microsoft.com/fwlink/?LinkID=144305", RemotingCapability = RemotingCapability.None)] + [Cmdlet(VerbsCommon.New, "PSSessionOption", HelpUri = "https://go.microsoft.com/fwlink/?LinkID=144305", RemotingCapability = RemotingCapability.None)] [OutputType(typeof(PSSessionOption))] public sealed class NewPSSessionOptionCommand : PSCmdlet { diff --git a/src/System.Management.Automation/engine/remoting/commands/PopRunspaceCommand.cs b/src/System.Management.Automation/engine/remoting/commands/PopRunspaceCommand.cs index 2c71728ce1d..54c66f6b04e 100644 --- a/src/System.Management.Automation/engine/remoting/commands/PopRunspaceCommand.cs +++ b/src/System.Management.Automation/engine/remoting/commands/PopRunspaceCommand.cs @@ -13,7 +13,7 @@ namespace Microsoft.PowerShell.Commands /// /// Exit-PSSession cmdlet. /// - [Cmdlet(VerbsCommon.Exit, "PSSession", HelpUri = "http://go.microsoft.com/fwlink/?LinkID=135212")] + [Cmdlet(VerbsCommon.Exit, "PSSession", HelpUri = "https://go.microsoft.com/fwlink/?LinkID=135212")] public class ExitPSSessionCommand : PSRemotingCmdlet { /// diff --git a/src/System.Management.Automation/engine/remoting/commands/PushRunspaceCommand.cs b/src/System.Management.Automation/engine/remoting/commands/PushRunspaceCommand.cs index da9e7afccec..82051bae2f7 100644 --- a/src/System.Management.Automation/engine/remoting/commands/PushRunspaceCommand.cs +++ b/src/System.Management.Automation/engine/remoting/commands/PushRunspaceCommand.cs @@ -21,7 +21,7 @@ namespace Microsoft.PowerShell.Commands /// Enter-PSSession cmdlet. /// [Cmdlet(VerbsCommon.Enter, "PSSession", DefaultParameterSetName = "ComputerName", - HelpUri = "http://go.microsoft.com/fwlink/?LinkID=135210", RemotingCapability = RemotingCapability.OwnedByCommand)] + HelpUri = "https://go.microsoft.com/fwlink/?LinkID=135210", RemotingCapability = RemotingCapability.OwnedByCommand)] public class EnterPSSessionCommand : PSRemotingBaseCmdlet { #region Strings diff --git a/src/System.Management.Automation/engine/remoting/commands/ReceiveJob.cs b/src/System.Management.Automation/engine/remoting/commands/ReceiveJob.cs index 16f5fc6d405..288740cec1c 100644 --- a/src/System.Management.Automation/engine/remoting/commands/ReceiveJob.cs +++ b/src/System.Management.Automation/engine/remoting/commands/ReceiveJob.cs @@ -55,7 +55,7 @@ namespace Microsoft.PowerShell.Commands /// /// [Cmdlet("Receive", "Job", DefaultParameterSetName = ReceiveJobCommand.LocationParameterSet, - HelpUri = "http://go.microsoft.com/fwlink/?LinkID=113372", RemotingCapability = RemotingCapability.SupportedByCommand)] + HelpUri = "https://go.microsoft.com/fwlink/?LinkID=113372", RemotingCapability = RemotingCapability.SupportedByCommand)] public class ReceiveJobCommand : JobCmdletBase, IDisposable { #region Properties diff --git a/src/System.Management.Automation/engine/remoting/commands/ReceivePSSession.cs b/src/System.Management.Automation/engine/remoting/commands/ReceivePSSession.cs index a50521086b6..b0778da358b 100644 --- a/src/System.Management.Automation/engine/remoting/commands/ReceivePSSession.cs +++ b/src/System.Management.Automation/engine/remoting/commands/ReceivePSSession.cs @@ -65,7 +65,7 @@ namespace Microsoft.PowerShell.Commands /// [SuppressMessage("Microsoft.PowerShell", "PS1012:CallShouldProcessOnlyIfDeclaringSupport")] [Cmdlet(VerbsCommunications.Receive, "PSSession", SupportsShouldProcess = true, DefaultParameterSetName = ReceivePSSessionCommand.SessionParameterSet, - HelpUri = "http://go.microsoft.com/fwlink/?LinkID=217037", RemotingCapability = RemotingCapability.OwnedByCommand)] + HelpUri = "https://go.microsoft.com/fwlink/?LinkID=217037", RemotingCapability = RemotingCapability.OwnedByCommand)] public class ReceivePSSessionCommand : PSRemotingCmdlet { #region Parameters diff --git a/src/System.Management.Automation/engine/remoting/commands/RemoveJob.cs b/src/System.Management.Automation/engine/remoting/commands/RemoveJob.cs index 85a87cddb3c..8655be682e5 100644 --- a/src/System.Management.Automation/engine/remoting/commands/RemoveJob.cs +++ b/src/System.Management.Automation/engine/remoting/commands/RemoveJob.cs @@ -764,7 +764,7 @@ protected override void BeginProcessing() /// through get-psjob command. /// [Cmdlet(VerbsCommon.Remove, "Job", SupportsShouldProcess = true, DefaultParameterSetName = JobCmdletBase.SessionIdParameterSet, - HelpUri = "http://go.microsoft.com/fwlink/?LinkID=113377")] + HelpUri = "https://go.microsoft.com/fwlink/?LinkID=113377")] [OutputType(typeof(Job), ParameterSetName = new string[] { JobCmdletBase.JobParameterSet })] public class RemoveJobCommand : JobCmdletBase, IDisposable { diff --git a/src/System.Management.Automation/engine/remoting/commands/ResumeJob.cs b/src/System.Management.Automation/engine/remoting/commands/ResumeJob.cs index 47e13dbf672..94c0664df0d 100644 --- a/src/System.Management.Automation/engine/remoting/commands/ResumeJob.cs +++ b/src/System.Management.Automation/engine/remoting/commands/ResumeJob.cs @@ -19,7 +19,7 @@ namespace Microsoft.PowerShell.Commands #if !CORECLR [SuppressMessage("Microsoft.PowerShell", "PS1012:CallShouldProcessOnlyIfDeclaringSupport")] [Cmdlet(VerbsLifecycle.Resume, "Job", SupportsShouldProcess = true, DefaultParameterSetName = JobCmdletBase.SessionIdParameterSet, - HelpUri = "http://go.microsoft.com/fwlink/?LinkID=210611")] + HelpUri = "https://go.microsoft.com/fwlink/?LinkID=210611")] #endif [OutputType(typeof(Job))] public class ResumeJobCommand : JobCmdletBase, IDisposable diff --git a/src/System.Management.Automation/engine/remoting/commands/StartJob.cs b/src/System.Management.Automation/engine/remoting/commands/StartJob.cs index e8cb287317f..cb8a357adb4 100644 --- a/src/System.Management.Automation/engine/remoting/commands/StartJob.cs +++ b/src/System.Management.Automation/engine/remoting/commands/StartJob.cs @@ -16,7 +16,7 @@ namespace Microsoft.PowerShell.Commands /// /// This cmdlet start invocation of jobs in background. /// - [Cmdlet("Start", "Job", DefaultParameterSetName = StartJobCommand.ComputerNameParameterSet, HelpUri = "http://go.microsoft.com/fwlink/?LinkID=113405")] + [Cmdlet("Start", "Job", DefaultParameterSetName = StartJobCommand.ComputerNameParameterSet, HelpUri = "https://go.microsoft.com/fwlink/?LinkID=113405")] [OutputType(typeof(PSRemotingJob))] public class StartJobCommand : PSExecutionCmdlet, IDisposable { diff --git a/src/System.Management.Automation/engine/remoting/commands/StopJob.cs b/src/System.Management.Automation/engine/remoting/commands/StopJob.cs index bea04791ae4..1d8ece7a827 100644 --- a/src/System.Management.Automation/engine/remoting/commands/StopJob.cs +++ b/src/System.Management.Automation/engine/remoting/commands/StopJob.cs @@ -17,7 +17,7 @@ namespace Microsoft.PowerShell.Commands /// This cmdlet stops the asynchronously invoked remote operaitons. /// [Cmdlet(VerbsLifecycle.Stop, "Job", SupportsShouldProcess = true, DefaultParameterSetName = JobCmdletBase.SessionIdParameterSet, - HelpUri = "http://go.microsoft.com/fwlink/?LinkID=113413")] + HelpUri = "https://go.microsoft.com/fwlink/?LinkID=113413")] [OutputType(typeof(Job))] public class StopJobCommand : JobCmdletBase, IDisposable { diff --git a/src/System.Management.Automation/engine/remoting/commands/SuspendJob.cs b/src/System.Management.Automation/engine/remoting/commands/SuspendJob.cs index 14a7357b932..34b9d4c1af6 100644 --- a/src/System.Management.Automation/engine/remoting/commands/SuspendJob.cs +++ b/src/System.Management.Automation/engine/remoting/commands/SuspendJob.cs @@ -19,7 +19,7 @@ namespace Microsoft.PowerShell.Commands #if !CORECLR [SuppressMessage("Microsoft.PowerShell", "PS1012:CallShouldProcessOnlyIfDeclaringSupport")] [Cmdlet(VerbsLifecycle.Suspend, "Job", SupportsShouldProcess = true, DefaultParameterSetName = JobCmdletBase.SessionIdParameterSet, - HelpUri = "http://go.microsoft.com/fwlink/?LinkID=210613")] + HelpUri = "https://go.microsoft.com/fwlink/?LinkID=210613")] [OutputType(typeof(Job))] #endif public class SuspendJobCommand : JobCmdletBase, IDisposable diff --git a/src/System.Management.Automation/engine/remoting/commands/TestPSSessionConfigurationFile.cs b/src/System.Management.Automation/engine/remoting/commands/TestPSSessionConfigurationFile.cs index 55ae357c291..19b811f1947 100644 --- a/src/System.Management.Automation/engine/remoting/commands/TestPSSessionConfigurationFile.cs +++ b/src/System.Management.Automation/engine/remoting/commands/TestPSSessionConfigurationFile.cs @@ -17,7 +17,7 @@ namespace Microsoft.PowerShell.Commands /// /// See Declarative Initial Session Config (DISC) /// - [Cmdlet(VerbsDiagnostic.Test, "PSSessionConfigurationFile", HelpUri = "http://go.microsoft.com/fwlink/?LinkID=217039")] + [Cmdlet(VerbsDiagnostic.Test, "PSSessionConfigurationFile", HelpUri = "https://go.microsoft.com/fwlink/?LinkID=217039")] [OutputType(typeof(bool))] public class TestPSSessionConfigurationFileCommand : PSCmdlet { diff --git a/src/System.Management.Automation/engine/remoting/commands/WaitJob.cs b/src/System.Management.Automation/engine/remoting/commands/WaitJob.cs index 42f6d308c50..e9e7df0cfa2 100644 --- a/src/System.Management.Automation/engine/remoting/commands/WaitJob.cs +++ b/src/System.Management.Automation/engine/remoting/commands/WaitJob.cs @@ -15,7 +15,7 @@ namespace Microsoft.PowerShell.Commands /// /// This cmdlet waits for job to complete. /// - [Cmdlet("Wait", "Job", DefaultParameterSetName = JobCmdletBase.SessionIdParameterSet, HelpUri = "http://go.microsoft.com/fwlink/?LinkID=113422")] + [Cmdlet("Wait", "Job", DefaultParameterSetName = JobCmdletBase.SessionIdParameterSet, HelpUri = "https://go.microsoft.com/fwlink/?LinkID=113422")] [OutputType(typeof(Job))] public class WaitJobCommand : JobCmdletBase, IDisposable { diff --git a/src/System.Management.Automation/engine/remoting/commands/getrunspacecommand.cs b/src/System.Management.Automation/engine/remoting/commands/getrunspacecommand.cs index e3add25a622..976bcbfae06 100644 --- a/src/System.Management.Automation/engine/remoting/commands/getrunspacecommand.cs +++ b/src/System.Management.Automation/engine/remoting/commands/getrunspacecommand.cs @@ -43,7 +43,7 @@ namespace Microsoft.PowerShell.Commands /// /// [Cmdlet(VerbsCommon.Get, "PSSession", DefaultParameterSetName = PSRunspaceCmdlet.NameParameterSet, - HelpUri = "http://go.microsoft.com/fwlink/?LinkID=135219", RemotingCapability = RemotingCapability.OwnedByCommand)] + HelpUri = "https://go.microsoft.com/fwlink/?LinkID=135219", RemotingCapability = RemotingCapability.OwnedByCommand)] [OutputType(typeof(PSSession))] public class GetPSSessionCommand : PSRunspaceCmdlet, IDisposable { diff --git a/src/System.Management.Automation/engine/remoting/commands/newrunspacecommand.cs b/src/System.Management.Automation/engine/remoting/commands/newrunspacecommand.cs index 2abe99ef73a..24282e744fb 100644 --- a/src/System.Management.Automation/engine/remoting/commands/newrunspacecommand.cs +++ b/src/System.Management.Automation/engine/remoting/commands/newrunspacecommand.cs @@ -54,7 +54,7 @@ namespace Microsoft.PowerShell.Commands /// /// [Cmdlet(VerbsCommon.New, "PSSession", DefaultParameterSetName = "ComputerName", - HelpUri = "http://go.microsoft.com/fwlink/?LinkID=135237", RemotingCapability = RemotingCapability.OwnedByCommand)] + HelpUri = "https://go.microsoft.com/fwlink/?LinkID=135237", RemotingCapability = RemotingCapability.OwnedByCommand)] [OutputType(typeof(PSSession))] public class NewPSSessionCommand : PSRemotingBaseCmdlet, IDisposable { diff --git a/src/System.Management.Automation/engine/remoting/commands/removerunspacecommand.cs b/src/System.Management.Automation/engine/remoting/commands/removerunspacecommand.cs index 2b1520ad7a8..448cf11dbe5 100644 --- a/src/System.Management.Automation/engine/remoting/commands/removerunspacecommand.cs +++ b/src/System.Management.Automation/engine/remoting/commands/removerunspacecommand.cs @@ -32,7 +32,7 @@ namespace Microsoft.PowerShell.Commands /// [Cmdlet(VerbsCommon.Remove, "PSSession", SupportsShouldProcess = true, DefaultParameterSetName = RemovePSSessionCommand.IdParameterSet, - HelpUri = "http://go.microsoft.com/fwlink/?LinkID=135250", RemotingCapability = RemotingCapability.OwnedByCommand)] + HelpUri = "https://go.microsoft.com/fwlink/?LinkID=135250", RemotingCapability = RemotingCapability.OwnedByCommand)] public class RemovePSSessionCommand : PSRunspaceCmdlet { #region Parameters diff --git a/src/System.Management.Automation/help/BaseCommandHelpInfo.cs b/src/System.Management.Automation/help/BaseCommandHelpInfo.cs index 8331d2ed067..445b3821e52 100644 --- a/src/System.Management.Automation/help/BaseCommandHelpInfo.cs +++ b/src/System.Management.Automation/help/BaseCommandHelpInfo.cs @@ -249,7 +249,7 @@ internal Uri LookupUriFromCommandInfo() if (!System.Uri.IsWellFormedUriString(uriString, UriKind.RelativeOrAbsolute)) { // WinBlue: 545315 Online help links are broken with localized help - // Example: http://go.microsoft.com/fwlink/?LinkID=113324 (möglicherwei se auf Englisch) + // Example: https://go.microsoft.com/fwlink/?LinkID=113324 (möglicherwei se auf Englisch) // Split the string based on (space). We decided to go with this approach as // UX localization authors use spaces. Correctly extracting only the wellformed URI // is out-of-scope for this fix. @@ -316,7 +316,7 @@ internal static Uri GetUriFromCommandPSObject(PSObject commandFullHelp) if (!System.Uri.IsWellFormedUriString(uriString, UriKind.RelativeOrAbsolute)) { // WinBlue: 545315 Online help links are broken with localized help - // Example: http://go.microsoft.com/fwlink/?LinkID=113324 (möglicherwei se auf Englisch) + // Example: https://go.microsoft.com/fwlink/?LinkID=113324 (möglicherwei se auf Englisch) // Split the string based on (space). We decided to go with this approach as // UX localization authors use spaces. Correctly extracting only the wellformed URI // is out-of-scope for this fix. diff --git a/src/System.Management.Automation/help/HelpCommands.cs b/src/System.Management.Automation/help/HelpCommands.cs index 18010d41d42..e57e9509359 100644 --- a/src/System.Management.Automation/help/HelpCommands.cs +++ b/src/System.Management.Automation/help/HelpCommands.cs @@ -20,7 +20,7 @@ namespace Microsoft.PowerShell.Commands /// /// This class implements get-help command /// - [Cmdlet(VerbsCommon.Get, "Help", DefaultParameterSetName = "AllUsersView", HelpUri = "http://go.microsoft.com/fwlink/?LinkID=113316")] + [Cmdlet(VerbsCommon.Get, "Help", DefaultParameterSetName = "AllUsersView", HelpUri = "https://go.microsoft.com/fwlink/?LinkID=113316")] public sealed class GetHelpCommand : PSCmdlet { /// diff --git a/src/System.Management.Automation/help/SaveHelpCommand.cs b/src/System.Management.Automation/help/SaveHelpCommand.cs index bb61eae84b5..0b325fd2791 100644 --- a/src/System.Management.Automation/help/SaveHelpCommand.cs +++ b/src/System.Management.Automation/help/SaveHelpCommand.cs @@ -19,7 +19,7 @@ namespace Microsoft.PowerShell.Commands /// This class implements the Save-Help cmdleto /// [Cmdlet(VerbsData.Save, "Help", DefaultParameterSetName = SaveHelpCommand.PathParameterSetName, - HelpUri = "http://go.microsoft.com/fwlink/?LinkID=210612")] + HelpUri = "https://go.microsoft.com/fwlink/?LinkID=210612")] public sealed class SaveHelpCommand : UpdatableHelpCommandBase { #region Constructor diff --git a/src/System.Management.Automation/help/UpdatableHelpCommandBase.cs b/src/System.Management.Automation/help/UpdatableHelpCommandBase.cs index e31a6cb8566..24fa76606fe 100644 --- a/src/System.Management.Automation/help/UpdatableHelpCommandBase.cs +++ b/src/System.Management.Automation/help/UpdatableHelpCommandBase.cs @@ -159,13 +159,13 @@ static UpdatableHelpCommandBase() // TODO: assign real TechNet addresses - s_metadataCache.Add("Microsoft.PowerShell.Diagnostics", "http://go.microsoft.com/fwlink/?linkid=390783"); - s_metadataCache.Add("Microsoft.PowerShell.Core", "http://go.microsoft.com/fwlink/?linkid=390782"); - s_metadataCache.Add("Microsoft.PowerShell.Utility", "http://go.microsoft.com/fwlink/?linkid=390787"); - s_metadataCache.Add("Microsoft.PowerShell.Host", "http://go.microsoft.com/fwlink/?linkid=390784"); - s_metadataCache.Add("Microsoft.PowerShell.Management", " http://go.microsoft.com/fwlink/?linkid=390785"); - s_metadataCache.Add("Microsoft.PowerShell.Security", " http://go.microsoft.com/fwlink/?linkid=390786"); - s_metadataCache.Add("Microsoft.WSMan.Management", "http://go.microsoft.com/fwlink/?linkid=390788"); + s_metadataCache.Add("Microsoft.PowerShell.Diagnostics", "https://go.microsoft.com/fwlink/?linkid=390783"); + s_metadataCache.Add("Microsoft.PowerShell.Core", "https://go.microsoft.com/fwlink/?linkid=390782"); + s_metadataCache.Add("Microsoft.PowerShell.Utility", "https://go.microsoft.com/fwlink/?linkid=390787"); + s_metadataCache.Add("Microsoft.PowerShell.Host", "https://go.microsoft.com/fwlink/?linkid=390784"); + s_metadataCache.Add("Microsoft.PowerShell.Management", " https://go.microsoft.com/fwlink/?linkid=390785"); + s_metadataCache.Add("Microsoft.PowerShell.Security", " https://go.microsoft.com/fwlink/?linkid=390786"); + s_metadataCache.Add("Microsoft.WSMan.Management", "https://go.microsoft.com/fwlink/?linkid=390788"); } /// diff --git a/src/System.Management.Automation/help/UpdateHelpCommand.cs b/src/System.Management.Automation/help/UpdateHelpCommand.cs index 431e1ca6e22..54b27d33ec0 100644 --- a/src/System.Management.Automation/help/UpdateHelpCommand.cs +++ b/src/System.Management.Automation/help/UpdateHelpCommand.cs @@ -19,7 +19,7 @@ namespace Microsoft.PowerShell.Commands /// [Cmdlet(VerbsData.Update, "Help", DefaultParameterSetName = PathParameterSetName, SupportsShouldProcess = true, - HelpUri = "http://go.microsoft.com/fwlink/?LinkID=210614")] + HelpUri = "https://go.microsoft.com/fwlink/?LinkID=210614")] public sealed class UpdateHelpCommand : UpdatableHelpCommandBase { #region Constructor diff --git a/src/System.Management.Automation/resources/Authenticode.resx b/src/System.Management.Automation/resources/Authenticode.resx index 3d25f25f14e..1f274994904 100644 --- a/src/System.Management.Automation/resources/Authenticode.resx +++ b/src/System.Management.Automation/resources/Authenticode.resx @@ -127,7 +127,7 @@ File {0} is published by {1}. This publisher is explicitly not trusted on your system. The script will not run on the system. For more information, run the command "get-help about_signing". - File {0} cannot be loaded because running scripts is disabled on this system. For more information, see about_Execution_Policies at http://go.microsoft.com/fwlink/?LinkID=135170. + File {0} cannot be loaded because running scripts is disabled on this system. For more information, see about_Execution_Policies at https://go.microsoft.com/fwlink/?LinkID=135170. File {0} cannot be loaded. {1}. diff --git a/src/System.Management.Automation/resources/HelpDisplayStrings.resx b/src/System.Management.Automation/resources/HelpDisplayStrings.resx index cf473913873..e1165797cdc 100644 --- a/src/System.Management.Automation/resources/HelpDisplayStrings.resx +++ b/src/System.Management.Automation/resources/HelpDisplayStrings.resx @@ -193,7 +193,7 @@ This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable. For more information, see - about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216). + about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216). Required? @@ -457,7 +457,7 @@ To update help again, add the Force parameter to your command. PSPrivateMetadata, InputObject, PSParameterCollection, AsJob, PSUseSSL, and PSAllowRedirection. For more information, see about_Workflow_Common_Parameters - (http://go.microsoft.com/fwlink/?LinkID=222527). + (https://go.microsoft.com/fwlink/?LinkID=222527). The HelpInfoURI {0} does not start with HTTP. @@ -466,7 +466,7 @@ To update help again, add the Force parameter to your command. The root level element of the help content must be "helpItems". - The Update-Help cmdlet downloads the most current Help files for Windows PowerShell modules, and installs them on your computer. For more information about the Update-Help cmdlet, see http://go.microsoft.com/fwlink/?LinkId=210614. + The Update-Help cmdlet downloads the most current Help files for Windows PowerShell modules, and installs them on your computer. For more information about the Update-Help cmdlet, see https://go.microsoft.com/fwlink/?LinkId=210614. Do you want to run Update-Help? diff --git a/src/System.Management.Automation/resources/HelpErrors.resx b/src/System.Management.Automation/resources/HelpErrors.resx index 82bb001f09e..9f195409097 100644 --- a/src/System.Management.Automation/resources/HelpErrors.resx +++ b/src/System.Management.Automation/resources/HelpErrors.resx @@ -118,7 +118,7 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - Get-Help could not find {0} in a help file in this session. To download updated help topics type: "Update-Help". To get help online, search for the help topic in the TechNet library at http://go.microsoft.com/fwlink/?LinkID=107116. + Get-Help could not find {0} in a help file in this session. To download updated help topics type: "Update-Help". To get help online, search for the help topic in the TechNet library at https://go.microsoft.com/fwlink/?LinkID=107116. Cannot process the Help category because "{0}" is not a valid Help category. @@ -133,7 +133,7 @@ The Help file "{0}" is not a valid xml document. Details: {1}. - An error occurred while loading Help content for {0} from file {1}. Details: {2}. To download updated Help topics, run the Update-Help cmdlet. To get help online, search for the Help topic in the TechNet library at http://go.microsoft.com/fwlink/?LinkID=107116. + An error occurred while loading Help content for {0} from file {1}. Details: {2}. To download updated Help topics, run the Update-Help cmdlet. To get help online, search for the Help topic in the TechNet library at https://go.microsoft.com/fwlink/?LinkID=107116. The provider "{0}" cannot be loaded. Details: {1}. diff --git a/src/System.Management.Automation/resources/MshSignature.resx b/src/System.Management.Automation/resources/MshSignature.resx index 190b3225d3e..010624b7566 100644 --- a/src/System.Management.Automation/resources/MshSignature.resx +++ b/src/System.Management.Automation/resources/MshSignature.resx @@ -121,7 +121,7 @@ Signature verified. - The file {0} is not digitally signed. You cannot run this script on the current system. For more information about running scripts and setting execution policy, see about_Execution_Policies at http://go.microsoft.com/fwlink/?LinkID=135170 + The file {0} is not digitally signed. You cannot run this script on the current system. For more information about running scripts and setting execution policy, see about_Execution_Policies at https://go.microsoft.com/fwlink/?LinkID=135170 The contents of file {0} might have been changed by an unauthorized user or process, because the hash of the file does not match the hash stored in the digital signature. The script cannot run on the specified system. For more information, run Get-Help about_Signing. diff --git a/src/System.Management.Automation/resources/ParameterBinderStrings.resx b/src/System.Management.Automation/resources/ParameterBinderStrings.resx index c85c7572263..d98edd564d4 100644 --- a/src/System.Management.Automation/resources/ParameterBinderStrings.resx +++ b/src/System.Management.Automation/resources/ParameterBinderStrings.resx @@ -238,10 +238,10 @@ The binding of default value '{0}' to parameter '{1}' failed: {2} - The key '{0}' does not have a valid format. For information about the correct format, see about_Parameters_Default_Values at http://go.microsoft.com/fwlink/?LinkId=228266. + The key '{0}' does not have a valid format. For information about the correct format, see about_Parameters_Default_Values at https://go.microsoft.com/fwlink/?LinkId=228266. - The keys '{0}' do not have valid formats. For information about the correct format, see about_Parameters_Default_Values at http://go.microsoft.com/fwlink/?LinkId=228266. + The keys '{0}' do not have valid formats. For information about the correct format, see about_Parameters_Default_Values at https://go.microsoft.com/fwlink/?LinkId=228266. Parameter '{0}' is obsolete. {1} diff --git a/src/System.Management.Automation/singleshell/Commands/ConsoleCommands.cs b/src/System.Management.Automation/singleshell/Commands/ConsoleCommands.cs index bfae84b3e73..3ed81f1be30 100644 --- a/src/System.Management.Automation/singleshell/Commands/ConsoleCommands.cs +++ b/src/System.Management.Automation/singleshell/Commands/ConsoleCommands.cs @@ -69,7 +69,7 @@ internal void ThrowError( /// /// Class that implements export-console cmdlet. /// - [Cmdlet(VerbsData.Export, "Console", SupportsShouldProcess = true, HelpUri = "http://go.microsoft.com/fwlink/?LinkID=113298")] + [Cmdlet(VerbsData.Export, "Console", SupportsShouldProcess = true, HelpUri = "https://go.microsoft.com/fwlink/?LinkID=113298")] public sealed class ExportConsoleCommand : ConsoleCmdletsBase { #region Parameters diff --git a/src/System.Management.Automation/singleshell/Commands/MshSnapinCommands.cs b/src/System.Management.Automation/singleshell/Commands/MshSnapinCommands.cs index 3ae3df40b47..34ebd2848f9 100644 --- a/src/System.Management.Automation/singleshell/Commands/MshSnapinCommands.cs +++ b/src/System.Management.Automation/singleshell/Commands/MshSnapinCommands.cs @@ -263,7 +263,7 @@ internal RegistryStringResourceIndirect ResourceReader /// /// Class that implements add-pssnapin cmdlet. /// - [Cmdlet(VerbsCommon.Add, "PSSnapin", HelpUri = "http://go.microsoft.com/fwlink/?LinkID=113281")] + [Cmdlet(VerbsCommon.Add, "PSSnapin", HelpUri = "https://go.microsoft.com/fwlink/?LinkID=113281")] [OutputType(typeof(PSSnapInInfo))] public sealed class AddPSSnapinCommand : PSSnapInCommandBase { @@ -538,7 +538,7 @@ private void AddPSSnapIns(Collection snapInList) /// /// Class that implements remove-pssnapin cmdlet. /// - [Cmdlet(VerbsCommon.Remove, "PSSnapin", SupportsShouldProcess = true, HelpUri = "http://go.microsoft.com/fwlink/?LinkID=113378")] + [Cmdlet(VerbsCommon.Remove, "PSSnapin", SupportsShouldProcess = true, HelpUri = "https://go.microsoft.com/fwlink/?LinkID=113378")] [OutputType(typeof(PSSnapInInfo))] public sealed class RemovePSSnapinCommand : PSSnapInCommandBase { @@ -702,7 +702,7 @@ protected override void ProcessRecord() /// /// Class that implements get-pssnapin cmdlet. /// - [Cmdlet(VerbsCommon.Get, "PSSnapin", HelpUri = "http://go.microsoft.com/fwlink/?LinkID=113330")] + [Cmdlet(VerbsCommon.Get, "PSSnapin", HelpUri = "https://go.microsoft.com/fwlink/?LinkID=113330")] [OutputType(typeof(PSSnapInInfo))] public sealed class GetPSSnapinCommand : PSSnapInCommandBase { diff --git a/test/powershell/Modules/PackageManagement/Nuget.Tests.ps1 b/test/powershell/Modules/PackageManagement/Nuget.Tests.ps1 index 5c7caa81e2d..f25b266d7ae 100644 --- a/test/powershell/Modules/PackageManagement/Nuget.Tests.ps1 +++ b/test/powershell/Modules/PackageManagement/Nuget.Tests.ps1 @@ -18,7 +18,7 @@ $source = "http://www.nuget.org/api/v2/" $sourceWithoutSlash = "http://www.nuget.org/api/v2" -$fwlink = "http://go.microsoft.com/fwlink/?LinkID=623861&clcid=0x409" +$fwlink = "https://go.microsoft.com/fwlink/?LinkID=623861&clcid=0x409" $longName = "THISISOVER255CHARACTERSTHISISOVER255CHARACTERSTHISISOVER255CHARACTERSTHISISOVER255CHARACTERSTHISISOVER255CHARACTERSTHISISOVER255CHARACTERSTHISISOVER255CHARACTERSTHISISOVER255CHARACTERSTHISISOVER255CHARACTERSTHISISOVER255CHARACTERSTHISISOVER255CHARACTERSTHISISOVER255CHARACTERS"; $workingMaximumVersions = {"2.0", "2.5", "3.0"}; $packageNames = @("Azurecontrib", "AWSSDK", "TestLib"); diff --git a/test/powershell/engine/HelpContent/Microsoft.PowerShell.Core_00000000-0000-0000-0000-000000000000_HelpInfo.xml b/test/powershell/engine/HelpContent/Microsoft.PowerShell.Core_00000000-0000-0000-0000-000000000000_HelpInfo.xml index 1b94d3e8a63..de97c328064 100644 --- a/test/powershell/engine/HelpContent/Microsoft.PowerShell.Core_00000000-0000-0000-0000-000000000000_HelpInfo.xml +++ b/test/powershell/engine/HelpContent/Microsoft.PowerShell.Core_00000000-0000-0000-0000-000000000000_HelpInfo.xml @@ -1,6 +1,6 @@  - http://go.microsoft.com/fwlink/?linkid=390782 + https://go.microsoft.com/fwlink/?linkid=390782 en-US