Quantcast
Channel: TechNet Blogs
Viewing all 34890 articles
Browse latest View live

Windows 10 Version 1803 以降の環境で Cookie が正常に保存できない

$
0
0

こんにちは、Windows デプロイ サポート チームの弓正です。

Windows 10 Version 1803 以降の環境において Cookie が正常に保存できない事象が確認されております。
この事象に起因し、Internet Explorer の Cookie を利用する他社製品も影響を受ける可能性がありますので、
本事象についてご紹介いたします。

この事象が発生するシナリオは以下の2つです。
・Windows 10 Version 1709 の環境にて Sysprep による CopyProfile を使用してイメージ展開を行った後、機能更新を適用した場合
・Windows 10 Version 1803 もしくはそれ以降の環境にて Sysprep による CopyProfile を使用してイメージ展開を行った場合
(Windows 10 Version 1703 もしくはそれ以前の環境で Sysprep による CopyProfile を使用してイメージ展開し機能更新適用しても本事象は発生しません。)

本事象の対処方法をマスターイメージ作成段階、展開済みの段階、それぞれ記載いたします。

マスター イメージの作成段階で本事象を回避する場合、以下の手順を実施してください。
--------------------------------------------------------------------
1. マスター イメージを作成している端末においてメモ帳を開き、以下の内容を記載し、"SetupComplete.cmd" のファイルー名で、一旦任意の場所に保存します。

-------------
rmdir /s /q c:UsersDefaultAppDataLocalMicrosoftWindowsWebcache
rmdir /s /q c:UsersDefaultAppDataLocalMicrosoftWindowsINetCache
del %0
-------------
※ del %0 コマンドで、実行後に自分自身の .bat ファイルも削除し、展開後のテンプレートに残らないようになっております。

2. 保存した "SetupComplete.cmd" ファイルをテンプレートの
以下のフォルダー内に保存します。

C:WindowsSetupScripts
※ Scripts フォルダは既定で存在しませんので新規に作成します。

3. これまでの手順で Sysprep を行います。
----------------------------------------------------------------------

すでに展開済みの環境で問題が発生している場合、以下のスクリプトを vbs 形式で保存し、対象環境に管理者権限で実施していただくことで、既存ユーザーおよび新規ユーザーに対して事象が解消されます。
----------------------------------------------------------------------
On Error Resume Next
Dim objFileSys
Dim objFolder
Dim objSubFolder

strUsersFolder = "C:Users"
strWebCacheFolder = "AppDataLocalMicrosoftWindowsWebCache"
strINetCacheFolder = "AppDataLocalMicrosoftWindowsINetCacheIE"
strINetCacheFolderLow = "AppDataLocalMicrosoftWindowsINetCacheLowIE"

Set objFileSys = WScript.CreateObject("Scripting.FileSystemObject")
Set objShell = WScript.CreateObject("WScript.Shell")

'起動中のプロセスやサービスを停止する
ret = objShell.Run("net stop COMSysApp",0,true)
ret = objShell.Run("taskkill /F /IM dllhost.exe",0,true)
ret = objShell.Run("taskkill /F /IM taskhost.exe",0,true)
ret = objShell.Run("taskkill /F /IM taskhostex.exe",0,true)
ret = objShell.Run("taskkill /F /IM taskhostw.exe",0,true)

'ユーザー フォルダーを取得する
Set objFolder = objFileSys.GetFolder(strUsersFolder)

'FolderオブジェクトのFilesプロパティからFileオブジェクトを取得
For Each objSubFolder In objFolder.SubFolders

'削除しなくてもよいユーザー以外の場合にのみ実行する
If objSubFolder.Name <> "All Users" And _
objSubFolder.Name <> "Public" And _
objSubFolder.Name <> "Default User" Then

'WebCache フォルダー
strDelFolder = strUsersFolder + objSubFolder.Name + strWebCacheFolder
If objFileSys.FolderExists(strDelFolder) Then
If objFileSys.GetFolder(strDelFolder).Files.Count > 0 Then
objFileSys.DeleteFile strDelFolder + "*.*", true
End If
End If

'INetCache フォルダー
strDelFolder = strUsersFolder + objSubFolder.Name + strINetCacheFolder
If objFileSys.FolderExists(strDelFolder) Then
If objFileSys.GetFolder(strDelFolder).Files.Count > 0 Then
objFileSys.DeleteFile strDelFolder + "*.*", true
End If
If objFileSys.GetFolder(strDelFolder).SubFolders.Count > 0 Then
objFileSys.DeleteFolder strDelFolder + "*", true
End If
End If

'INetCache (Low) フォルダー
strDelFolder = strUsersFolder + objSubFolder.Name + strINetCacheFolderLow
If objFileSys.FolderExists(strDelFolder) Then
If objFileSys.GetFolder(strDelFolder).Files.Count > 0 Then
objFileSys.DeleteFile strDelFolder + "*.*", true
End If
If objFileSys.GetFolder(strDelFolder).SubFolders.Count > 0 Then
objFileSys.DeleteFolder strDelFolder + "*", true
End If
End If
End If
Next

'サービスを再開する
ret = objShell.Run("net start COMSysApp",0,true)

Set objSubFolder = Nothing
Set objFileSys = Nothing
Set objShell = Nothing
----------------------------------------------------------------------------

本ブログは予告なく変更される場合がございますのでご了承下さい。


Project and Project Server November 2018 Updates Released

$
0
0

This week the Public Update (PU) for Project Server 2013 and 2016 were released for November 2018 . This month, client and server updates were released on November 13th. Typically the client updates release on the first Tuesday of the month and server on the second Tuesday release schedule.

There was a Project Server 2010 Cumulative update package released this month that contains fix for security vulnerability. Mainstream support for Project and Project Server 2010 ended October 13, 2015 - see https://support.microsoft.com/en-us/lifecycle. An SP1 patched 2010 system (with no SP2) is no longer supported - see the Lifecycle site for more information - http://support.microsoft.com/lifecycle/search?sort=PN&alpha=project+2010&Filter=FilterNO

We are now delivering as Public Updates, although Server fixes are shipped just via the Download Center and not via Microsoft Update (Unless there is a security element or a fix deemed essential - this month both SharePoint Server 2016 and 2013 fixes have security fixes - so some may have come down via the update center). These are still all cumulative and include fixes released in all previous updates since the last baseline (Initial release for 2016 and SP1 for 2013).

A note about Click-to-Run (sometimes abbreviated C2R) versions of Project for Office 365. The updates for this version are not included in this blog. For some information about Click-to-Run versions, please see the following site for version numbers and some fix information: https://technet.microsoft.com/office/mt465751. We may have a future blog with additional information about Click-to-Run update channels and methods.

Also a note for users of the Project client connecting to Project Online - see https://blogs.technet.microsoft.com/projectsupport/2016/12/15/using-project-online-time-to-be-sure-you-upgrade-the-client-software/-  you will have needed a '2016' level client to connect starting since the end of June 2017.

Feel free to open a support case if you have any questions around this or need assistance getting these patches deployed.

We should be back to 'normal' install times now (I patched both my 2013 and 2016 systems in a couple of hours) - but leaving this comment here just in case... One point to note is the installation of the Project Server 2016 package (SharePoint Server) for September 2016 and beyond can take longer to install than previous 2016 updates, on my slow server it took several hours, so you should ensure you test installation in a similar environment to production to ensure you allow enough downtime.

The 2013 PU releases also have a real prerequisite of the appropriate Service Pack 1 (SP1), and links for SP1 are given below. SP1 is enforced in this release, so you will find out (as I did) if you really do have SP1 for all your installed components and language packs! This also means RTM is no longer supported! See http://blogs.technet.com/b/stefan_gossner/archive/2015/04/15/common-issue-april-2015-fixes-for-sharepoint-2013-cannot-be-installed-on-sharepoint-2013-sp1-slipstream-builds.aspx too which describes an issue you might see if you don't have the 'right' SP1. Slipstream would work with the original SP1 - but the updates require the re-released SP1. Since the May PU this shouldn't be an issue - but including here just in case.

Another important point to add here is that there was in early 2013 running the SharePoint Configuration Wizard on a server with Project Server 2013 installed -this is fixed by applying the April 2013 or later- so a good practice would be to load SP1, then the current PU and then run the configuration wizard (if you didn't already load the April 2013 through June 2014 CU).

Project and Project Server 2016

An overview of all the Office 2016 releases for November 2018 can be found here -

https://support.microsoft.com/en-us/help/4469617/november-2018-updates-for-microsoft-office - November 2018 updates for Microsoft Office

Project Server 2016

With the 2016 release, we just have a single patch (usually this single patch comes in two parts... a wssloc and sts2016 part - however this month we only have the sts2016 part) - as we have also the single msi for installation of SharePoint Server 2016 (Project Server still needs licensing separately though). Both parts need installing before the configuration wizard is executed. The sts2016 part of the patch also contains security fixes so is released via Microsoft Update, the Update catalog as well as the download center.

Description of the security update for SharePoint Server 2016: November 13, 2018- Includes Project fixes, like the roll-up patch in Project Server 2016.

https://support.microsoft.com/en-us/help/4461501/description-of-the-security-update-for-sharepoint-enterprise-server

There is a database schema update this month - it changes to 16.0.4771.1000. Remember, Project Server 2016 data is in the content database. The version number 16.0.4717.1000 can be used to control the connecting client to the November 2018 level. For reference - the RTM build number seen for the DB schema would be 16.0.4327.1000.

Project 2016 Client Package:

November 13th, 2018, update for Project 2016 (KB4461478)

https://support.microsoft.com/en-us/help/4461478/description-of-the-security-update-for-project-2016-november-13-2018

The version of Project Professional 2016 will be updated to 16.0.4771.1000 in the properties for WinProj.exe. In 2016 we don't do a good job of displaying the version in File, Account, About Project - we only display the MSO version and not the specific Project version (You can confirm this by looking at the version of winproj.exe - in (default for 32 bit) C:Program Files (x86)Microsoft OfficeOffice16)

If you have Click to Run and using Project Pro for Office 365 at the '16' level, then your version will depend on which update frequency you have set. Take a look at https://blogs.office.com/2016/02/09/deferred-channel-build-now-available-for-the-office-365-client-apps/ for a few changes in this area - Current Branch for Business is now called Deferred Channel. We are aware that we don't appear to expose the full change details for Project and are looking into it - you should start seeing more here soon.

Project and Project Server 2013

An overview of all the Office 2013 releases for November 2018 can be found here - https://support.microsoft.com/en-us/help/4469617/november-2018-updates-for-microsoft-office - November 2018, updates for Microsoft Office. This include multiple fixes, so Microsoft strongly recommends that you test this in a test environment based on your production environment before putting this fix live in production. You can read about the fixes included in the Project and Project Server November PUs from the following articles:

Project Server 2013 Server Rollup Package

November 13, 2018, cumulative update for Project Server 2013 (KB4461509)

https://support.microsoft.com/en-us/help/4461509/november-13-2018-cumulative-update-for-project-server-2013-kb4461509

Project Server 2013 Individual Project Package - (cumulative, but only the Project Server fixes):

There is no individual package for Project Server 2013 this month.

 

The dbo.Versions table should show 15.0.5085.1000 after applying the November 2018 PU. The version number 15.0.5085.1000 can be used to control the connecting client to the November 2018 PU level. Project Professional Versions (Project Server 2013 settings)

SP1 for Project Server 2013 can be found here - https://support.microsoft.com/help/2880553

Project 2013 Client Package:

November 13, 2018, cumulative update for Project 2013 (KB4461489)

https://support.microsoft.com/en-us/help/4461489/description-of-the-security-update-for-project-2013-november-13-2018

Empathy Vision Model: IA que puede ver y hablar con nosotros acerca del mundo

$
0
0

Por: Microsoft Asia News Center

Microsoft revela una aplicación para smartphone en Japón, que incluye a Rinna, el chatbot, con una combinación de poderosas nuevas tecnologías de IA.

La Inteligencia Artificial (IA) que puede ver y comentar el mundo que nos rodea pronto va a interactuar de una manera mucho más natural con la gente en sus vidas diarias gracias a una poderosa combinación de nuevas tecnologías que han sido probadas en Japón a través de una aplicación de chat para smartphone.

La aplicación cuenta con Rinna, el chatbot social de gran popularidad de Microsoft Japón. Fue revelada durante el Microsoft Tech Summit 2018 en Tokio, hace unos días, y aún se encuentra en su etapa de desarrollo.

La IA detrás de la aplicación cuenta con capacidades mejoradas de visión, oído y habla para reconocer y comentar los objetos que ve en maneras similares a como lo haría una persona. Como tal, representa un significativo paso hacia un futuro de interacciones naturales entre la IA y la gente. Al centro de la aplicación está “Empathy Vision Model”, que combina tecnología convencional de IA para reconocimiento de imagen con respuestas emocionales.

Con esta tecnología, Rinna observa su entorno a través de la cámara del smartphone. Ella no solo reconoce objetos y gente, también puede describir y comentar sobre ellos de manera verbal en tiempo real. A través de procesamiento natural de lenguaje, reconocimiento de habla, y tecnologías de síntesis de habla, desarrolladas por científicos en Microsoft Research, puede involucrarse en conversaciones naturales con el usuario humano del teléfono.

“El usuario puede sostener su smartphone en su mano o colocarlo en el bolsillo a la altura del pecho mientras camina. Con la cámara encendida, Rinna puede ver el mismo escenario, gente y objetos que el usuario y comentar sobre esto con el usuario”, comentó Takuya Hirano, presidente de Microsoft Japón.

A diferencia de otros modelos de visión de IA, Rinna puede describir sus impresiones de lo que ve con sentimiento, en lugar de sólo listar resultados de reconocimiento como nombres, formas, y colores de las cosas que ella ve. Rinna en un smartphone puede ver el mundo desde la misma perspectiva de un usuario y puede conversar sobre esto con el usuario.

Tomemos la siguiente imagen para ayudar a ilustrar la diferencia:

La tecnología convencional de visión de IA podría reaccionar así de manera típica: “Veo gente. Veo a un niño. Veo un perro. Veo un auto”.

En contraste, Rinna con Empathy Vision Model puede decir: “¡Qué linda familia! ¿Disfrutan del fin de semana? ¡Cuidado, viene un auto!”

Tan bien como el Empathy Vision Model, el cual genera comentarios empáticos en tiempo real sobre lo que la IA ve, la aplicación para smartphone de Rinna también cuenta con innovadoras características, que incluyen “full dúplex”. Esto permite a la IA participar en conversaciones naturales tipo telefónicas con una persona al anticipar lo que la persona podría decir.

Esta capacidad ayuda a Rinna a tomar decisiones sobre cómo y dónde responder a alguien que chatea con ella, un conjunto de habilidades que es muy natural en la gente, pero no es común en los chatbots. Esta difiere de “half dúplex”, que más como la experiencia con un walkie-talkie en la que sólo un participante de la conversación puede hablar a la vez. Full dúplex reduce el poco natural tiempo de desfase que en ocasiones puede hacer que las interacciones entre una persona y un chatbot se sientan forzadas o raras.

La aplicación de smartphone de Rinna también incorpora Empathy Chat, que ayuda al pensamiento independiente para la IA. Esto ayuda a mantener una conversación con el usuario por el mayor tiempo posible. En otras palabras, la IA selecciona y utiliza respuestas con la intención de invitar a la persona a mantenerse involucrada y hablar.

Todavía se encuentra en su etapa de desarrollo y el momento para su lanzamiento general aún no ha sido establecido. Pero la función de chat de voz está disponible como “Voice Chat with Rinna” en la cuenta oficial de Rinna en LINE en Japón.

Novinky v Minecraft: Education Edition, které si budete chtít vyzkoušet

$
0
0

V roce 2016 vyšla první verze Minecraft: Education Edition a školy postupně začaly využívat tuto speciálně upravenou edici populární kostičkové hry v běžné výuce. Zatímco první verze obsahovaly jen základní funkce hry a učitelé narážely na různé problémy, od té doby programátoři naslouchají hlasu právě těchto inovativních učitelů a hra se nám pod rukami každou chvíli vyvíjí. V listopadu vyšla nová verze s označením 1.7. Ačkoliv tato verze přináší velké novinky pro začátečníky v Minecraftu, na své si přijdou převážně milovníci programování.

Nápověda základů ovládání přímo v obraze

Začátečníci často tápali, jakou klávesu či tlačítko myši v dané situaci zmáčknout. Museli tak často koukat buď do nápovědy nebo pomocného papíru s návodem k ovládání. To se nyní zásadně mění. Přímo v obraze vidíte interaktivní nápovědu pohybu ve hře, ničení, stavění, létání a další. Prvky nápovědy se navíc mění v závislosti na tom, co děláte nebo kam míříte kurzorem myši.

Tato možnost je automaticky aktivována pro učitelské účty, studenti si ji musí aktivovat sami. Aktivaci a deaktivaci lze provést v nastavení v sekci Klávesnice a myš. Položka nese název Skrýt tipy pro klávesnici a myš.

Vzdělávací obsah v Pravidlech hry

Pokud přímo ve hře stisknete klávesu ESC, je možné vybrat v menu položku Pravidla hry. Tato oblast byla doplněna o část Vzdělávání. Můžete se tak velmi rychle dočíst, jak pracovat s tabulemi, fotoaparátem, bloky oprávnění, NPC postavami a dalšími vzdělávacími prvky hry.

Nová knihovna světů

V dosavadních verzích jste měli k dispozici jen omezené množství dostupných světů. Pokud jste chtěli jiný, museli jste opustit Minecraft a stáhnout si ho nejčastěji ze stránek education.minecraft.net. Nově se na úvodní obrazovce objevila v menu nová položka s názvem Knihovna. Nabízí celou řadu vybraných světů jako poušť, les, džungle, podvodní svět, svět s lidským okem a mnoho dalších. Navíc obsah této knihovny se bude v budoucnu měnit a bude obsahovat ty světy, které byste neměli přehlédnout.

Zdroje pro vyučující

Na úvodní obrazovce se objevila kromě Knihovny navíc další položka s názvem Zdroje pro vyučující. Ta odkazuje na webové stránky education.minecraft.net, konkrétně na sekci zdrojů pro vyučující. Můžete se tak na jedno kliknutí dostat přímo k celé řadě výukových videí, kurzů a příprav do hodin od učitelů z celého světa.

Programování nebylo nikdy jednodušší

Nejzásadnější proměny se dočkala oblast programování. Pokud jste chtěli v předchozích verzích programovat v Minecraft EE, bylo nutné nainstalovat aplikaci Code Connection, spojit obě aplikace a teprve poté bylo možné začít se samotnou výukou. To samozřejmě zdržovalo, přinášelo problémy při propojení obou aplikací a učitele to zbytečně okrádalo o drahocenný čas.

V nové verzi je všechno jinak. Nyní stačí stisknout klávesu C a přímo ve hře se zobrazí okno s nabídkou programovacích prostředí MakeCode a Tynker. Okamžitě se na Vaší pozici objeví malý robotický Agent. Programovací okno zabírá polovinu obrazu, je možné vybrat si kterou nebo ho maximalizovat na celou obrazovku.

Další novinkou je možnost sledovat souřadnice pozice agenta přímo v obraze. Ty se nacházejí v levé části pod Vašimi souřadnicemi. S tím se nově nabízí možnost využívat pozici agenta v kódu.

Na přání komunity učitelů přibyly nové bloky v programovacím prostředí. Mezi nejzajímavější patří možnost teleportovat agenta na konkrétní pozici a natočit ho na vybranou světovou stranu nebo využívat proměnných se souřadnicemi agenta.

Rozšířeních se dočkaly i příkazy. Pomocí příkazu /summon agent můžete okamžitě přivolat agenta na svoji pozici nebo příkazem /remove @c agenta ze světa odstranit. Další novou možností, jak si vytvořit agenta nebo ho teleportovat na konkrétní pozici, je použít Vejce s agentem.

Pokud se mezi Vámi našli tací, kteří smutní, že se nikde nedočetli o možnosti programování v prostředí Scratch, nemusejí zoufat. Ačkoliv příkaz /code již nadále není funkční, stále je možné používat aplikaci Code Connection, propojit ji s Minecraft EE příkazem /connect a využívat prostředí Scracth.

Vývojáři naslouchají požadavkům učitelů a hra dostává s každou novou verzí celou řadu vylepšení. Pokud se budete i Vy chtít zapojit a navrhnout nebo podpořit nějakou další funkci, na kterou by se vývojáři do další aktualizace měli zaměřit, můžete tak učinit zde.

Autor: Miroslav Kotlas

データ連携ミドルウェア『ASTERIA WARP』on Azure

$
0
0

[提供: アステリア株式会社]

ノン・プログラミング技術で業務の自動化を支援するデータ連携ミドルウェア「ASTERIA WARP」のご紹介です。

 

■ASTERIA WARPとは

ASTERIA WARPは、専門的な技術がなくても利用できるデータ連携の基盤製品です。企業内の新旧様々なシステムやクラウド上のデータをスムーズに連携し、コストの削減や業務の効率化をサポートします。

 

■特長

・ノン・プログラミングで構築期間を短縮

アイコンのドラッグ&ドロップで簡単に操作。すぐに動くものを作って確認するアジャイル開発にも最適。

・自動化で日々の業務を効率化

様々な日々の業務を自動化することで作業コストの削減や人為的なミスの削減にも貢献

・豊富なアダプターで将来性も万全

現場から発生する要望に対しては、豊富に用意されるアダプターで柔軟に対応。連携先の増加も安心。

■導入事例

Microsoft Azureクラウド環境における「ASTERIA WARP」導入事例~エスペック

 

■紹介動画

ASTERIA WARPの紹介動画はこちらになります。(YouTubeに移動します)

 

■対応エリア

すべて

 

■対応従業員数

すべて

 

 

DevOps エンジニアの皆様へ、ベータ版試験 AZ-400 のご案内【11/17更新】

$
0
0

(この記事は2018年10月26日にMicrosoft Partner Network blogに掲載された記事Are You a DevOps Engineer? Take the AZ-400 Beta Exam, and Prove You Know Your Stuffの翻訳です。最新情報についてはリンク元のページをご参照ください。)

 

DevOps プロフェッショナルの役割は、人材、プロセス、技術を組み合わせ、有用な製品やサービスを継続的に提供することでエンド ユーザーのニーズとビジネス目標達成に対応することです。また、手法の最適化、コミュニケーションとコラボレーションの強化、自動化の構築により、製品やサービスの提供を合理化するほか、継続的インテグレーション、継続的テスト、継続的デリバリ、継続的モニタリング/フィードバックを可能にする戦略を立て、アプリケーション コードとインフラストラクチャに実装する必要があります。さらに、アジャイル開発の手法や、Azure での管理と開発の両方に精通し、Azure テクノロジを活用して、バージョン管理、コンプライアンス、コードとしてのインフラストラクチャ、構成管理、ビルド、リリース、テストといった DevOps の手法を設計、実装することも求められます。これらの技能を測りたいという DevOps エンジニアの皆様に、嬉しいお知らせがあります。

このたび、新しいベータ版の AZ-400 Microsoft Azure DevOps ソリューション (英語) を公開しました。この試験の有効性と信頼性の向上にぜひご協力をお願いいたします。

 

この試験は、マイクロソフトの DevOps エンジニアの資格認定に必要です。認定を受けるには、Azure 管理者アソシエイツまたは Azure Developer アソシエイツのいずれかの認定を取得し、この AZ-400 試験に合格する必要があります。これらの要件を満たすと、「Microsoft 資格: Azure DevOps エンジニア エキスパート」に認定されます。ベータ版の試験ですが、合格すれば試験にパスしたとして認められますので、いち早く認定を取得することができます。しかも、今なら 80% 割引で受験できます。

 

80% 割引*で受験するには、お支払いの際にコード AZ400PjM を入力してください。

 

試験の準備を行うには、AZ-400 試験準備ガイド (英語) をご確認のうえ、掲載されているスキルの練習をしてください。

 

これはプライベート アクセス コードではありませんこのコードを使用するには、2018 12 4 日までに試験を予約し、2018 12 5 日までに受験する必要があります。

*先着 300 名の方に 80% 割引で受験していただけます。ベータ版が有償になった経緯については、こちらのブログ記事 (英語) をご覧ください。お申込みは先着順で受付いたします。2018 年 12 4 までに試験を予約し、2018 年 12 5 までに受験する必要があります。できるだけ早く受験していただくことで、マイクロソフトは皆様のコメントやフィードバック、試験データを活用して、設問としての良し悪しを評価することができます。

 

これは試験の一般公開時に含まれる設問について、皆様のご意見を反映するチャンスです。スコアは試験の一般公開時に再計算され、約 10 日後に最終的なスコアが発表されます。スコアの再計算に関するお知らせについては、Twitter アカウント「@libertymunson」をフォローしてご確認ください。ベータ版のスコア計算と試験の一般公開のスケジュールに関しては、ベータ版の試験からライブ試験までのプロセス (英語)ベータ版の試験に関するヒント (英語) について書かれたブログ記事をご覧ください。

 

他にもヒントが必要な方は、ベータ版の試験の準備に関するブログ記事 (英語) をご参照ください。また、Azure 関連の試験とその準備についてまとめたページも参考になるかと思います。

 

繰り返しになりますが、特別価格で受験していただける人数には限りがあります。また、一部の国 (トルコ、パキスタン、インド、中国など) ではコードをご利用になれないため、ベータ版の試験を受験していただくことはできません。

 

加えて、この試験はベータ版のため、スコアがすぐに計算されるわけではありません。最終的なスコアと合否の通知は、試験の一般公開が開始された後にご確認いただけます。

 

関連記事 (以下のリンク先はすべて英語)

 

 

 

Azure Databricks を使ってみよう

$
0
0

この記事は、2018 年 6 月 19 日 に Data Platform Tech Sales Team Blog にて公開された内容です。

 

Microsoft Japan Data Platform Tech Sales Team

大蔵 一功

今回は 2018 年 3 月に GA となった Azure Databricks をご紹介します。

Azure Databricks とは

公式ドキュメントの冒頭では、

“Azure Databricks は、Microsoft Azure クラウド サービス プラットフォームに最適化された Apache Spark ベースの分析プラットフォームです。Apache Spark の創始者たちと共に設計され、Azure に統合された Databricks では、ワンクリックでのセットアップと効率的なワークフローのほか、データ サイエンティスト、データ エンジニア、ビジネス アナリストが共同作業できるインタラクティブなワークスペースが実現されています。”

と説明しています。

その通りなのですが(誤解を恐れずに)もっと簡単に言ってしまうと、 Azure Databricks(以下、 Databricks ) は、(面倒な)クラスターの構築や管理を気にせずに、Spark を利用できるサービスです。Spark を利用する|したい目的は、インメモリ処理という特徴を活かした機械学習であったり、ストリーミング処理であるはずなのに、クラスターの構築や構築後のクラスター管理といった目的以外のタスクが重く、利用するまでのハードルが高いという印象をお持ちの方もいらっしゃると思います。Databricks をご利用いただくことで、そういった本来の目的以外のタスクを気にせずに、Spark をご利用いただくことが可能です。特にデータサイエンティストやデータアナリストの方には、おすすめのサービスです。

利用開始

まずは、 Azure Portal から ”Databricks” と検索し、デプロイを開始します。ワークスペースの名前、サブスクリプション、リソースグループ、価格帯 (Standard / Premium) を入力、選択します。価格帯の Standard と Premium の主な違いは、 Premium では Databricks 内部のリソースに RBAC を設定できる点です。詳しくは、こちらをご覧ください。とりあえず一人で触ってみる場合は、 Standard で問題ないと思います。

※ 利用可能リージョンについては、こちらをご覧ください。

デプロイが完了すると、作成した Databricks の Overview にリンク (Launch Workspace) が表示されます。リンクをクリックすると Azure Databricks ポータルにリダイレクトされます。Databricks の操作は、こちらのポータルから行います。

databricks3

クラスターの作成

まず最初にクラスターの作成を行います。 Workspace ホームの [Cluster] か、左側のウィンドウから [Clusters] – [Create Cluster] でクラスター作成画面に移動します。

image

クラスター作成時に選択する項目を表にしました。

# 設定項目 説明
1 Cluster Mode デフォルトは Standard 。Serverless Pool を選択した場合、Spark SQL と Python と Rのみの利用
2 Cluster Name クラスターの名前(任意)
3 Databricks Runtime Version Databricks のランタイムのバージョン。Spark のバージョンと利用したいインスタンスあわせて選択する
4 Python Version クラスターの Python のバージョンを選択
5 Driver Type Driver Node のインスタンスを選択。デフォルトは Worker Node と同じインスタンス
6 Worker Type Worker ノードのインスタンスを選択。
7 Min Workers / Max Workers Autoscaling を有効にした場合、最小の Woker 数と最大の Worker 数を選択
8 Auto Termination 設定した時間内にクラスターに対して処理が実行されてない場合、クラスターを停止

Autoscaling と Auto Termination は、 Databricks の特徴的な機能です。 Autoscaling を有効にした場合、処理実行時のリソースの利用状況に応じて、最大 MAX Workers で設定した Worker 数まで自動的にスケールします。ジョブ実行が終了すると Min Workers で設定した Worker 数に戻ります。Auto Termination は、設定した時間の間、クラスターに対して処理が実行されなければ、クラスターを停止します。再開する場合は、 Workspace のクラスター画面からを ”Start” する、あるいはノートブックからスタートすることも可能です。Auto Termination を設定ただくことで、利用していない間の課金を抑えることができます。

必要な項目を入力後、[Create Cluster] をクリックし、しばらく待てばクラスターがプロビジョニングされます。

ノートブックの作成

次にノートブックを作成を行います。 Workspace ホームの、左側のウィンドウから [Home] を選択し、Workspace 右側にある矢印をクリックし、[Create] – [Notebook] を選択します。

image

Notebook の名前、使用する言語、ノートブックに記述した処理を実行するクラスターを選択し、ノートブックを作成します。ノートブックが作成されれば、Jupyter Notebook のように処理を記述し、インタラクティブに実行することができます。

image

作成したノードブックの左上にはクラスターが表示されています。ノートブックからクラスターを Attach / Detach をすることができるので、処理を実行するクラスターを任意で変更することが可能です。

最後に

すでに、Azure では HDInsight という Hadoop サービスを提供しています。Databricks と HDInsight の主な違いは、以下です。

  • Databricks はクラスターの停止が可能(停止中は課金されない)
  • Databricks はオートスケール設定が可能
  • Databricks では、 Spark のみ利用可能
  • HDInsight では、Spark だけでなく、 HBase / Kafka / Hive LLAP / Storm など目的に応じてクラスターの種類を選択可能

どちらのサービスにも特徴はありますが、とにかく早く Spark を利用したいという方には Databricks のほうが、楽だと思います。

今後は、 Databricks の各機能、 Azure 他サービスとの接続や権限周りについて触れていきます。

参考情報

Webiner : アプリケーション開発者のためのAzure Databricks入門

セッション動画 : 【de:code 2018】DA10 ~ビッグデータとAIのスケーラブルなサービス基盤~ Azure Databricks とは何なのか

 

Azure 上に AlwaysOn AG 構成を構築する際のリスナーについて

$
0
0

この記事は、2016 年 8 月 31 日 に Data Platform Tech Sales Team Blog にて公開された内容です。

 

Microsoft Japan Data Platform Tech Sales Team

中川

オンプレ環境において AlwaysOn Availability Group(以後、AGと称す) 構成を幾度となく構築した経験のある人でも、Azure 上で AlwaysOn AG を構築する際についつい躓いてしまうポイントがあります。それはリスナー構成です。今回はそのリスナーを構成する際に Azure ではオンプレ時とは少し違った考え方をしなければならないポイントをお伝えします。

まずは、オンプレ環境にて AlwaysOn AG を構築する際のリスナーについてですが、あまり意識していない方もいらしゃるかと思いますが WSFC(Windows Server Failover Cluster) のクラスターリソースの一つであるクライアントアクセスポイントとして登録されます。具体的にはそのクライアントアクセスポイントの IP が AG ノードの NIC に仮想 IP として割り当てられ、プライマリレプリカとなる AG ノードでその IP が Up されることにより、DB クライアントはリスナーを指定して接続すると常にプライマリレプリカに接続できるようになっています。

[フェールオーバー クラスター マネージャー にて]

image

[プライマリレプリカノードにて]

image

この時点ではセカンダリレプリカノードではクライアントアクセスポイントの IP (上記の場合には 10.0.0.20 )は Up していませんが、フェールオーバーするとセカンダリレプリカノードがプライマリに昇格し、クライアントアクセスポイントの IP が Up されます。クラスターリソースであるクライアントアクセスポイントがフェールオーバー先のノード(プライマリに昇格したノード)に移動するためです。

オンプレ環境では上記を理解しておけばよかったのですが、Azure ではさらに理解しておくべきポイントがあります。というのは、この仮想 IP はあくまでもノード側(正確に言うと WSFC )で割り当てた IP となり、Azure ネットワークではその IP を認識していないため、このままではその IP に対してパケットを送信したりはできません。そこで、この仮想 IP を DB クライアントからアクセスできるようにするために登場するのが Azure Load Balancer です。

こちらのドキュメントを参考に設定していただくと Azure 上にて AlwaysOn AG のリスナーを構成することは可能ですが、作業の各ステップの意味をより理解していただくには、先ずは以下のような全体イメージを持っていただくのがよいかと思います。

image

ここで、重要になるのは以下三点となります。

  1. WSFC のクラスターリソースであるクライアントアクセスポイント(AlwaysOn AG ではリスナー)の IP は Azure ネットワークでは通信に使用できないため、DB クライアントからアクセス可能にするためにその IP を Load Balancer に持たせる
  2. Load Balancer が バックエンドの AG ノード内のどのノードでリスナーが起動しているかを確認するためにプローブを使用する
  3. プローブがどのノードでリスナーが起動しているか確認できるように、クライアントアクセスポイント側にプローブ用のポートを設定する

上記三点を意識しながら設定することにより、Azure 上にて AlwaysOn AG のリスナーを構成することができますが、更にもう一点新しいことを理解しておくことがあります。それは手順内で出てくる Direct Return Server についてです。別の呼び方で Direct Routing などとも呼ばれています。

これまでの Load Balancer は以下のようにクライアントとサーバーの間に配置して送受信のパケットの中継を担っていることが多かったかと思います。ただ、クライアントからサーバーへのパケットに比べると、サーバーからクライアントへのパケットのサイズはかなり大きいという傾向があるために、サーバーからクライアントへのパケットは Load Balancer を介さずに直接返した方が Load Balancer がボトルネックになりにくいというメリットがあります。そこで登場したのが Direct Server Return です。Azure Load Balancer は Direct Server Return に対応しており、AlwaysOn AG のリスナー構成でも使用します。

clip_image001

Direct Server Return 方式での Load Balancer の動きは、クライアントからの 仮想 IP 宛のパケットを受け取った後に、送信元 IP 、宛先 IP は変更しないまま、宛先 MAC だけを変更して実際のサーバーにパケットを送信します。そして、パケットを受け取ったサーバーは送信元 IP に直接応答します。この際、あくまでもクライアントは仮想 IP に対してパケットを送信しているため、サーバーからの応答パケットの送信元 IP も仮想 IP である必要があります。そのため、サーバー側ではループバック用に 仮想 IP を登録しておく必要があります。Azure 上で AlwaysOn AG のリスナーを構成する際に、WSFC 側でクライアントアクセスポイントの IP は直接通信には使用できないとしながらも、IP を設定しているのはループバックとして必要だからです。

image

 

上記を意識してこちらの作業を実施しますと Azure 上で AlwaysOn AG のリスナーは構成されますが、もしうまく繋がらないとなった場合には設定を見直す必要があります。例えば WSFC 側のプローブの設定値が正しいかは以下コマンドで確認できます。

image

また設定値は正しいとして、プローブが正常に動いているかを確認するためには AG のプライマリレプリカとなるノードにて Network Monitor などでパケットをキャプチャーし、Load Balancer のプローブが指定されたポート(ここでは 59999 を指定)に対しポートの確認を実施しているかをチェックします。

image

(赤枠部分を見ると、プライマリレプリカのノードのポート:59999 に対してSYN,SYN ACK,ACKのスリーウェイハンドシェイクが成功していることが分かります)

 

逆に AG のセカンダリレプリカとなるノードではクライアントアクセスポイントは起動していないため、プローブが指定されたポート(ここでは 59999 を指定)に対してリッスンしているかの確認パケットを送信してもスリーウェイハンドシェイクは成功しません。

以上により、Azure Load Balancer はクライアントアクセスポイント( AG でいうところのリスナー)が起動しているノード(プライマリレプリカノード)を把握し、クライアントからのパケットをそのノードに転送します。

 

上記の全体イメージを頭の中に持っていると、なぜ Azure 上ではオンプレ環境と比べると一工夫が必要なのか、そのためにはどういった構成にすべきかがご理解いただけるのではないかと思います。

因みにですが、AlwaysOn AG 構成方法自体は本投稿では触れませんでしたが、手動で構成する際にはこちらをご参考に構成いただくことが可能です。また、構成を理解する上では手動で構築いただくのがよいかと思いますが、自動で構成いただくためのテンプレートもご用意しており、そちらの構築手順はこちらをご参照ください。

以上、今回は Azure 上に AlwaysOn AG 構成を構築する際のリスナーというピンポイントなネタではありますが、皆さまが躓きそうなポイントをご紹介させていただきました。

 


Always Encrypted における列暗号化キーのローテーションについて

$
0
0

この記事は、2016 年 11 月 7 日 に Data Platform Tech Sales Team Blog にて公開された内容です。

 

Microsoft Japan Data Platform Tech Sales Team

中川

以前 DB Online の記事にて Always Encrypted に関するキーの管理・運用について概要をお伝えしました。その中で、列暗号化キーのローテーションについても概略をお伝えいたしましたが、今回の投稿では、実際に列暗号化キーのローテーションを実行した際に SQL Server 側でどのようなことが行われているのかをご紹介いたします。

上記記事でもご紹介しましたが、列暗号化キーをローテーションするためにはデータの再暗号を実施する必要があります。こちらの “Rotating a Column Encryption Key” セクションに具体的なスクリプトが載っておりますが、実際にデータの再暗号化処理が始まるのは、列の定義を新しい列暗号化キーを使用するように設定するスクリプト内の以下コマンドを実行した時です。

Set-SqlColumnEncryption -ColumnEncryptionSettings $ces -InputObject $database

このコマンドを実行した際に、SQL Server 側では以下の処理が実行されます。

① 該当する表と同じ定義を持った表が別名で作成される

② コマンドを実行したノードが該当する表からデータを取得しつつ、Driver 経由でデータの(旧列暗号化キーを使用した)復号化、(新列暗号化キーを使用した)暗号化を行い、その別名の表に対して insert bulk にてデータを挿入

➂ 既存表の削除

④ 別名の表の名前を変更

➄ 付随するインデックスが存在する場合には、インデックスの再作成

実際に、上記が行われていることを確認するために “Set-SqlColumnEncryption” コマンドを実行した際に SQL トレースを取得してみました。

先ずは、テスト用に以下のような表を作成し”生年月日”列を Always Encrypted にて列暗号化定義し、数件のデータを投入しています。

image

列マスターキーを正しく配置したノードにて、SSMSで接続パラメーター”Column Encryption Setting=Enabled”を指定しデータベースに接続後、表のデータを参照すると問題なく暗号化列含めてデータを参照できます。

image

もちろん上記パラメーターを指定しないと、暗号化列のデータは暗号化されたままで中身を確認することはできません。

image

 

ここで、“Set-SqlColumnEncryption” コマンドを実行し、SQL トレースを追っていきます。

① 該当する表と同じ定義を持った表が別名で作成される

以下のように全く同じ定義の表が別名で作成されています。

CREATE TABLE [dbo].[tmp_ms_xx_個人情報マスター1] (
  [ID] INT NOT NULL,
  [エリア] NVARCHAR (32) NOT NULL,
  [氏名] NVARCHAR (32) NOT NULL,
  [メールアドレス] VARCHAR (1024) MASKED WITH (FUNCTION = 'email()') NOT NULL,
  [カード番号] VARCHAR (1024) MASKED WITH (FUNCTION = 'partial(0, "************", 4)') NOT NULL,
  [生年月日] DATE ENCRYPTED WITH (
    COLUMN_ENCRYPTION_KEY = [CEK2],
    ALGORITHM = N'AEAD_AES_256_CBC_HMAC_SHA_256',
    ENCRYPTION_TYPE = DETERMINISTIC
    ) NOT NULL,
  CONSTRAINT [tmp_ms_xx_constraint_PK_個人情報マスター1] PRIMARY KEY CLUSTERED ([ID] ASC)
);

さりげなく(?)、SQL Server 2016 の新機能である Dynamic Data Masking にて”メールアドレス”列と”カード番号”列にマスキング設定をしていましたが、その定義も問題なく引き継いでいます。

② コマンドを実行したノードが該当する表からデータを取得しつつ、Driver 経由でデータの(旧列暗号化キーを使用した)復号化、(新列暗号化キーを使用した)暗号化を行い、その別名の表に対して insert bulk にてデータを挿入

insert bulk にて別名表にデータが挿入されていることが確認できます。

insert bulk [dbo].[tmp_ms_xx_個人情報マスター1] ([ID] Int, [エリア] NVarChar(32) COLLATE Japanese_CI_AS, [氏名] NVarChar(32) COLLATE Japanese_CI_AS, [メールアドレス] VarChar(1024) COLLATE Japanese_CI_AS, [カード番号] VarChar(1024) COLLATE Japanese_CI_AS, [生年月日] VarBinary(81)) with (TABLOCK, FIRE_TRIGGERS)

➂ 既存表の削除、④ 別名の表の名前を変更

既存表の削除、および別名表のリネームが行われています。

DROP TABLE [dbo].[個人情報マスター]; 
EXECUTE sp_rename N'[dbo].[tmp_ms_xx_個人情報マスター1]', N'個人情報マスター';

➄ 付随するインデックスが存在する場合には、インデックスの再作成

今回は非クラスタ化インデックスが作成されていましたので、同定義のものが再作成されています。

CREATE UNIQUE NONCLUSTERED INDEX [idx_個人情報マスター_カード番号] ON [dbo].[個人情報マスター]([カード番号] ASC);

列暗号化キーのローテーションを行うにはデータの再暗号化処理が必要ですが、“Set-SqlColumnEncryption” コマンドを使うことによって上記処理を全て透過的に行ってくれます。

但し、暗号化処理が実行されている表に対してはデータの書き込みが行えない、また一時的にデータの二重持ちが発生することになりますので、実際に実行する際にはユーザー様への影響、リソース状況(ストレージ容量含む)を考慮してから実行するようにしてください。

以上、今回はAlways Encrypted における列暗号化キーのローテーションについてお伝えしました。

 

関連リンク

 

Top Contributors Awards! Methods for Resolving Missing Dependencies when Upgrading and many more!

$
0
0

Welcome back for another analysis of contributions to TechNet Wiki over the last week.

First up, the weekly leader board snapshot...

 

As always, here are the results of another weekly crawl over the updated articles feed.

 

Ninja Award Most Revisions Award
Who has made the most individual revisions

 

#1 Peter Geelen with 166 revisions.

 

#2 Dave Rendón with 35 revisions.

 

#3 .paul. _ with 32 revisions.

 

Just behind the winners but also worth a mention are:

 

#4 Kareninstructor with 15 revisions.

 

#5 Leon Laude with 13 revisions.

 

#6 Stephan Bren with 11 revisions.

 

#7 George Chrysovaladis Grammatikos with 8 revisions.

 

#8 Ed Price - MSFT with 7 revisions.

 

#9 RajeeshMenoth with 5 revisions.

 

#10 Richard Mueller with 5 revisions.

 

 

Ninja Award Most Articles Updated Award
Who has updated the most articles

 

#1 Peter Geelen with 116 articles.

 

#2 Dave Rendón with 24 articles.

 

#3 .paul. _ with 23 articles.

 

Just behind the winners but also worth a mention are:

 

#4 Ed Price - MSFT with 6 articles.

 

#5 RajeeshMenoth with 5 articles.

 

#6 George Chrysovaladis Grammatikos with 5 articles.

 

#7 pituach with 2 articles.

 

#8 Kareninstructor with 2 articles.

 

#9 Stephan Bren with 1 articles.

 

#10 Tasita Ebacher [MSFT] with 1 articles.

 

 

Ninja Award Most Updated Article Award
Largest amount of updated content in a single article

 

The article to have the most change this week was SharePoint: Methods for Resolving Missing Dependencies when Upgrading, by Stephan Bren

This week's reviser was Stephan Bren

 

Ninja Award Longest Article Award
Biggest article updated this week

 

This week's largest document to get some attention is Blazor: Single Page Application Using Server-Side Blazor, by AnkitSharma007

This week's reviser was Peter Geelen

 

Ninja Award Most Revised Article Award
Article with the most revisions in a week

 

This week's most fiddled with article is DPM 2016: Step-by-step How to install an Update Rollup and how to update the DPM consoles, by Leon Laude. It was revised 10 times last week.

This week's revisers were Dave Rendón & Leon Laude

 

Ninja Award Most Popular Article Award
Collaboration is the name of the game!

 

The article to be updated by the most people this week is Microsoft Dynamics AX - Deployment Model, by Natasha Mary

This week's revisers were Dave Rendón & yaghoob moradi tayyebi

 

Ninja Award Ninja Edit Award
A ninja needs lightning fast reactions!

 

Below is a list of this week's fastest ninja edits. That's an edit to an article after another person

 

Ninja Award Winner Summary
Let's celebrate our winners!

 

Below are a few statistics on this week's award winners.

Most Revisions Award Winner
The reviser is the winner of this category.

Peter Geelen

Peter Geelen has been interviewed on TechNet Wiki!

Peter Geelen has featured articles on TechNet Wiki!

Peter Geelen has won 249 previous Top Contributor Awards. Most recent five shown below:

Peter Geelen has TechNet Guru medals, for the following articles:

Peter Geelen's profile page

Most Articles Award Winner
The reviser is the winner of this category.

Peter Geelen

Peter Geelen is mentioned above.

Most Updated Article Award Winner
The author is the winner, as it is their article that has had the changes.

Stephan Bren

This is the first Top Contributors award for Stephan Bren on TechNet Wiki! Congratulations Stephan Bren!

Stephan Bren has not yet had any interviews, featured articles or TechNet Guru medals (see below)

Stephan Bren's profile page

Longest Article Award Winner
The author is the winner, as it is their article that is so long!

AnkitSharma007

AnkitSharma007 has been interviewed on TechNet Wiki!

AnkitSharma007 has won 7 previous Top Contributor Awards. Most recent five shown below:

AnkitSharma007 has TechNet Guru medals, for the following articles:

AnkitSharma007 has not yet had any featured articles (see below)

AnkitSharma007's profile page

Most Revised Article Winner
The author is the winner, as it is their article that has ben changed the most

Leon Laude

This is the first Top Contributors award for Leon Laude on TechNet Wiki! Congratulations Leon Laude!

Leon Laude has not yet had any interviews, featured articles or TechNet Guru medals (see below)

Leon Laude's profile page

Most Popular Article Winner
The author is the winner, as it is their article that has had the most attention.

Natasha Mary

This is the first Top Contributors award for Natasha Mary on TechNet Wiki! Congratulations Natasha Mary!

Natasha Mary has not yet had any interviews, featured articles or TechNet Guru medals (see below)

Natasha Mary's profile page

Ninja Edit Award Winner
The author is the reviser, for it is their hand that is quickest!

Peter Geelen

Peter Geelen is mentioned above.

 

 Says: Another great week from all in our community! Thank you all for so much great literature for us to read this week!

Please keep reading and contributing, because Sharing is caring..!!

 

Best regards,

 

[ハンズオン] Azure IaaS 応用編 –高可用性の確保・運用管理・セキュリティ対策【11/18更新】

$
0
0

[ハンズオン] Azure IaaS 応用編 - 高可用性の確保・運用管理・セキュリティ対策

2018年11月26日(月) 13:00-17:00(12:45開場)

日本マイクロソフト株式会社 品川本社 30F 30C-13

<概要>
このハンズオントレーニングでは、IT Proを対象にAzure仮想マシンの可用性の確保、運用管理、セキュリティ対策をAzure基本機能とMicrosoft Operations Management Suite(OMS)で実現する方法を解説と演習を通じて習得します。

お申込みはこちら

 

 

Azure Digital Twins のパブリック プレビューの発表

Premium Files によって Azure Files の限界が 100 倍に!

Stop hurting yourself by: Locking down security in IE11 to the point that you need a 2nd or 3rd browser in your environment.

$
0
0

Applies to:

Windows 10 1809 (October 2018, codename RS5) / Windows Server 2019

Windows 10 1803 (tbd, codename RS4)

Windows 10 1709 (Fall Creators update, codename RS3)

Windows 10 1703 (Creators update, codename RS2)

Windows 10 1607 (Anniversary update, codename RS1) / Windows Server 2016

Windows 10 1511 (November update, codename TH2)

Windows 10 1507 (RTM, codename TH1)

Windows 8.1/Windows 2012 R2

Windows 8/Windows 2012

Windows 7 SP1/Windows 2008 R2 SP1

Windows Vista/Windows 2008


As a Premier Field Engineer (PFE), I get to go on-site and from time to time, I get to troubleshoot Internet Explorer 11 related issues.


Symptoms:

A common issue that I have noticed is that Internet Explorer 11 (IE11) has ‘security’ lock down to the point that some Webpages and Web-based Line of Business (LoB) applications don't render properly.

And what do architects, IT admin’s, Helpdesk, Field Techs end-up doing? Installing one or more 3rd party browser to work-around it.


Cause:

1) The most common mistake that I see in most environments is that the Security/Windows architect(s) goes ahead and applies one of these "Security policies" to the new Windows 10 or Windows Server 2016/2019 images without any testing of their Line of Business (LoB) applications.

· Security baseline (DRAFT) for Windows 10 v1809 and Windows Server 2019

· Security baseline for Windows 10 “April 2018 Update” (v1803) – FINAL

· Security baseline for Windows 10 “Fall Creators Update” (v1709) – FINAL

· Security baseline for Windows 10 “Creators Update” (v1703) – FINAL

· Security baseline for Windows 10 v1607 (“Anniversary Update”) and Windows Server 2016

· Security baseline for Windows 10 (v1511, "Threshold 2") — FINAL

· Security baseline for Windows 10 (v1507, build 10240, TH1, LTSB) — UPDATE

· Security baselines for Windows 8.1, Windows Server 2012 R2 and Internet Explorer 11 – FINAL

Note: This applies to Windows 10 and Windows Server 2016/2019 related security lock down too. You can’t just apply ‘security lock downs” and expect things to just work. You will have to take the time, go through, relax things for Business Productivity while you pursue with the ISV(s) or in-house developer(s) on getting it working.


What are some common issues? The "Security Zones".

The IE11 security baseline ends up changing:

· Windows Components > Internet Explorer > Internet Control Panel > Security Page > Internet Zone

· Windows Components > Internet Explorer > Internet Control Panel > Security Page > Locked-Down Internet Zone

As described in:

182569 Internet Explorer security zones registry entries for advanced users

Any webpage(s) that have a FQDN (e.g. contoso.com or fabrikam.com) or an IP address (e.g. 10.x.x.x or 20x.x.x.x), by default end-up in the “Internet Zone”.

TIP: Yeap, even if it’s internal websites.


So how do I find out what IE security zone that the webpage is in?

2689449 How to display zone information in Internet Explorer 9

Note: This applies to "Internet Explorer 11" too.


2) Or end-up upgrading from IE7/IE8/IE9/IE10 to IE11 without any testing.


Solution (Preferred):

Start out with this great blog post by Pieter Wiegleven:

The Ultimate Browser Strategy on Windows 10


The best way to fix these, is to go ahead and run “Update Readiness” to see what websites that your end-users are browsing to…

Windows Analytics - Update Readiness - Internet Explorer data collection

Then set the correct IE document mode. What IE document mode to select? And Deprecated document modes and Internet Explorer 11

And then deploy it to your environment using Enterprise Mode IE (EMIE) Enterprise Mode and the Enterprise Mode Site List


Work-around (Alternative):

Back in the ‘old’ days, a lot of folks ended up using “Internet Explorer Maintenance”:clip_image002

Note: This was registry tattooing from the Windows NT4/2000 days.


Which let Helpdesk and/or Field techs, and/or end-users go to “Tools > Internet Options > Security tab > Trusted Sites” and add the websites that were having problem rendering.


But “Internet Explorer Maintenance” has been deprecated as documented here:

Missing Internet Explorer Maintenance settings for Internet Explorer 11


It was replaced with the following option:

Computer or User Configuration > Administrative Templates > Windows Components > Internet Explorer > Internet Control Panel > Security Page > Site to Zone Assignment List

clip_image004

Notice the “Some settings are managed by your system adminitrator”.

Now if you click on “Local intranet” or “Trusted sites”, its grayed out as shown on the screen captures below:

clip_image006

clip_image008

This limits on how quickly the Helpdesk/Field techs/End-users could help themselves.


As a Windows Architect or Windows IT Admin, you have the following option:

Instead of “Computer or User Configuration > Administrative Templates > Windows Components > Internet Explorer > Internet Control Panel > Security Page > Site to Zone Assignment List”, use Group Policy Preferences registry keys to set the “Local Intranet” and/or “Trusted Sites”

clip_image010

clip_image012

SoftwareMicrosoftWindowsCurrentVersionInternet SettingsZoneMapDomainsTheWebsiteName.comwww

clip_image014

e.g.

Next to Hive: Select “HKEY_CURRENT_USER” or “HKEY_LOCAL_MACHINE”. In this example, I’m using “HKEY_CURRENT_USER”.

Next to “Key Path:” type “SoftwareMicrosoftWindowsCurrentVersionInternet SettingsZoneMapDomainsContoso.comwww” w/o the double quotes.

Next to “Value name”, I have “http” here, but you could replace it with “https” or “*” (http and https).

Next to “Value data:” set it to 2

Note: Your options are (1) Intranet zone, (2) Trusted Sites zone, (3) Internet zone, and (4) Restricted Sites zone.


Reference:

How to configure Internet Explorer security zone sites using group polices

This will provide the helpdesk/field techs/end-users to be able to fix it themselves.


Ok, for you helpdesk/field techs that need to get this fixed temporarily while it goes through the change control process. What are your options?

If you have “Local Admin” rights, you could go to:

clip_image016

HKEY_LOCAL_MACHINESOFTWAREPoliciesMicrosoftWindowsCurrentVersionInternet SettingsZoneMapDomainsContoso.com

http (dword) 2 (hex)

or

https (dword) 2 (hex)

or

* (dword) 2 (hex)

Note: Your options are (1) Intranet zone, (2) Trusted Sites zone, (3) Internet zone, and (4) Restricted Sites zone.

In this example, I’m showing Contoso.com, and using * which will put http://www.contoso.com and https://www.contoso.com in the “Trusted Sites” zones.


Thanks,

Yong Rhee (while I was in Oregon)


P.S.  Other “Stop hurting yourself by:” blog posts

Stop hurting yourself by: Setting the Account lockout to 3

Stop hurting yourself by: Not applying the non-security updates for Windows and Windows Server.
Stop hurting yourself by: Not updating the drivers and firmware in Windows and Windows Server.
Stop hurting yourself by: Disabling IPv6, why do you really do it?
WMI: Stop hurting yourself by using “for /f %%s in (‘dir /s /b *.mof *.mfl’) do mofcomp %%s”

P.P.S.  If you need assistance with the “Security Baseline” implementation, the Onboarding Accelerator for Windows Clients, Phase 2 covers it.  For more info, please go to https://serviceshub.microsoft.com/blog/


[mstep] 人気講師登壇で緊急開催決定!11/21 営業のための Microsoft Azure 入門 / 11/22 ITPro のための Microsoft Azure 仮想マシン 基礎 【11/19更新】

$
0
0

mstep

mstep は、マイクロソフト パートナー ネットワークへご参加のパートナー様がご利用いただける本格的なクラスルーム/オンライン トレーニングです。

お申し込みは先着順となり、定員に達し次第締め切らせていただきますので、お早めにお申し込みください。
mstep はMPNパートナー様の特典として提供しており、受講は無償となっておりますので、ぜひご活用ください。


mstepclassroom

***************************************************************************************
■開催間近 おすすめコース 1
***************************************************************************************

営業のための Microsoft Azure 入門 ~ Microsoft Azure で何ができるの? Azure の提案は? 課金の概算算出方法は? ~

***************************************************************************************

日時:2018 11 21 13:30 16:30 (受付開始:13:00)

場所:日本マイクロソフト株式会社 品川本社 31 階 セミナールーム B

108-0075 東京都 港区港南 2-16-3 品川グランドセントラルタワー

申し込みはこちら

【概要】

Microsoft Azure の全体像、Microsoft Azure IaaS PaaS の主なサービスの活用方法やメリット、Microsoft Azure の事例、従量課金の算出、ライセンスなど、セールスの方に必要な情報を幅広くお伝えします。

※ プリセールス エンジニア/ポストセールス エンジニアの方で、Microsoft Azure の技術的な情報が必要な方は、本セミナーをご受講の上、mstep ITPro のためのMicrosoft Azure 仮想マシン基礎』 セミナーと mstep ITPro と開発者のための Microsoft Azure PaaS 基礎』 セミナーも併せてご受講ください。

【対象者】

Microsoft Azure の営業活動を担当される方

(本セミナーのメイン対象者はセールスの方ですが、プリセールス エンジニア/ポストセールス エンジニアの方にも、ぜひ受講していただきたいです)

【前提知識】

  • IaaS、PaaSSaaS など、クラウド サービスについての一般的な知識をお持ちの方
  • マイクロソフト製品のシステムをご提案したことがある方

【目標】

  • Microsoft Azure の基本的な概念、活用方法、課金の考え方、ライセンスなどを理解すること
  • マイクロソフト Azure の事例を交えながら、お客様のニーズや課題を探れるようになること
  • お客様のニーズに基づいて、Microsoft Azure のシステムをご提案できるようになること

【コース内容】

1 章 : はじめに

2 章 : Microsoft Azure の概要

3 章 : Microsoft Azure の事例と各種サービス

4 章 : Microsoft Azure のご提案

5 章 : Microsoft Azure のお見積もり

6 章 : さいごに

 


***************************************************************************************

■開催間近 おすすめコース 1

ITPro のための Microsoft Azure 仮想マシン 基礎 (Azure Resource Manager 編)

***************************************************************************************

日時:2018 11 22 13:00 17:30 (受付開始:12:30)

場所:TKP 品川港南口会議室 カンファレンスルーム4B

108-0075 東京都 港区港南 2-4-3 三和港南ビル 4F

申し込みはこちら

【概要】

Azure Resource Manager(ARM)デプロイ モデルの Azure 仮想マシン、ディスク(ストレージ)、仮想ネットワークの基本的な作成と構成、および Azure 仮想マシンのバックアップについて解説します。また、Azure 仮想マシンのシステムをご提案できるように、Azure 仮想マシン環境の課金についても、ご紹介します。

【対象者】

Azure 仮想マシンと仮想ネットワークの基礎を習得したい IT Pro の方

【前提知識】

  • Azure の基本的な知識をお持ちの方
  • Azure の無償試用版にサインアップし、Azure ポータルにサインインできる方
  • Windows Server 2012/2012 R2/2016 の基本的な知識お持ちの方
  • オンプレミスの仮想化システムの基本的な知識をお持ちの方
  • IP アドレス、通信ポート、DNS サーバー、ルーティング、VPN などの、ネットワークの基本的な知識をお持ちの方

【目標】

  • Azure IaaS 仮想マシンを構成するサービスと概念を理解できること
  • ストレージ サービスと仮想ネットワークの基本的な構成ができること
  • Azure 仮想マシンの基本的な作成と構成ができること
  • Azure 仮想マシン環境の課金の考え方を理解できること

【コース内容】
1 章 : はじめに
2 章 : Azure 仮想マシンを構成するサービス    - 仮想マシン、ストレージ、仮想ネットワーク、リソース管理
3 章 : Azure 仮想マシンのディスク(ストレージ)
- ストレージ アカウント
- パフォーマンス、レプリケーション
- アンマネージド ディスク、マネージド ディスク

4 章 : Azure 仮想マシンのネットワーク
- 仮想ネットワーク
- IP アドレス、名前解決、ポート制御
- VNet 対 VNet 接続、VNet ピアリング
- サイト対サイト接続
- ポイント対サイト接続

5 章 : Azure 仮想マシンの作成と接続
- Windows 仮想マシン/Linux 仮想マシンの作成と接続
- Windows 仮想マシンの日本語化
- カスタム イメージによる展開

6 章 : Azure 仮想マシンの構成
- データ ディスクの接続と構成
- スケールアップ
7 章 : Azure 仮想マシンのバックアップ
8 章 : さいごに


2018 年 11 月 22 日から 2018 年 11 月 25 日まで Xbox One X を 7,000 円引きで購入いただける期間限定のキャンペーンを実施

$
0
0

日本マイクロソフト株式会社 (本社: 東京都港区) は、2018 年 11 月 22 日 (木) から 2018 年 11 月 25 日 (日) まで、Xbox One X を、参考価格 49,980 円 (税込 53,978 円) から 7,000 円 (税抜) 引きとなる 42,980 円 (税込 46,418 円) で販売する「Xbox One X 7,000 円 OFF セール キャンペーン」を実施いたします。

今回の対象製品は以下の通りです。

「Xbox One X 7,000 円 OFF セール キャンペーン」対象製品

製品名 参考価格 (税抜) キャンペーン価格 (税抜)
Xbox One X 49,980 円 42,980 円

* ゲーム同梱版および Xbox One X ホワイト スペシャル エディションは対象外です。
* お客様の購入価格は、販売店により決定されますので、販売店にお問い合わせ下さい。
* 本キャンペーンの実施有無については販売店にお問い合わせください。

その他、現在発売中のすべての『Xbox One』本体および基本情報については製品サイトをご参照ください。

Xbox One 製品サイト

.none{display:none;}
.name1 {
width: 40%;
}
table {
width: 100%;
border-top: 1px solid #ddd;
border-right: 1px solid #ddd;
border-collapse: collapse;
}
table th,
table td {
border-left: 1px solid #ddd;
border-bottom: 1px solid #ddd;
padding: 10px;
}
table th {
background-color: #f7f7f7;
text-align: center;
}
.price {
text-align: right;
}
@media screen and (max-width: 1000px) {
.name1 {
width: 100%;
}
table {
display: block;
position: relative;
}
table thead {
display: block;
float: left;
}
table tbody {
display: block;
width: auto;
position: relative;
white-space: nowrap;
-webkit-overflow-scrolling: touch;
}
table td {
display: block;
width: 500px;
}
table th {
display: block;
text-align: right;
}
.price {
text-align: left;
}
table tr {
display: inline-block;
}
table tbody tr {
margin-right: -5px;
}
}
@media screen and (max-width: 600px) {
table {
font-size: 12px;
}
}

Exchange-Get-Mailboxes-GUI

$
0
0

Here is a GUI to get mailboxes information in an Exchange 2010, 2013, 2016, 2019 and/or Exchange Online (O365) environments.
Download link is at the very end of this article.

Principle

For this GUI, I designed the interface using Windows Presentation Foundation, which is the next generation of Windows Forms, and which enables anyone to design Windows interfaces for underlying programs, to help users to get the most from computer programs.

Here's the principle used to create this Powershell application using WPF:

  • First, I designed the Windows Presentation Foundation forms using Visual Studio 2017 Community Edition (which is free), and pasted the generated XAML code from Visual Studio 2007 into a PowerShell script - in this script I pasted directly the XAML code into a PowerShell "here-string", but you can load the XAML code from a separate file using Get-Content for example, that way if you want to change your Windows WPF form design, you just have to modify or paste the new code from Visual Studio directly into that separate file and leave your .ps1 script alone.
  • then with a PowerShell code snippet I parsed the XAML code to get the form objects that PowerShell understands - buttons, check boxes, datagrids, labels, text blocks used as inputs as well as outputs sometimes (to put the PowerShell commands corresponding to the users input for example), and the form object itself, which is the container of all the other objects (buttons, checkboxes, etc...)
  • and finally I wrote the functions behind the form that I want to run when the form loads, when we click the buttons, when we check or uncheck the checkboxes, when we change the text in text boxes, or when we select items from datagrids => for code to execute when the user interacts with Windows WPF forms, we must use the WPF form object's "events" (add_click, add_textChanged, add_loaded, add_closing, etc...) => you can retrieve Windows WPF form objects on the MSDN, or simply on Visual Studio 2017 when you design your form (switch from object properties to the object events to view all available events for a selected object)

It's pretty straightforward to write PowerShell WPF applications if we have in mind how to structure the program: 1- design the form in Visual Studio 2017 (or manually but it's too complicated for me, hence the choice to use VS) 2- paste the generated XAML code in your PowerShell program, on a placeholder where you pre-populated a PowerShell code to parse the XAML code to generate PowerShell-understandable objects 2- write the functions you want to execute behind the form 3- write the form events (these are similar to small functions, to tell the form what to do when user clicks a button, or when user start typing text in boxes, or when use checks a box, or selects an item in a datagrid or in a list box, etc..) and call the functions from these form events.

Important notes

This PowerShell app requires PowerShell V3, and also requires to be run from a PowerShell console with Exchange tools loaded, which can be an Exchange Management Shell window or a PowerShell window from where you imported an Exchange session, see my TechNet blog post for a summary on how to do this (right-click => Open in a new tab otherwise below sites will load instead of this page):

Screenshots - because a picture is worth 1000 words...

First window when launching the tool

screenshot1

After a sample Get-Mailbox which name includes "user" string

screenshot2

Note that for cloud mailbox, the "Location" column will tell you that the mailbox is hosted in the cloud:

screenshot2.1

If you select "Unlimited" under the Resultsize (max number of mailboxes to search), or a number that is greater than 1000, you get a warning asking you if you want to continue

screenshot3 screenshot3.1

Selecting mailboxes in the grid, notice the "Action on selected" button that becomes active

screenshot4

Action : After selecting some mailboxes in the grid, calling the "List Mailbox Features" action in the drop-down list

screenshot5

Action: Anoter action possible, calling the Single Item Recovery and mailbox dumpster limits for the selected mailboxes

screenshot6

Action: List mailbox quotas, including database quota for each mailbox

Note that mailbox quotas list include the Database info quota - that is useful when mailboxes are configure to use Mailbox Database Quotas screenshot7

On most actions, you can copy the list in Windows clipboard (will be CSV Formatted) for further analyis, reporting or documentation about your mailboxes

screenshot8

More to come...

Download link

Nové české User Groups

$
0
0

Komunita žije! Kromě již historicky zavedeného WUG můžete nyní navštívit i akce AUG a PPUG. A co ony zkratky vlastně znamenají?

Azure User Group (AUG) sdružuje nadšence, profesionály a uživatele platformy Microsoft Azure. Ať ji využíváte jako vývojář, její analytické nástroje a služby či virtualizovanou infrastrukturu jako IT specialista.

Více na stránkách Azure User Group.

Power Platform User Group (PPUG) cílí na uživatele PowerApps, Microsoft Flow a v budoucnu i Power BI. Za cíl si klade seznámit širokou veřejnost i profesionály s účelem této platformy a jejími možnostmi v praxi.

Více na stránkách CZSK Power Platform User Group.

Windows User Group (WUG) je u nás i na Slovensku dlouhou stálicí. Posláním sdružení je fyzicky sdružovat počítačové profesionály se zájmem o platformu Microsoft a to nejen Windows, pořádat přednášky, odborné semináře, konference, vzdělávací akce a pravidelné meetingy pro své členy i širokou veřejnost.

Více na stránkách Windows User Group - Czech Republic.

- Petr Vlk (MVP, KPCS CZ, WUG)

Office 365 Weekly Digest | November 11 – 17, 2018

$
0
0

Welcome to the November 11 -17, 2018 edition of the Office 365 Weekly Digest.

There were six additions to the Office 365 Roadmap last week, including a new simplified sync technology for Outlook on Android and iOS, and the ability to create an org-wide team (up to 2,500 users) in Microsoft Teams.

There is one new event - the November 2018 V-Meet Up for Women IT Pros on Friday, November 30, 2018 at 10am PT. Teams-focused events are available through the remainder of November.

Highlights from last week's blogs include insider tips from the Teams team on how to become a Teams super user, improved productivity capabilities at Office.com, ownership transfer in Microsoft Forms, and a makeover for meeting exclusion rules in Workplace Analytics.

Noteworthy items wrapping up the post include the Office 365 Update video for November 2018, two Microsoft IT Showcase case studies and the latest updates for Microsoft Flow.

 

OFFICE 365 ROADMAP

 

Below are the items added to the Office 365 Roadmap last week…

 

Feature ID

App / Service

Title Description

Status

Added

Estimated Release

More Info

33593

SharePoint

Location column Add a dynamic list/library column to include geographic location, address, map and more.

In development

11/14/2018

December CY2018

n / a

43947

OneDrive

New Mobile Capture scenarios for OneDrive on iOS and Android We are extending our scan functionality in the OneDrive for Business mobile apps to make your experience even better. You can use the OneDrive apps to scan documents, whiteboards, images from the field, a site visit and more. With the new Mobile Capture feature, you can now add custom metadata to anything you scan with the app. Simply start the scan from the Library you want to add it to, and after capturing the scan, the metadata fields will appear for you to edit in the app. The image and metadata will both be added to the library you've selected.

Rolling out

11/14/2018

December CY2018

n / a

43970

Outlook

Android

Outlook for Android: Simplified sync technology Outlook for Android will connect directly to Exchange Online via a native Microsoft sync technology. 

In development

11/14/2018

December CY2018

n / a

43972

Outlook

iOS

Outlook for iOS: Simplified sync technology Outlook for iOS will connect directly to Exchange Online via a native Microsoft sync technology.

In development

11/14/2018

December CY2018

n / a

43951

Teams

Create an org-wide team (for up to 2,500 users) in Microsoft Teams Microsoft Teams will support an easy way for everyone in an organization with up to 2,500 active users to be a part of a single team for collaboration with the new org-wide team type. With this feature, all internal users (up to 2,500 active users) will be added as members automatically.

In development

11/14/2018

November CY2018

n / a

34238

Yammer

Question & Answer Harness collective knowledge with new Yammer features that significantly improve support for communities where people can get questions answered. Yammer adds a new 'question' post type and showcases the best answer.

In development

11/15/2018

Q2 CY2019

n / a

 

 

UPCOMING EVENTS

 

Teams Tuesdays

When: Tuesday, November 20, 2018 from 10am – 11am PT | Whether you're managing a new project or starting your own business, it helps to have a team behind you to brainstorm ideas, tackle the work together, and have some fun along the way. Now you can use Microsoft Teams to do just that. Join our team LIVE every Tuesday from 10-11am PDT to learn how you can get started with the free version of Teams. In this hour, we'll walk you through the product and key features, share best practices for getting started, and answer any questions you may have. We look forward to meeting you!

 

Upgrade 101: Understanding your upgrade from Skype for Business to Microsoft Teams

When: Tuesday, November 20, 2018 at 10am PT | Looking to better understand the upgrade journey from Skype for Business to Microsoft Teams? Join us for this 60-minute session to get familiar with our upgrade paths (Upgrade Basic and Upgrade Pro), our resources, and a walkthrough of our upgrade success framework to help you navigate through your journey. Check here for sessions in different time zones and other dates.

 

Strengthen Your Data Modeling Skills with Power BI

When: Tuesday, November 20, 2018 at 11am PT | Register for this webinar to take your Power BI modeling skills to the next level. Learn about the Power BI in-memory analytics engine, strategies for creating and managing data relationships, and how to use Data Analysis Expressions (DAX) filter context. Find out how to master any modeling challenge with Power BI or Azure Analysis Services. You'll also learn how to: (1) Load, store, and analyze data in Power BI, (2) Define business rules and calculations using DAX, and (3) Use DirectQuery to connect directly to data sources.

 

Getting Started with Microsoft Teams

When: Wednesday, November 21, 2018 at 8am PT | This 60-minute session introduces you to the key activities needed to get started with Microsoft Teams today. From setting your profile, to running a meeting, users will leave this session with the foundation needed to use Teams with confidence. Check here for sessions in different time zones and other dates.

 

Make the switch from Skype for Business to Microsoft Teams: End User Guidance

When: Wednesday, November 21, 2018 at 1pm PT | Designed specifically for Skype for Business end users, this course offers everything you need to help make the transition to Microsoft Teams. We'll focus on the core communication capabilities you use today, chat and meetings, as well as provide an orientation to additional collaboration functionality Teams has to offer. Check here for sessions in different time zones and other dates.

 

[Rescheduled] Webinar: What's new in Windows 10, version 1809 for IT pros

When: Wednesday, November 28, 2018 at 10am PT | As an IT professional, you have a lot on your plate. You're managing corporate- and user-owned devices, deploying feature and quality updates, identifying and resolving compatibility issues, and more. Windows 10, version 1809 includes features that can help you simplify upgrade planning, identify and resolve compatibility blockers, monitor update compliance, and remediate end user impacting issues so you can get your job done with less frustration. Join this webinar to: (1) Discover how you can move away from traditional, image-based deployment with Windows Autopilot, (2) Learn about the steps you can take right away to better protect user identities, devices, and information, and (3) Find out how you can create more secure, scalable, and reliable desktop virtualization solutions that integrate with your modern desktop. | Resource: What's new in Windows 10, version 1809 for IT pros

 

Nov 2018 v-meet up for Women IT Pros - How to be a community leader

When: Friday, November 30, 2018 at 12pm PT | In November we'll have several of our Most Valued Professionals (MVPs) visiting Redmond. We'll have some of them on our call to talk about how they became more active in the tech community - blogging, speaking, writing books etc. Join us to learn ways you can be more active in the tech community and maybe level up to the kind of leadership that gets awarded MVP status. Our meetings are open to anyone of all gender identities who wants to support women in the IT Pro field.

 

[Rescheduled] Ask Microsoft Anything (AMA): Windows 10, version 1809 for IT Pros

When: Thursday, December 13, 2018 at 9am PT | If you're in IT, make sure you join us Thursday, December 13th to get up to speed and get your questions answered about Windows 10, version 1809. An AMA is a live online event similar to a "YamJam" on Yammer or an "Ask Me Anything" on Reddit. We've assembled a group of engineers and product managers from the Windows, Window Defender ATP, System Center Configuration Manager, Microsoft Intune, Microsoft Edge, and Microsoft 365 teams—and we'll be answering your questions live during what promises to be an exciting and informative "Ask Microsoft Anything" (AMA) event. Join in the Windows 10 AMA space, or add it to your calendar. We look forward to seeing you there!

 

BLOG ROUNDUP

 

How to become a Microsoft Teams super user – Insider Tips from the Teams team

Want to learn how to get the most out of Teams from the folks behind the product? We asked the Teams team to share their favorite Teams tips and tricks. Looking for more super user tips? Keep reading to learn how to: Increase your focus time, Collaborate better with others, Stay organized, and Have fun in Teams!

Related:

 

Get started at Office.com with tools for improved productivity in Office 365

Modern workers are always looking for ways to be more productive, but in today's always connected world filled with infinite distractions, it is hard to stay focused, find what you are looking for and determine where to get started doing your most important work. Office.com pulls your most relevant apps, documents and places where you and your coworkers are working—all in one place. We are pleased to update you on the new capabilities that are coming to Office 365 in the web.

 

Manage Your Forms Easily with Ownership Transfer

With Microsoft Form's new ownership transfer feature, you can now move a form you've created to Group forms so that all members of your group also become "owners" and have full editing capabilities. Your newly transferred form will also inherit all the features of a group form, such as its responses stored in the SharePoint site of the group, the ability to share the form in your group's Team channel, etc. To transfer ownership of a form and share it with a group, go to My forms and click on More form actions (…) on the top right corner of your form. Select "Move", and then select the group you want to transfer to, then confirm the move. After the transfer completes, the moved form is still active, and you can click Open in Excel in the Responses tab of your form and review your responses.

 

Workplace Analytics - November 2018: Meeting exclusion rules

The Workplace Analytics team is excited to announce our feature updates for November. This month, you'll learn about our makeover of the Meeting exclusion rules feature. In the past, building custom meeting exclusion rules took much time and effort, but as of this month, it has been streamlined significantly. The changes are: (1) The process of building meeting exclusion rules has become a guided flow, and (2) We provide a suggested default exclusion rule that you can apply. Note: All rules built with the previous meeting exclusions feature can still be used in Workplace Analytics Queries or set as the preferred rule in Explore and Solutions. These rules can be viewed, but they cannot be edited or duplicated.

 

NOTEWORTHY

 

Video: Office 365 Update for November 2018

Format: Video (10 minutes) | Jim Naroski covers recent enhancements to Office 365, including Embedded 3D animations, blur background in Teams, Desktop App Assure, SharePoint Migration Tool, SharePoint Admin Center, HITRUST CSF Certification, and more. The video transcript, complete with links to additional information on everything covered, is available at http://aka.ms/o365update-blog.

 

Microsoft IT Showcase: Microsoft 365 helps create a secure modern workplace

Format: Case Study | Published: November 12, 2018 | The significant increase in mobile data usage, cloud adoption, digitization, and personal devices in the enterprise brings new opportunities and security risks. Microsoft uses many Microsoft 365 security technologies to help ensure a productive and secure environment for the company and our customers. Together, these Microsoft 365 security tools enable us to strengthen authentication, employ conditional access, better protect data, and automate threat protection—all while streamlining our security management through a tightly integrated set of tools. | Related: CISO series: Lessons learned—4 priorities to achieve the largest security improvements

 

Microsoft IT Showcase: Metrics that matter – how we track our digital transformation

Format: Case Study | Published: November 14, 2018 | Microsoft Core Services Engineering and Operations (CSEO) developed a big data visualization solution that summarizes and tracks important business processes and systems. The solution is integrated with regular processes and refines large amounts of data into accurate and actionable information for the entire organization. With the big data solution, CSEO is improving satisfaction, enabling growth, and driving operational effectiveness on the road to digital transformation.

 

Announcing the Flow checker and four new connectors

We have added four new connectors, including Parseur and Stormboard, and made several improvements to existing connectors, like Microsoft Translator and Azure DevOps. We're also excited to announce the new Flow checker feature, which will promote higher quality flows by ensuring best practices are followed. By running the checker, you will be able to get answers to questions like: which areas of my flow implementation pose a performance or reliability risk? For each issue identified, the Flow checker points to specific occurrences within the flow where improvements may be required. And more importantly, you learn how to implement these improvements by following detailed guidance.

 

KB 4461529 適用後、一部ユーザーで Outlook 2010 64 ビットが起動時にクラッシュし、起動できない

$
0
0

Outlook 2010 のセキュリティ更新 KB4461529 適用後に発生する問題について、既に以下情報が公開されておりますが本ブログでもお伝えいたします。
新たな情報が入りました本ブログでも公開いたします。

タイトル : Outlook 2010 crashes on startup after installing November Public Update KB 4461529

URL : <https://support.office.com/en-us/article/outlook-2010-crashes-on-startup-after-installing-november-public-update-kb-4461529-8236c141-450d-45bf-861b-07dec3f4dcb9>

 

事象

Outlook 2010 64 ビットに、2018 11 13 (日本時間の 11 14 ) 公開の Outlook 2010 のセキュリティ更新 KB4461529 適用後、一部ユーザーで Outlook が起動しない問題が発生します。

KB4461529 のアンインストールで事象を回避を確認しています。

 

発生条件

以下の両方の条件を満たす場合に発生することがあります。

本事象は、Outlook 起動時の内部処理に依存して発生するため、全員で発生する事象ではなく、影響を受けるユーザーは少ないことを確認しています。

Office 2010 64 ビット版をご利用

KB4461529 を適用済み

 

現在の状況

マイクロソフトにて調査中のステータスとなりますが、近日中に本問題を修正した更新プログラムをリリース予定です。

 

対処方法

修正版の更新プログラムのリリースまでにつきましては、Outlook on the Web のご利用をご検討ください。

 

本情報の内容(添付文書、リンク先などを含む)は、作成日時点でのものであり、予告なく変更される場合があります.

 

Viewing all 34890 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>