Scripting and security

Operating Systems, software development, scripting, PowerShell tips, network and security

Menú principal
  • Categorías
  • Cursos
  • Libro de PowerShell
  • Lo mejor
  • Lo último
  • Proyectos
  • Contactar
Ir al contenido

Windows PowerShell aliases

Ofertas y promociones en Videojuegos

PowerShell
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
Alias % -> ForEach-Object
Alias ? -> Where-Object
Alias ac -> Add-Content
Alias asnp -> Add-PSSnapIn
Alias cat -> Get-Content
Alias cd -> Set-Location
Alias chdir -> Set-Location
Alias clc -> Clear-Content
Alias clear -> Clear-Host
Alias clhy -> Clear-History
Alias cli -> Clear-Item
Alias clp -> Clear-ItemProperty
Alias cls -> Clear-Host
Alias clv -> Clear-Variable
Alias cnsn -> Connect-PSSession
Alias compare -> Compare-Object
Alias copy -> Copy-Item
Alias cp -> Copy-Item
Alias cpi -> Copy-Item
Alias cpp -> Copy-ItemProperty
Alias curl -> Invoke-WebRequest
Alias cvpa -> Convert-Path
Alias dbp -> Disable-PSBreakpoint
Alias del -> Remove-Item
Alias diff -> Compare-Object
Alias dir -> Get-ChildItem
Alias dnsn -> Disconnect-PSSession
Alias ebp -> Enable-PSBreakpoint
Alias echo -> Write-Output
Alias epal -> Export-Alias
Alias epcsv -> Export-Csv
Alias epsn -> Export-PSSession
Alias erase -> Remove-Item
Alias etsn -> Enter-PSSession
Alias exsn -> Exit-PSSession
Alias fc -> Format-Custom
Alias fl -> Format-List
Alias foreach -> ForEach-Object
Alias ft -> Format-Table
Alias fw -> Format-Wide
Alias gal -> Get-Alias
Alias gbp -> Get-PSBreakpoint
Alias gc -> Get-Content
Alias gci -> Get-ChildItem
Alias gcm -> Get-Command
Alias gcs -> Get-PSCallStack
Alias gdr -> Get-PSDrive
Alias ghy -> Get-History
Alias gi -> Get-Item
Alias gjb -> Get-Job
Alias gl -> Get-Location
Alias gm -> Get-Member
Alias gmo -> Get-Module
Alias gp -> Get-ItemProperty
Alias gps -> Get-Process
Alias gpv -> Get-ItemPropertyValue
Alias group -> Group-Object
Alias gsn -> Get-PSSession
Alias gsnp -> Get-PSSnapIn
Alias gsv -> Get-Service
Alias gu -> Get-Unique
Alias gv -> Get-Variable
Alias gwmi -> Get-WmiObject
Alias h -> Get-History
Alias history -> Get-History
Alias icm -> Invoke-Command
Alias iex -> Invoke-Expression
Alias ihy -> Invoke-History
Alias ii -> Invoke-Item
Alias ipal -> Import-Alias
Alias ipcsv -> Import-Csv
Alias ipmo -> Import-Module
Alias ipsn -> Import-PSSession
Alias irm -> Invoke-RestMethod
Alias ise -> powershell_ise.exe
Alias iwmi -> Invoke-WMIMethod
Alias iwr -> Invoke-WebRequest
Alias kill -> Stop-Process
Alias lp -> Out-Printer
Alias ls -> Get-ChildItem
Alias man -> help
Alias md -> mkdir
Alias measure -> Measure-Object
Alias mi -> Move-Item
Alias mount -> New-PSDrive
Alias move -> Move-Item
Alias mp -> Move-ItemProperty
Alias mv -> Move-Item
Alias nal -> New-Alias
Alias ndr -> New-PSDrive
Alias ni -> New-Item
Alias nmo -> New-Module
Alias npssc -> New-PSSessionConfigurationFile
Alias nsn -> New-PSSession
Alias nv -> New-Variable
Alias ogv -> Out-GridView
Alias oh -> Out-Host
Alias popd -> Pop-Location
Alias ps -> Get-Process
Alias pushd -> Push-Location
Alias pwd -> Get-Location
Alias r -> Invoke-History
Alias rbp -> Remove-PSBreakpoint
Alias rcjb -> Receive-Job
Alias rcsn -> Receive-PSSession
Alias rd -> Remove-Item
Alias rdr -> Remove-PSDrive
Alias ren -> Rename-Item
Alias ri -> Remove-Item
Alias rjb -> Remove-Job
Alias rm -> Remove-Item
Alias rmdir -> Remove-Item
Alias rmo -> Remove-Module
Alias rni -> Rename-Item
Alias rnp -> Rename-ItemProperty
Alias rp -> Remove-ItemProperty
Alias rsn -> Remove-PSSession
Alias rsnp -> Remove-PSSnapin
Alias rujb -> Resume-Job
Alias rv -> Remove-Variable
Alias rvpa -> Resolve-Path
Alias rwmi -> Remove-WMIObject
Alias sajb -> Start-Job
Alias sal -> Set-Alias
Alias saps -> Start-Process
Alias sasv -> Start-Service
Alias sbp -> Set-PSBreakpoint
Alias sc -> Set-Content
Alias select -> Select-Object
Alias set -> Set-Variable
Alias shcm -> Show-Command
Alias si -> Set-Item
Alias sl -> Set-Location
Alias sleep -> Start-Sleep
Alias sls -> Select-String
Alias sort -> Sort-Object
Alias sp -> Set-ItemProperty
Alias spjb -> Stop-Job
Alias spps -> Stop-Process
Alias spsv -> Stop-Service
Alias start -> Start-Process
Alias sujb -> Suspend-Job
Alias sv -> Set-Variable
Alias swmi -> Set-WMIInstance
Alias tee -> Tee-Object
Alias trcm -> Trace-Command
Alias type -> Get-Content
Alias wget -> Invoke-WebRequest
Alias where -> Where-Object
Alias wjb -> Wait-Job
Alias write -> Write-Output

 

CATEGORÍAS

PowerShell, Procesos, Servicios

ETIQUETAS

Add-Content, Add-PSSnapIn, cat, chdir, clc, clear, Clear-Content, Clear-History, Clear-Host, Clear-Item, Clear-ItemProperty, Clear-Variable, clhy, clv, cnsn, Compare-Object, Connect, Connect-PSSession, Convert-Path, Copy, Copy-Item, Copy-ItemProperty, cp, cpi, cpp, curl, cvpa, dbp, diff, Disable-PSBreakpoint, Disconnect-PSSession, DNS, dnsn, Echo, Enable-PSBreakpoint, Enter-PSSession, epal, epcsv, epsn, erase, etsn, Exit-PSSession, Export-Alias, Export-Csv, Export-PSSession, exsn, foreach, ForEach-Object, Format-Custom, Format-List, Format-Table, Format-Wide, gbp, gci, gcm, gcs, gdr, Get-Alias, Get-ChildItem, Get-Command, Get-Content, Get-History, Get-Item, Get-ItemProperty, Get-ItemPropertyValue, Get-Job, Get-Location, Get-Member, Get-Module, Get-Process, Get-PSBreakpoint, Get-PSCallStack, Get-PSDrive, Get-PSSession, Get-PSSnapIn, Get-Service, Get-Unique, Get-Variable, Get-WmiObject, ghy, gjb, gmo, gpv, Group-Object, gsn, gsnp, gsv, gwmi, history, ihy, Import-Alias, Import-Csv, Import-Module, Import-PSSession, Invoke-Command, Invoke-Expression, Invoke-History, Invoke-Item, Invoke-RestMethod, Invoke-WebRequest, Invoke-WMIMethod, ipcsv, ipmo, ipsn, iwmi, iwr, Jesús Niño Camazón, kill, ls, Measure-Object, mkdir, Module, mount, move, Move-Item, Move-ItemProperty, mv, New-Alias, New-Item, New-Module, New-PSDrive, New-PSSession, New-PSSessionConfigurationFile, New-Variable, npssc, ogv, Out-GridView, Out-Host, Out-Printer, Path, Pin, POP, Pop-Location, popd, powershell_ise, powershell_ise.exe, Printer, ps, Push-Location, pushd, pwd, rbp, rcjb, rcsn, Receive-Job, Receive-PSSession, Remove, Remove-Item, Remove-ItemProperty, Remove-Job, Remove-Module, Remove-PSBreakpoint, Remove-PSDrive, Remove-PSSession, Remove-PSSnapin, Remove-Variable, Remove-WMIObject, Rename-Item, Rename-ItemProperty, Resolve-Path, Resume-Job, rjb, rmdir, rmo, rnp, rsn, rsnp, rujb, rvpa, rwmi, sajb, SAP, saps, sasv, sbp, Select-Object, Select-String, Set-Alias, Set-Content, Set-Item, Set-ItemProperty, Set-Location, Set-PSBreakpoint, Set-Variable, Set-WMIInstance, shcm, Show-Command, sls, SNAP, Sort, Sort-Object, spjb, spps, spsv, Start-Job, Start-Process, Start-Service, Start-Sleep, Stop-Job, Stop-Process, Stop-Service, sujb, Suspend-Job, swmi, tee, Tee-Object, Trace, Trace-Command, trcm, Unique, value, Wait-Job, wget, Where-Object, Windows, Windows PowerShell, wjb, WMI, Write-Output

MÁS

  • Cómo depurar scripts en ISE de Windows PowerShell
  • Ejercicios de PowerShell: realizar operaciones en un equipo remoto
  • Descargar las imágenes de una página web con Invoke-WebRequest y con curl mediante WSL desde PowerShell
  • Gestión de la información (Sistemas informáticos)
  • Instalación de Sistemas Operativos (Sistemas informáticos)
  • Ejercicios de PowerShell: ejercicios sobre sistemas de archivos (mezclado con procesos)
631431553 607262456 630974158 682010686 667964663 614299223 601644229 673335652 627931157 636827703 684299353 607179066 673595579 626085498 680171212 624773942 642602037 616519434 612224488 673674939 621772280 620913244 607888060 604918719 606088436 676313414 636082600 673837971 646652428 638675097 643373074 691417543 626349504 626155634 603921304 696329414 687914085 658616543 639468349 667624746 638442192 601388853 619383538 612862279 653233989 674740346 684667672 604587513 653158651 678087793 620414541 623062207 684878566 616776614 623442789 606881319 631884669 656587294 609314612 673977169 686386779 680733111 617754194 655773363 645906381 666095530 600512421 600202436 652294166 686804914