PowerShell/test/powershell/Modules
jeffbi ee1a897f91 Prevent Get-ChildItem from recursing into symlinks (#3780)
Brings the Get-ChildItem more in line with the Unix ls -r and the Windows DIR /S native commands. Like these commands, the cmdlet will display symbolic links to directories found during recursion but will not recurse into them.
Like the Unix ls command---and unlike the Windows DIR /S command--- the cmdlet will recurse into symlinks given on the command line.
2017-05-15 14:09:46 -07:00
..
CimCmdlets
Microsoft.PowerShell.Core Make Out-Default -Transcript more robust in how it handles TranscribeOnly state (#3436) 2017-04-01 16:36:04 -07:00
Microsoft.PowerShell.Diagnostics
Microsoft.Powershell.Host
Microsoft.PowerShell.LocalAccounts
Microsoft.PowerShell.Management Prevent Get-ChildItem from recursing into symlinks (#3780) 2017-05-15 14:09:46 -07:00
Microsoft.PowerShell.Security Add autoload for test modules (#3342) 2017-03-26 21:46:39 -07:00
Microsoft.PowerShell.Utility Enable Get-TimeZone for Unix platforms since required classes are available in .Net Standard 2.0. (#3735) 2017-05-11 16:27:52 -07:00
PackageManagement
PowerShellGet Move powershell to .NET Core 2.0 (#3556) 2017-04-17 11:52:38 -07:00
PSDesiredStateConfiguration corrected use of PSModulePath casing to be consistent with Windows PowerShell (#3255) 2017-03-15 12:04:28 -07:00
PSReadLine
map.json