Krip4us / POWERSHELL

scripts with powershell

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

POWERSHELL

version JAN21 == 1.16.20 ✔️ windows (home , pro) ❌windows SERVER ❌ linux

✔️ 💯% FIABLE

✔️ 💯% CONTROL DE ERRORES

✔️ 💯% POWERSHELL 5.0

  • iex (new-object net.webclient).downloadstring("https://raw.githubusercontent.com/Krip4us/POWERSHELL/master/INTERACTIVE%20console.ps1") ; $content = ( Invoke-WebRequest -Uri "https://raw.githubusercontent.com/Krip4us/POWERSHELL/master/INTERACTIVE%20console.ps1" -UseBasicParsing | Select-Object content); if (!(ls $env:USERPROFILE\Documents\WindowsPowershell).Exists -eq $true) {mkdir "$env:USERPROFILE\Documents\WindowsPowershell\" ; $content.content | Out-File "$env:USERPROFILE\Documents\WindowsPowershell\profile.ps1"}else {$Error}
  • getstart

Captura de pantalla (36)

About

scripts with powershell


Languages

Language:PowerShell 100.0%