Windows 10 lack the feature of schedule shadow copy like in windows 7 and server 2008. But you Still can do it with Win32_ShadowCopy class in WMI. First enable
Author: admin
The Microsoft Exchange Transport service is rejecting message submissions because the available disk space has dropped below the configured threshold.The Microsoft Exchange Transport service is rejecting message submissions because the available disk space has dropped below the configured threshold.
Problem When attempting to send mail to an Exchange 2007 EMail Server, you see the above error message. Usually the Exchange can send mail out and exhibits no other problems.
vmware vcenter database over 10 gigavmware vcenter database over 10 giga
Vcenter running SQL Express. “VIM_VCDB” reached 10GB and so crashes Vcenter !! To purge the data in the VPX_EVENT table: Connect to Servername\SQL Database and log in with the appropriate
check if php can send mail on linuxcheck if php can send mail on linux
check if PHP-scripts can send emails: from console or putty session to the server php -a mail ('you@example.com', "Test Postfix", "Test mail from postfix"); exit (); Note: if after running php
how add to kodi a local windows share or any type of SMB sharehow add to kodi a local windows share or any type of SMB share
open Kodi and go to video -> choose files click on Add Videos and browse . You will get all the shares option . Click on “Add Network Localtion …”
dell compellent sc2020 sc2040 freezedell compellent sc2020 sc2040 freeze
Alert: The BMC IP address settings on the SC4020 should be set as non-routable. If the IP addresses are routable, there is a possibility of the BMC getting into an
How to To restart network interface on linuxHow to To restart network interface on linux
CentOS : systemctl restart network or /etc/init.d/network restart Ubuntu: sudo /etc/init.d/networking restart for specific interface : ifdown eth0 ifup eth0
Exchange 2016 start pop3 serviceExchange 2016 start pop3 service
To check if POP3 proxy enable: (Get-ServerComponentState -Identity "Server_Name" -Component PopProxy).LocalStates If you don’t get state=Active then start it : Set-ServerComponentState -Identity "Server_Name" -component PopProxy -state Active -requester HealthAPI
Force mount of database copy with failed stateForce mount of database copy with failed state
Some time you need to forcefully move and activate the passive database in a DAG environment . You can do it with all the “skip..” checks : Move-ActiveMailboxDatabase -Identity
How to Export Mailbox size exchange serverHow to Export Mailbox size exchange server
Open Exchange Powershell : Get-MailboxStatistics -Database "Mailbox Database" | Select-object PrimarySmtpAddress, DisplayName, ItemCount, TotalItemSize | Sort-Object TotalItemSize -Descending | Export-CSV C:\MBSizes.csv