Group Member Count Daily Report

One of our customer requested for Powershell solution to monitor group membership count. Send a daily count of members in that group. Send the CSV report attached that contains all members of the group. They want to monitor it so as to remain below certain number, as that group was being used for licensing for…

Cannot see the members of the local group

Hi Readers, I was building /upgrading my LAB environment  to windows 2008 R2 / server 2012. When I was adding members to the Local Administrator group, member gets added but than disappears from the view, I tried on different server as well, same behavior. Suddenly I realized that I have cloned them without changing the…

Publish Active Directory Group membership to SharePoint Webpage

Hi Readers, Today I am sharing a power-shell solution that can be used to publish Group Membership information to SharePoint Webpage. Download the scripts from below link & modify the grouppublish.ps1 script. http://gallery.technet.microsoft.com/Publish-Active-Directory-e91ef5a9 $group = “Group1” (group name for which you want to publish the membership) $source = “C:\Scripts\PatchPilot\output1\patchpilot.html” (Path of HTML file that will be…