You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

NTFSSecurity.psm1 336 B

5 years ago
7 years ago
123456
  1. New-Alias -Name dir2 -Value Get-ChildItem2 -ErrorAction SilentlyContinue
  2. New-Alias -Name gi2 -Value Get-Item2 -ErrorAction SilentlyContinue
  3. New-Alias -Name rm2 -Value Remove-Item2 -ErrorAction SilentlyContinue
  4. New-Alias -Name del2 -Value Remove-Item2 -ErrorAction SilentlyContinue
  5. Export-ModuleMember -Alias * -Function * -Cmdlet *