ConfluenceStuff
1.0.0
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
- ConvertTo-ConfluenceTableHtml - converts given object into HTML table code but
- pipe | sign in object value no more breaks table fo
Some of the interesting functions:
- Connect-Confluence - authenticates to your Confluence instance
- ConvertTo-ConfluenceTableHtml - converts given object into HTML table code but
- pipe | sign in object value no more breaks table fo
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
- 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
- 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
Connect-Confluence ConvertTo-ConfluenceTableHtml Get-ConfluencePage2 Get-ConfluencePageTable Set-ConfluencePage2
Dependencies
FileList
- ConfluenceStuff.nuspec
- ConfluenceStuff.psm1
- ConfluenceStuff.psd1
Version History
Version | Downloads | Last updated |
---|---|---|
1.0.3 | 45 | 12/20/2022 |
1.0.2 | 7 | 12/20/2022 |
1.0.1 | 8 | 12/19/2022 |
1.0.0 (current version) | 14 | 12/18/2022 |