ConfluenceStuff

1.0.3

Various functions for working with Atlassian Confluence. Some of them are explained at https://doitpsway.com/.

   Some of the interesting functions:
   - Connect-Confluence - authenticates to your Confluence instance
   - Compare-ConfluencePageTable - compares two list of objects where first one is gathered from given Confluence wiki page table (identified usin
Various functions for working with Atlassian Confluence. Some of them are explained at https://doitpsway.com/.

   Some of the interesting functions:
   - Connect-Confluence - authenticates to your Confluence instance
   - Compare-ConfluencePageTable - compares two list of objects where first one is gathered from given Confluence wiki page table (identified using page ID and table index)
   - ConvertTo-ConfluenceTableHtml - converts given object into HTML table code but
       - pipe | sign in object value no more breaks table formatting
       - values in cells are not surrounded with spaces a.k.a. table columns can be sorted
   - Get-ConfluencePage2 - returns Confluence page content using native Invoke-WebRequest. Returned object contains parsed HTML (as Com object), raw HTML page content etc
   - Get-ConfluencePageTable - extracts table(s) from given Confluence page and converts it into the psobject
   - Set-ConfluencePage2 - Proxy function for Set-ConfluencePage. Adds possibility to set just selected table`s content on given page (and leave rest of the page intact)
   - ...
   
Show more

Minimum PowerShell version

5.1

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name ConfluenceStuff

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name ConfluenceStuff

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

(c) 2022 @AndrewZtrhgf. All rights reserved.

Package Details

FileList

Version History

Version Downloads Last updated
1.0.3 (current version) 35 12/20/2022
1.0.2 5 12/20/2022
1.0.1 6 12/19/2022
1.0.0 12 12/18/2022