Skip to content

WETHelper

Description

PowerShell module for interacting with the WET (Werking Externe Toegang) system.

GitLab Repository

Features

  • Manage WET environment configurations.
  • Create, retrieve, update, and delete suppliers, users, and profiles in the WET system.
  • Validate mail suffixes and request user extensions.
  • Interact with the WET API using helper functions.

Functions

Environment Management

  • Get-WETEnvironment: Retrieve the current WET environment configuration.
  • Set-WETEnvironment: Set the WET environment configuration.

Suppliers

  • Get-WETSupplier: Retrieve supplier information from the WET system.
  • New-WETSupplier: Create a new supplier in the WET system.
  • Remove-WETSupplier: Remove a supplier from the WET system.

Supplier Profiles

  • Get-WETSupplierProfile: Retrieve supplier profile information from the WET system.
  • New-WETSupplierProfile: Create a new supplier profile in the WET system.

Users

  • Get-WETUser: Retrieve user information from the WET system.
  • New-WETUser: Create a new user in the WET system.
  • Remove-WETUser: Remove a user from the WET system.
  • Request-WETUserExtension: Request an extension for a user in the WET system.

Validation

  • Test-WETMailSuffix: Validate a mail suffix in the WET system.

Roadmap

  • Add more advanced functions for managing WET configurations.
  • Enhance error handling and logging for all functions.
  • Provide additional helper functions for interacting with the WET API.

Changelog

  • 09/01/2020: Initial release of the WETHelper module.
  • 01/04/2025: Updated functions and added documentation.