articolo molto interessante
How to Export Message Tracking Results in Exchange 2010
Pubblicato 19 aprile 2012 Exchange 2010 Lascia un commentosoftware per controllo remoto gratis
Problemi con la ricerca delle mail in Exchange
Pubblicato 27 marzo 2012 Exchange 2010 Lascia un commentoEtichette: Exchange 2010
Due articoli sulla ricerca in Exchange (ExchangeSearch)
http://technet.microsoft.com/en-us/library/aa995966%28EXCHG.80%29.aspx
http://technet.microsoft.com/en-us/library/bb124733.aspx
How to Use a Specific Domain Controller in Exchange 2010 Management Shell
Pubblicato 16 gennaio 2012 Exchange 2010 Lascia un commentoEtichette: Exchange 2010
[PS] C:\>Get-ADServerSettings | fl
[PS] C:\>Set-ADServerSettings -PreferredServer nomeserver.dominio
SCCM Client not sending the Inventory Information
Pubblicato 19 ottobre 2011 Uncategorized Lascia un commentoEtichette: sccm
http://www.workstationtalk.com/content/sccm-client-not-sending-inventory-information-0
SOLUTION:
1. Run transguid.exe /R on the affected machine and restart the SMS agent host.
2. Wait for few minutes and you should get the hardware inventory populated in SCCM resource explorer.
Note: If multiple machines got affected, you can use PsExec to execute the same command on remote systems. You can download PsExec from http://technet.microsoft.com/en-us/sysinternals/bb897553.aspx
SCCM
sysconfig -a : shows hardware configuration with more verbose information
cf status : Displays cluster status
cf takeover : Takes over the cluster partner
cf giveback : Gives back control to the cluster partner
reboot : Reboots a filer
lun create : Creates iscsi or fcp luns on a netapp filer
lun map : Maps lun to an igroup
lun show : Show all the luns on a filer
igroup create : Creates netapp igroup
lun stats : Show lun I/O statistics
rdfile /etc/exports : Read the NFS exports file
wrfile /etc/exports : Write to NFS exports file
Enable IMAP4 in Exchange 2010
Pubblicato 25 agosto 2011 Uncategorized Lascia un commentoEtichette: Exchange 2010
http://technet.microsoft.com/en-us/library/bb124489.aspx
This command configures the IMAP4 service to start automatically.
Set-service msExchangeIMAP4 -startuptype automatic
This command starts the IMAP4 service.
Start-service msExchangeIMAP4
