“Group cannot be specified along with other identification conditions.”

// October 31st, 2008 // Windows Server Core 2008

While using server core yesterday I came across another interesting error.  I was attempting to update a firewall rule and I kept receiving this error:

“Group cannot be specified along with other identification conditions”

I double checked my spelling and syntax and everything looked right.  Take a look at the picture below, can you see my mistake?

It turns out it was actually a pretty dumb issue, but an easy one to overlook.  I had copy and pasted the command in from a webpage, and the quotes must have been Microsoft Word style quotes.  I deleted the quotes, re-ran the command, and success!  It’s a minor issue that was easy to overlook.  In this case it was quick to find and fix, but it reminded me of the days when I searched for an error in my .NET code only to see that two single quotes ”  looked like one ” double quote character.  It took forever to find the error because everything appeared right, but of course it wasn’t.

16 Responses to ““Group cannot be specified along with other identification conditions.””

  1. Jeroen says:

    Thanks!!

    This was very usefull for me, i ran into the same problem.

  2. WS says:

    Of all the stupid errors…. thanks!

  3. Libor says:

    THX man, same here:)

  4. SoupyC says:

    Me too! Thanks for this! :)

  5. pete says:

    thanks man !

  6. joes says:

    And here I was stumped. Much thanks for posting this.

  7. Abdurrahman says:

    Thanks this really saved me

  8. Gerry says:

    OMG i feel DUMB!!!!!! Thoes quotes hit me everytime.

  9. Ashok says:

    Thanks dude, It really saved my time.

  10. ed says:

    DoooH!
    Thanks!

  11. dave says:

    Thanks!

  12. xacobe says:

    Thanks!! what a stupid thing, I spend two hours…

  13. magic_007 says:

    Hey thanks a lot dude… i never thouhgt of it… COPY PASTE IS SO DANGEROUS…. :P

  14. jan says:

    cheers!!

  15. xraive says:

    Thans for you help! Who would of thought?

  16. M Moore says:

    Nice. Thnx.

Leave a Reply