Get-EventLog We use PowerShell to parse your Server’s/computers event logs using the Get-EventLog cmdlet. There are several parameters available. Use…
15 Methods to fix windows error code 0xc00000e9 Windows 10 Windows 8.1 Windows 7 ... Windows error code 0xc00000e9 is…
Resource Mailbox is a type of Mailbox that is used for the management of Meeting Rooms and Equipment. The Resource…
Reset AD password force change for access denied issues When you encounter access denied issues for a user account change…
Add dLMemSubmitPerms powershell restrict users via AD Group to send emails to Email group We set this attribute usign ADUC…
Add Authorig powershell restrict users to send emails to Email group Import-module activedirectory Set-ADGroup -Identity "Test Group" -Add @{authOrig=@('CN=Test User,OU=Department,OU=People,DC=CONTOSO,DC=EDU’)}…
Get Samaccountname from DisplayName using powershell active Directory $names = get-content "C:\Users\vbokka\Desktop\user.txt" foreach ($name in $names) {Get-ADUser -filter { DisplayName…
Making a Security Group using Distribution group members in Powershell First lets get the list of users samaccountnames from Distribution…
Message Trace Office365 emails tracing Exchange online To trace a email when the email is delivered or not delivered, below…
Restrict a Distribution List to internal users only For restricting Distribution list to internal users only we need to set…
This website uses cookies.