Sitecore: Powershell script to export results in Excel
Import-Function -Name ConvertTo-Xlsx
[byte[]]$myPages = Get-ChildItem -Path "/sitecore/content/Home" -Recurse |
Where-Object { $_.TemplateID -match "{xxxxxxxx-xxxx-xxxx}" } |
Select-Object -Property Name, Id, TemplateName, ProviderPath, "Meta Robots" |
ConvertTo-Xlsx
Out-Download -Name "report-$datetime.xlsx" -InputObject $myPages
Posted:
29/01/2025 12:22:42 a.m. by
Gitesh Shah | with
0 comments
Click read more to find the answer...
For removing login from the page with the help of css
Style all the kentico buttons with the below CSS. Click readmore to view the result...
Property Owner is not available for Database ‘[test_db]‘. This property may not exist for this object, or may...