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

Did you miss the live event? On-demand options are now available!

$
0
0

Are you ready to expand your Modern Workplace knowledge? These technical webinars, available to you as a Microsoft Partner Network member at no cost, are mostly technical in nature, but will occasionally deliver marketing and business news pertaining to building a Cloud practice. Register for the following on-demand events, available anytime, anywhere! *

Adopting Microsoft 365 Modern Desktop Management – Examine technologies and solutions to help you better manage the productivity and security capabilities for Microsoft 365 powered devices.

*On-demand links are available now through March 31, 2019.

Technical Deep Dive on Microsoft Teams Direct Routing – Learn how Direct Routing lets organizations use their local phone service provider to make PSTN phone calls.

*On-demand links are available now through March 31, 2019.

Explore the full suite of technical webinars and consultations available for the Modern Workplace technical journey at aka.ms/technicaljourney.


Service Fabric Processor のパブリック プレビュー提供開始

$
0
0

執筆者: James Birdsall (Software Engineer II, Microsoft Azure)

このポストは、2019 3 4 日に投稿された Service Fabric Processor in public preview の翻訳です。

 

マイクロソフトの Azure Event Hubs クライアントは、 2 つのレベルで抽象化されていました。1 つは低レベルのクライアントで、イベント送信クラスとイベント受信クラスがあります。これらはアプリケーション側で自由に制御できますが、Event Hubs の設定をアプリケーション側で理解し、常にそれぞれのパーティションに接続している必要があります。この上位のクライアントが高レベルのライブラリ、Event Processor Host です。このライブラリでは、受信側には詳細情報を渡しません。Event Processor Host は複数のホスト インスタンス間で自動的に Event Hubs パーティションの所有権を分配し、指定の処理にイベントを送信します。

Service Fabric は、マイクロソフト提供のもう1 つのライブラリです。アプリケーションを断片的に分割し、複数のノード間で分散させる、汎用のフレームワークです。多くのお客様がアプリケーションに Service Fabric を使っていますが、その中には Event Hubs からイベントを受信するものがあります。Service Fabric のアプリケーション内で Event Processor Host を使うこともできますが、エレガントとはいえず、冗長になります。この組み合わせは、ノード間での負荷分散が 2 つの階層で別々に実行され、お互いに認識されません。また、Event Processor Host のインスタンスのパーティションの所有権を Azure Storage によって調整するためAzure Storage に負荷がかかります。

Service Fabric Processor は、Service Fabricと統合された新しいイベント処理ライブラリです。パーティション管理や信頼性の高いストレージ、より高度な負荷分散処理を Service Fabric の機能で行います。また、Event Processor Host でおなじみのシンプルなインターフェイスでプラグラミングできます。Service Fabric Processor の唯一の要件として、 Service Fabric アプリケーションが使う Event Hubs と同数のパーティションが必要です。これによって Event Hubs のパーティションからアプリケーションのパーティションに 1 on 1 でマッピングし、Service Fabric を効率的にロードすることができます。

Service Fabric Processor は現在プレビュー段階で、NuGet Microsoft.Azure.EventHubs.ServiceFabricProcessor (英語) ページで公開されています。ソース コードは GitHub .NET Event Hubs クライアント リポジトリ (英語) で公開されています。また、サンプル アプリケーション (英語) GitHub でご覧いただけます。

デベロッパーにとって、Service Fabric Processor でのアプリケーション作成には主に二段階の手順があります。まず、IEventProcessor インターフェイスを実装するクラスを作ります。パーティションの処理開始時に呼び出すメソッド (OpenAsync)、処理終了時に呼び出すメソッド (CloseAsync)、エラー発生時の通知処理メソッド (ProcessErrorAsync)、受信したイベントを処理するメソッド (ProcessEventsAsync) を指定します。最後のメソッドが、ほとんどのアプリケーションの中核、ビジネス ロジック実行部分です。

次に、アプリケーションの機能を実行する RunAsync メソッドにコードを追加して、Service Fabric と統合します。基本的な手順は、次のとおりです。

  • EventProcessorOptions のインスタンスを作成し、必要なオプションを設定する。
  • IEventProcessor を実装するインスタンスを作成する。このインスタンスは、このパーティションのイベント処理に使われる。
  • ServiceFabricProcessor のインスタンスを作成し、オプションとプロセッサ オブジェクトをコンストラクターに渡す。
  • ServiceFabricProcessor インスタンスで RunAsync を呼び出し、イベントの処理を開始する。

次のステップ

詳細については、GitHub で公開しているプログラミング ガイド (英語) をご覧ください。この記事の内容はいかがでしたか? ご意見やフィードバックがありましたら、お気軽に(元の記事の)コメント欄までお寄せください。Event Hubs の詳細については、Event Hubs 製品ページをご覧ください。

 

Adventures With Microsoft AutoPilot On Education Shared Devices (Part 1)

$
0
0

In my job I chat a lot with both school leaders and IT admins about how they can simplify the management of their devices, making it faster and easier for their end users (usually students, teachers and admin staff) to get started and complete the work they need to do on a device.

Unlike many corporate environments, schools have a very high number of “shared devices” in operation, where students of different year levels require access on the same device and, in some scenarios, even teachers need to log into the same device and access different apps and security settings. In the next two blog posts I’m going to go a bit deeper into how schools can approach this challenge with modern deployment practices, leveraging cloud identity in AzureAD, easier enrollment of devices using Microsoft Autopilot and finally a couple of tweaks for a faster user sign-in experience using Microsoft Intune as the Mobile Device Management (MDM) tool.

Overview:

As this blog post will be a little longer (and more technical) I’m going to give you a break down of what is to come so you can skip to the important sections relevant to you:

  • Part One:
    • Identity – why use a cloud identity?
    • Why use AutoPilot?
    • Configuring Autopilot
    • Enrolling your device
  • Part Two:
    • Intune vs Intune for Education
    • What are CSP?
    • Building a custom CSP Policy
    • Using LOB App Deployment in Intune

Now it’s worth stating at this stage that I am not an IT administrator by profession. Whilst I’m probably more technical than many, I’ve got the following working through a combination of relying on the detailed guides in the Microsoft Docs and awesome technical colleagues who have shared some of their expertise with me. Additionally, like you, I read a bunch of blogs to see how people have done this in the past. This blog is a small contribution to the community who like to learn from other’s experiences. If you’re reading this and are more technical than me and see some improvements or corrections in what I’ve done – I’d love to hear from you in the comments section below.

With that said, let’s get started!

Identity – why use a cloud identity?

It’s amazing how many conversations I’ve been having around cloud identities recently as school leaders are starting to understand they need to be able to simplify user access to key resources via Single Sign On (SSO), and open up both cloud/internet solutions as well as traditional on-premise hosted solutions. There are plenty of confusing diagrams out there trying to explain what this is about – the following is the simplest I could find:

AzureAD.png

Essentially, the above is showing two scenarios:

  1. The user may sign into an “on-premise” identity platform (on the left), in this case Active Directory (still incredibly common in schools) which, through the use of a tool called AzureAD Connect can automatically sign into a cloud identity as well, in this case Azure Active Directory (AzureAD or even AAD).
  2. Alternatively, the user may sign directly into a cloud service (on the right) using their AzureAD credentials. In fact, if their device is managed by the school, it may even be joined to AzureAD only.

Why does this matter? As an example, I was talking with a school recently where teachers were required to use up to four different usernames/passwords to access their key platforms such as signing into a computer, accessing their email, accessing their Student Management System (SMS) and accessing their cloud collaboration suite (Office365 in this case). Simplifying this through a single cloud identity saves time and frustration for everyone! It also improves security as people are more likely to choose a secure password if they only have one to remember.

Additionally, schools are increasingly wanting to sign into third party cloud apps with the same credentials – this blog post I wrote shows a school accessing eight different solutions with just their AzureAD identity.

The key point is: identity matters. If your school does not have a cloud identity of some sort, you’re going to be inherently limited in what you can do.

As the focus of this blog is primarily around AutoPilot, I’m not going to go deep into Identity – some useful background reading I would share is earlier blog posts I’ve written around:

For the purposes of this blog, if you’re wanting to use AutoPilot then your Office365 Tenant must have either the AzureAD P1 or P2 plans – see the differences here. With many schools opting for the M365 A3 Suite, this includes AzureAD P1:

Azure Active Directory Premium P1. In addition to the Free and Basic features, P1 also lets your hybrid users access both on-premises and cloud resources. It also supports advanced administration, such as dynamic groups, self-service group management, Microsoft Identity Manager (an on-premises identity and access management suite) and cloud write-back capabilities, which allow self-service password reset for your on-premises users.

To proceed with AutoPilot you need your users in AzureAD (and licensed with P1 or P2) so if you’ve not got that far, best to stop and sort before continuing on (if you want help with this, check out School Data Sync which can automatically add users from your Student Information System).

Why use AutoPilot?

It’s always a good question to ask, and before answering if you’re brand new to AutoPilot then it’s worth watching the video at the top of this blog post and then getting into the official AutoPilot Documentation here. If you’re coming from an Apple device management world and are familiar with the Device Enrollment Program (DEP) then the concepts of AutoPilot will be very familiar for you.

AutoPilot

Windows Autopilot is a collection of technologies used to set up and pre-configure new devices, getting them ready for productive use. You can also use Windows Autopilot to reset, re-purpose and recover devices.
This solution enables an IT department to achieve the above with little to no infrastructure to manage, with a process that’s easy and simple.

Windows Autopilot is designed to simplify all parts of the life cycle of Windows devices, for both IT and end users, from initial deployment through the eventual end of life. Leveraging cloud-based services, it can reduce the overall costs for deploying, managing, and retiring devices by reducing the amount of time that IT needs to spend on these processes and the amount of infrastructure that they need to maintain, while ensuring ease of use for all types of end users.

Back to the why use it…..

  • Devices become enrolled / locked to your organisation. If a user (authorised or not) resets the Win10 OS back to factory settings, as soon as it connects to the internet again it will register back to your organisation, making it largely useless to anyone if it was stolen.
  • Speeds up and simplifies the Win10 setup process – you can optionally skip quite a few of the steps you normally need to undertake in Win10 e.g. requiring the user to agree to the EULA, choosing their privacy settings, configure whether the user will be an Administrator or a Standard user, and depending on deployment mode, can even skip keyboard preferences.
  • Devices can be assigned to specific users, meaning when they turn it on for the first time, connect to the internet they’re greeted by name as part of their organisation.
  • AutoPilot Reset allows an IT Admin to remotely reset the device, returning it to the original state, but keeping it joined to AzureAD and enrolled into Intune for management – think of this like a “spring clean” at the beginning of the school year or new Term.

In short, AutoPilot is designed to make your life easier!

Configuring Autopilot

For my demo and testing, I’m using an Acer B117 laptop, something that is available in the NZ Education Right Device Campaign, a low cost, low spec Win10 device with 4GB RAM and options around 64/128GB SSD storage. One of the beauties of AutoPilot is that supported OEM devices can send the unique Hardware Identifier (HWID) to the purchasing organisation / school in advance of receiving the devices, allowing for the configuration of the entire environment in advance of even receiving the hardware.

An obvious upside for this would be the ability to ‘drop ship’ devices to remote employees directly from purchase, without the need for IT Admins to even site the device.

In my case, I needed to manually extract the HWID from the Acer laptop, which can easily be accomplished with some basic PowerShell (run as local Administrator):

md c:\HWID Set-Location

c:\HWID Set-ExecutionPolicy Unrestricted

Install-Script -Name Get-WindowsAutoPilotInfo

Get-WindowsAutoPilotInfo.ps1 -OutputFile AutoPilotHWID.csv

PowerShell.PNG

Basic PowerShell commands will allow you to extract the unique Hardware Identifier (HWID) for your existing device – this is required for AutoPilot to run

With the HWID obtained, the process to complete the configuration of AutoPilot is easily followed by these step by step instructions here, but largely consist of the following steps:

  1. Add your devices (HWID) into Intune
  2. Create an AutoPilot Device Group (tells Intune which devices in your organisation should be managed by AutoPilot). Note you can do both static and dynamic rules for adding devices here.
  3. Create an AutoPilot Deployment Profile – this is the configuration settings you want to choose and allows you to skip a number of the standard Win10 decisions that need to be made when a device is being set up for the first time.
  4. Assign an AutoPilot Deployment Profile to a Device Group – this matches what you’ve created in Step 2 with Step 3
  5. Assign a user to a specific AutoPilot Device – this optional step allows you to match a user in your organisation with a specific device. The net result of this is the first time the user turns on the computer and connects it to the internet their name and email address is pre-populated in the setup process, meaning they only need to confirm their password during the setup – very cool!

The documentation I’ve linked to is pretty clear – it took me about thirty minutes to follow along and set the above up the first time I ran it.

Enrolling Your Device

Now the fun really beings. With the configuration completed, you can take your brand new ‘out of the box’ device and enroll it using AutoPilot for a truly streamlined, managed experience.

I took some photos of the experience using my phone camera (photo quality is average) and anyone that has ever set up Windows 10 will be familiar with this process:

2019-03-01 15.09.13

A user must always choose their region

2019-03-01 15.09.31

Keyboard preference remains a requirement

2019-03-01 15.09.41

2019-03-01 15.10.17

At this point, once the device is connected to the internet it will automatically join AzureAD and enroll into Intune because the HWID is registered with your tenant. Further Win10 setup steps can be optionally skipped at this point based on the Autopilot Profile configuration.

2019-03-01 15.10.30

The device immediately starts to configure based on AutoPilot Deployment Profile you’ve created and assigned to the Device Group

2019-03-08 11.43.43

This screenshot shows AutoPilot busily configuring the device and giving progress updates – the time this takes varies based on how many apps you’ve chosen to push to the device.

2019-03-01 15.12.38_LI

Done! Note the following: 1) School logo is displayed 2) User is greeted by name if the device is specifically assigned to a user 3) The school/organisation name is displayed; 4) The user’s email address is displayed 5) A customisable welcome message is displayed with contact details for assistance.

At this point, the device settings and applications are installed (or possibly still coming down over the internet) but the device is ready for us.

The end user had minimal choices and actions required of them:

  1. Choose their country
  2. Choose their keyboard
  3. Connect to the internet (this could even be their home WiFi)
  4. Enter their organisation password (Office365)

My Thoughts

Modern deployment relies on the cloud for identity and provisioning of devices – there are no on-premise servers in the above model. This allows for fast, flexible and lower cost management of devices – something that appeals to education institutes where every dollar counts!

Whilst I’ve gone through the configuration pretty quickly above, along with a high level ‘rationale’ of why you’d want to do this, the next post will go a bit deeper into when to use Intune vs Intune for Education, and a couple of tweaks to make your devices run even faster at sign in and have key applications appear instantly whenever a new user signs in. I’ll likely post this in the next week or so.

MS クラウド ニュースまとめ – Azure Lab Services の一般提供開始 他 (2019 年 3 月 6 日)

$
0
0

執筆者: Cloud Platform Team

このポストは、2019 3 6 日に投稿された Cloud Platform Release Announcements for March 6, 2019 の翻訳です。

 

Azure China Azure Monitor Log Analytics 提供開始

Azure China で Azure Monitor Log Analytics の提供が開始されました。Azure Monitor は、Azure とオンプレミスのリソース、アプリケーションからテレメトリを収集、分析し、パフォーマンスを最大限に高めるフルマネージド型監視サービスです。

Azure China で提供される機能については、リージョン別の製品ページをご覧ください。

Azure Monitor の詳細については、ドキュメント ページをご覧ください。

Logic Apps | IBM 3270 コネクタのプレビュー開始

Azure Logic Apps に IBM 3270 用のコネクタが搭載され、 エンタープライズ分野でIBM 3270 上のタスク フローを自動化し、RPA (ロボティック プロセス オートメーション) や統合機能を提供できるようになりました。

メインフレーム基幹システムと最新のクラウド サービスを組み込んだ複合アプリケーションや API を簡単に開発でき、ビジネス イノベーションを大幅に促進して、新規顧客の開拓、運用効率の改善が可能になります。

IBM  3270 コネクタには、Microsoft TN3270 クライアントでエンド ユーザーのタスク フローを記録し、IBM CICS 基本マッピング サポート (BMS) 画面プログラムのレイアウトをインポートしてナビゲーション プランを定義し、Logic Apps アクションの入出力を定義できる Windows ベースのデザイン ツールがあります。 また、データ入力を自動化して入力ミスを防ぎ、Azure の機能で新しいビジネス アプリケーションを作成できます。

Logic Apps の詳細については、こちらのドキュメント (英語) をご覧ください。

Azure API Management | Azure API Management の新機能プレビュー開始

Azure API Management のサービス インスタンスをさまざまな環境 (プロダクション、ステージング、QA など) に分離する機能のプレビューが開始されました。これらの環境は、それぞれのAPI のサブセットによって複数の担当開発チームで共有されます。

この機能に関するフィードバックは、こちらで投票していただくか、新たなご意見をお聞かせください (英語)

SQL Server | SQL Server 2008/R2  Extended Security Updates 販売開始

2019 年 7 9 日に、SQL Server 2008 および 2008 R2 のサポートが終了します。定期的なセキュリティ更新プログラムの提供も終了し、インフラストラクチャやアプリケーションが保護されなくなります。

セキュリティ、パフォーマンス、イノベーションを強化するため、最新バージョンに移行できますが、すぐに移行できない場合、SQL Server 2008 /R2 用 拡張セキュリティ更新プログラム の購入をおすすめします。

SQL Server 2008 のサポート終了への対策については、こちらのページをご確認ください。

Azure Lab Services | 一般提供開始

Azure Lab Services の一般提供 (英語) が開始されました。Azure Lab Services では、仮想マシン上にラボを作成し、オンデマンドで提供できます。シンプルでインタラクティブなハンズオン体験を仮想マシンで提供し、ウェビナーやトレーニング、ハッカソンなどのさまざまなアクティビティを実施しましょう。一般提供価格は、2019 5 1 日から適用されます。

詳細については、ブログ記事および Azure Lab Services のページをご覧ください。

 

International Women’s Day

$
0
0

Photography depicts the development and design of AI applications.

International Women’s Day 8th March 2019

By Ella Cockerell, Independent Software Vendor Lead - Microsoft UK

IWD is a great day to highlight some of the great work Microsoft and its partners are doing around inclusion and diversity. In fact it’s so important to our industry’s transformation that we wanted to recognize the great work of our partners by introducing a new Microsoft 2019 MPN Partner of the Year Award ‘Diversity and Inclusion’ that will be celebrated this year at Microsoft Inspire.

Personally, I think it is great to see this being recognized as an official award. I’ve been working in the tech sector for 20 years, so far, it’s given me amazing experiences and countless fantastic opportunities. Recently, I found myself reflecting on the tech jobs I’ve had over the past two decades. I thought about how much had changed, in terms of the world, the industry, and myself. I don’t listen to TLC anymore (ok, sometimes they sneak onto my Spotify). I no longer need a special password to access the internet. And I am usually not the only woman in a room anymore.

The shift in gender balance within the industry and the companies I have worked for has been gradual but steady, and momentum has gathered pace in recent years. As someone who works for a very inclusive company, I realise I am in a privileged position. Microsoft has a well-established programme to deliver gender equality across all areas. I also work in business development, which tends to have a more equal gender balance than other sectors of the technology industry.

However, in other areas, and for other women, the story is not so simple. When we think about being inclusive and diverse, we can’t forget about intersectionality. And that means making sure that we foster an environment which is fair and open to all.

Balance for Better

This year, International Women’s Day is all about #balanceforbetter. Diversity and inclusion create a more innovative, happy workforce. That’s why our campaign for International Women’s Day this year ensures we create opportunities for women from a range of different backgrounds and geographical locations.

My role in our independent software vendor (ISV) business means I get to work with some amazing software developers, cloud architects, and data scientists across a range of industries, as well as collaborate with other channel partners. When I attend meetings, there are often discussions around the challenge of finding and building digital skills, particularly in data science. There seems to be a groundswell of concern across our ecosystem. Hiring data scientists is hard, because there is a serious shortage. When I looked at the research, there were some interesting statistics – 80 percent of UK businesses plan to hire a data scientist in 2019. According to a recent Forbes article (cited in Harnham.com), only 26 percent of data jobs in the US are held by women, with that number halving for the UK.

Given that 93 percent of data scientists earn more than the average UK wage, and knowing the importance of having gender balance across all roles, I want to encourage more women to become data scientists.

Closing the gender skills gap

We have so many fantastic people working at Microsoft. And these incredibly talented people want to come out into the community to support those who are considering a career in the technology sector. We know there are many women leaving other industries. We know there are not enough women in tech. And we know that there are not enough data scientists in the UK. We also know our partners are finding it difficult to hire data scientists, too. Could we, perhaps, make some small change to take us a step closer to solving these problems?

To help address the gender skills gap we’re currently being challenged with, we’ve launched a plan to run nine data science bootcamps across the UK on the 2nd May. Facilitated by our channel partners; Amido, ANS Group, BJSS, DevOps Group, DSP, Grey Matter, and Kainos & Incremental, our aim is to host 100 women and support them through their first module of our Microsoft Professional Programme qualification in Data Science. They will then go on to study online from home over the next six months, before returning to their host partner site for a recruitment day.

We aim to have at least half these women to gain their qualification within six months of the bootcamp, with as many as possible securing their first data science role shortly thereafter. We’re excited to launch this for International Women’s Day and hope it will be something that we can repeat.

Paying it forward

I’ve been lucky enough to be supported by some amazing women throughout my career, and I want to pay that forward by offering other women the opportunity to explore the wonder of tech. We are also encouraging those women to pay it forward to others who are less fortunate. The training course and first certificate will be provided free of charge, but we are asking for a nominal £10 donation from each delegate, which will be donated to Smart Works. Best of all, Microsoft will match each donation pound for pound.

Of course, we’re not just focusing our efforts on addressing the gender skills gap for today only. We need to continuously work to inspire the next generation of girls to pursue a career in the tech sector. That’s why we’re running our #makerchampion projects at schools across the UK to change perceptions and inspire girls to pursue STEAM subjects. For more information on that initiative, read this blog from my colleague Sarah Hedley – our UK Digital Skills Lead.

Get involved

Explore the activities we are delivering for International Women’s Day and beyond.

Sign our Partner Pledge to show your commitment to building a diverse and inclusive environment for everyone

Visit the MPN Partner of the Year Awards site to submit an entry for the Diversity and Inclusion Award.

Image of lady with long blond hairAbout the author

 

 

Ella is the UK ISV (Independent Software Vendor) Lead at Microsoft, where she also enjoys an additional role as Vice-Chair of the Women @ Microsoft board. Working in technology, Ella spent a lot of time in the early part of her career being the only woman in the room. Determined to re-address the balance in any way she can, Ella is passionate about creating inclusive environments, harnessing the power of both genders, and inspiring the next generation into technology. She is a STEM Ambassador and a Modern Muse.

小売業界の AI 戦略 (4/6) EC サイトのようなショッピング体験を実店舗で実現する AI

$
0
0

EC サイトのようなショッピング体験を実店舗で実現する AI

EC サイトでは、豊富なデータを活用してお客様ごとにパーソナライズされたサービスを提供しています。一方、実店舗ではオンラインのように最適化されたサービスが提供できないと思われがち。しかし、AI アーキテクチャを導入し、コネクテッド テクノロジやコグニティブサービスを駆使することで、オンラインのようなパーソナライズされた世界が実店舗でも再現できるのです。


実店舗でのパーソナライズされたショッピング体験を推進する AI トレンド 5 選

・ パーソナライズされた実店舗

・ 誘導による商品の発掘

・ 感情に訴えかける対応

・ ダイナミックマーケティング

・ 消費者ニーズに対応した研究開発


お客様情報を生かした実店舗でのパーソナライゼーション

ここで具体的な利用シーンを紹介しましょう。PR 代理店への就職が決まったマイ子さんは、職場に着ていく洋服を探そうとお気に入りの婦人服店舗に向かいます。店舗では、システムがマイ子さんのモバイルデバイスを検知。マイ子さんはプレミアムメンバーとしてログインした状態になりました。

マイ子さんが店舗のアプリでアシスタントを要請すると、AI スタイリング支援ツールがマイ子さんのプロフィールや過去の購買履歴から商品を検索。店舗スタッフがマイ子さんに合う洋服を試着室に用意します。

スタッフは、試着した服にマイ子さんがどのような反応を示したか情報を入力します。一方、感情を読み取る映像認識技術でもマイ子さんの好みを把握。これらの情報を元に、AI がさらに別の商品を提案します。

好みの商品を見つけたマイ子さんですが、サイズが合わないようです。そこでスタッフはマイ子さんのサイズに合った商品をオーダーし、直接自宅に配送するよう手配します。

今回の接客でマイ子さんの商品に対する反応が把握できました。この情報は次のシーズンの商品開発に生かされます。また CRM アルゴリズムにより、マイ子さんには適切なクーポンが発行されるようになります。


デジタルトランスフォーメーションへの道

・お客様がすでに利用しているモバイルデバイスや会員情報などを活用することで、実店舗でもオンデマンドサポートを提供し、ナビゲーションの支援や、店舗に入店した際にシームレスにログインできるようにする環境を整えましょう。

・実店舗での購入フローの中で、自動化できる部分やデジタル化できる部分を検討し、スタッフの作業負担を軽減させましょう。

・スタッフがお客様のプロフィールにアクセスできるようにし、接客をよりスムーズに、知見を持って進めましょう。

・過去に不満を感じたお客様が来店した場合は特定できるようにし、その人が満足できるようなサービスを提案しましょう。

・過去のショッピング体験から知見を収集し、製品面とサービス面でフィードバックがうまく回る仕組みを構築しましょう。


イノベーション事例

デザイナー香水店の Fragrance Shop では、お客様に対する理解を深めてパーソナライズな体験が提供できるよう、Microsoft のクラウド技術と Microsoft Azure を採用しました。これにより Fragrance Shop の実店舗では、お客様が何人来店して何人通り過ぎたかといったデータや、販売の頻度や会話などの情報を、分刻みのライブデータとして収集しています。一方、新技術の採用でセキュリティや可用性、拡張性などを Microsoft に委ねることが可能となったため、IT 部門の負荷軽減にもつながりました。

小売業界の AI 戦略 (全 6 回)
  • 第 4 回 EC サイトのようなショッピング体験を実店舗で実現する
  • 第 5 回 データを駆使してオペレーションを最適化
  • 第 6 回 AI を活用して効果的なマーケティング キャンペーンを実行

 

【New in AI: 2019/03/06】AI と MR の活用によって生まれる新たな可能性

$
0
0

"New in AI" では、ビジネスや社会の変革に向けて、マイクロソフト AI を活用いただいている世界各地の事例を紹介します。

New in AI – 2019年3月6日更新: AI と MR の活用によって生まれる新たな可能性

AI と MR の活用によって生まれる新たな可能性

米国の病院では毎年およそ 100 万人の患者が、世界規模で見ればさらに多くの患者が、自力でベッドから起き上がろうとして転落しています。米 Ocuvera は、Azure Kinect の深度検知カメラと AI アルゴリズムを活用することでこの問題を解決しようとしています。このツールは、援助を必要とする患者がベッドから転落しそうになるとそれを検知し、看護師に通知します。スペインのバルセロナで開催された MWC 2019 で発表された、同じ深度検知カメラは、新しい HoloLens 2 でも使用されており、 AI を活用することで周囲の状況をよりスマートに把握することができます。

複雑な産業現場における研修なども、このツールを使って行えるようになるため、労働者は必要な情報を入手するために本などを読む必要はなくなります。

この記事を読む(リンク先のページは英語です)

 


Imagine Cup 2019 : 学生が AI による自国の課題解決に挑戦

AI と MR の活用によって生まれる新たな可能性

今年開催された Imagine Cup 2019 アジア地区決勝では、包装された食品の正確な内容の特定や、自然災害時に人々に力を与えるなど、多くの学生が自国の抱える最も難しい問題を解決するため AI を活用しました。韓国チーム Fisherman は、機械学習と音声分析を活用して不審な電話を検知するツールを開発、中国チーム RailinNova は AI と IoT の両方の技術を組み合わせて列車の欠陥を特定することのできるロボットを開発しました。最も印象的だったのは、優勝チームであるインドの Caeli で、出掛けるときに最も汚染の少ないルートを推奨する、AI 搭載のスマートエアマスクを製作しました。

この記事を読む(リンク先のページは英語です)

 


近畿大学が魚の養殖で AI 導入、次世代人材の育成に向けて

AI と MR の活用によって生まれる新たな可能性

増加するマダイ養殖の需要に対し、近畿大学の養殖研究所は毎日 25 万匹もの稚魚を手作業で仕分けをしています。しかし、人口の高齢化に伴い経験豊富な仕分け人の採用が困難になるため、大学では IoT と AI テクノロジーを駆使した、仕分けプロセスを自動化するソフトウェアを実装しました。そして、6 カ月間の画像解析と機械学習により、システムの精度を人間の熟練者と同レベルにまで引き上げることに成功しました。これによって近大では、繰り返し作業を AI に行わせることで、新しい世代の養殖専門家に技術的な知識を引き継がせることに時間を費やせます。

関連記事
近畿大学水産研究所、養殖稚魚の選別を AI と IoT で効率化
すべては漁業の“働き方改革”の実現のために

 


AI side notes:

(リンク先のページは英語です)


 

本ページのすべての内容は、作成日時点でのものであり、予告なく変更される場合があります。正式な社内承認や各社との契約締結が必要な場合は、それまでは確定されるものではありません。また、様々な事由・背景により、一部または全部が変更、キャンセル、実現困難となる場合があります。予めご了承下さい。

バックナンバーはこちら

Did you miss the live event? On-demand is now available!

$
0
0

Advance your Data & AI technical knowledge by diving deep into the Data Science Process and Azure Machine Learning Platform. This technical webinar is available to you as a Partner Network members at no cost as an on-demand event, available anytime, anywhere! *

Technical Deep Dive on AI Data Science Process and Machine Learning – Learn how to use Azure Machine Learning to build your Machine Learning models and deploy them to receive predictive analytics.

*On-demand links are available now through March 31, 2019.

Explore the full suite of technical webinars and consultations available for the Data & AI technical journey at aka.ms/technicaljourney.


Running an Apple iPhone (iOS)? Do you miss Outlook? Here is the guidance to get Outlook for the iPhone.

$
0
0

[Where to download Outlook for the Apple iPhone (iOS)?]
Microsoft Outlook for Apple iPhone (iOS)
https://products.office.com/en-us/outlook-mobile-for-android-and-ios


or
Microsoft Outlook for Apple iPhone (iOS)
https://itunes.apple.com/us/app/microsoft-outlook/id951937596


[How to setup Office365 or Exchange Server and/or Hybrid?]
A new architecture for Exchange hybrid customers enables Outlook mobile and security
https://blogs.technet.microsoft.com/exchange/2018/04/02/a-new-architecture-for-exchange-hybrid-customers-enables-outlook-mobile-and-security/


Outlook app configuration – contact field export control
https://blogs.technet.microsoft.com/cbernier/2018/11/01/outlook-app-configuration-contact-field-export-control/


[How to manage Outlook for Apple iPhone (iOS) in Intune?]
New Outlook for iOS and Android App Config Policy Experience in Intune – Account Setup Config
https://blogs.technet.microsoft.com/exchange/2019/01/30/new-outlook-for-ios-and-android-app-config-policy-experience-in-intune-account-setup-config/


Now your enterprise mobility management solution can be used to simply set up and configure Outlook for iOS and Android for Exchange on-premises
https://blogs.technet.microsoft.com/exchange/2018/01/30/now-your-enterprise-mobility-management-solution-can-be-used-to-simply-set-up-and-configure-outlook-for-ios-and-android-for-exchange-on-premises/


[How to setup Outlook in your Apple iPhone (iOS)?]
Set up email in Outlook for iOS mobile app
https://support.office.com/en-us/article/Set-up-email-in-Outlook-for-iOS-mobile-app-b2de2161-cc1d-49ef-9ef9-81acd1c8e234

Synchronize Outlook and Apple iPhone or iPod touch contacts
https://support.office.com/en-us/article/Synchronize-Outlook-and-Apple-iPhone-or-iPod-touch-contacts-149CBFC5-4396-4AB3-8B65-22915E4043DC

Synchronize Outlook and Apple iPhone or iPod touch calendars
https://support.office.com/en-us/article/Synchronize-Outlook-and-Apple-iPhone-or-iPod-touch-calendars-BE7A12EB-FE76-4346-AE13-B54249DB7F9C

[Learn how to use Outlook in Apple iPhone (iOS)]

Microsoft Outlook for iOS and Android Customer Adoption Pack
https://www.microsoft.com/en-us/download/details.aspx?id=57479

Thanks,

Yong

P.S.  More information:


Outlook for iOS and Android in Exchange Online: FAQ
https://docs.microsoft.com/en-us/exchange/clients-and-mobile-in-exchange-online/outlook-for-ios-and-android/outlook-for-ios-and-android-faq

Outlook for iOS and Android Help
https://support.office.com/en-us/article/Outlook-for-iOS-and-Android-Help-cd84214e-a5ac-4e95-9ea3-e07f78d0cde6
Office 365 Weekly Digest | December 16 – 22, 2018
https://blogs.technet.microsoft.com/skywriter/2018/12/24/office-365-weekly-digest-2018-51/

Top Contributors Awards! PowerBI: Tracking Location using Google Location Data 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 67 revisions.

 

#2 Carsten Siemens with 37 revisions.

 

#3 Santhosh Sivarajan- with 33 revisions.

 

Just behind the winners but also worth a mention are:

 

#4 Leon Laude with 31 revisions.

 

#5 Dave Rendón with 26 revisions.

 

#6 karimSP with 26 revisions.

 

#7 Av111 with 23 revisions.

 

#8 SathyanarrayananS with 16 revisions.

 

#9 Jayendran arumugam with 11 revisions.

 

#10 pituach with 10 revisions.

 

 

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

 

#1 Peter Geelen with 23 articles.

 

#2 karimSP with 19 articles.

 

#3 Carsten Siemens with 17 articles.

 

Just behind the winners but also worth a mention are:

 

#4 Santhosh Sivarajan- with 15 articles.

 

#5 Dave Rendón with 7 articles.

 

#6 Av111 with 7 articles.

 

#7 SathyanarrayananS with 2 articles.

 

#8 pituach with 2 articles.

 

#9 Richard Mueller with 2 articles.

 

#10 Leon Laude with 2 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 PowerBI: Tracking Location using Google Location Data, by Jayendran arumugam

This week's reviser was Jayendran arumugam

 

Ninja Award Longest Article Award
Biggest article updated this week

 

This week's largest document to get some attention is PowerShell: Disk Space Utilization Excel Report , by Prashanth Jayaram

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 SCOM: 10 useful PowerShell scripts, by Leon Laude. It was revised 30 times last week.

This week's revisers were Leon Laude & Peter Geelen

 

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 Azure: How to configure App from Marketplace in custom domain?, by ManU PhiliP

[comments go here]

This week's revisers were ManU PhiliP, Carsten Siemens, Santhosh Sivarajan-, Dave Rendón & Peter Geelen

 

 

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

Jayendran arumugam

Jayendran arumugam has been interviewed on TechNet Wiki!

Jayendran arumugam has won 5 previous Top Contributor Awards:

Jayendran arumugam has TechNet Guru medals, for the following articles:

Jayendran arumugam has not yet had any featured articles (see below)

Jayendran arumugam's profile page

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

Prashanth Jayaram

Prashanth Jayaram has been interviewed on TechNet Wiki!

Prashanth Jayaram has won 6 previous Top Contributor Awards. Most recent five shown below:

Prashanth Jayaram has TechNet Guru medals, for the following articles:

Prashanth Jayaram has not yet had any featured articles (see below)

Prashanth Jayaram'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

Leon Laude has been interviewed on TechNet Wiki!

Leon Laude has won 2 previous Top Contributor Awards:

Leon Laude has TechNet Guru medals, for the following articles:

Leon Laude has not yet had any featured articles (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.

ManU PhiliP

This is the first Top Contributors award for ManU PhiliP on TechNet Wiki! Congratulations ManU PhiliP!

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

ManU PhiliP's profile page

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

Dave Rendón

Dave Rendón has been interviewed on TechNet Wiki!

Dave Rendón has won 103 previous Top Contributor Awards. Most recent five shown below:

Dave Rendón has TechNet Guru medals, for the following articles:

Dave Rendón has not yet had any featured articles (see below)

Dave Rendón's profile page

 

 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,

 

OneDrive Tidbit – Links useful to for implementation and Onboard users to OneDrive for Business

$
0
0

イベント開催のご案内 | 2019/3/11 号

$
0
0

マイクロソフトでは、様々な支援ができるよう多数のセミナー(ウェビナーおよび各地でスクール形式行われるセミナー)を開催しております。

遠方で参加が難しい方や当日都合が悪くなった方には、オンラインでご参加いただける形式のセミナーも多数実施しておりますので、お気軽にご参加いただき、お役立て下さい。(参加には事前のお申込みが必要になります)

なお、過去のウェビナーは Azure サイトの歩き方ページより、
[学習する] ― [過去の Web / 動画セミナー (2018 年 1 月以降)] から参照いただけます。

※このエントリーは、期間内のイベントに限り、登録サイトが公開され次第順次アップデートされます。

セミナー

2019 年 4 月 4 日(木) 13:30-17:00(受付 13:00-15:30)

C# で始める Azure PaaS 開発の基礎 - 前編

Microsoft Azure はオープンで柔軟なクラウド プラットフォームです。エンタープライズからベンチャービジネスまで、さまざまなニーズに低コストで対応しつつ、高い可用性と迅速な運用開始、容易な管理を提供します。

Microsoft Azure アプリケーションの基礎から既存システムとの連携までをステップごとに学習し、業務アプリケーション・サービスの開発に必要なスキルを習得することを目的としています。

参加のご登録はこちら >

2019 年 4 月 5 日(金) 10:00-17:00(受付 9:30-12:00)

C# で始める Azure PaaS 開発の基礎 - 後編

Microsoft Azure はオープンで柔軟なクラウド プラットフォームです。

エンタープライズからベンチャービジネスまで、さまざまなニーズに低コストで対応しつつ、高い可用性と迅速な運用開始、容易な管理を提供します。

実際に Microsoft Azure を使用し、アプリケーションの構築と配置、そして構成を行います。

参加のご登録はこちら >

Azure のイベント からもイベントの一覧をご覧いただけます。

Office 365 Weekly Digest | March 3 – 9, 2019

$
0
0

Welcome to the March 3 - 9, 2019 edition of the Office 365 Weekly Digest.

There were nineteen features added to the Office 365 Roadmap last week, with multiple updates for Azure Active Directory, OneDrive, Outlook, SharePoint, and Teams.  Also of note is "Phase 2" of the Mail Flow Insights improvements in Exchange Online, which provide multiple new reports and tools to help discover trends, insights and take actions to fix issues related to mail flow in your Office 365 organization.

In addition to the standard Teams, Customer Immersion Experience, and Azure Active Directory sessions, there are two new events in this week's post. The first, at 8am Pacific on March 13th, is a "prenote" focusing on SharePoint, PowerApps, Forms and Flow in preparation for the upcoming SharePoint Conference North America. The second is a webinar with the Outlook mobile team on ten time saving tips and tricks with Outlook mobile - see below under "Upcoming Events" for details as there is more than one session.

Highlights from last week's blogs include a new resource center page to help plan for governance in Microsoft 365, the addition of a Yammer tab in Microsoft Teams, a lookback at the updates for Microsoft To-Do in February 2019, and mailbox auditing in Exchange Online being enabled by default.

Noteworthy items from last week include lots of security and identity related updates from the RSA Conference, information on an upcoming change for Mac users and the Skype Meetings (web) App, and an announcement regarding the availability of Planner in Microsoft Teams for GCC customers.

 

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

49093

OneDrive

Full-fidelity shared libraries in OneDrive Not only can you sync shared libraries from SharePoint and Microsoft Teams to your PC or Mac using OneDrive, you can now view shared libraries in OneDrive on the web with support for viewing file metadata. Initial capabilities include viewing, sorting and grouping by custom metadata and changing your file view to any previously saved file view.

In development

03/05/2019

April CY2019

n / a

49081

OneDrive

Intune allowed accounts on mobile - OneDrive Admins will be able to block users from accessing personal accounts on OneDrive Mobile app.

In development

03/05/2019

March CY2019

n / a

49092

OneDrive

SharePoint

Updates to File Hover Card-OneDrive and SharePoint Across ODB and SPO, the updated file card can now help you keep track of activity around all files (not just Office). Guest and Anonymous file viewers will also be included in the list. Lifecycle signals such as checked-out file, malware, DLP and missing metadata will also be reflected.

In development

03/05/2019

March CY2019

n / a

46613

Outlook

Outlook for Windows: Set and share your Focused Inbox preference Your preference to use Focused Inbox is stored in the cloud so your experience is consistent when you access Outlook for Windows from any computer and Outlook on the Web.

In development

03/05/2019

March CY2019

n / a

49149

Flow

Teams

Flow can now notify individual users within Teams Users can now use Microsoft Flow to create flows that notify individual users within Teams

Rolling out

03/06/2019

April CY2019

n / a

49173

Teams

Microsoft Teams - Firstline Worker capability: customizable Teams mobile experience Teams will include a new customizable mobile Teams experience that gives Firstline Workers the tools they need to communicate and collaborate effectively on the go. It's simple, familiar, and secure, with several new mobile-only features that have particular relevance for Firstline Workers, including location sharing and smart camera, as well as the ability to record and share audio messages.

Rolling out

03/07/2019

March CY2019

n / a

49200

Teams

Shifts

Microsoft Teams for Firstline Worker capability: Graph API for Shifts We are releasing the Graph API for Shifts which includes the following scheduling scenarios:
• The ability to create, read, and update Schedules and Schedule Groups
• The ability to create, read, update, and delete Shifts and shift activities
• The ability to create, read, update and delete time offs, time off reasons, and time off requests
• The ability to track the last change date of any of these items from Shifts service.
This feature is available to any user with an O365 license.

Rolling out

03/07/2019

March CY2019

n / a

49288

OneDrive

Customized Help Link for External Sharing When a user is blocked from sharing externally by policy, IT administrators can how provide a "learn more" link that will be surfaced in the error message. This link can be used to explain company policies on external sharing or even to direct users to internal portals to request policy changes.

Rolling out

03/07/2019

March CY2019

n / a

48396

Teams

Microsoft Teams - Easily add new members to your team Team members can request other users to be added to the team by sending a request on their behalf. Simply select "Add member" from the team options, search for a person, then select "Send Request". Team owners will get a notification and will have the ability to accept or deny the request.

In development

03/07/2019

March CY2019

n / a

49172

Teams

Microsoft Teams Firstline Worker capability - Praise Praise, the employee recognition tool in Teams, enables managers, team members, in addition to all Teams users, to share a badge of recognition for a job well done. Celebrate the success of your team with Praise.

Rolling out

03/07/2019

Q1 CY2019

n / a

44590

Outlook

Outlook for Windows: Default permissions for sharing links When you share a document in Outlook for Windows by inserting a link, the permission to access that link will be provided by how your administrator sets sharing permissions for documents at the organization level. Your email message will include a clear, clickable link with the document name.

In development

03/08/2019

Q4 CY2019

n / a

45557

Outlook

Teams

Outlook for Mac: Adds presence for Teams customers Outlook for Mac support a presence indicator on email addresses when creating or reading messages.

In development

03/08/2019

April CY2019

n / a

32838

Azure AD

Staged user rollout to Azure AD cloud authentication Migrate users from federated authentication to Azure AD cloud authentication in groups or phases and manage from the Azure AD portal. Cloud authentication (Pass-through authentication or Password Hash Sync) enables benefits such as no real-time dependency on existing on-premises infrastructure, leaked credential protection, and seamless single-sign on.

In development

03/09/2019

April CY2019

n / a

46595

OneNote

Round-trip editing of embedded files If you edit a cloud document that is embedded in a notebook, OneNote will support round-trip edits on the file so that you always have the latest edits of that document.

Rolling out

03/09/2019

April CY2019

n / a

49361

Exchange

Mail Flow Insights - Phase 2 In this update we are adding multiple new reports and tools to help discover trends, insights and take actions to fix issues related to mail flow in your Office 365 organization. We are adding reports to understand domain health status in your organization (such as identify expired or incorrectly configured domain that prevents it from accepting emails); what messages sent by your users are being rejected at their destination; spot messages coming from your own on-premises server might be from compromised machines and user accounts; or identity mails being sent from your on-premises servers and attributed to your organization but not coming from configured accepted domains. We're also adding a mail flow map, a graphical report showing the characteristics of your organization's mail flow coming into and leaving Office 365. This report helps an admin understand mail routing pattern for their organization and can help identify anomalies and fix issues. Lastly, we're providing an SMTP Client Auth report displaying your organization's usage of SMTP Authenticated Submission (SMTP Auth) protocol for the past 7 days. This is a legacy protocol therefore user accounts are more susceptible to being compromised and used to send spam emails.

In development

03/09/2019

April CY2019

n / a

49363

Azure AD

Azure AD automatic user provisioning for Zscaler apps Automated, policy-based provisioning and deprovisioning of Azure AD user accounts for Zscaler's single sign-on (SSO) apps across all production clouds, enabling lifecycle automation of user and group accounts for Zscaler. IT teams can use this SCIM integration to perform a user database sync with the Zscaler security cloud. This feature helps customers eliminate manual processes and increase timely user access and security.

Rolling out

03/09/2019

March CY2019

Automated user provisioning for Zscaler now in public preview
48356

Azure AD

Azure AD activity logs integration with Azure Monitor Diagnostics and Azure Log Analytics Azure AD activity logs gain long-term retention via an Azure storage account and can be streamed to a SIEM tool without writing or maintaining any custom scripts. Unlock usage and security insights from user activity through an external or custom solution or save time by directly integrating with Azure Log Analytics dashboards without leaving the Azure portal.

Rolling out

03/09/2019

Q4 CY2018

Azure AD Activity Logs in Azure Log Analytics now
48357

Azure AD

Self-service password reset from the Windows 7, 8, and 8.1 sign in screens Users with an Azure AD account can now reset their password from the sign in screen of devices using the Windows 7, 8, and 8.1 operating systems. This feature requires SSPR to be enabled for your organization from Azure AD settings and the Azure AD password reset add-in to be installed.

Rolling out

03/09/2019

Q4 CY2018

n / a

 

 

 

UPCOMING EVENTS

 

Getting Started with Microsoft Teams

When: Tuesday, March 12, 2019 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. The session is also available on demand at https://aka.ms/teamsgettingstartedondemand.

 

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

When: Tuesday, March 12, 2019 at 10am 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. The session is also available on demand at https://aka.ms/fromskypetoteamsondemand.

 

Transforming business processes and content services

When: Wednesday, March 13, 2019 at 8am PT | Digital transformation isn't a product. It's an outcome – changing the culture of work. No-code and low-code applications have been essential tools in Microsoft SharePoint for a long time, and we've added many other new tools and capabilities. We'll showcase all and share best practices for creating business apps solutions (lists, Microsoft PowerApps, Forms, Microsoft Flow). We also discuss the patterns to help transform customer solutions that still remain on-premises and/or in legacy tool sets like InfoPath, SharePoint Designer or Access web apps. This prenote will showcase the art of the possible today – so you know the now and are ready for the SharePoint Conference North America in Vegas.

 

Azure AD Identity Protection and Privileged Identity Management

When: Thursday, March 14, 2019 at 7am PT | Learn how to detect potential vulnerabilities affecting your organization's identities. See how you can investigate suspicious incidents and configure auto responses. Understand how you can have a consolidated view of administrators, enable on-demand administrator access to Microsoft Online Services, get reports and set alerts about access to a privileged role.

 

10 time saving tips and tricks with Outlook mobile

When: Thursday, March 14, 2019 at 9am PT | Outlook mobile brings together your email, calendar, contacts, documents and more in one fast, fluid experience so you can accomplish the most important tasks in just a few seconds. All backed by enterprise-grade security you can trust. Join the Outlook mobile team for a webinar that will highlight cool tips and tricks that save you time and spark joy. You also get to ask any questions and share feedback with the team directly. In this webinar, you will learn: (1) Why Outlook mobile is the right choice for you, (2) Best practices for getting started, (3) Cool tips and tricks that spark joy and let you accomplish the most important tasks in just a few seconds, and (4) Ask questions or share your feedback directly with the Outlook team.

 

Getting Started with Microsoft Teams

When: Thursday, March 14, 2019 at 10am 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. The session is also available on demand at https://aka.ms/teamsgettingstartedondemand.

 

Azure AD Identity Protection and Privileged Identity Management

When: Thursday, March 14, 2019 at 11am PT | Learn how to detect potential vulnerabilities affecting your organization's identities. See how you can investigate suspicious incidents and configure auto responses. Understand how you can have a consolidated view of administrators, enable on-demand administrator access to Microsoft Online Services, get reports and set alerts about access to a privileged role.

 

Manage Your Enterprise Applications with Azure AD

When: Tuesday, March 19, 2019 at 7am PT | Learn the different ways Azure AD can help you achieve single-sign-on to your enterprise SaaS applications as well as best practices for controlling access for these applications.

 

Customer Immersion Experience: Connecting, Organizing & Collaborating with Your Team

When: Tuesday, March 19, 2019 at 9am PT and 12pm PT | During this session, you will have the opportunity to experience Windows 10, Office 365 and Microsoft's newest collaboration tool: Microsoft Teams. A trained facilitator will guide you as you apply these tools to your own business scenarios and see how they work for you. During this interactive session, you will explore how to use Microsoft Teams and Office 365 to: (1) Create a hub for team work that works together with your other Office 365 apps, (2) Build customized options for each team, (3) Keep everyone on your team engaged, (4) Coauthor and share content quickly, and (5) Gain skills that will save you time and simplify your workflow immediately. Each session is limited to 12 participants, reserve your seat now.

 

Manage Your Enterprise Applications with Azure AD

When: Tuesday, March 19, 2019 at 11am PT | Learn the different ways Azure AD can help you achieve single-sign-on to your enterprise SaaS applications as well as best practices for controlling access for these applications.

 

Getting Started with Microsoft Teams

When: Wednesday, March 20, 2019 at 10am 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. The session is also available on demand at https://aka.ms/teamsgettingstartedondemand.

 

Getting Started with Microsoft Teams

When: Thursday, March 21, 2019 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. The session is also available on demand at https://aka.ms/teamsgettingstartedondemand.

 

Customer Immersion Experience: Simplifying Your Data Privacy & Compliance Journey

When: Thursday, March 21, 2019 at 9am PT and 12pm PT | Join us for a hands-on introduction to Microsoft 365 Compliance features and an opportunity to experience powerful solutions across the data lifecycle of assess, protect and respond. During this 2-hour interactive session, you will explore how to: (1) Understand your compliance from a single pane of glass, (2) Make identity the new perimeter, (3) Discover and govern sensitive data across clouds, devices and apps, (4) Recognize attacks, detect breaches, and recover quickly using automation, and (5) Streamline your operational processes and understand your security posture. Each session is limited to 12 participants, reserve your seat now.

 

Customer Immersion Experience: Securely managing apps and data on iOS, Android and Windows

When: Friday, March 22, 2019 at 7am PT and 11am PT | Join us for this online, facilitator-led learning experience, built in an Azure environment. This event is designed to allow you to experience real-world solutions that will secure your employees' mobile devices and applications with Microsoft Enterprise Mobility + Security (EMS). During this online experience exploring Microsoft Managed Mobile Productivity solutions, you will learn how implementing Microsoft Intune can provide your employees with access to corporate applications, data, and resources from virtually anywhere on almost any device, while keeping essential corporate data secure. During this interactive session, you will explore how to: (1) Keep corporate data secure, and (2) Utilize Microsoft Intune to provide your employees with access to corporate applications, data, and resources from virtually anywhere on almost any device. Each session is limited to 12 participants, reserve your seat now.

 

Customer Immersion Experience: Productivity Hacks to Save Time & Simplify Workflows

When: Wednesday, March 27, 2019 at 9am PT and 12pm PT | This 2-hour hands-on session will give you the opportunity to try Microsoft technology that secures your digital transformation with a comprehensive platform, unique intelligence, and partnerships. A trained facilitator will guide you as you apply these tools to your own business scenarios and see how they work for you. During this interactive session, you will: (1) Detect and protect against external threats by monitoring, reporting and analyzing activity to react promptly to provide organization security, (2) Protect your information and reduce the risk of data loss, (3) Provide peace of mind with controls and visibility for industry-verified conformity with global standards in compliance, (4) Protect your users and their accounts, and (5) Support your organization with enhanced privacy and compliance to meet the General Data Protection Regulation. Each session is limited to 12 participants, reserve your seat now.

 

10 time saving tips and tricks with Outlook mobile

When: Thursday, March 28, 2019 at 8am PT | Outlook mobile brings together your email, calendar, contacts, documents and more in one fast, fluid experience so you can accomplish the most important tasks in just a few seconds. All backed by enterprise-grade security you can trust. Join the Outlook mobile team for a webinar that will highlight cool tips and tricks that save you time and spark joy. You also get to ask any questions and share feedback with the team directly. In this webinar, you will learn: (1) Why Outlook mobile is the right choice for you, (2) Best practices for getting started, (3) Cool tips and tricks that spark joy and let you accomplish the most important tasks in just a few seconds, and (4) Ask questions or share your feedback directly with the Outlook team.

 

Customer Immersion Experience: Hands-on with security in a cloud-first, mobile-first world

When: Thursday, March 28, 2019 at 9am PT and 12pm PT | This 2-hour hands-on session will give you the opportunity to try Microsoft technology that secures your digital transformation with a comprehensive platform, unique intelligence, and partnerships. A trained facilitator will guide you as you apply these tools to your own business scenarios and see how they work for you. During this interactive session, you will: (1) Detect and protect against external threats by monitoring, reporting and analyzing activity to react promptly to provide organization security, (2) Protect your information and reduce the risk of data loss, (3) Provide peace of mind with controls and visibility for industry-verified conformity with global standards in compliance, (4) Protect your users and their accounts, and (5) Support your organization with enhanced privacy and compliance to meet the General Data Protection Regulation. Each session is limited to 12 participants, reserve your seat now.

 

BLOG ROUNDUP

 

New resource center page to help plan for governance to transform teamwork with Microsoft 365

Microsoft 365 is designed to be a universal toolkit for teamwork – to give you the right tools for the right task, along with common services to help you seamlessly work across applications. And with good governance, you can transform teamwork inside your organization with confidence – without compromise. To learn more and act, we invite you to visit and share the NEW Plan for governance to transform teamwork with Microsoft 365 resource center page. This new resource center page contains: (1) An overview for business and IT, (2) Customer highlights, (3) Helpful 'how to' guidance, and (4) recent and relevant blogs and videos. This aggregated set of materials are a starting point to help you learn about teamwork-level governance when using Office 365 and how you can begin to take advantage of it.

 

Microsoft To-Do February lookback—multiple account support on Windows, and more

It's time for the February lookback, where we finessed a few of our favorite new features! First is multiple account support on Windows, so now you can be certain that you'll never accidentally add a home task to that shared list with your boss. Second is the ability to search for attached files on Windows and Android. And if your lists aren't looking as colorful as you'd like, then you can now emojify them. Also, additional languages are now supported on iOS.

 

Yammer & Microsoft Teams: Ideas for using the Yammer tab in Teams

Microsoft Teams users can now add a Yammer tab to their Teams channel that loads a specified group or topic feed from Yammer. This new feature will allow members follow and share conversations in Yammer without having to leave Teams. Your team members can participate in the Yammer conversation, right from Teams, or discuss a Yammer conversation in Teams before posting a reply to the wider Yammer group. When a Teams member goes to the Yammer tab, they are authenticated again by Yammer, so that they only see Yammer content that they have access to. Yammer and Microsoft Teams together help get employees the right information at the right time. Using the two efficiently together, employees have a place for their questions and answers in Yammer, while the core team gets alignment on their responses in Teams. Four use cases are also outlined in the post.| Related: Microsoft Mechanics: Microsoft Teams updates for Firstline Workers

 

Top 5 tips to boost your OneDrive into overdrive

Having a tool that works for you and keeps working for you is the best kind of tool. That's how OneDrive is built, and it delivers a consistent experience to you for all your files in Office 365 – across all your devices. OneDrive is the files app for Microsoft 365 enabling people to access all their shared content across Microsoft 365, inclusive of SharePoint and Microsoft Teams, in addition to their personal files. You can easily share files inside and outside your organization and work together on them at the same time. Intelligent search and recommendations help you find files quickly, so you can spend more time getting things done rather than recreating work. OneDrive also integrates with Microsoft Flow to help with review cycles, PDF conversions and more. As part of Microsoft 365, your files are protected from accidental loss and malicious attacks. Let's boost your OneDrive into overdrive. Let's dive into the top five tips!

 

Exchange Online Mailbox Auditing Enabled By Default

Exchange Mailbox Auditing has now been enabled by default and rolled out worldwide, with the rollout to Unified Audit Log in Security and Compliance Center still in progress. If you are an Office 365 Customer, you should be able to search and retrieve your audit data with Search-MailboxAuditLog. In case you want to ensure record availability in both Exchange Mailbox and Unified Audit Log, you can do that by manually setting AuditEnabled flag to true, which will ensure that audit data from default enable is pushed to Unified Audit Log. As part of this change, we are also introducing the DefaultAuditSet parameter which would help you get back to the default set of verbs. DefaultAuditSet can be used to set the different action sets (Owner, Admin, Delegate) back to the service default audit events on a per-mailbox basis.

 

NOTEWORTHY

 

Protect your sensitive information – wherever it lives or travels

Across Microsoft Information Protection solutions, our goal is to provide a comprehensive set of capabilities to help you protect your sensitive data throughout its entire lifecycle – across devices, apps, cloud services and on-premises. With the exponential growth of data and increasing data mobility, it's critical to implement an information protection strategy that not only enables you to meet your internal security objectives, but also address new and emerging compliance and privacy requirements. We've recently released several new capabilities to help you discover, classify & label, protect and monitor your sensitive information – here's a quick roundup of the latest news…

 

February 2019 updates for Microsoft PowerApps

The PowerApps team has been busy the last month shipping new features and fixes for you. Features of note in February 2019 include: (1) Compose and reuse rich components and controls in canvas apps, (2) Better support for many-to-many relationships in canvas apps, (3) Tree view has an "App" item to make app building easier, and (4) Quickly edit the filters for views. There are also several fixes and improvements. Check the release table, by region, to find out when these features and fixes will be available.

 

Skype for Business desktop app on Mac to replace Skype Meetings App (web)

In October 2018, we announced a plan to offer the Skype for Business desktop app on Mac as our web-downloadable meetings client instead of Skype Meetings App, starting in December. Due to feedback from customers, we decided to postpone the change. Everything is now in place, and we will make the transition on April 5! Starting in April, the joining web pages will only offer Skype for Business desktop app for download. The desktop app brings many advantages over SMA: Screen sharing, audio, and video are significantly more reliable. We are also making two changes to the desktop app in companion with this change: (1) reducing the size of the desktop app installer, and (2) adding support in the desktop app for uploading and downloading attachments in meetings, a feature that is available in SMA. Note: The desktop app does not support whiteboard, polls, and Q&A.

 

Microsoft Teams in Microsoft 365 Government GCC now includes Planner Integration

Managing your government work just got easier. We're happy to announce that Microsoft Planner's popular integration with Microsoft Teams is now available for all Microsoft 365 Government GCC plans. This integration will be coming to GCC High and G4 plans in the coming months as well. There's nothing to install or enable to start using Planner in Teams: simply open your Teams app, add a plan, and begin managing your work more efficiently. With this integration, you can add a Planner tab to your Teams channel and manage the resulting plan across all Teams apps: desktop, online, and mobile. Planner in Teams for GCC comes with the latest Planner features, except email notifications, which are coming soon, along with the added collaboration benefits of Teams.

 

This week at RSA - event summary and key takeaways

RSA Conference 2019 was held in San Francisco on March 4 - 8, 2019. It was a great week for the Microsoft Security and Identity teams. This post has some major takeaways from the event, including: (1) Zero Trust is top-of-mind for security professionals, (2) Customers want to overcome the challenge of having multiple disconnected security solutions, and (3) Customers have an eye out for the next BIG thing in Identity, such as password-less login and decentralized identity. | Related: Securing Your Digital Transformation | Making security integration simpler, faster, better | Unified SecOps Investigation for Hybrid Environments | Microsoft Cloud App Security @RSAC 2019

 

Check out these Apps & Infrastructure on-demand events!

$
0
0

Are you ready to broaden your customer base and help your customers achieve cost reduction? These technical webinars, available to you as a Microsoft Partner Network member at no cost, will allow you to better understand how to communicate key concepts for Azure and Azure Stack. Register for the following on-demand events, available anytime, anywhere! *

Enhance Your Business with Industry Leading Solutions on Azure: SAP on Microsoft Azure – Learn how to run industry-leading solutions on Azure, including RDS, Citrix, SAP and Red Hat.

*On-demand links are available now through March 31, 2019.

Technical Deep Dive on Azure Stack: Getting Started with Azure Stack – Learn how Azure Stack is an extension of Azure, bringing the agility and fast-paced innovation of cloud computing to on-premises environments.

*On-demand links are available now through March 31, 2019.

Technical Deep Dive on Azure Stack: Azure Stack Architecture & Deployment – Learn how Azure Stack is an extension of Azure, bringing the agility and fast-paced innovation of cloud computing to on-premises environments.

*On-demand links are available now through March 31, 2019.

Technical Deep Dive on Azure Stack: Azure Stack Management and Configuration – Learn how Azure Stack is an extension of Azure, bringing the agility and fast-paced innovation of cloud computing to on-premises environments.

*On-demand links are available now through March 31, 2019.

Explore the full suite of technical webinars and consultations available for the Apps & Infrastructure technical journey at aka.ms/technicaljourney.

Niñas de diferentes orígenes tienen la visión que las ciencias de la computación necesitan – bríndenles la motivación y los espacios inclusivos para innovar

$
0
0

Por: Mary Snapp, vicepresidenta corporativa y jefa de Microsoft Filantropía.

Niñas programan juntas en Boys & Girls Club en Menasha, Wisconsin.

Como jefa de Microsoft Filantropías y la primer abogada contratada en Microsoft, he experimentado de primera mano el increíble potencial de cambio cuando las niñas y las mujeres son impulsadas para crear e innovar.

Tomen como ejemplo a Aishwarya Manoharan, una estudiante de ciencias de la computación e informática en la Universidad de Washington. Cuando Aishwarya crecía, no sabía con exactitud qué quería ser, pero sí estaba segura que su futuro no iba a estar alrededor de las computadoras. No era una sorpresa que ella pensara que trabajar con computadoras era para hombre, y las ciencias de la computación significaban estar sentada frente a una laptop mientras se escribe código por su cuenta, algo que no era una opción muy atractiva para esta extrovertida joven, que también juega tenis y le encanta hornear.

“Mi mayor deseo es de alguna manera cambiar el mundo para bien, ya sea con un cambio grande o pequeño”, comenta Aishwarya Manoharan. “Si puedo ayudar aunque sea a una persona a que alcance su potencial para mejorar al mundo a través de la tecnología, la información y las ciencias de la computación, entonces puedo decir que he alcanzado mi meta”.

Pero cuando Aishwarya tomó la clase de Ciencias de la Computación de Microsoft TEALS AP durante su tercer año de secundaria, se dio cuenta que la imagen que tenía de la programación estaba equivocada cuando vio a otras niñas emocionarse por las ciencias de la computación. Ahí fue cuando Aishwarya conoció a sus profesores voluntarios, incluida Arti Gupta, ingeniera de desarrollo de software en Microsoft, quien se convirtió en mentora de Aishwarya. La confianza que obtuvo Aishwarya de TEALS (Technology Education and Literacy in Schools), y en especial del apoyo de Arti, ha ayudado a Aishwarya cuando siente que no pertenece a las clases en su universidad que en su mayoría tienen a hombres y caucásicos. Ella comenta, “Pensar en cómo la señorita Gupta creía en mí me recordaba que estaba en el lugar correcto”.

La computación y la tecnología mantienen la promesa de generar oportunidades para muchas niñas. Y, aunque ha existido progreso para que más niñas sean presentadas, apoyadas y exitosas en ciencias de la computación desde jardín de niños hasta la carrera, aún hay trabajo por hacer. El camino a una carrera relacionada a la computación necesita ser inclusiva y brindar el soporte correcto en el momento correcto, para que las niñas y las mujeres se sientan motivadas y bienvenidas. De manera colectiva, nuestras compañías, productos e innovaciones sufrirán sin la perspectiva que llevan las niñas y las mujeres, las tecnologías emergerán de manera inevitable con un sesgo involuntario y una visión limitada sobre la diversidad de las personas que la utilizarán y dependen de ella.

En la actualidad, niñas y estudiantes de color representan 65 por ciento de toda la población de los Estados Unidos, y aun así sólo 28 por ciento de los estudiantes de secundaria que toman el examen AP Computer Science son niñas, y sólo 22 por ciento son estudiantes de color. Las razones por las que las niñas pierden interés en STEM (ciencia, tecnología, ingeniería y matemáticas) y en las ciencias de la computación son muchas: falta de un modelo a seguir y falta de apoyo, a una percepción errónea de cómo son en la vida real las carreras STEM, y cómo estas habilidades pueden ayudar a desbloquear las aspiraciones más descabelladas. Sin una mayor influencia femenina en campos STEM, corremos el riesgo de dejar vacío miles de trabajos, sin mencionar dejar sin aprovechar la mitad de nuestro talento.

Es por eso que es urgente que la educación en ciencias de la educación debe ser más inclusiva. Necesitamos mostrar a las niñas, y a todos los estudiantes de diferentes orígenes, que ellos también pueden adoptar el arte y creatividad de las computadoras y ser constructores, inventores, solucionadores de problemas y científicos computacionales que resuelven los retos del mañana. Esto requiere que nosotros tomemos acciones:

  • Hacer que cuenten las ciencias de la computación. Esta política es la mejor y más sencilla manera de ayudar a las ciencias de la computación a llegar a más niñas. Desde 2013, cuando Microsoft comenzó su labor con Advocacy Coalition de Code.org, el número de estados de Estados Unidos que han hecho que cuenten las ciencias de la computación a través de créditos requeridos en matemáticas o ciencias para la graduación en secundaria han crecido de nueve a 45. Montana se convirtió en el estado más reciente hace unos días.
  • Brindar acceso a ejemplos a seguir femeninos con antecedentes diversos. Muchas empleadas de Microsoft son voluntarias de nuestro programa DigiGirlz, diseñado para presentar a las niñas oportunidades de carrera disponibles en campos tecnológicos. A la fecha, hemos ofrecido a más de 54 mil niñas la oportunidad de explorar y convertirse en pensadoras, creadoras y autoras activas en STEM.
  • Foco en acceso e inclusión. Hacemos esto al asociarnos con organizaciones no lucrativas locales para llevar planteamientos relevantes a las ciencias de la computación a nivel cultural para las comunidades locales. En los Estados Unidos, más de 1,400 profesionales tecnológicos son voluntarios con TEALS en escuelas, para atender a 16 mil estudiantes, donde 33 por ciento de estos son mujeres jóvenes. En el extranjero, grupos como Shared Path en Australia llevan entrenamiento a la medida en habilidades digitales para aborígenes australianos, y Laboratoria en América Latina, una organización liderada por mujeres que ha entrenado a más de mil mujeres jóvenes para que se conviertan en desarrolladoras y diseñadoras web al imitar escenarios actuales de trabajo.

En el Día Internacional de la Mujer, únanse a nosotros al tomar acción y ayudar a inspirar a la siguiente generación de mujeres a que se mantengan en STEM y #MakeWhatsNext:

  • Usen sus habilidades tecnológicas para el bien. Pueden ser voluntarios para TEALS, Black Girls Code o Girls Who Code si tienen experiencia en CS. O pueden organizar un Hour of Code en su escuela u organización no lucrativa local donde no se requiere experiencia en codificación.
  • Apoyen a socios de organizaciones no lucrativas que estén enfocados de manera explícita en cerrar las brechas para las niñas, como Anita Borg Institute, Black Girls Code, Girls Who Code y NCWIT.
  • Nominen a un profesor para desarrollo profesional en ciencias de la computación, una beca apoyada por Microsoft a través de Code.org.
  • Brinden a las niñas el apoyo que necesitan para tener éxito. Nuestra Closing the STEM Gap Action Guide, creada en asociación con expertos en el campo, brinda grandes conocimientos y recomendaciones sobre qué podemos hacer cada uno de nosotros para apoyar a las niñas en su camino hacia STEM. Si son educadores, den un vistazo a este conjunto curado de recursos disponibles para ayudarles a cerrar la brecha.

Al dar estos pasos y unirnos en acciones colectivas, podemos crear un conducto más inclusivo de ciencias de la computación para mujeres, brindar un mayor acceso a oportunidades económicas para personas de todos los antecedentes, y dirigir más innovación, a partir de hoy.


SharePoint / How is mail deleted from the “DROP” Folder?

$
0
0

Summary

I recently work on a case that involved slow incoming mail destined to SharePoint libraries. We found the problem was caused by a buildup of mail in the "drop" folders across multiple servers. Looking closer at the issue, we found that most of the messages were intended for aliases that no longer existed.

Example:

03/11/2019 12:19:09.61    OWSTIMER.EXE (0x2DB0)    0x2598    SharePoint Foundation    E-Mail    6871    Information    The Incoming E-Mail service has completed a batch. The elapsed time was 00:00:00. The service processed 3 message(s) in total. Errors occurred processing 3 message(s): Message ID: Message ID: Message ID: The following aliases were unknown: docs72
docs74 docs73    9dfbc79e-e62a-a083-7f7d-713af476a4e7

After the drop folder accumulates about 400 files, it prolongs the "job-email-delivery" timer job and can cause delivery delays.

What was done?

To resolve this issue, we provided a few scripts to keep the drop folder clean, by moving messages destined an unknown aliases to a holding folder and managed outside of the drop folder.

The first script uses a "search string" to match the unknown alias found the ULS events.

Example:

#########################
#Move Mail based on name#
#########################
$SrcDir = "c:inetpubmailrootdrop"
$DestDir = "c:inetpubmailrootbadmailspmail"

if(!(Test-Path -Path c:inetpubmailrootbadmailspmail)){
New-Item -ItemType directory -Path $DestDir}

$SearchString = "To: <docs72@sp2016.com>"
Get-Childitem $SrcDir -filter *.eml | ? {select-string $SearchString $_ -quiet} | move-item -Destination $DestDir

The 2nd script simply moved any message that was not processed after 10 minutes. So, after cleaning up all the known badmail, nothing should last longer than 10 minutes. If so, assume its bad and move it.

Example:

############################
#Move Mail after 10 minutes#
############################

$SrcDir = "c:inetpubmailrootdrop"
$DestDir = "c:inetpubmailrootbadmailspmail"

if(!(Test-Path -Path c:inetpubmailrootbadmailspmail)){
New-Item -ItemType directory -Path $DestDir}

Foreach($file in (Get-ChildItem $SrcDir))
{
If($file.LastWriteTime -lt (Get-Date).AddMinutes(+10))
{Move-Item -Path $file.fullname -Destination $DestDir}
}

How does SharePoint handle it?

SharePoint does delete mail directly from the drop folder if it has not been processed after 24 hours via the OWSTIMER process and within the timer job.

Example:

As you can see from PROCMON , the OWSTIMER deletes the "eml" file directly from the DROP folder. However, since each bad mail will take 24 hours to be deleted, expect a large queue of messages in the drop folder on busy farms.

Conclusion

If you are in the process of a migration, chances are you will have e-mail destined to folders that no longer exist. Once a large build up of mail is created in the drop folder, expect delays. However, I hope this blog creates awareness and helps you manage the issue more efficiently, if you find yourself in this situation in the future.

This blog will retire March 20, 2019

$
0
0

Thanks to all for following this blog.  TechNet powered blogs will retire this year, including this blog on March 20, 2019.

 

Make Google Chrome more secure with Windows Defender Browser Protection.

$
0
0

Applies to:

Google Chrome

For those of us that use Microsoft Edge browser, we get the benefit of ‘additional security’.  Such as the virtualized container (sand-boxing) when using Microsoft Windows Defender Application Guard (WDAG) with Microsoft Edge browser.


In order to help end-users that are using Google Chrome with an additional layer of security, our Microsoft Windows Defender team created a new plugin.


Blocking socially engineered malware using Microsoft Edge browser.




Do you want to make your Google Chrome browser more secure?  Add Windows Defender Browser Protection to Google Chrome browser.
https://chrome.google.com/webstore/detail/windows-defender-browser/bkbeeeffjjeopflfhgeknacdieedcoml



How to deploy it to your Enterprise environment?
Add Windows Defender Browser Protection to Chrome with Intune
https://blogs.technet.microsoft.com/cbernier/2018/04/25/add-windows-defender-browser-protection-to-chrome-with-intune/


Thanks,

Yong


P.S.  More information:
Email Phishing Protection Guide – Part 10: Enable/Enforce SmartScreen for Microsoft Internet Explorer, Microsoft Edge, and Google Chrome
https://blogs.technet.microsoft.com/cloudready/2018/07/31/email-phishing-protection-guide-part-10-enableenforce-smartscreen-for-microsoft-internet-explorer-microsoft-edge-and-google-chrome/


(RDS) Tip of the Day: Windows Defender Browser Protection for Google Chrome
https://blogs.technet.microsoft.com/tip_of_the_day/2018/05/16/rds-tip-of-the-day-windows-defender-browser-protection-for-google-chrome/

Windows Defender Application Guard Standalone mode
https://techcommunity.microsoft.com/t5/Windows-Insider-Program/Windows-Defender-Application-Guard-Standalone-mode/td-p/66903

Introducing Windows Defender Application Guard for Microsoft Edge
https://blogs.windows.com/msedgedev/2016/09/27/application-guard-microsoft-edge/

Azure Premium Blob Storage パブリック プレビュー提供開始

$
0
0

執筆者: Claus Joergensen (Principal Program Manager, Azure Storage)

このポストは、2019 3 5 日に投稿された Azure Premium Blob Storage public preview の翻訳です。

 

本日マイクロソフトは、Azure Premium Blob Storage のパブリック プレビューの提供を開始しました。Premium Blob Storage は、これまでのホット/クール/アーカイブに加えて登場した、新しいパフォーマンス層です。IoT、テレメトリ、AI や、インタラクティブな動画の編集、Web コンテンツ、オンライン トランザクションなどのシナリオを含む高トランザクション、高速アクセスが求められるワークロードにぴったりです。

テストでは、平均値、 99 パーセンタイル値の両方でサーバー レイテンシがホット アクセス層より大幅に低下し、さまざまなオブジェクト サイズの読み書き両方がより速く、より一貫性が高くなっています。エンドツーエンドで低レイテンシ化するには、アプリケーションをストレージ アカウントと同じリージョンのインスタンスでデプロイする必要があります。詳しくは、ブログ記事「Premium Blob Storage – 新たなパフォーマンス レベル (英語)」を参照してください。

Graph of Latency comparison of Premium and Standard Blob Storage

1 - Premium Blob Storage Standard Blob Storage のレイテンシ比較

Premium Blob Storageでは、ローカル冗長ストレージ(LRS)が使え、256 KB以上の取り込みも非常に高速な高スループットブロックBLOB(HTBB)になっています。

ぜひ Premium Blob Storage を使ってみてください

Premium Blob Storage を利用するには、サブスクリプションに新しいブロック BLOB ストレージ アカウントをプロビジョニングして(詳細は下記参照)、既存の BLOB サービス REST API (英語) AzCopyAzure Storage Explorer などでコンテナーと BLOB を作成します。

料金と提供リージョン

Premium Blob Storage は、ホット層と比べてデータ ストレージ料金は高く、トランザクション料金は安くなっています。大量のトランザクション処理があるワークロードでは、コストを低減できます。詳しくは料金ページをご覧ください。

Premium Blob Storage のパブリック プレビューは、米国東部、米国東部 2、米国中部、米国西部、米国西部 2、北ヨーロッパ、西ヨーロッパ、東日本、東南アジアの各リージョンでご利用いただけます。

オブジェクトの階層化

現時点では、Premium に保存したデータは、ホット、クール、アーカイブ層に階層化して保存することはできません。将来的には、オブジェクトの階層化をサポートする予定です。データを移動するには、新たに追加された PutBlockFromURL API (英語) (サンプル コード) や、この API をサポートした AzCopy v10 で BLOB を同期コピーします。PutBlockFromURL はサーバー側のデータを同期コピーするので、呼び出しが完了するとコピーが終了し、Azure Storage 内でデータ移動が完結します。

なお、Storage Analytics Logging静的 Web サイト、および Lifecycle Management(プレビュー)には、Premium Blob Storage は使用できません。

ストレージ アカウントの作成(Azure Portal の場合)

Azure Portal でブロック BLOB ストレージ アカウントを作成するには、[Create storage account] ブレードに移動して、以下のように入力します。

  • [Location] でサポート対象のリージョンを 1 つ選択
  • [Performance] で [Premium] を選択
  • [Account kind] で [BlockBlobStorage (preview)] を選択

入力例:

Screenshot of creating a storage account

これで SAS トークンの生成やメトリックの確認などを含む Premium Blob Storage アカウントの管理ができます。

ストレージ アカウントの作成(PowerShell の場合)

PowerShell でブロック BLOB のアカウントを作成するには、まず PowerShell AzureRm.Storage プレビュー モジュールをインストールする必要があります。

ステップ 1: 最新版の PowerShellGet がインストールされていることを確認

Install-Module PowerShellGet –Repository PSGallery –Force

ステップ 2: PowerShell コンソールを新規に開き、AzureRm.Storage モジュールをインストール

Install-Module Az.Storage –Repository PSGallery -RequiredVersion 1.1.1-preview –AllowPrerelease –AllowClobber –Force

ステップ 3: PowerShell コンソールを新規に開き、Azure アカウントでログイン

Connect-AzAccount

PowerShell プレビュー モジュールの準備ができたら、ブロック BLOB ストレージ アカウントを作成します。

New-AzStorageAccount -ResourceGroupName <resource group> -Name <accountname> -Location <region> -Kind "BlockBlobStorage" -SkuName "Premium_LRS"

ストレージ アカウントの作成(Azure CLI)

Azure CLI でブロック BLOB のアカウントを作成するには、まず Azure CLI v.2.0.46 以降をインストールします。その後、以下の手順を実行します。

ステップ 1: サブスクリプションにログイン

az login

ステップ 2: storage-preview 拡張機能を追加

az extension add -n storage-preview

ステップ 3: ストレージ アカウントを作成

az storage account create --location <location> --name <accountname> --resource-group <resource-group> --kind "BlockBlobStorage" --sku "Premium_LRS"

フィードバックのお願い

皆様からのフィードバックをお気軽に premiumblobfeedback@microsoft.com までお寄せください。

まとめ

 Azure Blob Storage は、Premium Blob Storage によってさらに低レイテンシで一貫性の高いものにななりました。Blob Storage の詳細については、製品ページをご覧ください。最新情報は、私の Twitter をフォローしてください

 

Outlook 連絡先を宛先に指定するとプレゼンスが表示されない

$
0
0

こんにちは。日本マイクロソフト Outlook サポート チームです。
メール作成時、Outlook 連絡先をメールの宛先に指定した場合に、プレゼンスが取得されず表示されない事象が発生することがあります。

発生条件
以下を実施した場合にこの事象は発生します。

手順 1. 以下のいずれかの方法で Outlook 連絡先を作成
・Outlook のグローバル アドレス一覧から連絡先に追加する。
・受信メールの差出人や宛先、CC を右クリックして連絡先に追加する。

   

手順 2. Outlook 2016 でメールの新規作成や転送などを行う際、宛先に上記の連絡先を指定

原因
この動作は Outlook 2016 の不具合によるものです。
過去に修正リクエストも行われていますが、影響範囲が広いことから修正が見送られています。

現象が発生する連絡先アイテムの確認方法
Outlook 上で以下のような操作で登録した連絡先アイテムについては、内部的に保持するアドレスの形式としては Exchange Server が独自に使用する EX アドレスと呼ばれる形式で保存されます。

・ Outlook のグローバル アドレス一覧から連絡先に追加する。
・ 受信メールの差出人や宛先、CC を右クリックして連絡先に追加する。

そして EX アドレスの形式で登録されたアイテムについては、プレゼンスが表示できない問題が発生する場合があります。
一方、ユーザーが連絡先アイテムを新規作成してアドレスを手打ちした場合、当該アイテムのアドレス情報は SMTP アドレスの形式で保存され、プレゼンスが表示可能となります。

既に登録済みの連絡先アイテムについては、Outlook の連絡先ビューでアドレスの種類を確認することができます。

- 手順
1. Outlook 2016 を起動します。
2. 連絡先メニューをクリックします。
3. [表示] タブをクリックしてリボンの [ビューの変更] をクリックして [一覧] を選択します。
4. リボンの [ビューの設定] を選択します。
5. ビューの詳細設定画面が開くので [列] をクリックします。
6. "対象となる列グループ" のプルダウンで [電子メール フィールド] を選択します。
7. "表示可能な列" から [電子メール アドレスの種類] を選択して [追加] をクリックします。
8. [OK] - [OK] とクリックします。
9. 連絡先の一覧ビューの右端に該当フィールドが追加されます。

[電子メール アドレスの種類] が "EX" の種類であるアイテムは、メール編集画面でプレゼンスが表示されない事象が高い頻度で発生するアイテムとなります。

回避策
[電子メール アドレスの種類] を "SMTP" に変更することがこの問題の回避策です。
"SMTP" に変更する方法としては 2 つがあります。

方法 1. 連絡先アイテムのメールアドレスを手入力する
GAL や受信メールから追加するのではなくメールアドレスを手入力して連絡先を作成することで、[電子メール アドレスの種類] が "SMTP" となり本事象は発生しません。
なお、連絡先アイテム作成時、メールアドレスで候補として自動的に表示されたアドレスを選択した場合には "EX" となりますのでご注意ください。

方法 2. エクスポートした連絡先アイテムを編集してインポートを行う
Outlook ではエクスポートのメニューから csv 形式での連絡先エクスポートが可能です。
このとき、前述の [電子メール アドレスの種類] の項目が "電子メールの種類" のフィールド名でエクスポートされます。

以下のような手順でエクスポートしたデータを変更してインポートすることで、事象が発生しないアイテムにすることが可能です。

- 連絡先のエクスポート手順
1. Outlook 2016 を起動します。
2. [ファイル] タブから [開く/エクスポート] メニューを選択して [インポート/エクスポート] のボタンをクリックします。
3. "ファイルにエクスポート" を選択して [次へ] をクリックします。
4. "テキスト ファイル (カンマ区切り)" を選択して [次へ] をクリックします。
5. "エクスポートするフォルダーの選択" で連絡先フォルダーを選択して [次へ] をクリックします。
6. 任意の場所とファイル名を指定して [次へ] - [完了] をクリックします。

- 連絡先の編集
エクスポートされた csv ファイルを Excel で開き、"電子メールの種類" フィールドが EX となっている場合、以下のように編集します。

・ "電子メール アドレス" に LegacyExchangeDN と呼ばれる文字列が格納されているので、対象のユーザーの SMTP アドレスに変更する
・ "電子メールの種類" を EX から SMTP に変更する。

編集が完了したら csv ファイルを保存して Excel を終了します。
ファイルを開いたままの場合はインポートが失敗しますのでご注意ください。

- 連絡先のインポート手順
1. Outlook 2016 の [ファイル] タブをクリックします。
2. [開く/エクスポート] メニューを選択して [インポート/エクスポート] のボタンをクリックします。
3. "他のプロプログラムまたはファイルからのインポート" を選択して [次へ] をクリックします。
4. "テキスト ファイル (カンマ区切り)" を選択して [次へ] をクリックします。
5. 編集済みの csv ファイルを選択します。
6. "重複した場合、インポートするアイテムと置き換える" を選択して [次へ] をクリックします。
7. "インポート先のフォルダー" で連絡先フォルダーを選択して [次へ] - [完了] をクリックします。

________________________________________

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

Viewing all 36188 articles
Browse latest View live


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