IPTVProvider's Xtreme API Credentials --> iptvproxy (converts xtreme api to .m3u file) --> xteve --> Plex Live TV
ScheduesDirect --> xteve (version from taylorbourne) runs a cronjob every hour to keep programming up to date
IPTVProvider's Xtreme API Credentials --> iptvproxy (converts xtreme api to .m3u file) --> xteve --> Plex Live TV
ScheduesDirect --> xteve (version from taylorbourne) runs a cronjob every hour to keep programming up to date
| function Get-InstalledSoftware { | |
| [CmdletBinding()] | |
| [OutputType([PSObject])] | |
| param ( | |
| # The computer to execute against. By default, Get-InstalledSoftware reads registry keys on the local computer. | |
| [Parameter(ValueFromPipeline = $true, ValueFromPipelineByPropertyName = $true)] | |
| [String]$ComputerName = $env:COMPUTERNAME, | |
| # Attempt to start the remote registry service if it is not already running. This parameter will only take effect if the service is not disabled. | |
| [Switch]$StartRemoteRegistry, |
| function Set-WindowState { | |
| <# | |
| .SYNOPSIS | |
| Set the state of a window. | |
| .DESCRIPTION | |
| Set the state of a window using the `ShowWindowAsync` function from `user32.dll`. | |
| .PARAMETER InputObject | |
| The process object(s) to set the state of. Can be piped from `Get-Process`. |
Requirements:
| Write-host "test!" | |
| $null = New-Item -Name 'Tests' -Path C:/ -Type Directory -Force | |
| $null = New-Item -Name 'Config' -Path C:/ -Type Directory -Force |
| # Test C: drive speed with DiskSpd (fixed arg passing) | |
| # --- Settings --- | |
| $diskspdUrl = "https://github.com/microsoft/diskspd/releases/download/v2.2/DiskSpd.ZIP" | |
| $diskspdExe = "$env:TEMP\diskspd.exe" | |
| $tempFile = "D:\diskspd_testfile.dat" # test file now on D: | |
| $outFile = "$env:TEMP\diskspd_results.txt" | |
| $fileSize = "1G" # test file size | |
| $duration = 30 # seconds |
| # Test C: drive speed with DiskSpd (fixed arg passing) | |
| # --- Settings --- | |
| $diskspdUrl = "https://github.com/microsoft/diskspd/releases/download/v2.2/DiskSpd.ZIP" | |
| $diskspdExe = "$env:TEMP\diskspd.exe" | |
| $tempFile = "$env:TEMP\diskspd_testfile.dat" | |
| $outFile = "$env:TEMP\diskspd_results.txt" | |
| $fileSize = "1G" # test file size | |
| $duration = 30 # seconds |
| #!ipxe | |
| goto ${vendor}${device} || goto ${vendor} || exit | |
| :0001 | |
| set ven SafeNet (wrong ID) | |
| exit | |
| :0010 | |
| set ven Allied Telesis, Inc (Wrong ID) | |
| exit | |
| :00108139 | |
| set dev AT-2500TX V3 Ethernet |
| #!ipxe | |
| goto ${vendor}${device} || goto ${vendor} || exit | |
| :0001 | |
| set ven SafeNet (wrong ID) | |
| exit | |
| :0010 | |
| set ven Allied Telesis, Inc (Wrong ID) | |
| exit | |
| :00108139 | |
| set dev AT-2500TX V3 Ethernet |
| { | |
| "accessToken": "foo", | |
| "cachesDir": "D:\\caches", | |
| "certificate": "{\"version\":1,\"scopes\":[\"assume:worker-type:gecko-t/win11-64-24h2\",\"assume:worker-pool:gecko-t/win11-64-24h2\",\"assume:worker-id:westus2/vm-a0hfdezotl6uwzmbowqs6qpqir8wn3spu2u\",\"queue:worker-id:westus2/vm-a0hfdezotl6uwzmbowqs6qpqir8wn3spu2u\",\"secrets:get:worker-type:gecko-t/win11-64-24h2\",\"secrets:get:worker-pool:gecko-t/win11-64-24h2\",\"queue:claim-work:gecko-t/win11-64-24h2\",\"worker-manager:remove-worker:gecko-t/win11-64-24h2/westus2/vm-a0hfdezotl6uwzmbowqs6qpqir8wn3spu2u\",\"worker-manager:reregister-worker:gecko-t/win11-64-24h2/westus2/vm-a0hfdezotl6uwzmbowqs6qpqir8wn3spu2u\"],\"start\":1752760271626,\"expiry\":1753106771595,\"seed\":\"pMWlbm1WS7mVAhiG18UonwUHNbU6s8T0emK1fGf-G4Vw\",\"signature\":\"u6VasRbkTO8RPb8HfEbY89V3vpwyNAYEQ3P9G1mopPw=\",\"issuer\":\"static/taskcluster/worker-manager\"}", | |
| "cleanUpTaskDirs": true, | |
| "clientId": "worker/azure2/gecko-t/win11-64-24h2/westus2/vm-a0hfdezotl6uwzmbowqs6qpqir8wn3spu2u" |