Search This Blog

Monday, 18 May 2015

Creating an Email Group or Distrubution List in Outlook 2007

Creating Groups
Creating your own Groups of email addresses is a handy function, as it allows you to send email to a pre-defined collection of people easily, without having to remember their names or email addresses. Whether you are on a server at work, trying to define a group of people to receive regular reports, or you want to set up a group at home to forward all your jokes to, this can save you a ton of time in the long run.

Part 1 – Creating your own Groups
If you are in the email view, click the Contacts button in the left navigation bar on your screen:

Now, you should be in the Contacts view. Choose Actions then New Distribution List (or press Ctrl+Shift+L)

Next, you’ll want to choose Select Members from the Members group on the Ribbon.

I’ve doubled clicked both Administrator and Citrix Resource Manager accounts, at which point they show in the “Members ->” area at the bottom of the screen. (Pick someone you actually want to email.) Once you’ve got a nice list of people that you’d like to include in your group, click OK.

Next, give your group a name that makes sense, and the click the Save & Close button on the Actions group.

Part 2 – Emailing Your Group
Okay, now the useful part… let’s send our group an email. From the New menu, choose Mail Message (or just press Ctrl+Shift+M to create a new mail message.)

In the email message, click the To… button:

The secret to finding your new group is to click the drop down arrow and choose the address book that holds the group you created. (In this case Outlook Contacts instead of our Global Address List):

And there it is! Double click it to select it, then click OK.

You’ll notice that your email is now addressed to the group. Now… do you remember who you put in the group? Okay, you probably do at this stage, but as time goes on, you may forget and want to verify it. (Or maybe it is your joke list, and you want to forward it to everyone except the person who just emailed the joke to you.) Do you see the little + sign just in front of the group name?

Go ahead and give it a click…

The email group automatically expands to show you the names of all of the members! You’ll never wonder who you’re sending email to again! And if you want to remove one, just highlight the name and press the delete key. It's just that easy!

Part 3 - Editing existing groups
Assume now that months have gone by, and you want to make a change to your group… either adding or removing someone. How do you do it? The first step is to located the group in your contacts list. Once you’ve found it, right click it, and choose Open.

Your "Distribution List" will open, and show who the members are.

At this point, here are just some of the options you have:
Add Members:
  • Click the Select Members button
  • Select them from the address book(s)
  • Click OK
  • Click Save & Close
Remove Members:
  • Click on the users name
  • Click the Remove button on the [/b]Members[/b] group
  • Click Save & Close
Rename the Group:
  • Change the Name field
  • Click Save & Close
Delete the Entire Group:
  • Click the Delete button in the Actions group

Friday, 16 January 2015

Fix: The Group Policy Client Service Failed The Logon In Windows 8


In Windows 8, you can face different types of issues while logging in to your user account. Today in this article we’ll discuss about one of these errors. It is about the failure of Group Policy Client service while logging into Windows 8 using standard user account. When we tried to log on using the administrator account on the same system, it lets us to enter in. Here is the screenshot of error we just received on the issued computer:
FIX-The-Group-Policy-Client-Service-Failed-The-Logon-In-Windows-8
As you can see in the above error image, there is no help about this issue offered. You just have the OK button there which links you nowhere. So how do we fix this issue? Well as usual, the fix for this problem follows the procedure to modify registry entries. Since you’re able to log in as the administrator, you can follow the steps mentioned below, thus you can consequently fix the issue and then log in, as the standard user account as well.

The Group Policy Client Service Failed The Logon

1. Press Windows Key + R combination, type put Regedt32.exe in Run dialog box and hit Enter to open the Registry Editor.
REGEDIT Fix: Cannot remove Drop Shadows for Icon Labels on Windows 8.1 desktop
2. Navigate to the following location:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\gpsvc
FIX-The-Group-Policy-Client-Service-Failed-The-Logon-In-Windows-8-1
3. You don’t need to modify anything under the key mentioned above. Just make sure that it is intact there properly. Next, you should locate this key:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Svchost
FIX-The-Group-Policy-Client-Service-Failed-The-Logon-In-Windows-8-2

4. Now create a multi-string value in the right pane of this location and name it as GPSvcGroup and associate the Value data GPSvc with it. Moving on create a new sub key to the Svchost key (HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Svchost) and name it as GPSvcGroup.
FIX-The-Group-Policy-Client-Service-Failed-The-Logon-In-Windows-8-3

5. Finally, came to the right pane of this so created sub key GPSvcGroup and create following two DWORDs with corresponding Value data:
AuthenticationCapabilities12320 (Use Decimal base)
CoInitializeSecurityParam 1
Now close the Registry Editor and reboot and verify the status of the issue. Your problem should be fixed by now.
Hope this helps!