Our great sponsors
-
When I tested this script years ago, it generated more accurate licensed software install data, than even the SCCM database via cmdlets: https://github.com/mbarr564/powershell/blob/master/Export-MatchingSoftware.ps1
-
$baseUri = 'https://github.com/PowerShell/PowerShell/releases/download' $files = @( @{ Uri = "$baseUri/v7.3.0-preview.5/PowerShell-7.3.0-preview.5-win-x64.msi" OutFile = 'PowerShell-7.3.0-preview.5-win-x64.msi' }, @{ Uri = "$baseUri/v7.3.0-preview.5/PowerShell-7.3.0-preview.5-win-x64.zip" OutFile = 'PowerShell-7.3.0-preview.5-win-x64.zip' }, @{ Uri = "$baseUri/v7.2.5/PowerShell-7.2.5-win-x64.msi" OutFile = 'PowerShell-7.2.5-win-x64.msi' }, @{ Uri = "$baseUri/v7.2.5/PowerShell-7.2.5-win-x64.zip" OutFile = 'PowerShell-7.2.5-win-x64.zip' } ) $jobs = @() foreach ($file in $files) { $jobs += Start-ThreadJob -Name $file.OutFile -ScriptBlock { $params = $using:file Invoke-WebRequest @params } } Write-Host "Downloads started..." Wait-Job -Job $jobs foreach ($job in $jobs) { Receive-Job -Job $job }
-
InfluxDB
Build time-series-based applications quickly and at scale.. InfluxDB is the Time Series Platform where developers build real-time applications for analytics, IoT and cloud-native services. Easy to start, it is available in the cloud or on-premises.
Related posts
- wget alias question, default to filename on webserver instead of specifying with -outfile
- New PowerShell Version - v7.3.2 Release of PowerShell
- New PowerShell Version - v7.2.9 Release of PowerShell
- powershell json error: ConvertFrom-Json : Invalid object passed in, ':' or '}' expected.
- mAnDaToRy MaCbOoK