Wednesday, November 10, 2010
Windows 2008 VM console freezes
Check it out:
http://sysadmin-talk.org/2010/06/windows-server-2008-r2-console-freezes-when-viewed-from-vcenter-client/
Thursday, November 4, 2010
Saturday, September 4, 2010
Unblocking Windows Update
If you've ever gotten the error below when you go to Windows Update on a machine or Windows Update is completely missing from the Tools menu in Internet Explorer, it's fortunately an easy registry change to temporarily back out.
Network policy settings prevent you from using this website to get updates for your computer.
If you believe you have received this message in error, please contact your system administrator. Read more about steps you can take to resolve this problem (error number 0x8DDD0003) yourself.
This is generally set as a group policy setting and thus will get refreshed, but, you can delete the registry value below and restart your browser and Windows Update will work again at least temporarily.
Key - HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
Type - REG_DWORD
Value Name - NoWindowsUpdate
I'm of course not recommending that you circumvent your organization's policies, but, since I periodically need this setting and I usually forget it, I've put it here for the permanent record.
Friday, August 27, 2010
Who's using that email address?
So we give them additional email addresses, but at some point we have an issue that requires us to find out who's using that email address.
If you use powershell with the exchange plugins, it's an easy search to find the account/group using a secondary address.
Try this:
get-mailbox -resultsize unlimited where { $_.emailaddresses -like "smtp:elmer.fudd@work.com" }
Just substitute the address you need to find in the like section. Be sure to leave the smtp: or it wont find it.
Happy searching.
Monday, July 12, 2010
Checking & Setting Permissions for Exchange 2007 mailboxes
I found myself in need of setting up a service account with permissions needed to run export-mailbox and/or exmerge for mailboxes on a new Exchange 2007 server. This is what I came up with.
I'll start with the commands for checking permissions:
Get-MailboxDatabase -server "exserver1" | get-adpermission -user "service.account" | fl
On the Technet site the question was asked and this is the thread and a portion of the response.
FROM:
http://social.technet.microsoft.com/Forums/en-US/exchangesvradmin/thread/3b8abdbc-d5a5-46c7-8fc8-4a48c9b116d0
********************************
To get full access right on all mailboxes in a database, we can grant "Receive As" permission to the user or group with cmd-let "Add-ADPermission". Please simply run command as the steps below:
1. Logon Exchange server and load Exchange management Shell.
2. Remove Deny permission with command
3. Run following command to grant the permission
• Grant permission on a single mailbox store
Get-MailboxDatabase "
• Grant permission on all mailbox stores on a server
Get-MailboxDatabase -server "
Please note that the permission granted with the command above can't be taken effect until the cache on information store refreshes. By default the refresh interval is two hours, or we can force refreshing the cache by restarting Exchange Information Store service. To do so, please:
1. Load Service snap-in by run services.msc.
2. Locate entry Microsoft Exchange Information Store, right click it and select Restart.
********************************
for one store:
Get-MailboxDatabase "Cluster01\UserStore1\UserStore1" | Add-ADPermission -User "domain\service.account" -ExtendedRights Receive-As
or for all the stores on a server:
Get-MailboxDatabase -server Cluster01 | Add-ADPermission -User "service.account" -ExtendedRights Receive-As
Be sure to run the get-adpermission command before and after to verify the permissions are adjusted.
I'm sure this isn't as complete as I'd like, but I hope it helps somebody.
Friday, January 22, 2010
Thien Dust Collector
Thien Dust Collector
Workshop Layout
Grizzly Tools Workshop Planner