Howto Export all mailbox’es and there size to a CSV file
get–mailbox | get-mailboxstatistics | select-object DisplayName,TotalItemSize,StorageLimitStatus,LastLogonTime | Export-Csv c:\exchange.csv
Howto Export all mailbox’es and there size to a CSV file
get–mailbox | get-mailboxstatistics | select-object DisplayName,TotalItemSize,StorageLimitStatus,LastLogonTime | Export-Csv c:\exchange.csv
This guide is only for recovery of a broken IOS image on you Cisco switch!.
First download a new image from Cisco. Is require a Cisco login, ask you dealer for a login for Cisco or a IOS image for you switch.
Then press OK
Then press OK.
Now you are finish recovery you switch.
Microsoft have launch a new webpage to test Exchange remote connectivity.
It can test:
ActiveSync
Activesync autodiscover
Outlook autodiscover
Microsoft Exchange Web Services Connectivity Tests
Outlook Anywhere (RPC over HTTP)
Outbound SMTP E-Mail
Today i have a user that could get access to the exchange webmail. (OWA).
There are som solutions for this error, try to fix from bullet number 1, and down.
USE <databasename>
GO
DBCC SHRINKFILE(‘<logfilename-logical name>’, 1)
BACKUP LOG <databasename> WITH TRUNCATE_ONLY
DBCC SHRINKFILE(‘<logfilename-logical name>’, 1)
GO
Howto see active sessions in a mssql.
Its pretty easy just make a new query, and run sp_who or sp_who2.
sp_who shows whitch active sessions there are, and sp_who2 shows more information about the users.
Post updated look here: http://kennethdalbjerg.dk/2011/02/04/backup-of-exchange-2010-with-ahsay
When you upload and extension (Components, Modules, Plugins, Languages Templates) to joomla I come across this error.
The solution for this error was just
chmod 777 tmp directory in the root directory of joomla.
I have a Ubuntu server where there was a problem with .local address, i could’t look up the zone from the server.
After a little search i found that Avahi (Zeroconf) was the problem.
The default setup of Avahi, is to look for the zone in mDNS, if that failed the resolv failed.
So to fix this, edit /etc/nsswitch.conf
Change this line hosts: files mdns4_minimal [NOTFOUND=return] dns mdns4
To: hosts: files dns mdns4_minimal mdns4