SecurityNegotiationException spammed to logs in case on invalid certificates
Hi,
Just a FYI that MS ATA fills your logs with following stack trace error in case you have not added the certificates correctly. At least we know what the situation is as +10 megabytes of logs exist.
2017-02-16 13:28:14.5231 10652 57 3b8ac7f1-6fd5-46a3-823f-c267f28a3c60 Error [AsyncResult] System.ServiceModel.Security.SecurityNegotiationException: Failed to validate certificate [Subject=CN=*redacted*, OU=*redacted*, O=*redacted*, L=*redacted*, S=*redacted*, C=*redacted* Thumbprint=*redacted*] ---> System.IdentityModel.Tokens.SecurityTokenValidationException: Failed to validate certificate [Subject=CN=*redacted*, OU=*redacted*, O=*redacted*, L=*redacted*, S=*redacted*, C=*redacted* Thumbprint=*redacted*] at System.Net.Security.SslState.InternalEndProcessAuthentication(LazyAsyncResult lazyResult) at System.Net.Security.SslState.EndProcessAuthentication(IAsyncResult result) at System.ServiceModel.Channels.SslStreamSecurityUpgradeInitiator.InitiateUpgradeAsyncResult.OnCompleteAuthenticateAsClient(IAsyncResult result) --- End of inner exception stack trace --- Server stack trace: at System.Runtime.AsyncResult.End[TAsyncResult](IAsyncResult result) at System.ServiceModel.Channels.CommunicationObject.EndOpen(IAsyncResult result) Exception rethrown at [0]: at System.Runtime.AsyncResult.End[TAsyncResult](IAsyncResult result) at System.ServiceModel.Channels.ServiceChannel.SendAsyncResult.End(SendAsyncResult result) at System.ServiceModel.Channels.ServiceChannel.EndCall(String action, Object[] outs, IAsyncResult result) at System.ServiceModel.Channels.ServiceChannelProxy.TaskCreator.<>c__DisplayClass7_0`1.<creategenerictask>b__0(IAsyncResult asyncResult) at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization) --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Microsoft.Tri.Gateway.Send.EntitySender.<sendentitybatchesasync>d__15.MoveNext() </sendentitybatchesasync></creategenerictask>
David Wyatt's SendMailMessage Script Not working
https://gallery.technet.microsoft.com/scriptcenter/Send-MailMessage-3a920a6d#content
I wish it was throwing an error, but its not. I downloaded his SendMailMessage.ps1 and then used his example to develop the following code:
$images = @{
image1 = '\\portal2010.B
rand.com\sites\ Brand HC\Brand HC Dashboards\2017 JE Headcount_files \2017 Brand Headcount_25311 _image001.png' image2 = '\\portal2010.B rand.com\sites\ Brand HC\Brand HC Dashboards\2017 JE Headcount_files \2017 Brand Headcount_25311 _image002.png' image3 = '\\portal2010.B rand.com\sites\ Brand HC\Brand HC Dashboards\2017 JE Headcount_files \2017 Brand Headcount_25311 _image003.png' image4 = '\\portal2010.B rand.com\sites\ Brand HC\Brand HC Dashboards\2017 JE Headcount_files \2017 Brand Headcount_25311 _image004.png' image5 = '\\portal2010.B rand.com\sites\ Brand HC\Brand HC Dashboards\2017 JE Headcount_files \2017 Brand Headcount_25311 _image005.png' image6 = '\\portal2010.B rand.com\sites\ Brand HC\Brand HC Dashboards\2017 JE Headcount_files \2017 Brand Headcount_25311 _image006.png' image7 = '\\portal2010.B rand.com\sites\ Brand HC\Brand HC Dashboards\2017 JE Headcount_files \2017 Brand Headcount_25311 _image007.png' image8 = '\\portal2010.B rand.com\sites\ Brand HC\Brand HC Dashboards\2017 JE Headcount_files \2017 Brand Headcount_25311 _image008.png' } $body = @' <html> <body> <img src="cid:image1 "><br> <img src="cid:image2 "><br> <img src="cid:image3 "><br> <img src="cid:image4 "><br> <img src="cid:image5 "><br> <img src="cid:image6 "><br> <img src="cid:image7 "><br> <img src="cid:image8 "><br> </body> </html> '@ $params = @{ InlineAttachmen ts = $images Body = $body BodyAsHtml = $true Subject = 'Test' From = 'Snoopy <Snoopy@Brand.c om>' To = 'Linus <Linus@Brand.co m>' SmtpServer = 'smtp.Brand.com ' Port = 25 UseSsl = $false } .\Send-MailMess age.ps1 @params
I run the above code and get no errors as mentioned, but I also never get an email.I have change UseSsl to true and that doesn't change anything. I have also removed it altogether.
How can I figure out why its not sending an email?
- Changed type Bill_Stewart Friday, April 28, 2017 8:09 PM
- Moved by Bill_Stewart Friday, April 28, 2017 8:09 PM This is not support forum for gallery scripts
Reply:
Hi J,
that's because the script you are linking is a function-script. It adds a tool, rather than running some code.
Use it like this:
. .\Send-MailMessage.ps1 Send-MailMessage @params
Cheers,
Fred
There's no place like 127.0.0.1
------------------------------------
Reply:
-- Bill Stewart [Bill_Stewart]
------------------------------------
RSAT and the missing Attribute Editor tab [solution]
PROBLEM
When you install RSAT on a Vista workstation or Server 2008 system, that is managing a 2000/2003 based forest, you do not see the Attribute Editor tab when looking at the properties of a User or Computer object in Active Directory Users and Computers(ADUC).
MORE INFORMATION
The Display Specifier is not updated in the Configuration Naming context, because the 2008 schema changes have not been executed on the forest. Part of the upgrade updates the forest Display Specifiers. The Attribute Editor tab actually uses functions within the ADSIEDIT tool , more specifically the ADSIEDIT.DLL extension. Although the DLL is probably registered on the RSAT system, the ConfigNC need updating, in order to expose the tab in the ADUC interface.
SOLUTION
Use the ADSIEDIT tool (or other tool of choice...ADexplorer, LDP etc), with a user who has rights to modify the Configuration Naming Context.
Navigate to cn=<languagepage>, cn=configuration, dc=<domainname>
(where <languagepage> is your relevant language...see http://support.microsoft.com/kb/324097)
(where <domainname> is your domain dn)
Under the cn=User-Display object, edit AdminPropertyPages and add the line 11,{c7436f12-a27f-4cab-aaca-2bd27ed1b773}
Under the cn=Computer-Display object, edit AdminPropertyPages and add the line 12,{c7436f12-a27f-4cab-aaca-2bd27ed1b773}
Under the cn=Default-Display object, edit AdminPropertyPages and add the line 4,{c7436f12-a27f-4cab-aaca-2bd27ed1b773}
Open ADUC from the Vista or Server 2008 and you should now see the Attribute Editor for the object you selected. Note: Attribute editor is only shown when ADUC is in Advanced View.
-Stuart Hudman
Reply:
Hi,
Thank you very much for the information shared. As this is a knowledge sharing instead of a post for answer, we will change this issue type from "Question" to "Comment". It will help other community members to find your knowledge sharing easier.
If I misunderstood your concern, please feel free to change the type back to "Question".
Thanks!
------------------------------------
Reply:
I checked these values on our AD and can confirm that all the values are there as you indicated. But though, we are missing attribute editor tab on all objects (e.g user) when an object is viewed after serching from ADUC (from all of our Win2008R2 DCs)
Attribute editor tab is visible if we see the properties directly in ADUC by clicking on an object, without searching
Advanced View is turned on.
Thx, -Bab.
------------------------------------
Reply:
I checked these values on our AD and can confirm that all the values are there as you indicated. But though, we are missing attribute editor tab on all objects (e.g user) when an object is viewed after serching from ADUC (from all of our Win2008R2 DCs)
Attribute editor tab is visible if we see the properties directly in ADUC by clicking on an object, without searching
Advanced View is turned on.
Thx, -Bab.
Same exact thing happens to me..
If I browse the tree and double click a user in the right pane I see the Attribute Editor, if I do a "Find" and open the user I don't see the Attribute Editor
------------------------------------
Reply:
------------------------------------
Reply:
------------------------------------
Reply:
------------------------------------
Reply:
------------------------------------
Reply:
Hi All,
Is there any way to hide Attribute editor tab for all users except domain admins?
I don't want to give anyone to see this tab, but it is useful for me.
Thanks for any idea...
P
------------------------------------
Reply:
------------------------------------
Reply:
"I think it's security feature" is not the same that "it's security feature".
with ADexplorer you can search an user and modify their attributes.
------------------------------------
Reply:
Open ADUC as a domain admin
-View
-Choose Advanced Features
open a user or computer and you should now see the Attribute tab..
------------------------------------
Reply:
It's an even-dumber issue. Installed latest RSAT on my Windows 7 SP1 computer at work, and connect ADUC to one of our 2008 R2 domain controllers, which is 2008 Forest and Domain level.
Click "View" / and check "Advanced Features". Now the fun begins...
- If you go directly to an object and open its Properties, you will see the "Attribute Editor" tab.
- If you use Find and search for an object, and open its Properties from the search results, you will not see the "Attribute Editor" tab.
Why this behaves this way is unclear to me.
- Edited by skatterbrainz Friday, August 17, 2012 4:48 PM
------------------------------------
Reply:
I had this problem with a SBS 2011 server (Windows 2008 R2). Those lines were missing on the AdminPropertyPages. I added per your instructions and it fixed the problem. Thank you so much for figuring this out, what wonderful solution!
Lyle Epstein
Kortek Solutions
http://www.korteksolutions.com
------------------------------------
Reply:
The ADUC Find dialog, a.k.a. the object picker, does not implement the "Advanced Features" functionality. That's why you don't see the AD property sheet extensions. Yes, a nuisance, but the work-around is to use the saved queries feature. You can do a search similar to the Find dialog but with quite a bit more power (directly compose LDAP query filters). The results of the search show up in the result pane on the right and that affords the ability to use the "Advanced Features" tabs including the Attribute Editor. You can save the queries or delete them.
------------------------------------
Reply:
What about adding the attribute editor tab for security groups? what is the line to add?
------------------------------------
Reply:
Never mind, i got it.... the prefix number is irrelevant as long as it is in sequential order... to be able to see the attribute editor tab for groups i just
Under the cn=group-Display object, edit AdminPropertyPages and add the line 5,{c7436f12-a27f-4cab-aaca-2bd27ed1b773}
the first number (5,) was my next available number.
FYI: English is 409. the actual DN would be cn=409, cn=DisplaySpecifiers, cn=configuration, dc=<domainname>
------------------------------------
Reply:
click view in the menu bar and select advance features.
now you should be able to see the attribute editor tab.
------------------------------------
Reply:
------------------------------------
Reply:
------------------------------------
Reply:
------------------------------------
Reply:
This is a old post, however, just in case someone ask the same question...
open ADUC, view advanced feature on, find the CNO, click Object Tab to find the Path of the object,
expand the domain with to the right OU, Sub OUs manually and locate the object from the right pane, double click to open the properties page, you should see the Attribute Editor Tab.
Note: If you search the CNO from ADUC, and properties, you won't be able to see the Attribute Editor Tab this way.
It's pain for a domain with tons of objects at specific OU :-(
------------------------------------
Reply:
Somone once showed me a trick to this old but still relevant post.
With all other requirements done (e.g. Advanced Features):
If you search for a user the Attribute Editor is not available, however if you view the properties of the user navigate to the "MemberOf" tab and double click on what you expect to be a small group the user is a member of (which opens the group object dialog) then close the original user dialog (underneath the group dialog), then double click on the user from the group dialog (on the Members tab), it will then re-open the user dialog and show you the Attribute Editor.
As stupid and painful as this may sound, I find it's actually a lot easier at times then updating saved query or manually finding the user in the OU
- Edited by The Unique Paul Smith Tuesday, October 18, 2016 8:12 PM
------------------------------------
Reply:
Hi, it really works, shows too. thx.
but there isn't other ways that could the Attribute Editor be showed via find directly?
------------------------------------
Reply:
Just to add to this helpful hint, I have created a group called "DummyGroup" (you can probably come up with a better name) which I add users to.
To be clear, you have to close the user object, before you switch to the group's "Members" tab and double click on the user, or it will just switch back to the instance you have open (without the "Attribute Editor" tab present. Once you have done it a few times, it is quite quick, but still annoying that you need to!
You just need to clear out the group every now and then.
- Edited by Gary Bishop Monday, March 20, 2017 10:41 AM
------------------------------------
Check out my YouTube Channel @Microsoft Tips & Tutorials.Here I give tutorials and tips for Office 365. Please support these videos.
- Changed type Ethan HuaMicrosoft contingent staff Monday, March 20, 2017 6:46 AM Not a question.
Reply:
Thank you very much for focusing on Microsoft products. Much appreciated!
Regards,
Ethan Hua
Please remember to mark the replies as answers if they helped.
If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com.
------------------------------------
Share point performance testing and load testing techniques in azure
adil
Reminder for Skpye minutes w/ Office 365 Renewal
You may receive Skype e-mails regarding subscription expiry & renewal until & unless this is done.
Cheers,
Drew
Drew MS Partner / MS Beta Tester / Pres. Computer Issues Pres. Computer Issues www.drewsci.com
- Changed type Drew1903 Monday, March 20, 2017 4:59 AM Not a question
Reply:
When or after Office 365 subscription is renewed > the Skype section in your 365 Account & hit the "Activate Skype Minutes" button. This keeps your 60 World Skype Minutes/Month 'alive' and available.
You may receive Skype e-mails regarding subscription expiry & renewal until & unless this is done.
Cheers,
Drew
Drew MS Partner / MS Beta Tester / Pres. Computer Issues Pres. Computer Issues www.drewsci.com
Thanks for sharing this Drew.
Regards,
Ethan Hua
Please remember to mark the replies as answers if they helped.
If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com.
------------------------------------
Reply:
Cheers,
Drew
Drew MS Partner / MS Beta Tester / Pres. Computer Issues Pres. Computer Issues www.drewsci.com
------------------------------------
windows 8
dowload
hxxmllxkxmxmxsm
Reply:
Hi ambar Agrawal.
This question should be asked in the Microsoft Community for Windows, which is more appropriate for this kind of topics.
You can download Windows 8.1 ISO file from https://www.microsoft.com/en-us/software-download/windows8, provided that you have a valid Windows 8.1 Product Key.
Bye.
Luigi Bruno
MCP, MCTS, MOS, MTA
- Edited by Luigi BrunoMVP Sunday, March 19, 2017 10:04 AM
------------------------------------
From Microsoft : Windows DVD Player crashes after installing KB4013429
Microsoft released this acknowledging issue of Windows DVD Player after installing KB4013429
https://support.microsoft.com/en-gb/help/4013429/windows-10-update-kb4013429
- Edited by david hk129 Saturday, March 18, 2017 11:06 PM
Guru! Where are you? Time for March 2017 Microsoft TechNet Guru!
March 2017 Guru, it's time to share great skills as a TechNet Wiki article and WIN medal(s). Medals? Yes, You can publish separate articles for different categories, to win multiple categories in the same month, but the same article can only be listed in 1 category, so choose carefully!! Now, navigate to TechNet Guru Competition March 2017 to choose your categories and if it's not listed add your content in Miscellaneous Category!
All you have to do is add an article to TechNet Wiki from the field of your interest. Something that fits into one of the categories listed on the submissions page. Copy in your own blog post, a forum solution, a white paper, or just something you had to solve for your own day's work today.
A snippet you share can make you a March 2017 TechNet Wiki Guru in your favorite category and this is official Microsoft TechNet recognition!
HOW TO WIN
1) Please copy over your Microsoft technical solutions and revelations to TechNet Wiki.
2) Add a link to it on THIS WIKI COMPETITION PAGE (so we know you've contributed).
3) Every month, we will highlight your contributions, and select a "Guru of the Month" in each technology.
If you win, we will sing your praises in blogs and forums, similar to the weekly contributor awards. Once "on our radar" and making your mark, you will probably be interviewed for your greatness, and maybe eventually even invited into other inner TechNet/MSDN circles!
Winning this award in your favorite technology will help us learn the active members in each community.
Feel free to ask any questions below.
More about TechNet Guru Awards.
Peter Geelen - MVP Enterprise Mobility (Identity and Access) (user page)
[If a post helps to resolve your issue, please click the "Mark as Answer" of that post or click "Vote as helpful" button of that post. By marking a post as Answered or Helpful, you help others find the answer faster. ]
- Edited by Peter GeelenMVP Monday, March 6, 2017 2:50 PM
Reply:
Only one article yet!! 13 more days to go!! Need some more articles! Go Go Gurus!
Thanks,
Kamlesh Kumar
[If a post helps to resolve your issue, please click the "Mark as Answer" of that post or click "Vote as helpful" button of that post. By marking a post as Answered or Helpful, you help others find the answer faster. ]
My blog | Twitter | LinkedIn
------------------------------------
Guru! Where are you? The March 2017 TechNet Guru contest is open!
March 2017 Guru, it's time to share great skills as a TechNet Wiki article and WIN medal(s). Medals? Yes, you can publish separate articles in the same category, or in different categories, to win multiple medals in the same month. But an article can only be listed once, so choose carefully! Now, navigate to TechNet Guru Competition March 2017 to choose your categories and if it's not listed add your content in Miscellaneous Category!
All you have to do is add an article to TechNet Wiki from the field of your interest. Something that fits into one of the categories listed on the submissions page. Copy in your own blog post, a forum solution, a white paper, or just something you had to solve for your own day's work today.
A snippet you share can make you a March 2017 TechNet Wiki Guru in your favorite category and this is official Microsoft TechNet recognition!
HOW TO WIN
1) Please copy over your Microsoft technical solutions and revelations to TechNet Wiki.
2) Add a link to it on THIS WIKI COMPETITION PAGE (so we know you've contributed).
3) Every month, we will highlight your contributions, and select a "Guru of the Month" in each technology.
If you win, we will sing your praises in blogs and forums, similar to the weekly contributor awards. Once "on our radar" and making your mark, you will probably be interviewed for your greatness, and maybe eventually even invited into other inner TechNet/MSDN circles!
Winning this award in your favorite technology will help us learn the active members in each community.
Feel free to ask any questions below.
More about TechNet Guru Awards.
| Ronen Ariely [Personal Site] [Blog] [Facebook] [Linkedin] |
- Changed type pituachMVP Friday, March 3, 2017 7:30 AM
- Edited by pituachMVP Saturday, March 4, 2017 6:22 PM
Reply:
Only one article yet!! 13 more days to go!! Need some more articles! Go Go Gurus!
Thanks,
Kamlesh Kumar
[If a post helps to resolve your issue, please click the "Mark as Answer" of that post or click "Vote as helpful" button of that post. By marking a post as Answered or Helpful, you help others find the answer faster. ]
My blog | Twitter | LinkedIn
------------------------------------
Guru! Where are you? The March 2017 TechNet Guru contest is open!
March 2017 Guru, it's time to share great skills as a TechNet Wiki article and WIN medal(s). Medals? Yes, you can publish separate articles in the same category, or in different categories, to win multiple medals in the same month. But an article can only be listed once, so choose carefully! Now, navigate to TechNet Guru Competition March 2017 to choose your categories and if it's not listed add your content in Miscellaneous Category!
All you have to do is add an article to TechNet Wiki from the field of your interest. Something that fits into one of the categories listed on the submissions page. Copy in your own blog post, a forum solution, a white paper, or just something you had to solve for your own day's work today.
A snippet you share can make you a March 2017 TechNet Wiki Guru in your favorite category and this is official Microsoft TechNet recognition!
HOW TO WIN
1) Please copy over your Microsoft technical solutions and revelations to TechNet Wiki.
2) Add a link to it on THIS WIKI COMPETITION PAGE (so we know you've contributed).
3) Every month, we will highlight your contributions, and select a "Guru of the Month" in each technology.
If you win, we will sing your praises in blogs and forums, similar to the weekly contributor awards. Once "on our radar" and making your mark, you will probably be interviewed for your greatness, and maybe eventually even invited into other inner TechNet/MSDN circles!
Winning this award in your favorite technology will help us learn the active members in each community.
Feel free to ask any questions below.
More about TechNet Guru Awards.
| Ronen Ariely [Personal Site] [Blog] [Facebook] [Linkedin] |
- Edited by pituachMVP Saturday, March 4, 2017 6:21 PM
Reply:
Only one article yet!! 13 more days to go!! Need some more articles! Go Go Gurus!
Thanks,
Kamlesh Kumar
[If a post helps to resolve your issue, please click the "Mark as Answer" of that post or click "Vote as helpful" button of that post. By marking a post as Answered or Helpful, you help others find the answer faster. ]
My blog | Twitter | LinkedIn
------------------------------------
Guru! Where are you? The March 2017 TechNet Guru contest is open!
March 2017 Guru, it's time to share great skills as a TechNet Wiki article and WIN medal(s). Medals? Yes, you can publish separate articles in the same category, or in different categories, to win multiple medals in the same month. But an article can only be listed once, so choose carefully! Now, navigate to TechNet Guru Competition March 2017 to choose your categories and if it's not listed add your content in Miscellaneous Category!
All you have to do is add an article to TechNet Wiki from the field of your interest. Something that fits into one of the categories listed on the submissions page. Copy in your own blog post, a forum solution, a white paper, or just something you had to solve for your own day's work today.
A snippet you share can make you a March 2017 TechNet Wiki Guru in your favorite category and this is official Microsoft TechNet recognition!
HOW TO WIN
1) Please copy over your Microsoft technical solutions and revelations to TechNet Wiki.
2) Add a link to it on THIS WIKI COMPETITION PAGE (so we know you've contributed).
3) Every month, we will highlight your contributions, and select a "Guru of the Month" in each technology.
If you win, we will sing your praises in blogs and forums, similar to the weekly contributor awards. Once "on our radar" and making your mark, you will probably be interviewed for your greatness, and maybe eventually even invited into other inner TechNet/MSDN circles!
Winning this award in your favorite technology will help us learn the active members in each community.
Feel free to ask any questions below.
More about TechNet Guru Awards.
| Ronen Ariely [Personal Site] [Blog] [Facebook] [Linkedin] |
- Edited by pituachMVP Saturday, March 4, 2017 6:21 PM
Reply:
4 articles yet!! 13 more days to go!! Need some more articles! Go Go Gurus!
- Simple Xpath Generator with powershell by sridhar vishwanatha
- SCOM Alert Param Finder by sridhar vishwanatham
- Approve or decline Access Requests in SharePoint 2013/2016 using Powershell and CSOM by Arleta Wanat
- Powershell: Gherkin specification validation by Kevin Marquette
Thanks,
Kamlesh Kumar
[If a post helps to resolve your issue, please click the "Mark as Answer" of that post or click "Vote as helpful" button of that post. By marking a post as Answered or Helpful, you help others find the answer faster. ]
My blog | Twitter | LinkedIn
------------------------------------
Guru! Where are you? The March 2017 TechNet Guru contest is open!
March 2017 Guru, it's time to share great skills as a TechNet Wiki article and WIN medal(s). Medals? Yes, you can publish separate articles in the same category, or in different categories, to win multiple medals in the same month. But an article can only be listed once, so choose carefully! Now, navigate to TechNet Guru Competition March 2017 to choose your categories and if it's not listed add your content in Miscellaneous Category!
All you have to do is add an article to TechNet Wiki from the field of your interest. Something that fits into one of the categories listed on the submissions page. Copy in your own blog post, a forum solution, a white paper, or just something you had to solve for your own day's work today.
A snippet you share can make you a March 2017 TechNet Wiki Guru in your favorite category and this is official Microsoft TechNet recognition!
HOW TO WIN
1) Please copy over your Microsoft technical solutions and revelations to TechNet Wiki.
2) Add a link to it on THIS WIKI COMPETITION PAGE (so we know you've contributed).
3) Every month, we will highlight your contributions, and select a "Guru of the Month" in each technology.
If you win, we will sing your praises in blogs and forums, similar to the weekly contributor awards. Once "on our radar" and making your mark, you will probably be interviewed for your greatness, and maybe eventually even invited into other inner TechNet/MSDN circles!
Winning this award in your favorite technology will help us learn the active members in each community.
Feel free to ask any questions below.
More about TechNet Guru Awards.
| Ronen Ariely [Personal Site] [Blog] [Facebook] [Linkedin] |
- Edited by pituachMVP Saturday, March 4, 2017 6:20 PM
Reply:
Only one article yet!! 13 more days to go!! Need some more articles! Go Go Gurus!
Thanks,
Kamlesh Kumar
[If a post helps to resolve your issue, please click the "Mark as Answer" of that post or click "Vote as helpful" button of that post. By marking a post as Answered or Helpful, you help others find the answer faster. ]
My blog | Twitter | LinkedIn
------------------------------------
Guru! Where are you? The March 2017 TechNet Guru contest is open!
March 2017 Guru, it's time to share great skills as a TechNet Wiki article and WIN medal(s). Medals? Yes, you can publish separate articles in the same category, or in different categories, to win multiple medals in the same month. But an article can only be listed once, so choose carefully! Now, navigate to TechNet Guru Competition March 2017 to choose your categories and if it's not listed add your content in Miscellaneous Category!
All you have to do is add an article to TechNet Wiki from the field of your interest. Something that fits into one of the categories listed on the submissions page. Copy in your own blog post, a forum solution, a white paper, or just something you had to solve for your own day's work today.
A snippet you share can make you a March 2017 TechNet Wiki Guru in your favorite category and this is official Microsoft TechNet recognition!
HOW TO WIN
1) Please copy over your Microsoft technical solutions and revelations to TechNet Wiki.
2) Add a link to it on THIS WIKI COMPETITION PAGE (so we know you've contributed).
3) Every month, we will highlight your contributions, and select a "Guru of the Month" in each technology.
If you win, we will sing your praises in blogs and forums, similar to the weekly contributor awards. Once "on our radar" and making your mark, you will probably be interviewed for your greatness, and maybe eventually even invited into other inner TechNet/MSDN circles!
Winning this award in your favorite technology will help us learn the active members in each community.
Feel free to ask any questions below.
More about TechNet Guru Awards.
| Ronen Ariely [Personal Site] [Blog] [Facebook] [Linkedin] |
- Edited by pituachMVP Saturday, March 4, 2017 6:19 PM
Reply:
Thanks,
Kamlesh Kumar
[If a post helps to resolve your issue, please click the "Mark as Answer" of that post or click "Vote as helpful" button of that post. By marking a post as Answered or Helpful, you help others find the answer faster. ]
My blog | Twitter | LinkedIn
------------------------------------
Guru! Where are you? The March 2017 TechNet Guru contest is open!
March 2017 Guru, it's time to share great skills as a TechNet Wiki article and WIN medal(s). Medals? Yes, you can publish separate articles in the same category, or in different categories, to win multiple medals in the same month. But an article can only be listed once, so choose carefully! Now, navigate to TechNet Guru Competition March 2017 to choose your categories and if it's not listed add your content in Miscellaneous Category!
All you have to do is add an article to TechNet Wiki from the field of your interest. Something that fits into one of the categories listed on the submissions page. Copy in your own blog post, a forum solution, a white paper, or just something you had to solve for your own day's work today.
A snippet you share can make you a March 2017 TechNet Wiki Guru in your favorite category and this is official Microsoft TechNet recognition!
HOW TO WIN
1) Please copy over your Microsoft technical solutions and revelations to TechNet Wiki.
2) Add a link to it on THIS WIKI COMPETITION PAGE (so we know you've contributed).
3) Every month, we will highlight your contributions, and select a "Guru of the Month" in each technology.
If you win, we will sing your praises in blogs and forums, similar to the weekly contributor awards. Once "on our radar" and making your mark, you will probably be interviewed for your greatness, and maybe eventually even invited into other inner TechNet/MSDN circles!
Winning this award in your favorite technology will help us learn the active members in each community.
Feel free to ask any questions below.
More about TechNet Guru Awards.
| Ronen Ariely [Personal Site] [Blog] [Facebook] [Linkedin] |
- Edited by pituachMVP Saturday, March 4, 2017 6:19 PM
Reply:
3 articles yet!! 13 more days to go!! Need some more articles! Go Go Gurus!
- Manually installing the Parallels Mac Management Agent for Configuration Manager by Simon Dettling
- Wrapping Mac OS X Apps using CMAppUtil by Simon Dettling
- SCOM Alert Param Finder by sridhar vishwanatham
Thanks,
Kamlesh Kumar
[If a post helps to resolve your issue, please click the "Mark as Answer" of that post or click "Vote as helpful" button of that post. By marking a post as Answered or Helpful, you help others find the answer faster. ]
My blog | Twitter | LinkedIn
------------------------------------
Guru! Where are you? The March 2017 TechNet Guru contest is open!
March 2017 Guru, it's time to share great skills as a TechNet Wiki article and WIN medal(s). Medals? Yes, you can publish separate articles in the same category, or in different categories, to win multiple medals in the same month. But an article can only be listed once, so choose carefully! Now, navigate to TechNet Guru Competition March 2017 to choose your categories and if it's not listed add your content in Miscellaneous Category!
All you have to do is add an article to TechNet Wiki from the field of your interest. Something that fits into one of the categories listed on the submissions page. Copy in your own blog post, a forum solution, a white paper, or just something you had to solve for your own day's work today.
A snippet you share can make you a March 2017 TechNet Wiki Guru in your favorite category and this is official Microsoft TechNet recognition!
HOW TO WIN
1) Please copy over your Microsoft technical solutions and revelations to TechNet Wiki.
2) Add a link to it on THIS WIKI COMPETITION PAGE (so we know you've contributed).
3) Every month, we will highlight your contributions, and select a "Guru of the Month" in each technology.
If you win, we will sing your praises in blogs and forums, similar to the weekly contributor awards. Once "on our radar" and making your mark, you will probably be interviewed for your greatness, and maybe eventually even invited into other inner TechNet/MSDN circles!
Winning this award in your favorite technology will help us learn the active members in each community.
Feel free to ask any questions below.
More about TechNet Guru Awards.
| Ronen Ariely [Personal Site] [Blog] [Facebook] [Linkedin] |
- Edited by pituachMVP Saturday, March 4, 2017 6:19 PM
Reply:
3 articles yet!! 13 more days to go!! Need some more articles! Go Go Gurus!
- Manually installing the Parallels Mac Management Agent for Configuration Manager by Simon Dettling
- Wrapping Mac OS X Apps using CMAppUtil by Simon Dettling
- SCOM Alert Param Finder by sridhar vishwanatham
Thanks,
Kamlesh Kumar
[If a post helps to resolve your issue, please click the "Mark as Answer" of that post or click "Vote as helpful" button of that post. By marking a post as Answered or Helpful, you help others find the answer faster. ]
My blog | Twitter | LinkedIn
------------------------------------
Guru! Where are you? The March 2017 TechNet Guru contest is open!
March 2017 Guru, it's time to share great skills as a TechNet Wiki article and WIN medal(s). Medals? Yes, you can publish separate articles in the same category, or in different categories, to win multiple medals in the same month. But an article can only be listed once, so choose carefully! Now, navigate to TechNet Guru Competition March 2017 to choose your categories and if it's not listed add your content in Miscellaneous Category!
All you have to do is add an article to TechNet Wiki from the field of your interest. Something that fits into one of the categories listed on the submissions page. Copy in your own blog post, a forum solution, a white paper, or just something you had to solve for your own day's work today.
A snippet you share can make you a March 2017 TechNet Wiki Guru in your favorite category and this is official Microsoft TechNet recognition!
HOW TO WIN
1) Please copy over your Microsoft technical solutions and revelations to TechNet Wiki.
2) Add a link to it on THIS WIKI COMPETITION PAGE (so we know you've contributed).
3) Every month, we will highlight your contributions, and select a "Guru of the Month" in each technology.
If you win, we will sing your praises in blogs and forums, similar to the weekly contributor awards. Once "on our radar" and making your mark, you will probably be interviewed for your greatness, and maybe eventually even invited into other inner TechNet/MSDN circles!
Winning this award in your favorite technology will help us learn the active members in each community.
Feel free to ask any questions below.
More about TechNet Guru Awards.
| Ronen Ariely [Personal Site] [Blog] [Facebook] [Linkedin] |
- Edited by pituachMVP Saturday, March 4, 2017 6:19 PM
Reply:
3 articles yet!! 13 more days to go!! Need some more articles! Go Go Gurus!
- Manually installing the Parallels Mac Management Agent for Configuration Manager by Simon Dettling
- Wrapping Mac OS X Apps using CMAppUtil by Simon Dettling
- SCOM Alert Param Finder by sridhar vishwanatham
Thanks,
Kamlesh Kumar
[If a post helps to resolve your issue, please click the "Mark as Answer" of that post or click "Vote as helpful" button of that post. By marking a post as Answered or Helpful, you help others find the answer faster. ]
My blog | Twitter | LinkedIn
------------------------------------
Guru! Where are you? The March 2017 TechNet Guru contest is open!
March 2017 Guru, it's time to share great skills as a TechNet Wiki article and WIN medal(s). Medals? Yes, you can publish separate articles in the same category, or in different categories, to win multiple medals in the same month. But an article can only be listed once, so choose carefully! Now, navigate to TechNet Guru Competition March 2017 to choose your categories and if it's not listed add your content in Miscellaneous Category!
All you have to do is add an article to TechNet Wiki from the field of your interest. Something that fits into one of the categories listed on the submissions page. Copy in your own blog post, a forum solution, a white paper, or just something you had to solve for your own day's work today.
A snippet you share can make you a March 2017 TechNet Wiki Guru in your favorite category and this is official Microsoft TechNet recognition!
HOW TO WIN
1) Please copy over your Microsoft technical solutions and revelations to TechNet Wiki.
2) Add a link to it on THIS WIKI COMPETITION PAGE (so we know you've contributed).
3) Every month, we will highlight your contributions, and select a "Guru of the Month" in each technology.
If you win, we will sing your praises in blogs and forums, similar to the weekly contributor awards. Once "on our radar" and making your mark, you will probably be interviewed for your greatness, and maybe eventually even invited into other inner TechNet/MSDN circles!
Winning this award in your favorite technology will help us learn the active members in each community.
Feel free to ask any questions below.
More about TechNet Guru Awards.
| Ronen Ariely [Personal Site] [Blog] [Facebook] [Linkedin] |
- Edited by pituachMVP Saturday, March 4, 2017 6:18 PM
Reply:
3 articles yet!! 13 more days to go!! Need some more articles! Go Go Gurus!
- Manually installing the Parallels Mac Management Agent for Configuration Manager by Simon Dettling
- Wrapping Mac OS X Apps using CMAppUtil by Simon Dettling
- SCOM Alert Param Finder by sridhar vishwanatham
Thanks,
Kamlesh Kumar
[If a post helps to resolve your issue, please click the "Mark as Answer" of that post or click "Vote as helpful" button of that post. By marking a post as Answered or Helpful, you help others find the answer faster. ]
My blog | Twitter | LinkedIn
------------------------------------
Guru! Where are you? The March 2017 TechNet Guru contest is open!
March 2017 Guru, it's time to share great skills as a TechNet Wiki article and WIN medal(s). Medals? Yes, you can publish separate articles in the same category, or in different categories, to win multiple medals in the same month. But an article can only be listed once, so choose carefully! Now, navigate to TechNet Guru Competition March 2017 to choose your categories and if it's not listed add your content in Miscellaneous Category!
All you have to do is add an article to TechNet Wiki from the field of your interest. Something that fits into one of the categories listed on the submissions page. Copy in your own blog post, a forum solution, a white paper, or just something you had to solve for your own day's work today.
A snippet you share can make you a March 2017 TechNet Wiki Guru in your favorite category and this is official Microsoft TechNet recognition!
HOW TO WIN
1) Please copy over your Microsoft technical solutions and revelations to TechNet Wiki.
2) Add a link to it on THIS WIKI COMPETITION PAGE (so we know you've contributed).
3) Every month, we will highlight your contributions, and select a "Guru of the Month" in each technology.
If you win, we will sing your praises in blogs and forums, similar to the weekly contributor awards. Once "on our radar" and making your mark, you will probably be interviewed for your greatness, and maybe eventually even invited into other inner TechNet/MSDN circles!
Winning this award in your favorite technology will help us learn the active members in each community.
Feel free to ask any questions below.
More about TechNet Guru Awards.
| Ronen Ariely [Personal Site] [Blog] [Facebook] [Linkedin] |
- Edited by pituachMVP Saturday, March 4, 2017 6:18 PM
Reply:
3 articles yet!! 13 more days to go!! Need some more articles! Go Go Gurus!
- Manually installing the Parallels Mac Management Agent for Configuration Manager by Simon Dettling
- Wrapping Mac OS X Apps using CMAppUtil by Simon Dettling
- SCOM Alert Param Finder by sridhar vishwanatham
Thanks,
Kamlesh Kumar
[If a post helps to resolve your issue, please click the "Mark as Answer" of that post or click "Vote as helpful" button of that post. By marking a post as Answered or Helpful, you help others find the answer faster. ]
My blog | Twitter | LinkedIn
------------------------------------
Guru! Where are you? Time for March 2017 Microsoft TechNet Guru!
March 2017 Guru, it's time to share great skills as a TechNet Wiki article and WIN medal(s). Medals? Yes, you can publish separate articles in the same category, or in different categories, to win multiple medals in the same month. But an article can only be listed once, so choose carefully! Now, navigate to TechNet Guru Competition March 2017 to choose your categories and if it's not listed add your content in Miscellaneous Category!
All you have to do is add an article to TechNet Wiki from the field of your interest. Something that fits into one of the categories listed on the submissions page. Copy in your own blog post, a forum solution, a white paper, or just something you had to solve for your own day's work today.
A snippet you share can make you a March 2017 TechNet Wiki Guru in your favorite category and this is official Microsoft TechNet recognition!
HOW TO WIN
1) Please copy over your Microsoft technical solutions and revelations to TechNet Wiki.
2) Add a link to it on THIS WIKI COMPETITION PAGE (so we know you've contributed).
3) Every month, we will highlight your contributions, and select a "Guru of the Month" in each technology.
If you win, we will sing your praises in blogs and forums, similar to the weekly contributor awards. Once "on our radar" and making your mark, you will probably be interviewed for your greatness, and maybe eventually even invited into other inner TechNet/MSDN circles!
Winning this award in your favorite technology will help us learn the active members in each community.
Feel free to ask any questions below.
More about TechNet Guru Awards.
Thanks,
If my reply is helpful please mark as Answer or vote as Helpful.
My blog | Twitter | LinkedIn
- Edited by [Kamlesh Kumar] Saturday, March 4, 2017 6:21 PM
Reply:
No any article yet!! 13 more days to go!! Go Go Gurus!
Thanks,
Kamlesh Kumar
[If a post helps to resolve your issue, please click the "Mark as Answer" of that post or click "Vote as helpful" button of that post. By marking a post as Answered or Helpful, you help others find the answer faster. ]
My blog | Twitter | LinkedIn
------------------------------------
No comments:
Post a Comment