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.

преди 4 години
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139
  1. ---
  2. external help file: NTFSSecurity.dll-Help.xml
  3. Module Name: ntfssecurity
  4. online version:
  5. schema: 2.0.0
  6. ---
  7. # Copy-Item2
  8. ## SYNOPSIS
  9. {{ Fill in the Synopsis }}
  10. ## SYNTAX
  11. ```
  12. Copy-Item2 [-Path] <String[]> [-Destination] <String> [-Force] [-PassThru <Boolean>] [-WhatIf] [-Confirm]
  13. [<CommonParameters>]
  14. ```
  15. ## DESCRIPTION
  16. {{ Fill in the Description }}
  17. ## EXAMPLES
  18. ### Example 1
  19. ```powershell
  20. PS C:\> {{ Add example code here }}
  21. ```
  22. {{ Add example description here }}
  23. ## PARAMETERS
  24. ### -Confirm
  25. Prompts you for confirmation before running the cmdlet.
  26. ```yaml
  27. Type: SwitchParameter
  28. Parameter Sets: (All)
  29. Aliases: cf
  30. Required: False
  31. Position: Named
  32. Default value: None
  33. Accept pipeline input: False
  34. Accept wildcard characters: False
  35. ```
  36. ### -Destination
  37. {{ Fill Destination Description }}
  38. ```yaml
  39. Type: String
  40. Parameter Sets: (All)
  41. Aliases:
  42. Required: True
  43. Position: 2
  44. Default value: None
  45. Accept pipeline input: True (ByPropertyName)
  46. Accept wildcard characters: False
  47. ```
  48. ### -Force
  49. {{ Fill Force Description }}
  50. ```yaml
  51. Type: SwitchParameter
  52. Parameter Sets: (All)
  53. Aliases:
  54. Required: False
  55. Position: Named
  56. Default value: None
  57. Accept pipeline input: False
  58. Accept wildcard characters: False
  59. ```
  60. ### -PassThru
  61. {{ Fill PassThru Description }}
  62. ```yaml
  63. Type: Boolean
  64. Parameter Sets: (All)
  65. Aliases:
  66. Required: False
  67. Position: Named
  68. Default value: None
  69. Accept pipeline input: False
  70. Accept wildcard characters: False
  71. ```
  72. ### -Path
  73. {{ Fill Path Description }}
  74. ```yaml
  75. Type: String[]
  76. Parameter Sets: (All)
  77. Aliases: FullName
  78. Required: True
  79. Position: 1
  80. Default value: None
  81. Accept pipeline input: True (ByPropertyName, ByValue)
  82. Accept wildcard characters: False
  83. ```
  84. ### -WhatIf
  85. Shows what would happen if the cmdlet runs.
  86. The cmdlet is not run.
  87. ```yaml
  88. Type: SwitchParameter
  89. Parameter Sets: (All)
  90. Aliases: wi
  91. Required: False
  92. Position: Named
  93. Default value: None
  94. Accept pipeline input: False
  95. Accept wildcard characters: False
  96. ```
  97. ### CommonParameters
  98. 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).
  99. ## INPUTS
  100. ### System.String[]
  101. ### System.String
  102. ## OUTPUTS
  103. ### System.Object
  104. ## NOTES
  105. ## RELATED LINKS