Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/t0biii/ausweisabholen-muc

Info ob Ausweis zum Abholen bereit ist in PowerShell
https://github.com/t0biii/ausweisabholen-muc

ausweis kvr munich powershell

Last synced: 3 days ago
JSON representation

Info ob Ausweis zum Abholen bereit ist in PowerShell

Awesome Lists containing this project

README

        

# Needs Update for the New Site
https://mpdz-passverfolgung.muenchen.de/
z.B. https://stadt.muenchen.de/infos/status-personalausweis-reisepass.html
# AusweisAbholen-MUC
Info ob Ausweis zum abholen bereit ist via PowerShell
Folgende URL wird verwendet: https://www17.muenchen.de/Passverfolgung/ (Verson V 2.3.2 vom 05.06.2019)
Folgendes Module wird verwendet: https://www.powershellgallery.com/packages/PowerHTML/0.1.7
```PowerShell
Install-Module -Name PowerHTML
```
Getestet auf PowerShell 7.4.1

# Usage:

PowerShell mit Paramter starten:
```PowerShell
.\Get-PassInfo.ps1 -passNummer "12345"
```

oder in Zeile 2 im Skript "Get-PassInfo.ps1" die PassNummer anpassen:
```PowerShell
$passNummer = ""
```
Run:
```PowerShell
.\Get-PassInfo.ps1
```

Ergebnis:
![New text](images/image.png)