Find User SID

Hi everyone, Today I needed fin a lot of user’s AD SID value’s I’ve used the below script I hope it will be usefull for you. This command for username to SID This one for SID to Username. $SID =’S-1-5-21-3030846253-506056721-2238127685-1109′$objSID = New-Object System.Security.Principal.SecurityIdentifier($SID)$objUser = $objSID.Translate([System.Security.Principal.NTAccount])Write-Host...

Active Directory Dcdiag Service Test & Advertsing Test failure

Merhaba Arkadaslar, uzun bir sureden sonra ilk defa yaziyorum,. Bir musterimiz de yaptigimiz dcdiag testlerinden sonra Services Test & AdvertisingTest Sirasinda hata aliyorduk. Microsoft forumlarindan birinde gordugum asagidaki komutlar problemimizi cozmeye yaradi. net stop w32time w32tm /unregister w32tm /register sc config w32time type=share net start...

Multiple UPNs apply to multiple groups of users

To start with I need to create the UPNS in AD and then exported a list of users Get-Mailbox -ResultSize Unlimited |Select-Object UserPrincipalName,PrimarySmtpAddress, @{Name=“EmailAddresses”;Expression={$_.EmailAddresses |Where-Object {$_.PrefixString -ceq “smtp”} | ForEach-Object {$_.SmtpAddress}}} | Export-CSV c:\temp\exportsmtpUserPrincipalName.csv -NoTypeInformation Once I had my list of users in different txt...

Exchange 2013 Pop3 Connection Drop

Hi Everyone, This week we have an exchange connection problem, Problem with disconnecting Exchange pop3 we  solve problem following command. Problem; Pop Proxy component is  disabled, Use this command for checking component status  Get-ServerComponentstate –Identity SERVERNAME Enable for component use  following command; Set-ServerComponentState –Identity SERVERNAME...

Exchange 2013 Pop3 Connection Drop

Hi Everyone, This week we have an exchange connection problem, Problem with disconnecting Exchange pop3 we  solve problem following command. Problem; Pop Proxy component is  disabled, Use this command for checking component status  Get-ServerComponentstate –Identity SERVERNAME Enable for component use  following command; Set-ServerComponentState –Identity SERVERNAME...