XurrentHelpers
0.2.0
A PowerShell Module by techwork data GmbH containing cmdlets making Xurrent adminstration easier and more efficient
Minimum PowerShell version
5.0
Installation Options
Owners
Copyright
(c) Ing. Fabian Steiner BSc.. All rights reserved.
Package Details
Author(s)
- Ing. Fabian Steiner BSc.
Tags
Xurrent 4me ITSM KnowledgeArticle Administration API
Functions
ConvertTo-XurrentKnowledgeArticle Export-XurrentKnowledgeArticle New-XurrentKnowledgeArticleCsvExample New-XurrentKnowledgeArticleTemplate
Dependencies
This module has no dependencies.
Release Notes
## [0.2.0] - 2026-06-01
### Added
- `ConvertTo-XurrentKnowledgeArticle`: Converts a `*XurrentKnowledgeArticle.md` file into a `PSCustomObject` matching the Xurrent / 4me bulk-import CSV schema. Extracts Subject (first H1 heading), Description and Instructions (named `##` sections), and Keywords (`**Keywords:**` line). Accepts pipeline input.
- `Export-XurrentKnowledgeArticle`: Scans a folder recursively for `*XurrentKnowledgeArticle.md` files and writes a Xurrent-compatible import CSV. Supports `.env` file for `SERVICE` and `SERVICE_INSTANCES` defaults and falls back to interactive prompts when values are not provided.
- `New-XurrentKnowledgeArticleTemplate`: Creates a `*XurrentKnowledgeArticle.md` template file with the correct H1, Keywords, Description, and Instructions sections ready to fill in.
- `New-XurrentKnowledgeArticleCsvExample`: Creates an example CSV pre-filled with one illustrative row in the Xurrent / 4me knowledge article bulk-import column format.
- Added unit tests for the private `Get-Section` helper function.
### Fixed
- Replaced `ForEach-Object` with `foreach` in `Export-XurrentKnowledgeArticle` to resolve a false-positive PSScriptAnalyzer warning about unused variable assignments.
FileList
- XurrentHelpers.nuspec
- XurrentHelpers.psd1
- XurrentHelpers.psm1
- en-US\about_XurrentHelpers.help.txt
Version History
| Version | Downloads | Last updated |
|---|---|---|
| 0.3.0 | 8 | 6/1/2026 |
| 0.2.0 (current version) | 3 | 6/1/2026 |
| 0.2.0-previe... | 3 | 6/1/2026 |