Skip to content

Commit

Permalink
update links
Browse files Browse the repository at this point in the history
  • Loading branch information
metablaster committed Dec 24, 2021
1 parent 59d3e2d commit 700037c
Show file tree
Hide file tree
Showing 36 changed files with 23 additions and 65 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,7 @@ extension to see more specific or smaller todo's, unless you have specific ideas
[extension remote SSH]: https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-ssh "Visit Marketplace"
[extension remote SSH editing]: https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-ssh-edit "Visit Marketplace"
[develop cmdlets]: https://docs.microsoft.com/en-us/powershell/scripting/developer/cmdlet/cmdlet-development-guidelines?view=powershell-7 "Visit documentation"
[powershell style]: https://poshcode.gitbooks.io/powershell-practice-and-style/Style-Guide/Introduction.html "PowerShell code style"
[powershell style]: https://poshcode.gitbook.io/powershell-practice-and-style/introduction/readme "PowerShell code style"
[module psscriptanalyzer]: https://github.com/PowerShell/PSScriptAnalyzer "Visit PSScriptAnalyzer repository"
[about comment based help]: https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_comment_based_help?view=powershell-7 "Visit documentation"
[comment based help examples]: https://docs.microsoft.com/en-us/powershell/scripting/developer/help/examples-of-comment-based-help?view=powershell-7 "Visit documentation"
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ TODO: Optionally set services to automatic startup, most of services are needed
## RELATED LINKS
[https://github.com/metablaster/WindowsFirewallRuleset/blob/master/Modules/Ruleset.Initialize/Initialize-Service.md](https://github.com/metablaster/WindowsFirewallRuleset/blob/master/Modules/Ruleset.Initialize/Initialize-Service.md)
[https://github.com/metablaster/WindowsFirewallRuleset/blob/master/Modules/Ruleset.Initialize/Help/en-US/Initialize-Service.md](https://github.com/metablaster/WindowsFirewallRuleset/blob/master/Modules/Ruleset.Initialize/Help/en-US/Initialize-Service.md)
[https://docs.microsoft.com/en-us/dotnet/api/system.serviceprocess.servicecontrollerstatus](https://docs.microsoft.com/en-us/dotnet/api/system.serviceprocess.servicecontrollerstatus)
Expand Down
2 changes: 1 addition & 1 deletion Modules/Ruleset.Initialize/Public/Initialize-Module.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ TODO: installing post-git in same session while installing other modules may fai
function Initialize-Module
{
[CmdletBinding(PositionalBinding = $false,
HelpURI = "https://github.com/metablaster/WindowsFirewallRuleset/blob/master/Modules/Ruleset.Initialize/Initialize-Module.md" )]
HelpURI = "https://github.com/metablaster/WindowsFirewallRuleset/blob/master/Modules/Ruleset.Initialize/Help/en-US/Initialize-Module.md" )]
[OutputType([bool])]
param (
[Parameter(Mandatory = $true, Position = 0,
Expand Down
2 changes: 1 addition & 1 deletion Modules/Ruleset.Initialize/Public/Initialize-Project.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ function Initialize-Project
[Diagnostics.CodeAnalysis.SuppressMessageAttribute(
"PSAvoidUsingWriteHost", "", Scope = "Function", Justification = "Using Write-Host because of output formatting issues")]
[CmdletBinding(
HelpURI = "https://github.com/metablaster/WindowsFirewallRuleset/blob/master/Modules/Ruleset.Initialize/Initialize-Project.md")]
HelpURI = "https://github.com/metablaster/WindowsFirewallRuleset/blob/master/Modules/Ruleset.Initialize/Help/en-US/Initialize-Project.md")]
[OutputType([void])]
param (
[Parameter()]
Expand Down
2 changes: 1 addition & 1 deletion Modules/Ruleset.Initialize/Public/Initialize-Provider.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Before updating PowerShellGet or PackageManagement, you should always install th
function Initialize-Provider
{
[CmdletBinding(PositionalBinding = $false,
HelpURI = "https://github.com/metablaster/WindowsFirewallRuleset/blob/master/Modules/Ruleset.Initialize/Initialize-Provider.md")]
HelpURI = "https://github.com/metablaster/WindowsFirewallRuleset/blob/master/Modules/Ruleset.Initialize/Help/en-US/Initialize-Provider.md")]
[OutputType([bool])]
param (
[Parameter(Mandatory = $true, Position = 0)]
Expand Down
4 changes: 2 additions & 2 deletions Modules/Ruleset.Initialize/Public/Initialize-Service.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ TODO: Optionally set services to automatic startup, most of services are needed
[System.ServiceProcess.ServiceController[]]
.LINK
https://github.com/metablaster/WindowsFirewallRuleset/blob/master/Modules/Ruleset.Initialize/Initialize-Service.md
https://github.com/metablaster/WindowsFirewallRuleset/blob/master/Modules/Ruleset.Initialize/Help/en-US/Initialize-Service.md
.LINK
https://docs.microsoft.com/en-us/dotnet/api/system.serviceprocess.servicecontrollerstatus
Expand All @@ -77,7 +77,7 @@ https://docs.microsoft.com/en-us/dotnet/api/system.serviceprocess.servicestartmo
function Initialize-Service
{
[CmdletBinding(
HelpURI = "https://github.com/metablaster/WindowsFirewallRuleset/blob/master/Modules/Ruleset.Initialize/Initialize-Service.md")]
HelpURI = "https://github.com/metablaster/WindowsFirewallRuleset/blob/master/Modules/Ruleset.Initialize/Help/en-US/Initialize-Service.md")]
[OutputType([bool])]
param (
[Parameter(Mandatory = $true, ValueFromPipeline = $true)]
Expand Down
6 changes: 1 addition & 5 deletions Modules/Ruleset.Initialize/en-US/Ruleset.Initialize-help.xml
Original file line number Diff line number Diff line change
Expand Up @@ -545,13 +545,9 @@ $true if WinRM service was started $false otherwise</dev:code>
</command:examples>
<command:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:linkText>https://github.com/metablaster/WindowsFirewallRuleset/blob/master/Modules/Ruleset.Initialize/Help/en-US/Initialize-Service.md</maml:linkText>
<maml:uri>https://github.com/metablaster/WindowsFirewallRuleset/blob/master/Modules/Ruleset.Initialize/Help/en-US/Initialize-Service.md</maml:uri>
</maml:navigationLink>
<maml:navigationLink>
<maml:linkText>https://github.com/metablaster/WindowsFirewallRuleset/blob/master/Modules/Ruleset.Initialize/Initialize-Service.md</maml:linkText>
<maml:uri>https://github.com/metablaster/WindowsFirewallRuleset/blob/master/Modules/Ruleset.Initialize/Initialize-Service.md</maml:uri>
</maml:navigationLink>
<maml:navigationLink>
<maml:linkText>https://docs.microsoft.com/en-us/dotnet/api/system.serviceprocess.servicecontrollerstatus</maml:linkText>
<maml:uri>https://docs.microsoft.com/en-us/dotnet/api/system.serviceprocess.servicecontrollerstatus</maml:uri>
Expand Down
2 changes: 0 additions & 2 deletions Modules/Ruleset.Remote/Help/en-US/Connect-Computer.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,5 +215,3 @@ TODO: When localhost or dot (.) is specified it should be treated as localhost w
requirements must be met.
## RELATED LINKS
[https://github.com/metablaster/WindowsFirewallRuleset/blob/master/Modules/Ruleset.Remote/Help/en-US/Connect-Computer.md](https://github.com/metablaster/WindowsFirewallRuleset/blob/master/Modules/Ruleset.Remote/Help/en-US/Connect-Computer.md)
2 changes: 0 additions & 2 deletions Modules/Ruleset.Remote/Help/en-US/Disable-RemoteRegistry.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,5 +82,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
TODO: Does not revert firewall rules because previous status is unknown
## RELATED LINKS
[https://github.com/metablaster/WindowsFirewallRuleset/blob/master/Modules/Ruleset.Remote/Help/en-US/Disable-RemoteRegistry.md](https://github.com/metablaster/WindowsFirewallRuleset/blob/master/Modules/Ruleset.Remote/Help/en-US/Disable-RemoteRegistry.md)
2 changes: 0 additions & 2 deletions Modules/Ruleset.Remote/Help/en-US/Disconnect-Computer.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,3 @@ TODO: This function should be called at the end of each script since individual
implementation needed to prevent disconnection when Deploy-Firewall runs.
## RELATED LINKS
[https://github.com/metablaster/WindowsFirewallRuleset/blob/master/Modules/Ruleset.Remote/Help/en-US/Disconnect-Computer.md](https://github.com/metablaster/WindowsFirewallRuleset/blob/master/Modules/Ruleset.Remote/Help/en-US/Disconnect-Computer.md)
2 changes: 0 additions & 2 deletions Modules/Ruleset.Remote/Help/en-US/Enable-RemoteRegistry.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,5 +87,3 @@ In addition to make it work in PS, administrative authentication must be done by
to server by client computer.
## RELATED LINKS
[https://github.com/metablaster/WindowsFirewallRuleset/blob/master/Modules/Ruleset.Remote/Help/en-US/Enable-RemoteRegistry.md](https://github.com/metablaster/WindowsFirewallRuleset/blob/master/Modules/Ruleset.Remote/Help/en-US/Enable-RemoteRegistry.md)
2 changes: 1 addition & 1 deletion Modules/Ruleset.Remote/Help/en-US/Publish-SshKey.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,6 @@ TODO: Make use of certificates
## RELATED LINKS
[https://github.com/metablaster/WindowsFirewallRuleset/blob/master/Modules/Ruleset.ProgramInfo/Help/en-US/Publish-SshKey.md](https://github.com/metablaster/WindowsFirewallRuleset/blob/master/Modules/Ruleset.ProgramInfo/Help/en-US/Publish-SshKey.md)
[https://github.com/metablaster/WindowsFirewallRuleset/blob/master/Modules/Ruleset.Remote/Help/en-US/Publish-SshKey.md](https://github.com/metablaster/WindowsFirewallRuleset/blob/master/Modules/Ruleset.Remote/Help/en-US/Publish-SshKey.md)
[https://code.visualstudio.com/docs/remote/troubleshooting#_configuring-key-based-authentication](https://code.visualstudio.com/docs/remote/troubleshooting#_configuring-key-based-authentication)
Original file line number Diff line number Diff line change
Expand Up @@ -236,4 +236,4 @@ TODO: This function must be simplified and certificate creation should be separa
[https://github.com/metablaster/WindowsFirewallRuleset/blob/master/Modules/Ruleset.Remote/Help/en-US/Register-SslCertificate.md](https://github.com/metablaster/WindowsFirewallRuleset/blob/master/Modules/Ruleset.Remote/Help/en-US/Register-SslCertificate.md)
[https://docs.microsoft.com/en-us/powershell/module/pkiclient](https://docs.microsoft.com/en-us/powershell/module/pkiclient)
[https://docs.microsoft.com/en-us/powershell/module/pki](https://docs.microsoft.com/en-us/powershell/module/pki)
2 changes: 0 additions & 2 deletions Modules/Ruleset.Remote/Help/en-US/Test-WinRM.md
Original file line number Diff line number Diff line change
Expand Up @@ -230,5 +230,3 @@ TODO: Default test should be to localhost which must not ask for credentials
TODO: Test for private profile to avoid cryptic error message
## RELATED LINKS
[https://github.com/metablaster/WindowsFirewallRuleset/blob/master/Modules/Ruleset.Remote/Help/en-US/Test-WinRM.md](https://github.com/metablaster/WindowsFirewallRuleset/blob/master/Modules/Ruleset.Remote/Help/en-US/Test-WinRM.md)
Original file line number Diff line number Diff line change
Expand Up @@ -98,5 +98,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
TODO: Does not undo registration with WinRM listener
## RELATED LINKS
[https://github.com/metablaster/WindowsFirewallRuleset/blob/master/Modules/Ruleset.Remote/Help/en-US/Unregister-SslCertificate.md](https://github.com/metablaster/WindowsFirewallRuleset/blob/master/Modules/Ruleset.Remote/Help/en-US/Unregister-SslCertificate.md)
3 changes: 0 additions & 3 deletions Modules/Ruleset.Remote/Public/Connect-Computer.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,6 @@ None. Connect-Computer does not generate any output
.NOTES
TODO: When localhost or dot (.) is specified it should be treated as localhost which means localhost
requirements must be met.
.LINK
https://github.com/metablaster/WindowsFirewallRuleset/blob/master/Modules/Ruleset.Remote/Help/en-US/Connect-Computer.md
#>
function Connect-Computer
{
Expand Down
3 changes: 0 additions & 3 deletions Modules/Ruleset.Remote/Public/Disable-RemoteRegistry.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,6 @@ None. Disable-RemoteRegistry does not generate any output
.NOTES
TODO: Does not revert firewall rules because previous status is unknown
.LINK
https://github.com/metablaster/WindowsFirewallRuleset/blob/master/Modules/Ruleset.Remote/Help/en-US/Disable-RemoteRegistry.md
#>
function Disable-RemoteRegistry
{
Expand Down
3 changes: 0 additions & 3 deletions Modules/Ruleset.Remote/Public/Disconnect-Computer.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,6 @@ None. Disconnect-Computer does not generate any output
TODO: If there are multiple connections, remove only specific ones
TODO: This function should be called at the end of each script since individual scripts may run,
implementation needed to prevent disconnection when Deploy-Firewall runs.
.LINK
https://github.com/metablaster/WindowsFirewallRuleset/blob/master/Modules/Ruleset.Remote/Help/en-US/Disconnect-Computer.md
#>
function Disconnect-Computer
{
Expand Down
3 changes: 0 additions & 3 deletions Modules/Ruleset.Remote/Public/Enable-RemoteRegistry.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,6 @@ and must operate on private profile if either one is workstation machine.
In addition to make it work in PS, administrative authentication must be done by opening a share
to server by client computer.
.LINK
https://github.com/metablaster/WindowsFirewallRuleset/blob/master/Modules/Ruleset.Remote/Help/en-US/Enable-RemoteRegistry.md
#>
function Enable-RemoteRegistry
{
Expand Down
4 changes: 2 additions & 2 deletions Modules/Ruleset.Remote/Public/Publish-SshKey.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -74,15 +74,15 @@ TODO: Optionally deploy sshd_config to remote
TODO: Make use of certificates
.LINK
https://github.com/metablaster/WindowsFirewallRuleset/blob/master/Modules/Ruleset.ProgramInfo/Help/en-US/Publish-SshKey.md
https://github.com/metablaster/WindowsFirewallRuleset/blob/master/Modules/Ruleset.Remote/Help/en-US/Publish-SshKey.md
.LINK
https://code.visualstudio.com/docs/remote/troubleshooting#_configuring-key-based-authentication
#>
function Publish-SshKey
{
[CmdletBinding(PositionalBinding = $false, SupportsShouldProcess = $true, ConfirmImpact = "High",
HelpURI = "https://github.com/metablaster/WindowsFirewallRuleset/blob/master/Modules/Ruleset.ProgramInfo/Help/en-US/Publish-SshKey.md")]
HelpURI = "https://github.com/metablaster/WindowsFirewallRuleset/blob/master/Modules/Ruleset.Remote/Help/en-US/Publish-SshKey.md")]
[OutputType([void])]
param (
[Parameter(Mandatory = $true, Position = 0)]
Expand Down
2 changes: 1 addition & 1 deletion Modules/Ruleset.Remote/Public/Register-SslCertificate.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ TODO: This function must be simplified and certificate creation should be separa
https://github.com/metablaster/WindowsFirewallRuleset/blob/master/Modules/Ruleset.Remote/Help/en-US/Register-SslCertificate.md
.LINK
https://docs.microsoft.com/en-us/powershell/module/pkiclient
https://docs.microsoft.com/en-us/powershell/module/pki
#>
function Register-SslCertificate
{
Expand Down
3 changes: 0 additions & 3 deletions Modules/Ruleset.Remote/Public/Test-WinRM.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,6 @@ TODO: Test all options are applied, reset by Enable-PSSessionConfiguration or (S
TODO: Remote registry test
TODO: Default test should be to localhost which must not ask for credentials
TODO: Test for private profile to avoid cryptic error message
.LINK
https://github.com/metablaster/WindowsFirewallRuleset/blob/master/Modules/Ruleset.Remote/Help/en-US/Test-WinRM.md
#>
function Test-WinRM
{
Expand Down
3 changes: 0 additions & 3 deletions Modules/Ruleset.Remote/Public/Unregister-SslCertificate.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,6 @@ None. Unregister-SslCertificate does not generate any output
.NOTES
TODO: Does not undo registration with WinRM listener
.LINK
https://github.com/metablaster/WindowsFirewallRuleset/blob/master/Modules/Ruleset.Remote/Help/en-US/Unregister-SslCertificate.md
#>
function Unregister-SslCertificate
{
Expand Down
22 changes: 9 additions & 13 deletions Modules/Ruleset.Remote/en-US/Ruleset.Remote-help.xml
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@
</command:examples>
<command:relatedLinks>
<maml:navigationLink>
<maml:linkText>https://github.com/metablaster/WindowsFirewallRuleset/blob/master/Modules/Ruleset.Remote/Help/en-US/Connect-Computer.md</maml:linkText>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://github.com/metablaster/WindowsFirewallRuleset/blob/master/Modules/Ruleset.Remote/Help/en-US/Connect-Computer.md</maml:uri>
</maml:navigationLink>
</command:relatedLinks>
Expand Down Expand Up @@ -378,7 +378,7 @@
</command:examples>
<command:relatedLinks>
<maml:navigationLink>
<maml:linkText>https://github.com/metablaster/WindowsFirewallRuleset/blob/master/Modules/Ruleset.Remote/Help/en-US/Disable-RemoteRegistry.md</maml:linkText>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://github.com/metablaster/WindowsFirewallRuleset/blob/master/Modules/Ruleset.Remote/Help/en-US/Disable-RemoteRegistry.md</maml:uri>
</maml:navigationLink>
</command:relatedLinks>
Expand Down Expand Up @@ -608,7 +608,7 @@
</command:examples>
<command:relatedLinks>
<maml:navigationLink>
<maml:linkText>https://github.com/metablaster/WindowsFirewallRuleset/blob/master/Modules/Ruleset.Remote/Help/en-US/Disconnect-Computer.md</maml:linkText>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://github.com/metablaster/WindowsFirewallRuleset/blob/master/Modules/Ruleset.Remote/Help/en-US/Disconnect-Computer.md</maml:uri>
</maml:navigationLink>
</command:relatedLinks>
Expand Down Expand Up @@ -715,7 +715,7 @@
</command:examples>
<command:relatedLinks>
<maml:navigationLink>
<maml:linkText>https://github.com/metablaster/WindowsFirewallRuleset/blob/master/Modules/Ruleset.Remote/Help/en-US/Enable-RemoteRegistry.md</maml:linkText>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://github.com/metablaster/WindowsFirewallRuleset/blob/master/Modules/Ruleset.Remote/Help/en-US/Enable-RemoteRegistry.md</maml:uri>
</maml:navigationLink>
</command:relatedLinks>
Expand Down Expand Up @@ -1320,13 +1320,9 @@ PS&gt; Disable-WinRMServer</dev:code>
</command:examples>
<command:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:linkText>https://github.com/metablaster/WindowsFirewallRuleset/blob/master/Modules/Ruleset.Remote/Help/en-US/Publish-SshKey.md</maml:linkText>
<maml:uri>https://github.com/metablaster/WindowsFirewallRuleset/blob/master/Modules/Ruleset.Remote/Help/en-US/Publish-SshKey.md</maml:uri>
</maml:navigationLink>
<maml:navigationLink>
<maml:linkText>https://github.com/metablaster/WindowsFirewallRuleset/blob/master/Modules/Ruleset.ProgramInfo/Help/en-US/Publish-SshKey.md</maml:linkText>
<maml:uri>https://github.com/metablaster/WindowsFirewallRuleset/blob/master/Modules/Ruleset.ProgramInfo/Help/en-US/Publish-SshKey.md</maml:uri>
</maml:navigationLink>
<maml:navigationLink>
<maml:linkText>https://code.visualstudio.com/docs/remote/troubleshooting#_configuring-key-based-authentication</maml:linkText>
<maml:uri>https://code.visualstudio.com/docs/remote/troubleshooting#_configuring-key-based-authentication</maml:uri>
Expand Down Expand Up @@ -1666,8 +1662,8 @@ PS&gt; Disable-WinRMServer</dev:code>
<maml:uri>https://github.com/metablaster/WindowsFirewallRuleset/blob/master/Modules/Ruleset.Remote/Help/en-US/Register-SslCertificate.md</maml:uri>
</maml:navigationLink>
<maml:navigationLink>
<maml:linkText>https://docs.microsoft.com/en-us/powershell/module/pkiclient</maml:linkText>
<maml:uri>https://docs.microsoft.com/en-us/powershell/module/pkiclient</maml:uri>
<maml:linkText>https://docs.microsoft.com/en-us/powershell/module/pki</maml:linkText>
<maml:uri>https://docs.microsoft.com/en-us/powershell/module/pki</maml:uri>
</maml:navigationLink>
</command:relatedLinks>
</command:command>
Expand Down Expand Up @@ -2558,7 +2554,7 @@ PS&gt; Test-WinRM HTTP -Quiet -Status $RemoteStatus</dev:code>
</command:examples>
<command:relatedLinks>
<maml:navigationLink>
<maml:linkText>https://github.com/metablaster/WindowsFirewallRuleset/blob/master/Modules/Ruleset.Remote/Help/en-US/Test-WinRM.md</maml:linkText>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://github.com/metablaster/WindowsFirewallRuleset/blob/master/Modules/Ruleset.Remote/Help/en-US/Test-WinRM.md</maml:uri>
</maml:navigationLink>
</command:relatedLinks>
Expand Down Expand Up @@ -2688,7 +2684,7 @@ PS&gt; Test-WinRM HTTP -Quiet -Status $RemoteStatus</dev:code>
</command:examples>
<command:relatedLinks>
<maml:navigationLink>
<maml:linkText>https://github.com/metablaster/WindowsFirewallRuleset/blob/master/Modules/Ruleset.Remote/Help/en-US/Unregister-SslCertificate.md</maml:linkText>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://github.com/metablaster/WindowsFirewallRuleset/blob/master/Modules/Ruleset.Remote/Help/en-US/Unregister-SslCertificate.md</maml:uri>
</maml:navigationLink>
</command:relatedLinks>
Expand Down
6 changes: 1 addition & 5 deletions Modules/Ruleset.Utility/Private/Convert-EncodingString.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,6 @@ None. You cannot pipe objects to Convert-EncodingString
.NOTES
None.
.LINK
https://github.com/metablaster/WindowsFirewallRuleset/blob/master/Modules/Ruleset.MODULENAME/Help/en-US/FUNCTIONNAME.md
.LINK
https://docs.microsoft.com/en-us/dotnet/api/system.text.encoding?view=netcore-3.1
Expand All @@ -73,8 +70,7 @@ https://docs.microsoft.com/en-us/dotnet/api/microsoft.powershell.commands.filesy
#>
function Convert-EncodingString
{
[CmdletBinding(PositionalBinding = $false,
HelpURI = "https://github.com/metablaster/WindowsFirewallRuleset/blob/master/Modules/Ruleset.MODULENAME/Help/en-US/FUNCTIONNAME.md")]
[CmdletBinding(PositionalBinding = $false)]
[OutputType([string])]
param (
[Parameter(Mandatory = $true, Position = 0)]
Expand Down

0 comments on commit 700037c

Please sign in to comment.