The Wayback Machine - https://web.archive.org/web/20200616063735/https://github.com/topics/powershell-gallery
Skip to content
#

powershell-gallery

Here are 56 public repositories matching this topic...

posh-git
SebastianSchuetze
SebastianSchuetze commented Apr 23, 2020

I suggest using plaster to scaffold all files needed for new cmdlets

https://github.com/PowerShell/Plaster/blob/master/

I suggest the following things to scaffold from templates:

  • cmdlet file with name Verb-VSteamAction
  • create markdown docs with synopsis file and basic doc file
  • check whether during scaffold we can already define parameters for the cmdlet and also add it to the files
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
kjacobsen
kjacobsen commented Nov 22, 2018

Is your feature request related to a problem? Please describe.
Currently the -Server value needs to match the common name on the TLS certificate. Could we, and should we support different values?

Describe the solution you'd like
Probably a -CertificateName parameter that if specified would be used during the validation. If it isn't specified, then the -Server value is used.

**Descr

Improve this page

Add a description, image, and links to the powershell-gallery 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-gallery topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.
Morty Proxy This is a proxified and sanitized view of the page, visit original site.