Marco Blessing

Results 19 issues of Marco Blessing

### Component server ### Describe the bug After upgrading Woodpecker server and agent from v1 to 2++ version al the organizations and their settings page are not accessible: - Missing...

bug

#### :book: Summary #### :bookmark_tabs: Test Plan > :bulb: Select your test plan for the code changes. - [x] Tested via Drone.io pipeline - [ ] Custom test - [...

enhancement

General --------- Add another connection type called WSUS. Should simplify connecting and working with a remote WSUS instance. Snippets ---------- ```powershell [void][reflection.assembly]::LoadWithPartialName("Microsoft.UpdateServices.Administration") $ServerName = "XXXX" $useSecureConnection = $false $portNumber =...

enhancement

Restrict the optional required modules by specific versions. Otherwise we ran into problems like in #27.

enhancement

## Background Currently we can manage these types of CredentialStores: - private - shared - custom (- path) In some cases the stored CredentialSotoreItems with its identifiers could be identical....

enhancement

Should use platyPS for: - Wirte about page in markdown - Generate comment help files from comment based help in source files - Generate markdown page with all cmdlets -...

enhancement
meta
docs

**Describe the bug** I tried to disable users which are marked as `lockedOut` in the LDAP source. Therefore I use the `lockoutTime` property try to set the `is_active` user field...

bug
bug/confirmed
needs_documentation

**Is your feature request related to a problem? Please describe.** For now there is no easy generic way to solve the following use case: > ✨ Publish and secure multiple...

enhancement
status/reviewing