Lets start 70-463 exam preparetion
Reply:
There are five major topics:-
1)Design and Implement a Data Warehouse -->11 %
2)Extract and Transform Data -->23 %
3)Load Data -->27 %
4)Configure and Deploy SSIS Solutions-->24
5)Build Data Quality Solutions -->15%
Please Mark it as Answered if it answered your question OR mark it as Helpful if it help you to solve your problem.
------------------------------------
Reply:
------------------------------------
Monitoring tool
- Changed type Puri24 Tuesday, January 31, 2017 6:10 AM General Question
WindowsPhone 10 : Camera : message "save" at starting ?!
Hello,
On my WindowsPhone 10 (lumia 830), whe I start the Camera, I have the message "save" !
And i can't take any photo or other things with Camera.
When, I was on Windows 8.0 with the same Lumia 830, I never have any problem.
Regards,
Reply:
- Edited by Cerkyr Monday, August 29, 2016 2:17 PM
------------------------------------
Reply:
------------------------------------
Reply:
In fact, I just delete all the data Inside the cloud OneDrive.
------------------------------------
VBSCRIPT : interchange between commands and results ?!
Hello,
Inside my vbscript, I define some commands, and the results come inside a txt file.
But 2 parts of my commands are interchanged in the txt file.
It's quiet amazing !
First part :
--
'
Set oShell = CreateObject ("WScript.Shell")
oShell.run("CMD /C FOR /F ""tokens=* "" %a IN (D:\DATA\PAQUET_CA\TEMPLATE_FICHIERS\TEMPLATE_INSTALL_IPS_COF_1.txt) DO (ECHO %a >> " & REP_PAQUET_CA & "\" & REP_COF & "\" & REP_COF_ARC & "\" & REP_1_VOL & "\" & FILEINSTALLIPSCOF & ") ")
'
Set f10 = CreateObject("Scripting.FileSystemObject")
Set Fso11 = CreateObject("Scripting.FileSystemObject")
Set f10 = Fso11.CreateTextFile(REP_PAQUET_CA & "\" & REP_COF & "\" & REP_COF_ARC & "\" & REP_1_VOL & "\" & FILEINSTALLIPSCOF)
'
--
Second part :
--
f10.write("sCommand=""CMD /C ""Start C:\windows\system32\mshta.exe C:\ProgramData\DISFE\Config\Packages\" & Nom_Paquet & "\Depot\install.hta" & chr(13))
f10.write("Execute(sCommand,True,1)" & chr(13))
f10.write("sCommand=""CMD /C caf setprop sdagent enabledisplayondesktop 0" & chr(13))
f10.write("Execute(sCommand,True,0)" & chr(13))
f10.write("StrExecute0=""CMD /C C:\ProgramData\DISFE\Config\Packages\" & Nom_Paquet & "\Depot\" & Nom_Paquet & "_INSTALL_SHUTDOWN.cmd 2>nul" & chr(13))
f10.write("retVal=execute ( StrExecute0,true,0 )" & chr(13))
f10.write(" " & chr(13))
f10.write(":end" & chr(13))
--
- Changed type Bill_Stewart Monday, December 5, 2016 5:01 PM
- Moved by Bill_Stewart Monday, December 5, 2016 5:01 PM This is not "fix/debug my script for me" forum
Reply:
Please post a short script that contains only the absolute minimum amount of code needed to reproduce the problem. Don't include any path dependencies. Make it easy for the forum readers to quickly and accurately reproduce the problem. (This is not "reproduce my scripting environment and paths and embark on a debugging session for me" forum.)
We would also recommend switching to PowerShell instead of using VBScript.
-- Bill Stewart [Bill_Stewart]
------------------------------------
Reply:
Let's close this issue.
------------------------------------
vbscript : How to run a script from the beguining to the end, considering no loop ?
Hello,
How to run a vbs script from the beguinning to the end, considering that the script have no loop ?
Regards,
- Changed type Bill_Stewart Monday, January 30, 2017 3:34 PM
- Moved by Bill_Stewart Monday, January 30, 2017 3:36 PM Nonsensical help vampire question
Reply:
(?) VBScript scripts run from beginning to end. They don't run backwards. The statements run in the order you put them in the file. (Is this a trick question?)
-- Bill Stewart [Bill_Stewart]
------------------------------------
Reply:
I have the feeling, that it's not the case.
It doesn't wait the final result of each line to start the next line.
If I write a command line with some complex things likes a "CMD /C"; the VBS doesn't wait the end of the "CMD" (batch) command run by "oShell.run"
I plan to try "start /wait" inside my "CMD /C" command line ...
- Edited by Cerkyr Thursday, October 27, 2016 4:02 PM
------------------------------------
Reply:
I assure you that it is the case. However if you spawn an executable and don't wait for it to complete, well, then you're not waiting for it to complete, and the VBScript interpreter will continue (if that's what you asked it to do).
Does this has something to do with your other post?
-- Bill Stewart [Bill_Stewart]
------------------------------------
Reply:
See the following to see how to make shell "run" wait: https://msdn.microsoft.com/en-us/library/d5fk67ky(v=vs.84).aspx
\_(ツ)_/
------------------------------------
Reply:
I plan to try your proposal ...
--
But I try the command "start /wait" inside the "cmd" (batch) commands run by the VBS ...
And my computer doesn't respond ...everythings are blocked, even the CAPS LOCK and VERR NUM lights of my keyboard ...then after 10 minutes...I decide to stop the power of the computer.
Normally, it takes 1 minutes to run the VBS script entirely.
------------------------------------
Reply:
\_(ツ)_/
------------------------------------
Reply:
Hello,
Yes, I apply your proposal, but it just change the display of the commands, not the maneer how the command is executed.
Then, I have the same problem.
I would like to know more things on this thing : "bWaitOnReturn" .
"Wait for the command to complete before continuing execution of the wsh script."
objShell.Run (strCommand, [intWindowStyle], [bWaitOnReturn])
--
After many researchs, I just understand the problem :
you can write the line, like that :
objShell.Run strCommand, [intWindowStyle], [bWaitOnReturn]
- Edited by Cerkyr Thursday, November 3, 2016 4:38 PM
------------------------------------
Reply:
\_(ツ)_/
------------------------------------
Reply:
-- Bill Stewart [Bill_Stewart]
------------------------------------
Reply:
Let's consider that the issue is closed.
------------------------------------
BitLocker – Too many PIN entry attempts error
Here is what to do if you encounter this error in the Pre Boot Authentication stage:
- Press INSERT to see the password when typing to make sure the user enters the correct password.
- If 1 doesn't help, get the Recovery Key from AD, and boot to Windows
- In Windows open Bitlocker Management and SUSPEND it
- Restart and immediately go into UEFI (press F2 on boot) > Security > TPM
- Check CLEAR TPM and restart
- Boot to Windows, at this point BitlLocker should be triggered and RESUMED
- Reboot and enter the password as usual
- Edited by Alexander Turovsky Sunday, January 29, 2017 11:47 AM
Reply:
------------------------------------
Reply:
------------------------------------
SharePoint 2013 Timer Job is running on two servers
Hi,
Why SharePoint 2013 Timer Job is running two servers? How to restrict to run only on one server?
i changed job lock type to SPJobLockType.job, still running twice at the same time on two servers.
Please advise.
Thank you in advance.
OK29
- Edited by Cool_Individual Sunday, January 29, 2017 8:07 PM
- Changed type Cool_Individual Thursday, February 2, 2017 4:04 PM
Reply:
Hi,
By default Timer Jobs will only execute on the server that they are called from.
Do all SharePoint 2013 timer jobs run one two server? Or only custom timer jobs?
Could you provide a screenshot about Job History in CA?
How did you set SPJobLockType? Here is a demo for your reference: https://bhandariasb.wordpress.com/2013/08/07/how-to-prevent-sharepoint-timer-jobs-from-running-multiple-times/
After setting SPJobLockType, please try to restart SharePoint Timer Service (SPTimerV4) on all servers in your farm.
Best Regards,
Dean Wang
Please remember to mark the replies as answers if they help.
If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com
------------------------------------
Reply:
Thank you Dean for your comments.
My code is exactly the same as in the demo link you provided me.Still it is running twice and scheduled on two web servers. Re-started the Timer Service and deleted Cache Config files too.
Here is the history.
OK29
- Edited by Cool_Individual Monday, January 30, 2017 2:37 PM
------------------------------------
Resolved: No Points for Gallery Contributions in my Profile
I have noticed that I no longer have points for TechNet Gallery contributions in my profile.
https://social.technet.microsoft.com/profile/richard%20mueller/
The pie chart of points shows zero points for Gallery. You need to hover near the top of the chart to see the 0, since the blue slice does not exist. I do not recall how many points I had, but in the past I documented enough downloads for at least 7000 points. It is easy to find others that should have Gallery points, but have none. For example:
https://social.technet.microsoft.com/profile/rich%20prescott/
https://social.technet.microsoft.com/profile/michalgajda/
https://social.technet.microsoft.com/profile/santhosh%20sivarajan-/
https://social.technet.microsoft.com/profile/boe%20prox/
and many others. It is more difficult to find users with Gallery contributions that have points. There are a few, but even there the totals are probably too low. Has anyone else noticed this? I emailed fissues about this today.
Richard Mueller - MVP Enterprise Mobility (Identity and Access)
- Edited by Richard MuellerMVP Wednesday, February 1, 2017 9:32 PM Fixed by engineering
Reply:
I'm seeing the same thing on my profile. Over the past couple weeks, I've posted several Power BI dashboards on the Gallery and have been seeing the points add to the total as they check off the 20/50/100 download milestones, so the points appear to still be accumulating to our totals. My guess (based on my profile) is that it is just a display issue with the "points by application" pie chart.
Thanks,
Sam Lester (MSFT)
This posting is provided "AS IS" with no warranties, and confers no rights. Please remember to click "Mark as Answer" and "Vote as Helpful" on posts that help you. This can be beneficial to other community members reading the thread.
------------------------------------
Reply:
Fissues replied that the issue has been escalated to engineering. I agree that the point totals in our profiles, and the other statistics, are probably fine. It is just the pie chart that breaks down the points that is flawed.
Edit: I find I can deduce the Gallery points by adding all the other points in the pie chart and subtracting from the total points. For myself I get a believable number.
Richard Mueller - MVP Enterprise Mobility (Identity and Access)
- Edited by Richard MuellerMVP Thursday, December 29, 2016 5:13 PM
------------------------------------
Reply:
| Ronen Ariely [Personal Site] [Blog] [Facebook] [Linkedin] |
------------------------------------
Reply:
Richard Mueller - MVP Enterprise Mobility (Identity and Access)
------------------------------------
Windows server NPS and certificate
Hi,
We have multiple office around the world and we have setup in each office an Wifi AP (all AP have the same SSID)that authenticate to a Radius server, everything is working fine except that when an user coming from another office come they cannot authenticate to the radius server because each office is setup to authenticate to different radius server since each server have his own certificate. when an user from SanFrancisco office come to our office in Tokyo and try to login with his domain account he got rejected because the certificate don't match, my question is can I have the same NPS certificate across multiple server?
Regards.
Mathieu
Reply:
I am only asking because I must not understand this but I didn't think the certificate of the server matters - it is more of that the sub and root CA's are trusted. As long as the radius server has a valid certificate from the sub > root and the client has the same then they are trusted. Someone correct me if I am wrong - just trying to learn more on how this actually works.
------------------------------------
Reply:
This kinda goes along with what I was say - its looks at the chain... not the server itself.
------------------------------------
Reply:
------------------------------------
error code : 0xc004f074 while activating windows 10 pro
Reply:
If you search on that error key you will see that lots of things can cause that. You will need to supply more info on what you have done so far and any other error messages you see.
Bill
------------------------------------
An added message from Microsoft for Insiders who are unable to install 15019
excerpt from the Blog :
ADDED: For the update to Build 15019, there have been two issues surrounding Windows Update that have arise: 1.) You may see an error such as 0xC1900401, or a note that the build is not yet available for your device 2.) Your PC scans and finds Build 15019, but it appears to hang on "Initializing…" and doesn't appear to begin downloading the build. See this forum post.
- Edited by david hk129 Sunday, January 29, 2017 5:07 AM
Who will be crowned the First Transact SQL Guru of 2017!!
Time for a fresh start!
[The Guru is the means of realisation. "There is no knowledge without a teacher."]
We're looking for the first Gurus of 2017!!
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 January 2017 TechNet Wiki Guru in your favorite category and this is official Microsoft TechNet recognition!
HOW TO WIN
Please copy over your Microsoft technical solutions and revelations to TechNet Wiki.
Add a link to it on THIS WIKI COMPETITION PAGE (so we know you've contributed).
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] |
Reply:
No T-SQL articles yet!
14 days to go!
Ed Price, Azure Development Customer Program Manager (Blog, Small Basic, Wiki Ninjas, Wiki)
Answer an interesting question? Create a wiki article about it!
------------------------------------
Reply:
Hi guys,
I wrote this article yesterday:
but I am not able to link it in the competition page (I don't see any edit in the page). Second point, in which section should I put it?
Thanks
------------------------------------
Reply:
------------------------------------
Reply:
------------------------------------
Reply:
Thanks Olaf. Done. I put the article in SQL BI and Power BI, not sure if it is the right place.That makes sense. It's SSIS, right?
Ed Price, Azure Development Customer Program Manager (Blog, Small Basic, Wiki Ninjas, Wiki)
Answer an interesting question? Create a wiki article about it!
------------------------------------
Reply:
Still no T-SQL articles.
3 more days to go!
Ed Price, Azure Development Customer Program Manager (Blog, Small Basic, Wiki Ninjas, Wiki)
Answer an interesting question? Create a wiki article about it!
------------------------------------
Reply:
------------------------------------
Capture bios in ICD
In our windows 7 MDT image - build process we interrogate the bios and use the value in the asset tag field to form part of the NetBIOS hostname
For windows 10 we are moving from MDT wipe and image to ICD Dynamic Provisioning I am struggling to see how to implement this for win 10 1511 ent using the Image Configuration Designer (ICD).
I can build a simple ICD provisioning package to set global settings but I am struggling with the machine name and domain join piece.
Can anyone provide a pointer to get me started Please
Growing old with SCCM
GPO works but does not change the registry value for IE11
Hi!
GPO works on first login to the computer but does not change the value of: HKEY_CURRENT_USER\Software \ Microsoft\ Windows \ CurrentVersion\ Internet Settings\Zones \2\1,201. Tested also in IE10 but the policy does exactly the same thing there. But Is the user profile already on the computer it manage to change the value of the key 1201.
The key value is set to be allowed for the trusted zones.
I'll hope tou understand and if it should be under Another category so put it there.
Regards
Fredrik
- Edited by Fredrik Halland Wednesday, December 21, 2016 9:02 AM
Reply:
What happens after the initial login is completed and you use GPUPDATE /FORCE?
Do you see the correct setting now?
If so, then some piece of the initial login setup (possibly from active setup) is setting that value as part of the first run setup.
Ha®®y
------------------------------------
Reply:
Hi!
I'm sorry for the late reply.
Yes, it works if we use GPUPDATE /FORCE.
Could it be that the GPO runs before the registry is ready?
Regards
Fredrik
------------------------------------
Reply:
Smells like Active Setup to me.
To confirm 100% you could do this on a test computer:
Open REGEDIT and navigate to HKLM\Software\Microsoft\Active Setup\Installed Components
Rename the "Installed Components" key to "zInstalled Components" or whatever you want.
Now log off and log on with a user account that will get a new profile created and see if that particular setting has the value you wanted. If so, then you've definitely confirmed where the change is coming from at first logon and you can go back and restore the Active Setup key and temporarily remove any of the suspicious ones until you get the correct one.
Not verified, but perhaps you could also try some sort of timing thing where you put a RunOnce key on for the user that starts a script that sleeps for 30 to 60 seconds then does a GPUPDATE /TARGET:USER /FORCE so that you hopefully now have the correct setting after Active Setup is done.
Ha®®y
------------------------------------
Reply:
Tools>Internet Options>Security tab, click "Reset all zones to default"
Regards.
Rob^_^
------------------------------------
https://support.microsoft.com/en-au/help/4009938/january-10-2017-kb3213986-os-build-14393-693
Addressed issue that prevents users from opening Internet shortcut (.URL) files with Internet Explorer when Enhanced Protected Mode is enabled.
Seems to be breaking Zone 'Protected Mode', When turned Off, all websites show navigator.platform as Win32, expected Win64 for Internet and Restricted zones, expected Win32 for intranet and restricted zones.
Seems to be causing Tasks manager to show 100% disk usage When turned on.
Rob^_^
Reply:
Seems to be breaking Zone 'Protected Mode', When turned Off
You just made me check. I left EPM on because it seemed innocuous but now I see using Alt-F r that Protected Mode is (being reported) Off! WTH? I didn't use the EPM=64-bit thing because I thought mixed would be more interesting. I use wmic or PowerShell (or just Task Manager) for Commandline to show which platform iexplore.exe tab tasks are on.
We told them that using Administrator mode was a workaround for the problem. Is this how they implemented the fix? Internet Options still show that Internet zone sessions should be opened in Protected Mode, so something is definitely "off". ; )
Task Manager is slow starting but I don't have any kind of Disk problem with it. I have been assuming that my performance issues were only due to being stupid about not closing things as soon as possible but letting some tasks, especially IE, build up a ridiculous number of open tabs.
Robert Aldwinckle
---
------------------------------------
Reply:
Hi Robert,
this blog post will clear things up -
you can use proc explorer to indeed confirm the bit-ness and integrity of tabs.
Unfortunately I also did an Advanced settings reset at the same time, and the default settings for EPM and PM features were blown away... and the require x64 processes was unchecked, making x64 iexplore only load 32bit low tabs for all security zones.. (viz: x86 emulation on a x64 CPU)
Rob^_^
------------------------------------
Reply:
blog post will clear things up -
Yes. I have EPM in IE10 functionality burnt in my brain apparently
<quote>
Is it IE10 or IE11?The final decision will be 64bit process + AppContainer IL, if it is IE10.
- However if it is IE11, it will check if "Enable 64-bit processes for Enhanced Protected Mode*" is enabled in Internet Options.
It will be 64bit, only when this feature is checked, otherwise IE will still use a 32bit process.
</quote>
Thanks.
Robert Aldwinckle
---
------------------------------------
Reply:
So what is the point of EPM if, by default, it will run 32-bit tasks without normal Protected Mode? I suppose I will have to run ProcMon to try to understand what is really happening with this set of options but it certainly doesn't give me any comfort running like this. I only tried it to observe some quirks that others had reported.I left EPM on because it seemed innocuous but now I see using Alt-F r that Protected Mode is (being reported) Off!
Robert Aldwinckle
---
------------------------------------
Please, please, please fix Edge before I'm forced to switch to Chrome (page is not responding)
I've been a user and supporter of Microsoft products ever since they've been around from Microsoft Basic on home computers in the 80s through to a large scale Microsoft private cloud using most of the product range. I'm now working increasingly with Office 365 and Windows 10.
I like Windows 10 - it works - except Edge. I'm getting to the end of my tether with having to wait for my 16GB 8-core system to open a web page because Edge is increasingly saying this:
Sure not the most popular of websites but using eBay is awful. Yes, I know - it's a badly written JavaScript heavy website but you promised us that Edge have a leading edge (ha!) JavaScript engine that could compete with Chrome. Well from where I'm sitting, it's not delivered. I keep seeing "Edge is fastest" but real life work just doesn't back that claim up.
Please, please focus on getting Edge right before any other enhancements to Windows 10! I'm trying to like it, I'm trying to keep my clients using it but in the end you have to admit defeat and allow them to use what works for them.
Ohh and memory use whilst you're at it. Sure, I can accept if there is lots of memory free on my PC that you can use it to improved performance but I see high memory use but poor performance. Double whammy!
- Edited by Rob Nicholson (Malt) Saturday, January 28, 2017 1:14 PM typo
Reply:
Suggestions :
1. Reinstall and Re-register Microsoft Edge in Windows 10
https://www.tenforums.com/tutorials/28655-microsoft-edge-reinstall-re-register-windows-10-a.html
2. Have you tried using IE 11 ? It is still included in all Windows 10 editions.
------------------------------------
prince
- want app download
Reply:
------------------------------------
Who will be crowned the First Wiki Guru of 2017!!
Time for a fresh start!
[The Guru is the means of realisation. "There is no knowledge without a teacher."]
We're looking for the first Gurus of 2017!!
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 January 2017 TechNet Wiki Guru in your favorite category and this is official Microsoft TechNet recognition!
HOW TO WIN
Please copy over your Microsoft technical solutions and revelations to TechNet Wiki.
Add a link to it on THIS WIKI COMPETITION PAGE (so we know you've contributed).
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 Wednesday, January 4, 2017 4:24 AM
Reply:
Ed Price, Azure Development Customer Program Manager (Blog, Small Basic, Wiki Ninjas, Wiki)
Answer an interesting question? Create a wiki article about it!
------------------------------------
Reply:
------------------------------------
Reply:
No Wiki articles yet!
14 days to go!
Ed Price, Azure Development Customer Program Manager (Blog, Small Basic, Wiki Ninjas, Wiki)
Answer an interesting question? Create a wiki article about it!
------------------------------------
Reply:
1 article so far:
And 3 more days to go!
Ed Price, Azure Development Customer Program Manager (Blog, Small Basic, Wiki Ninjas, Wiki)
Answer an interesting question? Create a wiki article about it!
------------------------------------
Who will be crowned the First System Center Guru of 2017!!
Time for a fresh start!
[The Guru is the means of realisation. "There is no knowledge without a teacher."]
We're looking for the first Gurus of 2017!!
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 January 2017 TechNet Wiki Guru in your favorite category and this is official Microsoft TechNet recognition!
HOW TO WIN
Please copy over your Microsoft technical solutions and revelations to TechNet Wiki.
Add a link to it on THIS WIKI COMPETITION PAGE (so we know you've contributed).
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] |
Reply:
No System Center articles yet!
14 days to go!
Ed Price, Azure Development Customer Program Manager (Blog, Small Basic, Wiki Ninjas, Wiki)
Answer an interesting question? Create a wiki article about it!
------------------------------------
Reply:
2 articles so far:
- A Step by Step Walk-through to Setup System Center Configuration Manager 2016 by Priyaranjan KS
- Resolve SQL Server service account issue while installing System Center Configuration Manager 2016 by Priyaranjan KS
And 3 more days to go!
Ed Price, Azure Development Customer Program Manager (Blog, Small Basic, Wiki Ninjas, Wiki)
Answer an interesting question? Create a wiki article about it!
------------------------------------
Who will be crowned the First System Center Guru of 2017!!
Time for a fresh start!
[The Guru is the means of realisation. "There is no knowledge without a teacher."]
We're looking for the first Gurus of 2017!!
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 January 2017 TechNet Wiki Guru in your favorite category and this is official Microsoft TechNet recognition!
HOW TO WIN
Please copy over your Microsoft technical solutions and revelations to TechNet Wiki.
Add a link to it on THIS WIKI COMPETITION PAGE (so we know you've contributed).
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] |
Reply:
No System Center articles yet!
14 days to go!
Ed Price, Azure Development Customer Program Manager (Blog, Small Basic, Wiki Ninjas, Wiki)
Answer an interesting question? Create a wiki article about it!
------------------------------------
Reply:
2 articles so far:
- A Step by Step Walk-through to Setup System Center Configuration Manager 2016 by Priyaranjan KS
- Resolve SQL Server service account issue while installing System Center Configuration Manager 2016 by Priyaranjan KS
And 3 more days to go!
Ed Price, Azure Development Customer Program Manager (Blog, Small Basic, Wiki Ninjas, Wiki)
Answer an interesting question? Create a wiki article about it!
------------------------------------
No comments:
Post a Comment