Skip to content

Commit 18a6b88

Browse files
committed
Update File System.ps1
- Fix Files table to only pull files
1 parent 7f832b0 commit 18a6b88

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

File System.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -350,6 +350,7 @@ function Idm-FilesRead {
350350

351351
$gci_args = @{
352352
Directory = $false
353+
File = $true
353354
Force = $true
354355
LiteralPath = $path_spec.path
355356
Recurse = $system_params.recursive

0 commit comments

Comments
 (0)