A portfolio where you can learn and share your thoughts. Learn more about Website development, Sitecore, kentico, Anti-Hacking and many more interesting topics here.
With this powershell command you will be to find a user in sitecore.
$userList = Get-User -Filter * | Where-Object {-not $_.IsAdministrator} foreach ($user in $userList){ Write-Host $user.Profile.Email $user.Profile.UserName $user.Profile.FullName }
Softwares should be same on all the servers (Also recommended to keep hardware's same) Maximum 32 clusters supported by Microso...
For removing login from the page with the help of css
Click Readmore to find solution...
Property Owner is not available for Database ‘[test_db]‘. This property may not exist for this object, or may...