df -h > df_output.txt
$dfOutput = Get-Content -Path df_output.txt
$parsedOutput = $dfOutput | ForEach-Object { if ($_ -match '^\s*Filesystem\s+Size\s+Used\s+Avail\s+Use%\s+Mounted on') {
pvecm expected 1 pvecm delnode pve-2
rm -r /etc/pve/nodes/pve-2
service: input_select.set_options data: options: > [ {% for entity in integration_entities('spoolman') %} {{entity.friendly_name}} "{{ state_attr(entity, 'friendly_name') }}", {% endfor -%} ] target: entity_id: input_select.filaments
$doc.Styles["Normal"] # in english Word its "Normal" | |
$doc.Styles["Standard"] # in german Word its "Standard" |
$env:ANSIBLE_STDOUT_CALLBACK="json" $env:ANSIBLE_LOAD_CALLBACK_PLUGINS="true"
java -jar komf-1.0-SNAPSHOT-all.jar --config-file=./application.yml series identify $ID |
& "C:\Users\fabian.sasse\Downloads\esptool-v4.6.2-win64\esptool-v4.6.2-win64\esptool.exe" --port com4 --baud 230400 write_flash -ff 80m 0x00000 boot_v1.6.bin 0x1000 user1.bin 0x3FC000 esp_init_data_default.bin 0x3FE000 blank.bin
function Rename-Volume { $Comics = Get-ChildItem
foreach ($Comic in $Comics) {
$Volume = (($Comic.PSParentPath -split "/")[-1] -split " ")[1]
Move-Item -Path $($Comic.FullName) -Destination $($($Comic.Fullname) -replace "Vol\.\d+", "Volume $Volume")
$Comic | Where-Object { $_.Name -eq "series.json" -or $_.Name -eq "folder.jpg" -or $_.Name -eq "cover.jpg" } | Remove-Item
}
Invoke-RestMethod -Uri "https://comicvine.gamespot.com/api/volumes/?api_key=$ComicVineAPIKey&filter=name:ironman&format=json" | |
Invoke-RestMethod -Uri "https://comicvine.gamespot.com/api/characters/?api_key=$ComicVineAPIKey&filter=name:ironman&format=json" | |
Invoke-RestMethod -Uri "https://comicvine.gamespot.com/api/characters/?api_key=$ComicVineAPIKey&format=json" | |
(Invoke-RestMethod -Uri "https://comicvine.gamespot.com/api/characters/?api_key=$ComicVineAPIKey&format=json").result | |
(Invoke-RestMethod -Uri "https://comicvine.gamespot.com/api/characters/?api_key=$ComicVineAPIKey&format=json").results | |
(Invoke-RestMethod -Uri "https://comicvine.gamespot.com/api/characters/?api_key=$ComicVineAPIKey&format=json").results | Where-Object { $_.Name -like "*iron*" } | |
(Invoke-RestMethod -Uri "https://comicvine.gamespot.com/api/characters/?api_key=$ComicVineAPIKey&format=json").results | Where-Object { $_.Name -like "*iron*" } | Select-Object name | |
(Invoke-RestMethod -Uri "https://comicvine.gamespot.com/api/characters/?api_key= |