|
|
Browse by Tags
All Tags » Security (RSS)
-
This morning I discovered that my Windows Defender no longer worked. I was prompted with a non-intuitive error message:
Following one of the recommendations -- reboot -- did not yield any positive result. I decided to do a System Restore to a point before the last Windows Defender definition was updated thinking that the definition may have ...
-
Here is some code snippet to see if a user belongs to a certain security group. The code below will work with local group as well as AD groups:
Works in ASP.NET:
//Case Insensitivebool t1 = Page.User.IsInRole(''Everyone'');Works Everywhere://Case Sensitivestatic bool IsInRole(string ...
|
|
|