Monday, January 24, 2022

Technical problem

Technical problem

Dear Sir/HP Team,

                            The issue is my PC is not properly working i don't know why. It takes too much time to open a tab. Sometimes it is hanged while working. Perhaps, no virus issue because Quick hill anti-virus is already installed. So, please check it what sth going wrong is. thanks in advance

How to add user to GPO

Hello

I am running a PS script where I am installing custom application. Now I want to add user to GPO using service account once the installation is completed. I am able to check the installation status as True or False. If status is True then I want to add user to GPO, how can I do this?

Please advise.

Avian


Reply:

Users are not added to GPOs.  Your question is too vague and cannot be understood as asked.


\_(ツ)_/


------------------------------------
Reply:

I want to add user to security group. Hope this is clear.  I am planning to use following,  Please confirm if my understanding is correct

Import-Module ActiveDirectory
Add-ADGroupMember -Identity TestGroup1 -Member $username


------------------------------------
Reply:

help Ad-AdGroupMember -Full

This has nothing t do with GPOs.


\_(ツ)_/


------------------------------------
Reply:

Script is running on user machine and My problem that I can not install RSAT on users machine.

What are the other way to add user from user machine (like adsi). FYI, script is running as service account.

 


  • Edited by Avian123 Tuesday, June 6, 2017 8:40 AM

------------------------------------
Reply:

A service account cannot do what you ask.


\_(ツ)_/


------------------------------------

Client Backup Failing reporting issue with Windows Server Essentials Client Computer Management Service

I've been using WS2012R2 for quite some time now without issue for a storage server as well as a backup server.  Just recently, I've had some issues when trying to backup one of the client computers (which has been working without issue for months).  Automated backups have failed daily and when I try to run a manual backup I get the following error...

"Backup cannot connect to the Windows Server Essentials Client Computer Management Service on your network computer.  If this problem persists, you may be able to resolve the issue by restarting the client computer"

Now I've tried the suggestion to reboot and of course that doesn't work.  I've also looked at the services on the client computer and it's not started but "manual", however this looks the same as my other client computers that successfully backup each day.  I've googled the issue with out success so I thought I'd check with the experts here.  Any ideas what could be going wrong?

Gatorfan98


Reply:

Please review the client backup log(s):

c:\programdata\microsoft\windows server\logs\


Robert Pearman SBS MVP
itauthority.co.uk | Title(Required)
Facebook | Twitter | Linked in | Google+


------------------------------------
Reply:
This is actually an issue on the client, not the server - the wording of the message & the naming of the service is very confusing. This service is set to manual (triggered) on the domain clients and is supposed to be triggered by a scheduled backup event. Normally it should start up when you connect to the client from the server to set up the backups, but sometimes it won't - in this case, you can either set up the backup from the client itself, or start the service manually on the client (and for good measure the other Windows Server services on it) and then you should be able to set up the backup from the Essentials dashboard on the server. . . just don't go down the road of deleting your backup catalogs etc. thinking it is a server issue!

------------------------------------
Reply:

I believe Anniversary update disables the Net.Tcp port sharing service.

All the Windows Server Essentials Services require it.

Set the Net.Tcp port sharing service to automatic or start it manually.

The Windows Server Essentials services will start and the backup will work after that.


Staple Bench Computers


------------------------------------

Feature update to Windows 10 1607 failed with WSUS Server 2016

I'm trying to update our win 10 pc's to the latest version 1607. I tried all steps provided by Microsoft to get the decrypted esd files to work. kb3159706

At last I upgraded my 2012 R2 to 2016 but unfortunally still no luck.

Still get the error: File is encrypted, but no key was provided.

Desperately need some help to fix this!

2016-12-21 10:50:16, Error                 MOUPG  RecoverCrypto: File is encrypted, but no key was provided.
2016-12-21 10:50:16, Error                 MOUPG  CDlpActionRecoverCrypto::DoCrypto(1713): Result = 0xC1800118
2016-12-21 10:50:16, Error                 MOUPG  CDlpActionRecoverCrypto::ExecuteRoutine(2465): Result = 0xC1800118
2016-12-21 10:50:16, Warning               MOUPG  CSetupDiagnostics::ReportData - Not reporting WINDLP data point [0x2101]
2016-12-21 10:50:16, Warning               MOUPG  CSetupDiagnostics::ReportData - Not reporting WINDLP data point [0x2100]
2016-12-21 10:50:16, Error                 MOUPG  CDlpActionImpl<class CDlpErrorImpl<class CDlpObjectInternalImpl<class CUnknownImpl<class IDlpAction> > > >::Execute(441): Result = 0xC1800118
2016-12-21 10:50:16, Info                  MOUPG  RecoverCrypto: Leaving Execute Method
2016-12-21 10:50:16, Error                 MOUPG  CDlpTask::ExecuteAction(3243): Result = 0xC1800118
2016-12-21 10:50:16, Warning               MOUPG  CSetupDiagnostics::ReportData - Not reporting WINDLP data point [0x2004]
2016-12-21 10:50:16, Warning               MOUPG  CSetupDiagnostics::ReportData - Not reporting WINDLP data point [0x2003]
2016-12-21 10:50:17, Error                 MOUPG  CDlpTask::ExecuteActions(3397): Result = 0xC1800118
2016-12-21 10:50:17, Info                  MOUPG  Waiting for actions thread to exit.
2016-12-21 10:50:17, Info                  MOUPG  Actions thread has exited.
2016-12-21 10:50:17, Warning               MOUPG  CSetupDiagnostics::ReportData - Not reporting WINDLP data point [0x2004]
2016-12-21 10:50:17, Warning               MOUPG  CSetupDiagnostics::ReportData - Not reporting WINDLP data point [0x2000]
2016-12-21 10:50:17, Error                 MOUPG  CDlpTask::Execute(1631): Result = 0xC1800118


Reply:

I am having a similar issue except I started from WSUS running on Server 2008 R2 which can't even download the Feature updates.

I installed a new Windows 2016 server running WSUS as a downstream server and synched all my existing patches. I then shutdown the upstream server and made the new 2016 server my sole WSUS server. After this I approved and downloaded the feature updates from Windows Update.

I consistently get 0xc1800118 errors when updating a Win 10 Pro 1511 PC. The PC has all the previous 1511 cumulative patches and I have cleared the update history by the following before trying to run the update.

Net stop wuauserv

del /q /f /s "c:\windows\softwaredistribution\Datastore\*.*"

del /q /f /s "c:\windows\softwaredistribution\Download\*.*"

rd /s /q  "c:\$windows.~BT"

Net Start wuauserv

Unfortunatly none of this seems to work


------------------------------------
Reply:
I am getting the 0xc1800118 error with windows 2016 wsus, any help would be appreciated.

------------------------------------

Desktop Icons have disappeared

Hi guys,

i have some kind of a strange problem: Since I restarted my PC running Win 7, all my Icons on the Desktop won't show anymore.
I already tried to boot in safe mode, no solution. Also I reseted the Desktop Resulotion but it didn't work either. The Icons aren't completely away, if I open a Explorer Windows, click on my Personal Folder and then on Desktop, the Icons and Folders are there, they only don't show on my Desktop.
You can find my system specs at http://www.sysprofile.de/id67267 .
Can somebody please help me.

Thanks
mapthegod

Reply:
Hi, it seems that you are disabled the desktop items (You or Windows :P)

To re enable it, right click on the desktop area, select VIEW-->SHOW DESKTOP ITEMS and you should verify if this is enabled or not.

If is deselected, select it and the icons from your desktop will reappear quickly.

Good luck!

Christian


------------------------------------
Reply:
Did you disable UAC by any chance?
~Alex T.~Windows Desktop Experience MVP~

------------------------------------
Reply:
Have you opened Personalization in Control panel? The Tasks pane has a link to the desktop icon settings. Also, if you rightclick the desk, and then the "View" item, you can put a check in "Show Desktop Items"
Rating posts helps other users
Mark L. Ferguson MS-MVP

------------------------------------
Reply:
My desktop icons have all disappeared as well.  My gadgets show up just fine, but the icons and the Windows 7 beta notice are gone.  Also, nothing shows in the taskbar except the start button.  Everything was just fine until this morning.

------------------------------------
Reply:
David Jennings said:

My desktop icons have all disappeared as well.  My gadgets show up just fine, but the icons and the Windows 7 beta notice are gone.  Also, nothing shows in the taskbar except the start button.  Everything was just fine until this morning.


Hi, yes that is possible when Explorer.exe do crash, and the restart of Explorer.exe has Problems.

Do a right click on the Desktop, when no Context Menu pops up, than you have lost the Desktop Window.

Wondering that you have a start button, I lost it with the taskbar too.

A Shoot of my Monitor(can't say Desktop, because it was lost after Explorer.exe crashed): http://img294.imageshack.us/img294/8014/26829558nr9.jpg

No Taskbar, no Desktop Icons or Context Menu, no Taskmanager, but Gadgets are working.

------------------------------------
Reply:
Hi, Same problem.

I lost the Desktop (and all that is in it).  I look for the explorer.exe and it is not runnign.  No right clic, no anytihing, so ¿any idea how can I restore the explorer.exe?

------------------------------------
Reply:
YOU DA REAL MVP!!!! Totally helped me thank you!!!

------------------------------------

MIM Build 4.4.1459.0, Portal UI bug?

Hi,

We have upgraded to MIM build 4.4.1459.0, and now cannot load any MIM UI window - has anyone else seen this?

It just sits there loading forever.

Thanks


Reply:

Known issue for SP1. Javascript files have changed, and are not reloaded by the browser.

You'll need to empty the browser cache (for IE you need to actually delete the cached files).


Did my post help? Please use "Vote As Helpful", "Mark as answer" or "Propose as answer". Thank you!



------------------------------------
Reply:
awesome, thanks Leo.

------------------------------------

Error when building team in Project Professional connected to Project Online

I noticed a new bug with Project Online and Project Professional 2016 today. When a PM attempted to build the team in project professional they received an error message "An error occurred. You cannot edit the team at this time. Verify that Project is still connected to the server and try again."

The PM had proper security configuration. No one else in the same security group had this issue.

I had the PM install the May 2017 public Update for Project Professional. This did not resolve the issue.

I had the PM add the test environment to the list of accounts in project professional. I gave the PM the same security settings as production.  The issue went away.

When the PM tried to build the team in production the issue was still there.

I then had the PM open project professional, go to Info: Manage Accounts and remove the current production account.  They then closed project professional and reopened it.  The PM added the production account back.

When the PM opened the new production account in project professional they could now build the team from the enterprise.  Removing the account and adding it back took care of the hang up.

I'm not sure if any of my consulting colleagues have seen this yet but now you know the fix!

Task scheduler on Windows 10 ENT doesnt see my mapped drives while creating a new task

Good afternoon, 

I am facing something strange on my Windows 10 ENT. 

I am deploying windows 10 ENT through ConfigMgr 1610, today I noticed that I am not able to see my mapped drives while creating a task on Task Scheduler

scenario:

mapped drives are available on the PC, pushed by GPO, accessible without issue.

User is local admin on the PC

When creating a task, going to "action" tab and browsing for a program / script, I dont see any of my mapped drives. 

Any specific reason for this to happen?



Eden Oliveira


Reply:

The interesting part I have forgot mentioning is that on the Windows 7, I am able to see all network mapped drives. It seems to be something related to Windows 10. 

Thank you

Eden Oliveira


Eden Oliveira


------------------------------------

HIS 2016 SDK is now available - -

This information is also in the Announcement section of this forum:

The Host Integration Server 2016 SDK has been released.

It can be downloaded at https://aka.ms/his2016sdk

The SDK has been updated with current samples for all features of the product – Network Integration, Data Integration, Application Integration, and MQ Integration. Included with this SDK is a host simulator that allows several of the Application Integration samples to run via TCP/IP and HTTP without the need for a backend host system.

This SDK can be installed without having HIS 2016 installed in order to view the sample code, however, HIS 2016 must be installed for the samples to run.

Helpful links to get started with Host Integration Server:

HIS 2016 RTM downloads:

HIS 2016 Cumulative Update 1: https://aka.ms/his2016cu1

CU1 KB Article: https://support.microsoft.com/help/3216544

Documentation for Installing HIS 2016: https://msdn.microsoft.com/en-us/library/mt736402.aspx

HIS Blog: https://blogs.msdn.microsoft.com/hostintegrationserver/

Additional HIS Information: https://msdn.microsoft.com/en-us/biztalk/biztalk-hisoverview.aspx

RemoteApp file association not opening.

Configured RemoteApp in windows 8.1 with file association for Excel and Word, file in explorer show the proper icon. When I try to open it "Couldn't open this program or file. Either there was a problem with Microsoft Excel 2010 or the file you're trying to open couldn't be accessed".

I can open Excel from the RemoteApp no problem and browse for that file and open it, cannot open it directly. Please help

RemoteApp server is Server 2012 R2.


Reply:
Deleted

------------------------------------
Reply:
Seeing if there was an answer to this. Thanks.

------------------------------------
Reply:

I think it's easier to use the free program RemoteApp Express. With this program there is only 1 RemoteApp to publish and from the client side, you can right click on a file and choose Open with RemoteApp Express the file will be then opened from the server. You don't need to create file association on the client side, file type will be detected and opened with the default program on the server (e.g: .docx will be opened with Word, .pdf with Acrobat Reader, etc).

You can download it here: http://www.mqtechnologies.com/en/product/RemoteApp-Express

Regards

Thomas Tran


------------------------------------

Links between projects NOT visible in a Master Project 2016

Creating a new Master Project, using Microsoft Project Professional 2016  with 3 subprojects and a few cross-project dependencies, I found that the links are non more visible in the Gantt View ! Anyway the dependencies are correctly set and functioning and also visible but only opening the single sub-projects !
If I open the Master Project with Project 2013 the links come (magically) back to visibility !  This is a MAJOR problem: I cannot say to my Clients they have to buy back Project 2013 in order to view correctly their Master Projects !
Can somebody help me ? or must I wait for Project 2018 ?
Ambrogio

P.S.: After putting the question, I found the it was already put by Rob Schneider and replied by Dale Howard who wrote "I have reported this behavior as a bug to Microsoft.  No response from my contacts as to when or if a fix will be released. ". I want to point out the it was in early May 2016 and NOW we are at the end of year and nothing has changed. Moreover Rob Schneider's client "is not impressed" where MINE is quite angry and is planning to migrate to Primavera or open-source


Reply:

See https://social.technet.microsoft.com/Forums/en-US/48a40d2c-dc0f-4aad-ad36-ec4a23488c9a/links-lines-between-tasks-links-in-subprojects-bug-in-proj-2016?forum=projectprofessional2010general

John


------------------------------------
Reply:

Thank you, John: Alas, the above link is simply the same I found AFTER putting my question, where Dale Howard says he reported the bug to Microsoft early this year (with no reply from MS).

Anybody can suggest a work-around to the bug ?


------------------------------------
Reply:

as of march 2017 I found that the bug was fixed (at least in my installation).
I'm very happy (and my Client too...) but ... too much time to fix a MAJOR bug !

Ambrogio


------------------------------------

SMTP Relay

Need help.

We have an SMTP service email relay configured from SharePoint to send/receive emails. We have MX records configured for the same and emails are flowing fine. However the email system got migrated to new domain and SharePoint is still on the old domain. We tried creating send connectors but the email flow is not working.  Any suggestions would be helpful ?

Exchange and SharePoint are on different Domains.

Exchange is on 2016.

SharePoint is on 2013.



[Feedback] Windows 8.1 Taskbar elements show dislocation and scaling exceptions with HiDPI

I found 2 bugs in Taskbar with HiDPI, the bugs in Explorer .exe and effect all x86/x64/arm Windows NT 6.3(all Windows 8.1, Windows Server 2012 R2 and Windows RT 8.1)

This the fine version (with Explorer 6.3.9600.17415), Display hidden icon button and time area mouse hover tip in Taskbar is displayed current

With some Updates via Windows Update, Display hidden icon button is dislocated when you using DPI scaling size large than 100% and time area mouse hover tip won't scaling when using a DPI scaling size large than 100%(means it won't scaling)

Display hidden icon button dislocated problem  is particularly noticeable when the DPI scaling size is greater than 150%

  

finally I found the 2 bugs is all in Explorer.exe

 

Reproduce the problem:

 

1: Clean installation of the U.S. English version of Windows 8.1 with update (x64) v6.3.9600.17415 (December 2014 updated image), this time Explorer.exe version should be 6.3.9600 17415, disconnect any network connection to avoid automatic update interference

2: After the DPI scaling is adjusted to 125% or 150% or 200% or 250% or 300% or 400% or 500%, and re-login to take effect, observe the above-mentioned Display hidden icon button and time area mouse hover tip in Taskbar

3: Install KB3184143 for Windows 8.1 and reboot to take effect (this update appears to include the latest Explorer.exe, if you know that other updates include the latest version of the Explorer, please install that update)

4: After the DPI scaling is adjusted to 125% or 150% or 200% or 250% or 300% or 400% or 500%, and re-login to take effect, observe the above mentioned Display hidden icon button and time area mouse hover tip in Taskbar, you can find the problem mentioned in this article

5: Open "C:\Windows\WinSxS\amd64_microsoft-windows-explorer_31bf3856ad364e35_6.3.9600.17415_none_42bfa1f94d79e1bb" folder and then copy the Explorer.exe from this folder to the desktop (get the 6.3.9600 17415 version of Explorer.exe)

6: Create a new folder on the desktop, rename to "en-US", open the "C:\Windows\en-US" folder, and copy "Explorer.exe.mui" to the "en-us" folder on the desktop

7: Use custom scaling to adjust the DPI scaling to 200% and log in again to take effect, open Task Manager, end all current Explorer.exe (not restart), run new tasks, select the Explorer.exe you just copied to the desktop, and run

8: Observe the above mentioned Display hidden icon button and time area mouse hover tip in Taskbar, you can find the problem disappears

9: Use other dpi scaling dimensions, repeat steps 7 and 8, which can prove that the above two problems exist in Explorer.exe 

 

 

Post in Microsoft Community: https://answers.microsoft.com/en-us/windows/forum/windows8_1-start/windows-81-taskbar-elements-show-dislocation-and/806a0182-26ab-41f9-b2b7-0b0d55635b2c

  • Edited by Erica Asa Friday, June 2, 2017 12:19 PM
  • Changed type Joy-Qiao Monday, June 5, 2017 10:44 AM

Reply:
Is anyone noticed this

------------------------------------
Reply:

Hi,

Thank you for you feedback and your effort on the issue.

When we use a high-DPI device, we might experience the following issues.

•Elements such as applications, the taskbar, icons, toolbars, text, and dialog boxes appear to be fuzzy.

•Elements are too large or too small compared to the rest of the desktop.

•Blurry text appears in applications or in the Windows interface.

Display scaling is a deceptively complex problem. There is no magic bullet or single fix to resolve all DPI Scaling problems. DPI Scaling benefits from continuous improvements in the core operating system, in application development models, and in applications from both Microsoft and third parties. The DPI feature on Windows 10 has been improved a lot. You may try to check the symptom on a Windows 10 machine.

Anyway, I will feedback the issue on my side.

Bests,

Joy


Please remember to mark the replies as answers if they help.
If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com.


------------------------------------
Reply:

Hi,

Thanks for your help :-)

These issues come with updates released in 2015 and later which included Explorer.exe.

Repeat it the second time, I only found that version 6.3.9600.17415 Explorer.exe didn't have these problems with DPI scaling lager than 100%, I hope this will help solve the issues.

wish it would be solved in future update.


  • Edited by Erica Asa Monday, June 5, 2017 11:37 AM

------------------------------------

Apply GPO to Specific Servers

Hello ,

i need to apply my GPO to Specific servers  and linked to the Domain . i dont have possibility to link it to the specific OU  because my servers is not listed as i hope .so i  must apply this GPO ( WSUS GPO ) to an group of cumputers.On the Scope Tab i delete the autheticated users and i put the group of my servers (ServerWsusClientGroup).then when i check in some servers , the GPO is not applied and showed  under "The following GPOs not applied because they were filtered out".

Regards,


Reply:
Any Idea please ?

------------------------------------
Reply:

> then when i check in some servers , the GPO is not applied and showed  under "The following GPOs not applied because they were filtered out".

The report also shows the security group which the computer was a member of. To pick up group membership changes, computers need to be rebooted...


------------------------------------
Reply:

Should reboot Computers even i force gpupdate ?

Regards


------------------------------------

custom expression for user disable/enable in forefront identity manger 2010

hi,

This Custom expression work fine when we create new user in hrms database table IIF(Eq(employeeStatus,"Confirm"), 512, IIF(Eq(employeeStatus,"Provision"), 512, 514))=>userAccountControl but when we modify employeeStatus column(Resined,Retired etc) value that does not work properly. all AD attribute value is update instead of AD attribute userAccountControl  does not updated value 514 please tell me where i  am wrong.

Please help urrgent basis.

Rgards

Anil Kumar


Reply:

Hi Anil,

Your question is not very clear, could you please try to better explain your problem?

The problem is that if you change "employeeStatus" the value of userAccountControl is not updated? If so, have you checked that the outbound attribute flow in the Synchronization Rule does not have the "initial flow only" checkbox checked?

Hope this helps, 
Paolo

P.S: this is probably less urgent, but instead of the hard coded values 512 and 514 you could probably use:

  • BitOr(2,userAccountControl) instead of 514
  • BitAnd(-3,userAccountControl) instead of 512

That will preserve the other flags in the user account control value (check http://social.technet.microsoft.com/wiki/contents/articles/how-to-enable-or-disable-accounts-in-active-directory-domain-service-using-fim.aspx?CommentPosted=true#commentmessage)


Paolo Tedesco - http://cern.ch/idm


------------------------------------
Reply:

Thanks for your resopnes,

We  are synchining the user information from HRMS ---->FIM--------> AD.
In the HRMS table, there is one attributes say employeestatus. It's value are Confirmed,provision,Resigned,Retired etc. Based on the employee status, we need to enabled/disable user on AD.
We have put the logic in the Synchronization rule as  in case of Confirmed and provision, user will be enable and  rest all the values  of employeestatus, user will be disabled on AD.
IIF(Eq(employeeStatus,"Confirm"), 512, IIF(Eq(employeeStatus,"Provision"), 512, 514))=>userAccountControl

Now when we modifed the  employee status from Confirmed to Retired,  useraccountControl is not updating  on the AD.
We have unchecked the initiall flow only is unchecked in the outbound synch rule.

Thanks

Anil

 


------------------------------------
Reply:

Thanks for your support. Its working now.

Thanks

Anil


------------------------------------
Reply:

Hey Anil, What was the issue? I am facing similar problem.

Thanks and Regards,

Shesh


Shesh


------------------------------------

Microsoft is going the way of the Dinasaur

Microsoft has become a dinosaur.  It seems that they can not keep up with things.  Every time they want to upgrade is actually a downgrade. Microsoft has has no answers to any questions people ask. The answers they post are over 3 years old and do not apply to the new windows. I guess this is why people are switching to Apple or Linus as Windows is irrelevant. Your Tech support cant even answer a simple question as to how can I view  unread messages when in msn email it was easy. How stupid are the people at Microsoft.  I guess I will find another email server.

You have always placed spam in my in mail and my in mail in my spam.  Your filters are worthless.   can  never find my email.

  • Changed type Steve Fan Monday, June 12, 2017 9:29 AM

Reply:

Hello,

Thank you for the feedback first. Microsoft values all customer feedback. We want to hear from you about how we can make our products better. If you have any feedback or suggestion on Microsoft Outlook for Windows client, you can post to the UserVoice forum:

https://outlook.uservoice.com/forums/322590-outlook-2016-for-windows

In addition, could you provide the details about the issue you are encountering so that we can try our best to fix it? 

Regards,

Steve Fan


Please remember to mark the replies as answers if they helped.

If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com.


  • Edited by Steve Fan Monday, June 5, 2017 7:11 AM

------------------------------------

Microsoft Excel All shortcut keys

Microsoft Excel is an expansive program that allows for the organization of data in many capacities.
Below is a listing of all the major shortcut keys usable in Microsoft Excel.

www.ithemesforests.com/microsoft-excel-shortcut-keys/

my desktop corupt

hi i,m having seriuos problem with my hp 625 window 7. the issue is this, All the documents irrespective of types call it excells,powerpoint,autocad and softwares applications saved on desktop and start menu are automacally converted to word formart making it unable to open.kindly help me out with a repair softwares.thanks

Reply:
hi i,m having seriuos problem with my hp 625 window 7. the issue is this, All the documents irrespective of types call it excells,powerpoint,autocad and softwares applications saved on desktop and start menu are automacally converted to word formart making it unable to open.kindly help me out with a repair softwares.thanks
  • Merged by Richard MuellerMVP Saturday, June 3, 2017 1:33 AM Same question by the same person

------------------------------------
Reply:
You have asked in the wrong forum. This forum is for questions and discussions about the TechNet Wiki. I will move this question to a more appropriate forum.

Richard Mueller - MVP Enterprise Mobility (Identity and Access)


------------------------------------
Reply:

YOu can choose the location while saving the docs. 

What does this means - start menu are automacally converted to word formart 


Arnav Sharma | http://arnavsharma.net/ Please remember to click "Mark as Answer" on the post that helps you, and to click "Unmark as Answer" if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.


------------------------------------

June 2017 TechNet Guru Competition is open! Read more on how you can win

What is TechNet Guru Competition?

Each month the TechNet Wiki council organizes a contest of the best articles posted that month.
This is your chance to be announced as MICROSOFT TECHNOLOGY GURU OF THE MONTH!

One winner in each category will be selected each month for glory and adoration by the MSDN/TechNet Ninjas and community as a whole. Winners will be announced in dedicated blog post that will be published in Microsoft Wiki Ninjas blog, a tweet from the Wiki Ninjas Twitter account, links will be published at Microsoft TNWiki group on Facebook, and other acknowledgement from the community will follow.

Some of our biggest community voices and many MVPs have passed through these halls on their way to fame and fortune.

If you have already made a contribution in the forums or gallery or you published a nice blog, then you can simply convert it into a shared wiki article, reference the original post, and register the article for the TechNet Guru Competition. The articles must be written in June 2017 and must be in English. However, the original blog or forum content can be from before June.

Come and see who is making waves in all your favorite technologies.
Maybe it will be you!


Who can join the Competition?

Anyone who has basic knowledge and the desire to share the knowledge is welcome. Articles can appeal to beginners or discusse advanced topics. All you have to do is to add your article to TechNet Wiki from your own specialty category.


How can you win?

  1. Please copy/Write over your Microsoft technical solutions and revelations to TechNet Wiki.
  2. Add a link to your new article on THIS WIKI COMPETITION PAGE (so we know you've contributed)
  3. (Optional but recommended) Add a link to your article at the TechNet Wiki group on Facebook. The group is very active and people love to help, you can get feedback and even direct improvements in the article before the contest starts.

Do you have any question or want more information?

Feel free to ask any questions below, or Join us at the official Microsoft TechNet Wiki groups on facebook.
Read More about TechNet Guru Awards.

   

If you win, people will sing your praises online and your name will be raised as Guru of the Month

Thanks in advance!
-TechNet Wiki Council

 


Richard Mueller - MVP Enterprise Mobility (Identity and Access)

June 2017 TechNet Guru Competition is open! Read more on how you can win

What is TechNet Guru Competition?

Each month the TechNet Wiki council organizes a contest of the best articles posted that month.
This is your chance to be announced as MICROSOFT TECHNOLOGY GURU OF THE MONTH!

One winner in each category will be selected each month for glory and adoration by the MSDN/TechNet Ninjas and community as a whole. Winners will be announced in dedicated blog post that will be published in Microsoft Wiki Ninjas blog, a tweet from the Wiki Ninjas Twitter account, links will be published at Microsoft TNWiki group on Facebook, and other acknowledgement from the community will follow.

Some of our biggest community voices and many MVPs have passed through these halls on their way to fame and fortune.

If you have already made a contribution in the forums or gallery or you published a nice blog, then you can simply convert it into a shared wiki article, reference the original post, and register the article for the TechNet Guru Competition. The articles must be written in June 2017 and must be in English. However, the original blog or forum content can be from before June.

Come and see who is making waves in all your favorite technologies.
Maybe it will be you!


Who can join the Competition?

Anyone who has basic knowledge and the desire to share the knowledge is welcome. Articles can appeal to beginners or discusse advanced topics. All you have to do is to add your article to TechNet Wiki from your own specialty category.


How can you win?

  1. Please copy/Write over your Microsoft technical solutions and revelations to TechNet Wiki.
  2. Add a link to your new article on THIS WIKI COMPETITION PAGE (so we know you've contributed)
  3. (Optional but recommended) Add a link to your article at the TechNet Wiki group on Facebook. The group is very active and people love to help, you can get feedback and even direct improvements in the article before the contest starts.

Do you have any question or want more information?

Feel free to ask any questions below, or Join us at the official Microsoft TechNet Wiki groups on facebook.
Read More about TechNet Guru Awards.

   

If you win, people will sing your praises online and your name will be raised as Guru of the Month

Thanks in advance!
-TechNet Wiki Council

 


Richard Mueller - MVP Enterprise Mobility (Identity and Access)

No comments:

Post a Comment

Setup is Split Across Multiple CDs

Setup is Split Across Multiple CDs Lately I've seen a bunch of people hitting installation errors that have to do with the fact th...