As far as I know, Get-ChildItem does only care about children of specified path. But it seems -Exclude parameter breaks the rule. ... <看更多>
「powershell get-childitem exclude」的推薦目錄:
powershell get-childitem exclude 在 Sitecore Powershell skip items in System Folder 的推薦與評價
You can use Where-Object to exclude items in ... $items = Get-ChildItem -Path "master:/sitecore/content/home" -Recurse | Where-Object { $_. ... <看更多>
powershell get-childitem exclude 在 How to exclude list of items from Get-ChildItem result in ... 的推薦與評價
... <看更多>
相關內容