Active Directory script for Admin easy life Posted on February 23, 2017March 2, 2017 by dpejic # Query Active Directory And Ping Computers QueryAndPing.ps1 # AD – Active Directory Reports by Emails via Powershell Active Directory Reporting by Emails via Powershell
Missing tabs in ADUC on Windows 10 Posted on February 22, 2017February 23, 2017 by dpejic https://social.technet.microsoft.com/Forums/en-US/9b38855a-b9a3-47c0-a7d1-11a5f65102b3/rsat-windows-10-ad-remote-desktop-services-profile-tab?forum=win10itprosetup https://community.spiceworks.com/topic/1923627-administrator-tools
Exchange 2010/13 powershell scripts for admin easy life Posted on February 22, 2017February 22, 2017 by dpejic #Total Emails Sent and Received Per Week including Size, Internal and External If You get error on Exchange 2010 replace Get-TransportService with Get-TransportServer inside script TotalEmailsSentReceivedPerWeekIntExt *I modified script to generate report day by day
Remote desktop connection, login field is black Posted on May 7, 2012 by dpejic When i use remote desktop connection login field is black and i cant see what i type. Problem is with default color shame that someone messed-up. KB906510 This MS KB Article describe this also. In the registry on location HKEY_USERS\.Default\Control Panel\Colors registry key you have lots of the colours were set to “0 0…
edgesync '5.1.1 User unknown' – Posted on May 7, 2012 by dpejic After resync HUB with the Edge Server, users are not able to receive mail and sender get NDR ” #5.0.0 smtp; 5.1.0 – Unknown address error 550-‘5.1.1 User unknown’ (delivery attempts: 0)> #SMTP# ” . In star-edgesynchronization command i got also “AcceptedDomainStatus: NotSynchronized” For me, the solution was very simple (after an hour to find…
Exchange Tools to help us All ! Posted on March 20, 2012 by dpejic Exchange Client network Bandwith Calculator BETA2 – This tool will help reduce the risks involved in Exchange Server network bandwidth planning, the Exchange Client Network Bandwidth Calculator has been designed to help anyone planning an Exchange Server deployment to predict the network bandwidth requirements for a specific set of clients. The prediction algorithms used within…
search/find word/text in file; Search inside files Posted on March 7, 2012 by dpejic Search every file in the current folder and all subfolders for the word “Smith”, regardless of upper/lower case, note that /S will only search below the current directory: start -> cmd – Position your self where you wont to search C:\folderwhere i search\>FINDSTR /s /i smith *.* work for xp, vista, windows 7
Mail is bounced because of quota, quota is set correctly and user is not over quota Posted on March 5, 2012 by dpejic Ispconfig 3. Mail is bounced becous of quota, quota is set correctly and user does not ower quota error in /var/log/maillog : “quota string ‘*’ not parseable maildrop: maildir over quota. )” vi /etc/authlib/authmysqlrc MYSQL_SERVER localhost MYSQL_USERNAME ispconfig MYSQL_PASSWORD xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx MYSQL_PORT 0 MYSQL_DATABASE dbispconfig MYSQL_USER_TABLE mail_user MYSQL_CRYPT_PWFIELD password #MYSQL_CLEAR_PWFIELD password MYSQL_UID_FIELD uid MYSQL_GID_FIELD gid MYSQL_LOGIN_FIELD…
Stop a windows stucked/hung service Posted on February 16, 2012 by dpejic If you ever have trouble with a service being stuck in a ‘starting’ or ‘stopping’ state, you can run a couple of simple commands to kill the service. 1. Query the process To kill the service you have to know its PID or Process ID. To find this just type the following in at a…
how to check mailbox usage of users and send report to e-mail address Posted on February 16, 2012 by dpejic 1. download script below (userquota.txt) and rename it to userquota.PS1 2. edit field to accommodate your organization 3. execute script from exchange powershell ## explanation what need to be edit $ToAddress = "your.email@yourdomain.com" – this is address where to send report. can be external address $SendingServer = "mail.yourdomain.com" – This is the mail server through…
Troubleshooting Exchange 2010 Management Tools startup issues Posted on February 16, 2012 by dpejic Issue: Connecting to remote server failed with the following error message: The WinRM client cannot process the request. It cannot determine the content type of the HTTP response from the destination computer. The content type is absent or invalid. For more information, see the about_Remote_Troubleshooting Help topic. OWA redirect not done properly and powershell virtual…
Setting Message Size Limits in Exchange 2010 and Exchange 2007 Posted on February 16, 2012 by dpejic A huge amount of business happens through the medium of email and, as such, email is naturally one of the Business Critical applications in almost every organization. With that in mind, maximizing the performance of your Exchange infrastructure is clearly a priority, and restricting the average message size which your users can send/receive is a…
OAB issues after simplifying the OWA 2010 URL? Posted on February 16, 2012 by dpejic Back since Exchange Server 5.0 which was the first version to include a webmail service (at the time known as Exchange Web Connect before renamed to Outlook Web Access, and now with Exchange 2010 renamed to Outlook Web App), customers typically required the webmail URL to be simplified. That is changed in such a way…
Redirecting OWA URLs in Exchange 2010 Posted on February 16, 2012 by dpejic If you are satisfied with this article you know how to help this site :).. One of the things I’ve been doing for as long as I can remember is redirecting requests that don’t go to https://owa.customer.com/owa (or /exchange) to the correct URL. So, if someone goes to http://owa.customer.com or https://owa.customer.com, they get redirected to…
Create new owa virtual directory Posted on February 16, 2012 by dpejic Prior to this we must first make a site called "clients" New-OWAVirtualDirectory –Name "owa" –WebSiteName "clients" Set-OwaVirtualDirectory -identity "owa (clients)" -DefaultClientLanguage 3098 This is if you want to set the default one language, so that clients do not need to choose the first time they login to OWA 3098 is code for Serbian (Latin) lenguage