No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

New-NTFSHardLink.md 1.6 KiB

hace 4 años
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. ---
  2. external help file: NTFSSecurity.dll-Help.xml
  3. Module Name: ntfssecurity
  4. online version:
  5. schema: 2.0.0
  6. ---
  7. # New-NTFSHardLink
  8. ## SYNOPSIS
  9. {{ Fill in the Synopsis }}
  10. ## SYNTAX
  11. ```
  12. New-NTFSHardLink [[-Path] <String>] [[-Target] <String>] [-PassThru] [<CommonParameters>]
  13. ```
  14. ## DESCRIPTION
  15. {{ Fill in the Description }}
  16. ## EXAMPLES
  17. ### Example 1
  18. ```powershell
  19. PS C:\> {{ Add example code here }}
  20. ```
  21. {{ Add example description here }}
  22. ## PARAMETERS
  23. ### -PassThru
  24. {{ Fill PassThru Description }}
  25. ```yaml
  26. Type: SwitchParameter
  27. Parameter Sets: (All)
  28. Aliases:
  29. Required: False
  30. Position: Named
  31. Default value: None
  32. Accept pipeline input: False
  33. Accept wildcard characters: False
  34. ```
  35. ### -Path
  36. {{ Fill Path Description }}
  37. ```yaml
  38. Type: String
  39. Parameter Sets: (All)
  40. Aliases: FullName
  41. Required: False
  42. Position: 1
  43. Default value: None
  44. Accept pipeline input: True (ByPropertyName, ByValue)
  45. Accept wildcard characters: False
  46. ```
  47. ### -Target
  48. {{ Fill Target Description }}
  49. ```yaml
  50. Type: String
  51. Parameter Sets: (All)
  52. Aliases:
  53. Required: False
  54. Position: 2
  55. Default value: None
  56. Accept pipeline input: True (ByPropertyName, ByValue)
  57. Accept wildcard characters: False
  58. ```
  59. ### CommonParameters
  60. This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
  61. ## INPUTS
  62. ### System.String
  63. ## OUTPUTS
  64. ### Alphaleonis.Win32.Filesystem.FileInfo
  65. ### Alphaleonis.Win32.Filesystem.DirectoryInfo
  66. ## NOTES
  67. ## RELATED LINKS