Logo wiki.par.sh
Search Shelves Books Log in
Info
Content
Book Navigation
  • Hello World

  • Java Tips and Tricks

    • How to Add Lombok to a Java/Gradle Project in IntelliJ IDEA

    • How to Use Java Keytool Command

  • JavaScript Node.js Express Application

  • Reset or Revert to Previous Commit

  • PowerShell

    • Pipe Cmdlets

    • Stop Multiple VMs in Multiple Resource Groups

    • Powershell Script for iCloud Photos

    • Start-up Script

  • .NET Core Web MVC Application

  • Python Flask Web Application

  • Java Web Application

Books
Hello World
PowerShell

PowerShell

Pipe Cmdlets

Format-Table # Long syntax Get-AzSubscription | Format-Table Get-AzSubscription | Format-Table...

Stop Multiple VMs in Multiple Resource Groups

List All VMs Get-AzVM -ResourceGroupName 'az104-06*' -Status ResourceGroupName Name ...

Powershell Script for iCloud Photos

Trigger downloading photos from iCloud to keep local copies for offline use. $items = Get-ChildI...

Start-up Script

  Write-Host "Hi, welcome back!" Remove-Variable HOMEDRIVE 2> $null Remove-Variable HOMEPAT...

Search Results

Clear Search
Details
Created 7 months ago by Chairat (Par)
Updated 1 month ago by Chairat (Par)
Actions


Export
  • Contained Web File .html
  • PDF File .pdf
  • Plain Text File .txt
Back to top