PowerShell-Tipps.de - Bald für Sie da!

Under Construction

Get-Job -Newest 1

Id     Name                 PSJobTypeName   State     HasMoreData   Location             Command
--     ----                 -------------   -----     -----------   --------             -------
11     Website Entwicklung  BackgroundJob   Running   True          powershell-tipps.de  New-WebBlog
        

Inhaltlich verantwortlich
Get-WebsiteAuthors -For https://powershell-tipps.de |
ConvertTo-Json

{
    "name": "Pascal Starke",
    "website": "",
    "image": "??"
}
{
    "name": "Dominique Clijsters",
    "website": "",
    "github": "https://github.com/clijsters",
    "image": "https://clijsters.de/assets/images/logo.jpg"
}

Set-E