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

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

Install-Module -Name XurrentHelpers -RequiredVersion 0.2.0

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

Install-PSResource -Name XurrentHelpers -Version 0.2.0

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) 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

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