Friedrich Weinmann

Results 9 issues of Friedrich Weinmann

Includes a basic module implementation, offering the infrastructure to make individual features far easier to implement while offering a way to deploy the code as a module via the PSGallery....

At the moment, unless you explicitly list the identities to export, it will only export the builtin accounts. It should instead automatically pick up the needed identities from exported backups...

Implement `Stop-PSFFunction` and `Test-PSFFunctionInterrupt` across the board where previously hard throws, continue calls or explicit error handling calls were used.

Enhancement

## Description Creating a lab with multiple forest automatically creates a bidirectional trust. This requires deleting it either manually or with custom code if another configuration is desired (which is...

Enhancement

### Summary of the new feature / enhancement One of the common issues with Package Management is the good old chicken/egg problem: + Can't use Package Management without an update...

Area-Build&Release
feature_request

## Steps to reproduce Run Remove-Item with a UNC path that contains a doubled backslash before the last item and including `-WhatIf`. After confirming that you want to delete multiple...

Issue-Enhancement
WG-Engine-Providers
Needs-Triage

Hi, thanks for the awesome project! I've got a small feature request: Could you - going forward - update your PSPKI.psd1 on release to no longer include `FunctionsToExport = '*'`...

question

Eliminated unneccessary pipeline nesting Removed unused list of default parameters Eliminated bug in evaluating parameter help text: It's stored as a string array, empty lines break the test, even though...

Environment data ---------------- ``` PS version: 6.0.1 PSReadline version: 2.0.0-beta1 os: 10.0.16299.15 (WinBuild.160101.0800) PS file version: 6.0.1 ``` Steps to reproduce or exception report -------------------------------------- In custom keybindings, shift is...

Issue-Enhancement
Area-KeyHandlers