Rebuild Search Index
Rebuild Search Index When you find trouble with the search option in the mailbox its better to try migrating the mailbox to a different available database. This will help in… Read more »
Rebuild Search Index When you find trouble with the search option in the mailbox its better to try migrating the mailbox to a different available database. This will help in… Read more »
One of the user was facing issues sending email from the scanner, all the associates in team was able to receive the files that were scanned and sent to their… Read more »
To display members of a single dynamic distribution group simply run: Get-Recipient -RecipientPreviewFilter (get-dynamicdistributiongroup ).RecipientFilter -OrganizationalUnit $_.RecipientContainer You can also easily export members of any distribution group to a CSV… Read more »
If the search index is not working on Outlook, please try rebuilding the index by following the steps listed below: 1. Client Side a) From Outlook, click File, Option, search…. Read more »
Convert MSU to CAB Installing MS Patch using CAB is faster than the MSU files, hence its recommended to install MS Patches using CAB format for bigger file size. MSU… Read more »
Search a folder with command without knowing the path. We have a search in Windows Explorer, but there are times when the drive size is huge and search may not… Read more »
Script to get the local administrators group membership of a multiple remote servers in excel. This VB script will fetch the local administrators group members details and store it in… Read more »
Force Empty Recycle Bins for Every User. When you are struggling to recover free space and there could be some users still holding unwanted files and folders in Recycle Bin,… Read more »
TSM Backup Verification Commands on Windows Please find the steps listed below to check the connectivity and backup configuration: Open dsmc.exe from C:\Program Files\tivoli\tsm\baclient (it will take a minute to… Read more »
PS Command to list Administrators Group of Remote Server Invoke-Command -ComputerName Comp01 -ScriptBlock{net localgroup Administrators} *Replace Comp1 with server/computer name. Thanks, WintelAdmin