Skip to content

Commit

Permalink
added shortened online help links
Browse files Browse the repository at this point in the history
  • Loading branch information
jdhitsolutions committed Aug 12, 2019
1 parent b8b6a47 commit 5b12f57
Show file tree
Hide file tree
Showing 11 changed files with 27 additions and 18 deletions.
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"cSpell.words": [
"about",
"archivepath",
"bitly",
"cms",
"dropbox",
"filepath",
Expand Down
2 changes: 1 addition & 1 deletion PSRemoteOperations.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
RootModule = ""

# Version number of this module.
ModuleVersion = '3.2.0'
ModuleVersion = '3.2.1'

# Supported PSEditions
CompatiblePSEditions = @("Desktop","Core")
Expand Down
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log for PSRemoteOperations

## v3.2.1

+ Replaced online help links to markdown documents with bitly links

## v3.2.0

+ Modified `Get-PSRemoteOperationResult` to include an option to display the raw contents of the result file
Expand Down
2 changes: 1 addition & 1 deletion docs/Get-PSRemoteOperation.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
external help file: PSRemoteOperations-help.xml
Module Name: PSRemoteOperations
online version:
online version: http://bit.ly/2KsYc14
schema: 2.0.0
---

Expand Down
6 changes: 3 additions & 3 deletions docs/Get-PSRemoteOperationResult.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
external help file: PSRemoteOperations-help.xml
Module Name: PSRemoteOperations
online version: https://github.com/jdhitsolutions/PSRemoteOperations/blob/master/docs/Get-PSRemoteOperationResult.md
online version: http://bit.ly/2KujP0L
schema: 2.0.0
---

Expand Down Expand Up @@ -57,8 +57,8 @@ Get the result for computer THINK51 using the user-defined $PSRemoteOpArchive va
PS C:\> Get-PSRemoteOperation -newest 1 -raw
@{
CreatedOn = 'Bovine320'
CreatedBy = 'bovine320\jeff'
CreatedOn = 'Desk320'
CreatedBy = 'Desk320\jeff'
CreatedAt = '08/06/2019 14:02:59 UTC'
Computername = 'SRV2'
ArgumentList = @{
Expand Down
2 changes: 1 addition & 1 deletion docs/Invoke-PSRemoteOperation.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
external help file: PSRemoteOperations-help.xml
Module Name: PSRemoteOperations
online version: https://github.com/jdhitsolutions/PSRemoteOperations/blob/master/docs/Invoke-PSRemoteOperation.md
online version: http://bit.ly/2Kt97HP
schema: 2.0.0
---

Expand Down
2 changes: 1 addition & 1 deletion docs/New-PSRemoteOperation.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
external help file: PSRemoteOperations-help.xml
Module Name: PSRemoteOperations
online version: https://github.com/jdhitsolutions/PSRemoteOperations/blob/master/docs/New-PSRemoteOperation.md
online version: http://bit.ly/2KsXVuQ
schema: 2.0.0
---

Expand Down
2 changes: 1 addition & 1 deletion docs/New-PSRemoteOperationForm.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
external help file: PSRemoteOperations-help.xml
Module Name: PSRemoteOperations
online version: https://github.com/jdhitsolutions/PSRemoteOperations/blob/master/docs/New-PSRemoteOperationForm.md
online version: http://bit.ly/2KveMxp
schema: 2.0.0
---

Expand Down
2 changes: 1 addition & 1 deletion docs/Register-PSRemoteOperationWatcher.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
external help file: PSRemoteOperations-help.xml
Module Name: PSRemoteOperations
online version: https://github.com/jdhitsolutions/PSRemoteOperations/blob/master/docs/Register-PSRemoteOperationWatcher.md
online version: http://bit.ly/2KsBuGc
schema: 2.0.0
---

Expand Down
2 changes: 1 addition & 1 deletion docs/Wait-PSRemoteOperation.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
external help file: PSRemoteOperations-help.xml
Module Name: PSRemoteOperations
online version: https://github.com/jdhitsolutions/PSRemoteOperations/blob/master/docs/Wait-PSRemoteOperation.md
online version: http://bit.ly/2KscTkO
schema: 2.0.0
---

Expand Down
20 changes: 12 additions & 8 deletions en-us/PSRemoteOperations-help.xml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,10 @@ CreatedOn : DESK01</dev:code>
</command:example>
</command:examples>
<command:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>http://bit.ly/2KsYc14</maml:uri>
</maml:navigationLink>
<maml:navigationLink>
<maml:linkText>New-PSRemoteOperation</maml:linkText>
<maml:uri></maml:uri>
Expand Down Expand Up @@ -287,8 +291,8 @@ Error :</dev:code>
<dev:code>PS C:\&gt; Get-PSRemoteOperation -newest 1 -raw

@{
CreatedOn = 'Bovine320'
CreatedBy = 'bovine320\jeff'
CreatedOn = 'Desk320'
CreatedBy = 'Desk320\jeff'
CreatedAt = '08/06/2019 14:02:59 UTC'
Computername = 'SRV2'
ArgumentList = @{
Expand All @@ -312,7 +316,7 @@ Date = '08/06/2019 14:04:04 UTC'
<command:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://github.com/jdhitsolutions/PSRemoteOperations/blob/master/docs/Get-PSRemoteOperationResult.md</maml:uri>
<maml:uri>http://bit.ly/2KujP0L</maml:uri>
</maml:navigationLink>
<maml:navigationLink>
<maml:linkText>about_PSRemoteOperations</maml:linkText>
Expand Down Expand Up @@ -480,7 +484,7 @@ PS C:\&gt; Invoke-PSRemoteOperation $file</dev:code>
<command:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://github.com/jdhitsolutions/PSRemoteOperations/blob/master/docs/Invoke-PSRemoteOperation.md</maml:uri>
<maml:uri>http://bit.ly/2Kt97HP</maml:uri>
</maml:navigationLink>
<maml:navigationLink>
<maml:linkText>about_PSRemoteOperations</maml:linkText>
Expand Down Expand Up @@ -938,7 +942,7 @@ PS C:\&gt; New-PSRemoteOperation -Computername SRV4 -Scriptblock $sb -ArgumentLi
<command:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://github.com/jdhitsolutions/PSRemoteOperations/blob/master/docs/New-PSRemoteOperation.md</maml:uri>
<maml:uri>http://bit.ly/2KsXVuQ</maml:uri>
</maml:navigationLink>
<maml:navigationLink>
<maml:linkText>about_PSRemoteOperations</maml:linkText>
Expand Down Expand Up @@ -1046,7 +1050,7 @@ PS C:\&gt; New-PSRemoteOperation -Computername SRV4 -Scriptblock $sb -ArgumentLi
<command:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://github.com/jdhitsolutions/PSRemoteOperations/blob/master/docs/New-PSRemoteOperationForm.md</maml:uri>
<maml:uri>http://bit.ly/2KveMxp</maml:uri>
</maml:navigationLink>
<maml:navigationLink>
<maml:linkText>New-PSRemoteOperation</maml:linkText>
Expand Down Expand Up @@ -1313,7 +1317,7 @@ Id Name JobTriggers Command Enabled
<command:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://github.com/jdhitsolutions/PSRemoteOperations/blob/master/docs/Register-PSRemoteOperationWatcher.md</maml:uri>
<maml:uri>http://bit.ly/2KsBuGc</maml:uri>
</maml:navigationLink>
<maml:navigationLink>
<maml:linkText>about_PSRemoteOperations</maml:linkText>
Expand Down Expand Up @@ -1508,7 +1512,7 @@ Id Name JobTriggers Command Enabled
<command:relatedLinks>
<maml:navigationLink>
<maml:linkText>Online Version:</maml:linkText>
<maml:uri>https://github.com/jdhitsolutions/PSRemoteOperations/blob/master/docs/Wait-PSRemoteOperation.md</maml:uri>
<maml:uri>http://bit.ly/2KscTkO</maml:uri>
</maml:navigationLink>
<maml:navigationLink>
<maml:linkText>New-PSRemoteOperation</maml:linkText>
Expand Down

0 comments on commit 5b12f57

Please sign in to comment.