Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/t0biii/ausweisabholen-muc
- Owner: T0biii
- License: unlicense
- Created: 2021-08-02T11:18:22.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-02T08:12:06.000Z (4 months ago)
- Last Synced: 2024-10-11T19:49:56.828Z (28 days ago)
- Topics: ausweis, kvr, munich, powershell
- Language: PowerShell
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)