Marco Blessing
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...
#### :book: Summary #### :bookmark_tabs: Test Plan > :bulb: Select your test plan for the code changes. - [x] Tested via Drone.io pipeline - [ ] Custom test - [...
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 =...
Restrict the optional required modules by specific versions. Otherwise we ran into problems like in #27.
## 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....
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 -...
**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...
**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...