Skip to content
#

powershell-module

Here are 500 public repositories matching this topic...

posh-git
PSKoans
vexx32
vexx32 commented Mar 19, 2020

Describe "Koan Bug, Issue, or Help Request"

There are examples in AboutDiscovery as well as AboutGetMember; both could use some improvements and/or rewording.

Context "The Problematic Assertions"

AboutDiscovery

https://github.com/vexx32/PSKoans/blob/6c8c91a5958683c08387b4d03ac19b695d476b35/PSKoans/Koans/Cmdlets%201/AboutDiscovery.Koans.ps1#L101-L130

The koan here expects a

risogolo
risogolo commented Aug 10, 2018

Since dotnetcore's behavior when testing entire solution is trying also test non testing projects and then whole process is evaluated as non successful at least on linux, then I need to run test on one by one testing project separately I need to somehow then merge altcover results into one xml file, is that possible?

StephenCleary
StephenCleary commented Apr 28, 2020

It's not really clear how "orders" are stored or how they are related to New-PACertificate.

As someone who is unfamiliar with ACME, I read in one of these issues that New-PACertificate is pretty much the same as Renew if an order exists. It wasn't clear to me that orders apparently only exist locally.

I want to renew my certificate as necessary from a cron-scheduled GitHub Action. Howe

lipkau
lipkau commented Dec 5, 2018

Description

When a call which requires get parameters returns a paginated result, the get parameters of the query are lost

Steps To Reproduce

Get-ConfluencePage -Space "Foo" -Title "my Page"
VERBOSE: [Invoke-Method] Status code: 200
VERBOSE: [Invoke-Method] Outputting results as ConfluencePS.Page
VERBOSE: [ConvertTo-Page] Converting Object to Page
VERB

Basic functionality of this module is ability to quickly verify if given IP address is on any of over 80 defined DNSBL lists. Below code will return results only if IP is on any of the lists. Advanced functionality of this module is ability to send reports to your email when things get bad on one of those 80 defined DNSBL listrs.

  • Updated May 2, 2020
  • PowerShell

Improve this page

Add a description, image, and links to the powershell-module topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the powershell-module topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.