-
So you need to email to a security group..
dsget group “CN=MySecurityGroupIneedToEmail,OU=Application,OU=Groups,DC=contoso,DC=com” -members -expand |dsget user -display Or as “CN=MySecurityGroupIneedToEmail,OU=Application,OU=Groups,DC=contoso,DC=com” is the GroupDN you can do this.. dsquery group -name MySecurityGroupIneedToEmail | dsget group -members -expand |dsget user -display the display name column (except the first line) can then be pasted into the to box and resolved..
-
Microsoft Fix it 50602
First urgent job for the day was a question about the Microsoft Security Advisory: Vulnerability in MHTML could allow information disclosure Had a quick look at the solution and it was a simple MSI package that checked a couple of DLL’s and then added the necessary registry Keys.. Great simple to deploy.. However the installation…