In some situations, we have to Export all the Distribution group/Unified Groups and all the members of it to a CSV file. There is no command let available to retrieve the distribution group and distribution group members in bulk. The pipeline won’t work in this case. NEW ****2021 Export all …
Read More »Export all Teams Channels and all members in Office 365
In some situations like if we wish to study a new environment or restructure a existing environment or check user teams channels membership across the tenant. we have to Export all the Teams Channels and all the members of it to a CSV file. There is no command let available …
Read More »Export CSV using Employee ID in Active Directory
When you have only employee ID as input in CSV. lets see how to export the appropriate Active directory accounts to a csv file with employeeID,displayName,givenName,sn,sAMAccountName, mail, Department. You can always modify the scripts to get desired output. Save as ps1 and update the CSV file location.
Read More »Removing Unwanted or Over Provisioned Veeam Licenses
Removing unwanted Veeam License using Veeam Powershell module. Remove specific users. make sure it works properly before running the script. Please note that as per veeam if the user has a content allocated it will not get removed. test more before running it. Make sure you have complete knowledge of …
Read More »Exchange Server C Drive Cleanup
Quick C drive cleanup of exchange servers log location periodically helps exchange server to maintain a healthy C drive Free Space. I always never recommend to move transport databases to different drives to keep things neat and lesser the number of drives to manage. We don’t see transport database issues …
Read More »Access Specific Office 365 Mailbox using Microsoft Graph
As we are already on the verge of throwing away basic auth and EWS (Exchange Web Services). There are tons of applications that retrieve attachments and messages using basic auth or Exchange Web Services. So they need to start using Oauth with Microsoft Graph to retrieve messages and attachments so …
Read More »