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
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
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)
- ...
Minimum PowerShell version
5.1
Installation Options
Owners
Copyright
(c) 2022 @AndrewZtrhgf. All rights reserved.
Package Details
Author(s)
- @AndrewZtrhgf
Tags
Functions
Compare-ConfluencePageTable Connect-Confluence ConvertTo-ConfluenceTableHtml Get-ConfluencePage2 Get-ConfluencePageTable Set-ConfluencePage2
Dependencies
FileList
- ConfluenceStuff.nuspec
- ConfluenceStuff.psd1
- ConfluenceStuff.psm1
Version History
Version | Downloads | Last updated |
---|---|---|
1.0.3 (current version) | 45 | 12/20/2022 |
1.0.2 | 7 | 12/20/2022 |
1.0.1 | 8 | 12/19/2022 |
1.0.0 | 14 | 12/18/2022 |