Monday, January 24, 2022

Windows 10 application Server - Innovation Lab - IIS restriction

Windows 10 application Server - Innovation Lab - IIS restriction

Hi Team,

Hope you are doing well.

We have Built one application & DB server for Innovation Lab (Windows 10 Server) which will be the playground area for 11 Country's (AAP) to host or develop their application. (Internal Staff - Via AD authentication)

As far as I know each server will have only one IIS. Since different Country host different application is there any way to control or restrict their access by not viewing others application which was hosted in IIS.(Via AD ID)

Do let me know which team I can contract for this ?

This is very useful for us to create an Digital Innovation Lab for our Staff.

Regards

Gopi Bava


Reply:

Hi Gopi,

Sorry that I can not fully understand what you mean, but according to your description, your issue is more related about IIS. And this forum is discussing and asking questions about the Windows Form and ClickOnce, so it will be more appropriate to ask your question at IIS.NET Forums.

You will get a more professional support from there, thank you for your understanding.

Best Regards,

Stanly


MSDN Community Support
Please remember to click "Mark as Answer" the responses that resolved your issue, and to click "Unmark as Answer" if not. This can be beneficial to other community members reading this thread. If you have any compliments or complaints to MSDN Support, feel free to contact MSDNFSF@microsoft.com.


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

Sharepoint online

What are the possible solutions to get sharepoint online from outside/other applications.. Please suggest

Reply:

Hi

you can use Powershell CSOM to interact with Office 365 and Sharepoint Online

http://www.sharepointnutsandbolts.com/2013/12/Using-CSOM-in-PowerShell-scripts-with-Office365.html

https://www.itunity.com/article/connecting-spo-csom-api-powershell-1038


Romeo Donca, Orange Romania (MCSE, MCITP, CCNA) Please Mark As Answer if my post solves your problem or Vote As Helpful if the post has been helpful for you.


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

Sharepoint online

Hello,

How to access Sharepoint Information from external solution/outside using Auth0

Last update - june 2017, stuck on downloading for days - SOLVED

My computer couldn't get to finish downloading the latest windows 10 update for a few now.
Couldn't find any solution online.

Although, it was solved after a few days. maybe my solution will be help for somebody else as well:

As it turned out, internet connection was set up to be a metered connection, although I don't recall to ever set it up that way.
Windows didn't want to waste my data plan so no extra charges will be apllied.

HOW TO FIX:
if you are not on meterd connection, or you do want to disable it anyway -

GO TO - Settings > Network & Internet > Change connection properties > Set as metered connection ( ON \ OFF )





Reply:
This already happens to me and I did the same thing, turn off the internet  connection and when computer restart turn on again.

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

Hi Daniel,

I appreciate your study and discovery, you are right, when we using metered connection, Windows will not download updates in order to save users' cellular data.

When you find that windows doesn't update itself, check network connection is a good idea.

Regards


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



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

Sharepoint 2013 - Editting in office web app - Displaying different templat as usual

Hi everyone, 

Our server, sharepoint 2013 on premise. We dont use cloud. 

The problem was arise after we have setup sharepoint and office web app using tunnel https. 

Problem is only effected during user want to edit document (word)s in office web app. 

For preview, it will display the correct layout and template. But when user want to edit, 

layout and template will like show in basic word. Where, the shading will not display. However, when

we edit in office web app and save, it still save the change, and layout and template will not change. 

Is anything that i need to setup on office web app ? 

Currently we have open http and https. 

wopi zone : external-https

using public wildcard for ssl certificates.

Anybody can help me ?


Reply:

seem like, it have limitted functionality on when using office web app. 

is any link that we can provide to customer, since user not satisfied, because they say previously, does not have issue

during we config using wopi zone external-http. 

Right now, have limited functionallity when we already config use for external-https. 

problem only when edit the word, will not display like as usually from original, 

where margin will not follow, no shading color. but content all there, even we modified the document. 

the changing content will save and when view or edit in Microsoft Word, will see the changing. Even

margin also from original, included the shading . 


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

Microsoft TechNet Wiki Gurus Needed! Apply Within! No One Turned Away!

May is under way! And the Guru early birds are showing the way!

Could this be the month that we see the best ever TechNet article in the WORLD!!?

You could be thinking it right now words of wisdom that enrich people's lives!

Technical truths and wise words of widgets and wizardry!

So many upper eyes within Microsoft adjudicate this competition, yet so few stumble on this small community and realise the potential of getting their name known in such circles!

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

Come and see who is making waves in all your favourite technologies.

Maybe it will be you!

All you have to do is add an article to TechNet Wiki from your own specialist field. Something that fits into one of the categories listed on the submissions page. Copy in your own blog posts, a forum solution, a white paper, or just something you had to solve for your own day's work today.

Drop us some nifty knowledge, or superb snippets, and become MICROSOFT TECHNOLOGY GURU OF THE MONTH!

This is an official Microsoft TechNet recognition, where people such as yourselves can truly get noticed!

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, or Join us to  the official Microsoft TechNet Wiki groups on facebook.

More about TechNet Guru Awards

Thanks in advance!

-TechNet Wiki Council


Reply:

Only one article yet!! 16 more days to go!! Need some more articles! Go Go Gurus!


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

Hi Kamlesh.

On the last hour of the last day of May I created an article and attempted to enter it on the competition. I could not enter it because May was already closed. I would like to enter it on the June page.

Do I need to delete and recreate it so it has a june date?

Thanks,


My Technet Articles

If you like this or another reply, vote it up!
If you think this or another reply answers the original question, mark it or propose it as an answer.


Mauricio Feijo
www.mauriciofeijo.com


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

Vb Script to modify all users local

Hello,

I made this script for one user to modify:  don't expery the password and password change at next logon. It's working well.
 Now,  I want to modify for all users locals. I made several tests but I didn't get it.  could anybody help me what I have to modify for all users locals. Thanks a lot.

' Bind to local user object.
Set objUser = GetObject("WinNT://myserver/Peter,user")
Const ADS_UF_DONT_EXPIRE_PASSWD = &H800000
 objPasswordExpirationFlag = ADS_UF_DONT_EXPIRE_PASSWD
 objUser.Put "userFlags", objPasswordExpirationFlag
 objUser.SetInfo
' Require password change at next logon.
objUser.PasswordExpired = 1
objUser.SetInfo

  • Changed type Bill_Stewart Wednesday, July 26, 2017 7:35 PM
  • Moved by Bill_Stewart Wednesday, July 26, 2017 7:35 PM This is not "scripts on demand"

Reply:

Have you searched the script gallery for examples?

Please read this first:

This forum is for scripting questions rather than script requests


-- Bill Stewart [Bill_Stewart]


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

Yes, but I didn't find something similar and I'm starting to learn about script. I'll search in another forum. Thank a lots for reviewing my message.


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

The probability that you will find a script already written that meets your exact specifications is probably small, but you should be able to find some examples that you can adapt to meet your needs.


-- Bill Stewart [Bill_Stewart]


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

If you don't know VBScript then don't waste your time on it.  It is near obsolete.  PowerShell can do this very easily.  There is a module in the Gallery that manages local user accounts.


\_(ツ)_/


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

Remoteapp freezes random / Full session no problem

Dear,

We are a small firm of 10 people and just migrated our servers to server 2012R2. We are an accountancy firm and want to publish our Accountant program to the clients. When we work with a full desktop session there is not a problem. When we use remote app for 1 specific account software the program freezes. It's from a Belgium company - Kluwer, Centraal Dossierbeheer. The program is using a Firebird Database.

      • Hyper-v host
      • Server 2012 R2 Essentials as domain controller
      • Server 2012 R2 Standard as Terminal Server
      • Server 2012 R2 Standard as Database Server

      We use Remoteapp to publish the applications to the desktops.

      • Office 365 - E3 - no problem
      • Centraal Dossierbeheer random crashes

      When I open the Task manager and press analyse process it show "splwow64.exe". So I guess this has something to do with the Print Spooler Service? I restarted the print spooler service when the freezing occurs but the program is still frozen.

      • The RemoteApp Accounting software is working random for 5-30 minutes than it completely freezes, for all the users.
      • Alle the other RemoteApp applications are working without ever freezing.
      • The software works without freezing on the same terminal server if we use a full session instead of RemoteApp.
    • We installed it using the "remote desktop software installation mode" GUI


  • Edited by NET-Worx Friday, September 2, 2016 11:50 AM

Reply:
Hi,
An update:
  • They have confirmed the program is used on many Terminal Service enviremont
  • I tried to do everything you said above but without succes

I "think" I found the problem but I don't know how to solve it:

  • The freezing only occurs when you "quickly" hover a dropdown menu when it's not loaded.
  • When you do it slow, it's not locking
  • When in full session it's not locking

Video: https://vimeo.com/181592938

Any idea?


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

Hi,

We have the same issue.

Is there a solution yet ?

Regards,


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

Bug in BizTalk Logical AND functoid (External Assembly version only)

Since BizTalk 2006 (or possibly r2) the logical and functoid has contained a bug in the external assembly method.  Normally you would use the inline C#, but if you prioritise the external assembly script type, you will run into this.  The code is simply incorrect and the functoid will almost always return false.

It's easy enough to demonstrate, you can build a trivial map with a logical and in it and test it, then change the script type preference and re-test it.

I've checked the IL for the method and it's clearly incorrect.

The code for BizTalk 2004 appears to have been correct, but it looks like it was refactored in 2006 to make use of the Boolean.TryParse method and avoid a try..catch block.

I honestly don't know why anyone would want to prioritise external assemblies over inline code. I only found this problem because I was trying to be thorough with my unit testing.


using System;  using Microsoft.VisualStudio.TestTools.UnitTesting;  using Microsoft.BizTalk.BaseFunctoids;    namespace UnitTests  {   [TestClass]   public class MSLogicalAnd   {   [TestMethod]   public void TrueTrue()   {   Assert.IsTrue(new FunctoidScripts().LogicalAnd("true", "true")); // Test Fails   }     [TestMethod]   public void TrueFalse()   {   Assert.IsFalse(new FunctoidScripts().LogicalAnd("true", "false"));   }   [TestMethod]   public void FalseFalse()   {   Assert.IsFalse(new FunctoidScripts().LogicalAnd("false", "false"));   }     [TestMethod]   public void FalseTrue()   {   Assert.IsFalse(new FunctoidScripts().LogicalAnd("false", "true"));   }     [TestMethod]   public void OneOne()   {   Assert.IsTrue(new FunctoidScripts().LogicalAnd("1", "1")); // Test Fails   }   [TestMethod]   public void OneZero()   {   Assert.IsFalse(new FunctoidScripts().LogicalAnd("1", "0"));   }   [TestMethod]   public void ZeroOne()   {   Assert.IsFalse(new FunctoidScripts().LogicalAnd("0", "1"));   }   [TestMethod]   public void ZeroZero()   {   Assert.IsFalse(new FunctoidScripts().LogicalAnd("0", "0"));   }     [TestMethod]   public void TrueOne()   {   Assert.IsTrue(new FunctoidScripts().LogicalAnd("true", "1")); // Test Fails   }     [TestMethod]   public void OneTrue()   {   Assert.IsTrue(new FunctoidScripts().LogicalAnd("1", "true")); // Test Fails   }   }  }  

  • Edited by carbon14 Friday, June 16, 2017 10:59 AM Added some unit test code

User Creation Script

I've made a user creation script that is working perfectly, but I want to add some ease of use and better functionality. Right now, we can create a single user at a time but during the script, we need to force AD syncs to Azure which makes the script take 6-8 minutes to run. I'd like to add a do-while loop to allow multiple users to be made at the same time and I can force the sync for multiple users at once instead of waiting for a couple minutes to ensure the sync has completed.

My biggest question is, how can I create multiple variables for different users through the do-while loop.

Ex:

First loop would be:

$User
$FName
$LName
$OU

Second loop would be:

$User2
$FName2
$LName2
$OU2

If I just do a do-while loop and not create new variables, won't it overwrite $User, $FName, etc or will it store them all?

  • Changed type Bill_Stewart Wednesday, July 26, 2017 7:34 PM
  • Moved by Bill_Stewart Wednesday, July 26, 2017 7:35 PM User's code reveals misunderstandings we can't correct in a forum

Reply:
Share the code you have which helps others to share some ideas. 

Regards Chen V [MCTS SharePoint 2010]


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

I think an introduction to arrays (collections) in PowerShell would be helpful to you.

You don't need a variable $User and another variable $User2. A single variable, $Users, can contain a collection of objects. This is fundamental to how PowerShell works.

I would very much encourage you to start by learning the fundamental concepts. This will help you greatly in avoiding misunderstandings and confusion.


-- Bill Stewart [Bill_Stewart]


------------------------------------
Reply:
Thanks

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

Thank you, Chen. I don't have the time right now to sanitize over 250 lines of my script. I don't believe I need to share the code since I am just inquiring about generic array functions and how best to use them in this situation.

I really do appreciate your willingness to help, but I don't think supplying the code will help the process.


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

ronilson

roni
  • Moved by 宝宝徐 Friday, June 30, 2017 8:51 AM

Windows 2016 RDS redirected local printers dont working

 Hello,
Someone has had problems with local printer redirection?
 
We have a rds server Windows 2016 server and when we access rdp does not redirect local printers, if using windows 2012 RDS works correctly.

We have tested from clients windows 10, 8, 7

The tests we have performed without success from clients windows 8, Windows 10

In the desktop collection is allowed the redirection of printers.

There are no defined GPO that prevent it

Thank you

unable to print

printer states out of paper, but paper tray is full of paper - how can I get my printer to recognize it has paper?


Reply:

Details would be helpful.  Maybe you could like to tell us which OS, which printer, and how it is connected to your PC. 

You might also try cleaning all the accumulated paper dust away from the paper sensor.

Any chance the paper tray is too full?  What happens if you put only a few sheets in?

Are things any better if you power off the entire system, reboot, and start the printer fresh?


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

This isn't really a windows or microsoft issue. 

I would suggest you contact the manufacturer of your printer.. it sound like the printer itself is shot.. 

or you could go to walmart and buy a 20 dollar printer and use that.. 


Rob


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

How to find my Domaine and my Server

Hello !

I would like to find my Domaine and my Server

Thanks


Reply:

Typically your DNS in a windows network is your Domain controller.. 

Start

Run

Cmd

OK

Type in IPconfig /All

Look for DNS servers

First entry generally in a windows domain is the Domain controller.. 

That is likely the IP of your DC

If you want to know what the Domain name is.. 

Click start (Regular mode, not classic desktop)

Right click computer (My Computer)

choose properties.. 

Click on computer name tab

Domain info is listed in that location. 


Rob


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

Microsoft Security Advisory 4025685

Hi All,

 

Microsoft is announcing the availability of additional guidance for critical security updates, that are at heightened risk of exploitation due to past and threatened nation-state attacks and disclosures. Some of the releases are new, and some are for older platforms that we are making publicly available today.

We recommend that customers who are not utilizing automatic updates prioritize downloading and application of these critical updates.

 

Microsoft has tailored customer guidance based on platform. Please review the following table and follow the appropriate link to download updates for affected platforms. 

Which Windows version are you running?

 

For customers using Windows Server 2008, Windows 7Windows Server 2008 R2, Windows Server 2012, Windows 8.1, Windows 8.1 RTWindows Server 2012 R2, Windows 10, or Windows Server 2016 see Microsoft Knowledge Base Article 4025686 for guidance.

For customers using Windows XPWindows VistaWindows 8Windows Server 2003, or Windows Server 2003 R2 see Microsoft Knowledge Base article 4025687 for guidance.

For customers using Windows Embedded versions see Microsoft Knowledge Base article 4025688 for guidance.

 

Do not know which Windows version you are running? See Which Windows operating system am I running?

 

 

For detailed information about this update, please refer to these articles:

 

Microsoft Security Advisory 4025685

https://technet.microsoft.com/en-us/library/security/4025685.aspx?f=255&MSPPError=-2147217396

 

Microsoft releases additional updates to protect against potential nation-state activity

https://blogs.windows.com/windowsexperience/2017/06/13/microsoft-releases-additional-updates-protect-potential-nation-state-activity/#VjRuuhAlOevGkKWw.97 

 

June 2017 security update release

https://blogs.technet.microsoft.com/msrc/2017/06/13/june-2017-security-update-release/ 

Please click to vote if the post helps you. This can be beneficial to other community members reading the thread.

Announcement: Microsoft June 2017 security update 4025685 release

Hi All,

Microsoft is announcing the availability of additional guidance for critical security updates, that are at heightened risk of exploitation due to past and threatened nation-state attacks and disclosures. Some of the releases are new, and some are for older platforms that we are making publicly available today.

We recommend that customers who are not utilizing automatic updates prioritize downloading and application of these critical updates.

Microsoft has tailored customer guidance based on platform. Please review the following table and follow the appropriate link to download updates for affected platforms. 

Which Windows version are you running?

 

For customers using Windows Server 2008, Windows 7Windows Server 2008 R2, Windows Server 2012, Windows 8.1, Windows 8.1 RTWindows Server 2012 R2, Windows 10, or Windows Server 2016 see Microsoft Knowledge Base Article 4025686 for guidance.

For customers using Windows XPWindows VistaWindows 8Windows Server 2003, or Windows Server 2003 R2 see Microsoft Knowledge Base article 4025687 for guidance.

For customers using Windows Embedded versions see Microsoft Knowledge Base article 4025688 for guidance.

 

Do not know which Windows version you are running? See Which Windows operating system am I running?

 

 

For detailed information about this update, please refer to these articles:

Microsoft Security Advisory 4025685

https://technet.microsoft.com/en-us/library/security/4025685.aspx?f=255&MSPPError=-2147217396

Microsoft releases additional updates to protect against potential nation-state activity

https://blogs.windows.com/windowsexperience/2017/06/13/microsoft-releases-additional-updates-protect-potential-nation-state-activity/#VjRuuhAlOevGkKWw.97 

June 2017 security update release

https://blogs.technet.microsoft.com/msrc/2017/06/13/june-2017-security-update-release/


Please click to vote if the post helps you. This can be beneficial to other community members reading the thread.

Announcement: Microsoft June 2017 security update 4025685 release

Hi All,

Microsoft is announcing the availability of additional guidance for critical security updates, that are at heightened risk of exploitation due to past and threatened nation-state attacks and disclosures. Some of the releases are new, and some are for older platforms that we are making publicly available today.

We recommend that customers who are not utilizing automatic updates prioritize downloading and application of these critical updates.

Microsoft has tailored customer guidance based on platform. Please review the following table and follow the appropriate link to download updates for affected platforms. 

Which Windows version are you running?

 

For customers using Windows Server 2008, Windows 7Windows Server 2008 R2, Windows Server 2012, Windows 8.1, Windows 8.1 RTWindows Server 2012 R2, Windows 10, or Windows Server 2016 see Microsoft Knowledge Base Article 4025686 for guidance.

For customers using Windows XPWindows VistaWindows 8Windows Server 2003, or Windows Server 2003 R2 see Microsoft Knowledge Base article 4025687 for guidance.

For customers using Windows Embedded versions see Microsoft Knowledge Base article 4025688 for guidance.

 

Do not know which Windows version you are running? See Which Windows operating system am I running?

 

 

For detailed information about this update, please refer to these articles:

Microsoft Security Advisory 4025685

https://technet.microsoft.com/en-us/library/security/4025685.aspx?f=255&MSPPError=-2147217396

Microsoft releases additional updates to protect against potential nation-state activity

https://blogs.windows.com/windowsexperience/2017/06/13/microsoft-releases-additional-updates-protect-potential-nation-state-activity/#VjRuuhAlOevGkKWw.97 

June 2017 security update release

https://blogs.technet.microsoft.com/msrc/2017/06/13/june-2017-security-update-release/


Please click to vote if the post helps you. This can be beneficial to other community members reading the thread.


  • Edited by ForumFAQ Thursday, June 15, 2017 6:41 AM

Announcement: Microsoft June 2017 security update 4025685 release

Hi All,

Microsoft is announcing the availability of additional guidance for critical security updates, that are at heightened risk of exploitation due to past and threatened nation-state attacks and disclosures. Some of the releases are new, and some are for older platforms that we are making publicly available today.

We recommend that customers who are not utilizing automatic updates prioritize downloading and application of these critical updates.

Microsoft has tailored customer guidance based on platform. Please review the following table and follow the appropriate link to download updates for affected platforms. 

Which Windows version are you running?

 

For customers using Windows Server 2008, Windows 7Windows Server 2008 R2, Windows Server 2012, Windows 8.1, Windows 8.1 RTWindows Server 2012 R2, Windows 10, or Windows Server 2016 see Microsoft Knowledge Base Article 4025686 for guidance.

For customers using Windows XPWindows VistaWindows 8Windows Server 2003, or Windows Server 2003 R2 see Microsoft Knowledge Base article 4025687 for guidance.

For customers using Windows Embedded versions see Microsoft Knowledge Base article 4025688 for guidance.

 

Do not know which Windows version you are running? See Which Windows operating system am I running?

 

 

For detailed information about this update, please refer to these articles:

Microsoft Security Advisory 4025685

https://technet.microsoft.com/en-us/library/security/4025685.aspx?f=255&MSPPError=-2147217396

Microsoft releases additional updates to protect against potential nation-state activity

https://blogs.windows.com/windowsexperience/2017/06/13/microsoft-releases-additional-updates-protect-potential-nation-state-activity/#VjRuuhAlOevGkKWw.97 

June 2017 security update release

https://blogs.technet.microsoft.com/msrc/2017/06/13/june-2017-security-update-release/


Please click to vote if the post helps you. This can be beneficial to other community members reading the thread.


  • Changed type ForumFAQ Thursday, June 15, 2017 6:36 AM Announcement: Microsoft June 2017 security update 4025685 release
  • Edited by ForumFAQ Thursday, June 15, 2017 6:39 AM

Microsoft Security Advisory 4025685

Hi All,

 

Microsoft is announcing the availability of additional guidance for critical security updates, that are at heightened risk of exploitation due to past and threatened nation-state attacks and disclosures. Some of the releases are new, and some are for older platforms that we are making publicly available today.

We recommend that customers who are not utilizing automatic updates prioritize downloading and application of these critical updates.

 

Microsoft has tailored customer guidance based on platform. Please review the following table and follow the appropriate link to download updates for affected platforms. 

Which Windows version are you running?

 

For customers using Windows Server 2008, Windows 7Windows Server 2008 R2, Windows Server 2012, Windows 8.1, Windows 8.1 RTWindows Server 2012 R2, Windows 10, or Windows Server 2016 see Microsoft Knowledge Base Article 4025686 for guidance.

For customers using Windows XPWindows VistaWindows 8Windows Server 2003, or Windows Server 2003 R2 see Microsoft Knowledge Base article 4025687 for guidance.

For customers using Windows Embedded versions see Microsoft Knowledge Base article 4025688 for guidance.

 

Do not know which Windows version you are running? See Which Windows operating system am I running?

 

 

For detailed information about this update, please refer to these articles:

 

Microsoft Security Advisory 4025685

https://technet.microsoft.com/en-us/library/security/4025685.aspx?f=255&MSPPError=-2147217396

 

Microsoft releases additional updates to protect against potential nation-state activity

https://blogs.windows.com/windowsexperience/2017/06/13/microsoft-releases-additional-updates-protect-potential-nation-state-activity/#VjRuuhAlOevGkKWw.97 

 

June 2017 security update release

https://blogs.technet.microsoft.com/msrc/2017/06/13/june-2017-security-update-release/ 

Please click to vote if the post helps you. This can be beneficial to other community members reading the thread.

Microsoft Security Advisory 4025685

Hi All,

 

Microsoft is announcing the availability of additional guidance for critical security updates, that are at heightened risk of exploitation due to past and threatened nation-state attacks and disclosures. Some of the releases are new, and some are for older platforms that we are making publicly available today.

We recommend that customers who are not utilizing automatic updates prioritize downloading and application of these critical updates.

 

Microsoft has tailored customer guidance based on platform. Please review the following table and follow the appropriate link to download updates for affected platforms. 

Which Windows version are you running?

 

For customers using Windows Server 2008, Windows 7Windows Server 2008 R2, Windows Server 2012, Windows 8.1, Windows 8.1 RTWindows Server 2012 R2, Windows 10, or Windows Server 2016 see Microsoft Knowledge Base Article 4025686 for guidance.

For customers using Windows XPWindows VistaWindows 8Windows Server 2003, or Windows Server 2003 R2 see Microsoft Knowledge Base article 4025687 for guidance.

For customers using Windows Embedded versions see Microsoft Knowledge Base article 4025688 for guidance.

 

Do not know which Windows version you are running? See Which Windows operating system am I running?

 

 

For detailed information about this update, please refer to these articles:

 

Microsoft Security Advisory 4025685

https://technet.microsoft.com/en-us/library/security/4025685.aspx?f=255&MSPPError=-2147217396

 

Microsoft releases additional updates to protect against potential nation-state activity

https://blogs.windows.com/windowsexperience/2017/06/13/microsoft-releases-additional-updates-protect-potential-nation-state-activity/#VjRuuhAlOevGkKWw.97 

 

June 2017 security update release

https://blogs.technet.microsoft.com/msrc/2017/06/13/june-2017-security-update-release/ 

Please click to vote if the post helps you. This can be beneficial to other community members reading the thread.

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...