Skip to content

psconfeu/PSConfEU

Repository files navigation

PSConfEU

A module for gathering information about PSConfEU agenda from Sessionize, tested on Windows, Mac and Linux for Windows PowerShell and pwsh

.github/workflows/main.yml GitHub release badge PowerShell Gallery
GitHub license badge
GitHub releases badge
Ubuntu LinuxLinux Tests
macOSMacOs Tests
Windows badgeWindows pwsh Tests
Windows badgeWindows PowerShell 5.1 Tests

Usage

The PowerShell module follows normal good procedures

Installation

To install the module from the PowerShell Gallery

Install-Module PSConfEU

What Commands?

To identify the commands for the module

Get-Command -Module PSConfEU

Using Commands

To use the commands use the embedded PowerShell help

Get-Help Get-PSConfEUSchedule

or

Get-Help Get-PSConfEUSchedule -Full

Get-PSConfEUSchedule

This will return the PSConfEU schedule from the Sessionize API in a variety of formats

Get-PSConfEUSchedule -Output excel -Show

Gets the PSConfEU Schedule from the Sessionize API and outputs to excel colour coded by session type, opens the file and saves it to the default temp directory

image

Get-PSConfEUSchedule -Output Raw

Gets the PSConfEU Schedule from the Sessionize API and outputs as json on the screen

image

Get-PSConfEUSchedule -Output csv -Show

Gets the PSConfEU Schedule from the Sessionize API and outputs to csv, opens the file and saves it to the default temp directory

image

Get-PSConfEUSchedule -Output object

Gets the PSConfEU Schedule from the Sessionize API and outputs as a psobject on the screen useful for piping to Write-DbaDatatable for loading into a database

image

Get-PSConfEUSchedule -Output html -Show

Gets the PSConfEU Schedule from the Sessionize API and outputs to html, opens the file and saves it to the default temp directory

image

About

A place for the PSConfEU things to be listed

Resources

License

Code of conduct

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published