| Acknowledgement.com
Loading...

Group Text is free

Posted by Support @ Whaddya.com On 6:37 AM 0 comments
I downloaded a Groupme app today so I can send a group message (group texting) to my kids. Whenever I send them a message, they will instantly receive it and give me updates. I am their Central Command, to get update from everyone and keep them in touch. I'm only using the Group Messaging, though they have added features such as Conference Call, Location, and Photo Sharing.

How to use it?
  • Download the app from Apple website.
  • Start a Group, it will send a confirmation message to verify your phone number.
  • In Setup "How do you want to receive messages?" I selected SMS because I have unlimited text messaging from my mobile service provider AT&T. For Sprint smart phone users, the PUSH should be ok, because it push messages are free and use your data connection. As of writing this post, Sprint data is unlimited.
  • I keep ON for Save Groups to Contacts, and Off for Sync Contacts. I may change this option if needed in the future.
  • Put check on "I agree to the Terms of Service and the Privacy Policy". Touch continue.
  • Finishing up, enter your Full Name, and your Email, then touch Finish. Saving ...
After the setup of Group Messaging, you can start your group texting (conversation) right away.
  • Start a group, give your group a name. For my example, I used Kids Group Text.
  • Next, add people to the group. So I touch the (+) sign in my iPhone to add my children mobile number, and including my wife. I have a little bit of technical issue, adding contact from my Address book, but it's work out ok.
  • Touch Start. This will send a text or invite to each member. This is the part I don't want, I only want to send them group text, and they can send me a text. My option is Cancel or Send. I still touch Send to complete the setup.
  • Test it ok but Groupme number will show up in your reciepents mobile phone, not your own number. It will be confusing from the them in the beginning.
I hope you enjoy this free app and service from Groupme. More details at their website Groupme.com

Troubleshooting account lockout.

Posted by Support @ Whaddya.com On 9:00 PM 0 comments
It's been a couple of days searching for answers on how to resolve "frequent account lockout in Active Directory (AD)". If you missed the my previous posts, here's the links:
1st post - http://www.whaddya.com/2011/09/frequent-account-lockout-in-active.html
2nd post - http://www.whaddya.com/2011/09/windows-needs-your-credentials.html

Today I will try this post on how to Troubleshoot Account Lockout courtesy by Microsoft Technet.
http://technet.microsoft.com/en-us/library/cc773155%28WS.10).aspx

I started my Active Directory Users and Computer, right click on my AD domain (for ex. whaddya.com), then Properties. Click the Group Policy tab, select the Default Domain Policy, click Properties.

In Group Policy Object Editor, collapse Windows Settings, Security Settings, Account Policies, then click on Account Lockout, and change Account Lockout threshold from 3 to 50. You need to come back here and change it to 3 after your troubleshooting.

Save the policy.

In AD server command prompt, run "net accounts" to see if the changes you made is saved.

I applied the net user /persistent:no. Here's the explanation why not to use persistent.
" Persistent drives may have been established with credentials that subsequently expired. If the user types explicit credentials when they try to connect to a share, the credential is not persistent unless it is explicitly saved by Stored User Names and Passwords. Every time that the user logs off the network, logs on to the network, or restarts the computer, the authentication attempt fails when Windows attempts to restore the connection because there are no stored credentials. To avoid this behavior, configure net use so that is does not make persistent connections. To do this, at a command prompt, type net use /persistent:no. Alternately, to ensure current credentials are used for persistent drives, disconnect and reconnect the persistent drive." (2011, Microsoft Technet)

I use the LockoutStatus.exe tool to monitor the "account", on how it quickly lockout the user. I've noticed right away the Bad Pwd Count is 4.

After few hours ... the Bad Pwd Count is still at 4.

I updated the Account Lockout threshold from 50 to 10, since the lockout status only reported 4 max for the last two hours. Check using "net accounts" to see if the changes you made is applied. Some network, AD updates takes a while between 5 to 15 minutes.

After few hours ... the Bad Pwd Count is still at 4. If my test account will not lockout with the setting of Account Lockout threshold of 10 for the next 24 hours. I will consider this issue resolve. Thanks God, it's time to celebrate.



Windows needs your credentials

Posted by Support @ Whaddya.com On 11:14 PM 2 comments
Getting issue with one of my Windows Pro 7 user prompting to enter the network credentials. Here's the message.


"Please lock this computer, then unlock it using your most recent password or smart card."


When I lock this computer, enter the new password. The user account is immediately lockout. 
I also tried to logoff, and login back same issue - lockout. I need to unlock the account from the Active Directory, but the account will be lock out again later.


This post is the continuation of "Frequent Account Lockout in Active Directory", still no luck resolving this issue.

Troubleshooting:
=== 
I found this post in Microsoft Technet (http://technet.microsoft.com/en-us/library/dd560670%28WS.10%29.aspx)

"Run gpedit.msc
Expand “Local Computer Policy” > “Computer Configuration” > “Windows Settings” > “Security Settings” > “Local Policies” > “Security Options” > “Network security: Configure encryption types allowed for Kerberos”
Double click “Network security: Configure encryption types allowed for Kerberos”
Select “DES_CBC_MDC” and “RC4_HMAC_MD5”
Press “OK”
File menu
Exit"



I can't find the Network security: Configure encryption types allowed for Kerberos”. It is not available, and there is no instruction on how to add this information. Dead end for me.
===

Troubleshooting steps: (found in Microsoft Technet community)

1. Click Start, click Run, type "control userpasswords2" (without the quotation marks), and then click OK. <-- Did not work for me, so I used the command prompt to run "rundll32.exe keymgr.dll,KRShowKeyMgr" to do this task.
2. Click the Advanced tab.
3. Click the "Manage Password" button.
4. Check to see if these domain account's passwords are cached. If so, remove them.
5. Check if the problem has been resolved now.

If there is any application or service is running as the problematic user account, please disable it and then check whether the problem occurs.

For your convenience, I'd like to list the common troubleshooting steps and resolutions for account lockouts as the following:

Common Causes for Account Lockouts

To avoid false lockouts, please check each computer on which a lockout occurred for the following behaviors:

Programs:
Many programs cache credentials or keep active threads that retain the credentials after a user changes their password.

Service accounts:
Service account passwords are cached by the service control manager on member computers that use the account as well as domain controllers. If you reset the password for a service account and you do not reset the password in the service control manager, account lockouts for the service account occur. This is because the computers that use this account typically retry logon authentication by using the previous password. To determine whether this is occurring, look for a pattern in the Netlogon log files and in the event log files on member computers. You can then configure the service control manager to use the new password and avoid future account lockouts.

Bad Password Threshold is set too low:
This is one of the most common misconfiguration issues. Many companies set the Bad Password Threshold registry value to a value lower than the default value of 10. If you set this value too low, false lockouts occur when programs automatically retry passwords that are not valid. Microsoft recommends that you leave this value at its default value of 10. For more information, see "Choosing Account Lockout Settings for Your Deployment" in this document.

User logging on to multiple computers:
A user may log onto multiple computers at one time. Programs that are running on those computers may access network resources with the user credentials of that user who is currently logged on. If the user changes their password on one of the computers, programs that are running on the other computers may continue to use the original password. Because those programs authenticate when they request access to network resources, the old password continues to be used and the users account becomes locked out. To ensure that this behavior does not occur, users should log off of all computers, change the password from a single location, and then log off and back on.

Stored user names and passwords retain redundant credentials:
If any of the saved credentials are the same as the logon credential, you should delete those credentials. The credentials are redundant because Windows tries the logon credentials when explicit credentials are not found. To delete logon credentials, use the Stored User Names and Passwords tool. For more information about Stored User Names and Passwords, see online help in Windows XP and the Windows Server 2003 family.

Scheduled tasks:
Scheduled processes may be configured to using credentials that have expired.

Persistent drive mappings:
Persistent drives may have been established with credentials that subsequently expired. If the user types explicit credentials when they try to connect to a share, the credential is not persistent unless it is explicitly saved by Stored User Names and Passwords. Every time that the user logs off the network, logs on to the network, or restarts the computer, the authentication attempt fails when Windows attempts to restore the connection because there are no stored credentials. To avoid this behavior, configure net use so that is does not make persistent connections. To do this, at a command prompt, please type net use /persistent:no. Alternately, to ensure current credentials are used for persistent drives, disconnect and reconnect the persistent drive.

Active Directory replication:
User properties must replicate between domain controllers to ensure that account lockout information is processed properly. You should verify that proper Active Directory replication is occurring.

Disconnected Terminal Server sessions:
Disconnected Terminal Server sessions may be running a process that accesses network resources with outdated authentication information. A disconnected session can have the same effect as a user with multiple interactive logons and cause account lockout by using the outdated credentials. The only difference between a disconnected session and a user who is logged onto multiple computers is that the source of the lockout comes from a single computer that is running Terminal Services.

Service accounts:
By default, most computer services are configured to start in the security context of the Local System account. However, you can manually configure a service to use a specific user account and password. If you configure a service to start with a specific user account and that accounts password is changed, the service logon property must be updated with the new password or that service may lock out the account.
=== 


Just in case you need the Account Lockout and Management Tools from Microsoft, here's the link: http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=18465

===

My research will continue tomorrow, hopefully to find a solution.



Disturbing news I read today regarding the poverty rate of US is 15.1 percent. Our economy is that bad? Are we heading to a double dip recessions? I hope not.

Here's a short web news from WashingtonPost.com

"The Census Bureau reports the number of Americans in poverty jumped to 15.1 percent in 2010, a 27-year high. About 46.2 million people, or nearly 1 in 6, were in poverty. That’s up from 43.6 million, or 14.3 percent, in 2009. It was the highest level since 1983.

The number of people lacking health insurance increased to 49.9 million, a new high after revisions were made to 2009 figures. Losses were due mostly to working-age Americans who lost employer-provided insurance in the weak economy." (2011, WashingtonPost.com)

Fingerprint image equipments.

Posted by Support @ Whaddya.com On 9:00 PM 0 comments
Looking for a portable fingerprint scanner? It took a while for me to find this link so I have to share the URL link to you as well. This is the FBI's approved listing of fingerprint image equipment.
https://www.fbibiospecs.org/IAFIS/default.aspx

The minimum requirements are Live-Scan (Tenprint) System which accepts rolled scans that collects all tenprint   elements.

I hope it save you time searching the Internet for Fingerprint image equipment.

Kontera for Publishers

Posted by Support @ Whaddya.com On 8:08 AM 0 comments
I decided not to use Kontera for Publishers due to a low results in revenue despite sending them 50K- 100K traffic every quarter. I think it's time to move on, and look for other opportunity.

As of now, this blog is using Adsense, Amazon affiliates, and small direct advertisers. If you have any suggestions for alternative revenue, please let me know.

Thank you.
| | edit post

Bidding at eBay

Posted by Support @ Whaddya.com On 7:48 AM 0 comments
It's been years since the last time I used eBay Auction. I saw one item today, and I'm very interested to bid so I rush in to log-in. I forgot, I configured my account using two-factor authentication to provide a much better security. I've spent an hour looking for my security card key that I bought from Paypal years ago. This will give me 6 digits (new every 60 seconds) as part of authenticating my log-in credentials.

I got in, now bidding time. Hopefully I'll get the item.

I checked first how many interested party would like to have this item, more than 50 bids already at $2312. So I place my bid for $2500, immediately I'm out bid by another bidder.

I know the proxy bidding works, where they bid with the maximum reserve budget. For example, Mary is the last bidder for $100, John out bid Mary after placing $110 bid (assuming $10 is the increment). You will see John (using his auction alias name). And John place his proxy bid to $1000 maximum budget.

Another bidder Bob, bid for $120. Remember John has a proxy bid, so the system proxy bid for $130 as the highest offer. Then Bob bid another for $140, the proxy bid for $150 as the highest offer again, and so on. As a bidder, I can see this transaction.

Going back to eBay Auction. When I placed the $2500 bid as User51, the other bidder User52 doesn't exist in the bidding, it only appears after I bid. Keep in mind the item in auction has a reserve amount. So I place another bid for $3000, then User52 bid for $3050. Again, this User52 doesn't participate in the auction only after I place my first bid. For the third time, I put up $4000 bid, as expected User52 outbid me.

I don't know about you, but this is not normal for me. So I stop bidding right away, it doesn't make sense to beat the "ghost bidder" in auction.

I value my hard earned money.

European stocks drop on debt concerns

Posted by Support @ Whaddya.com On 1:36 PM 0 comments
While we are enjoying our weekend, and Monday Labor holiday. The European stocks tumbled, and tomorrow will create a domino effect in the US stocks.

"European stocks tumbled Monday, with the Stoxx Europe 600 Index posting its biggest two-day drop since March 2009 on investor speculation that support for bailing out Europe’s indebted nations may fade.

The Stoxx Europe 600 Index lost 4 percent to 223.86 at the 4:30 p.m. close in London, following Friday's 2.4 percent plunge off of a worse-than-forecast U.S. jobs report. The U.K.’s FTSE 100 Index dropped 3.6 percent and France’s CAC 40 Index lost 4.7 percent." (2011, WashingtonPost.com)

Frequent Account Lockout in Active Directory

Posted by Support @ Whaddya.com On 11:35 AM 0 comments
I have a user in Windows Pro 7, and Windows Server 2003 environment that is frequently account locked out. I tried many different scenarios to resolve this account lockout issue, from resetting his password, changing a new password, remove and re-join the domain, rebooting the workstation and active directory servers.

I tried to use the command prompt utility to run "rundll32.exe keymgrdll, KRShowKeyMgr" (case sensitive) to delete the account in Windows 7 password cache, and still no luck.

Still searching for answer ... Let me know if you encounter a similar issue in Windows Pro 7 and Windows Server 2003.

Continue reading updated post here:
http://www.whaddya.com/2011/09/windows-needs-your-credentials.html
First things first: Connect through one of the following social media tools below:
Enter your email address:
Subscribe to KING.NET by Email http://www.twitter.com/kingnet
http://www.randompage.com/profile/king

Visit RandomPage.com
Moscom.com Web Hosting 24x7 Phone Support. The ultimate in performance, control, and convenience.

Get your own Microsoft Tag and QR Codes at SQIT.com

NeedName.com - Domain Name Registration and DNS Management.
Breeder.co - All about Pets.
Pet By OWner.
Moscom.com Web Hosting, SSL, Email, DomainName, and Dedicated Server.
For Ad Campaign, please send email to Support[@]Whaddya.com. Thank you.