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

Support-Tip: (FIM Service MA): stopped-server – Error: 15517: State: 1.  Cannot execute as the database principal because the principal “dbo” does not exist this type of principal cannot be impersonated or you do not have permission.

$
0
0

The "stopped-server" run status is one of those that keeps popping up and having different causes to the run status.  This one I encountered was quite interesting.Â

SCENARIO

  • Export on the FIM Service Management Agent returns a "stopped-server" run status.  In this scenario, the Full and Delta Imports both worked successfully, but the export always failed with the "stopped-server"

TROUBLESHOOTING

  • Review the SQL Server Error Logs while running the Export and/or capture a SQL Server Profiler Trace and the below exceptions may appear.  The SQL Server Profiler trace will provide more information about the user generating these exceptions.
  • SQL SERVER EXCEPTIONS :
    • an exception occurred while enqueueing a message in the target queue.  Error: 15517: State: 1.  Cannot execute as the database principal because the principal "dbo" does not exist this type of principal cannot be impersonated or you do not have permission.
    • The activated proc 'sync.receiveexportmessageoninitiator running on queue 'FIMService.Sync.//Microsoft/ResourceManagement/Queue/ExportInitiation' output the following 'Cannot execute as the database principal because the principal "dbo" does not exist" this type of principal cannot be impersonated, or you do not have permission"

RESOLUTION

The following blog provided the solution to the issue.

http://www.sqlservercentral.com/blogs/brian_kelley/2013/04/22/troubleshooting-sql-server-error-15517/

ADDITIONAL RESOURCES / INFORMATION

 


(Cloud) Tip of the Day: Public preview of disaster recovery for Azure IaaS virtual machines

Overview of the General Data Protection Regulation

$
0
0

By Michael Panciroli, Partner Technical Architect – Modern Workspace 

In May 2018, a new European Union (EU) privacy regulation called the General Data Protection Regulation (GDPR) goes into effect and sets a new bar for privacy rights, security, and compliance. GDPR gives individuals greater control over their personal data and imposes many new obligations on organizations that collect, handle, or analyze personal data. Personal data is defined very broadly under the GDPR as any data that relates to an identified or identifiable natural person. Data can reside in:

  • Customer databases
  • Feedback forms filled out by customers
  • Email content
  • Photos
  • Closed-circuit television (CCTV) footage
  • Loyalty program records

Organizations must ensure data usage transparency and use security and controls to protect it. The GDPR also gives national regulators new powers to impose significant fines on organizations (up to 4% of a company’s global revenues or €20 million, whichever is greater) that breach the law.

Implications for US partners

The GDPR applies more broadly than many people think. It’s important to understand obligations related to GDPR regardless of where an organization resides. The law imposes new rules on companies, government agencies, non-profit organizations, and other entities that offer goods and services to people in EU or that collect and analyze data tied to EU residents – no matter where they are located. GDPR is applicable to organizations of all sizes and industries. Partners will need to build the new requirements into their own businesses as well as play a key role in helping their clients handle all the complexities introduced by GDPR. It is a business-wide challenge that will take time, tools, processes, and expertise to adjust to. It could require significant changes to a partner’s business and to customers’ privacy and data management practices.

Microsoft technologies that can help

With the most comprehensive set of compliance offerings of any cloud service provider, the Microsoft Cloud can help support your compliance initiatives. When your clients entrust their data to Microsoft Office 365, they remain the sole owner: they retain the rights, title, and interest in the data. Company officers can use the collaboration and analysis tools of Office 365 to maintain their policies, automate workflows and track responsibilities related to GDPR and other business requirements. Office 365 E5 can help safeguard an organization and keep it in compliance with capabilities, including:

  • Advanced Threat Protection (malware and viruses) Safe Links/Safe URLs
  • Advanced Security Management (ASM) – visibility and control into user activity (anomaly detection); Productivity App Discovery
  • Advanced Data Governance – discover and keep what's important but eliminate trivial, obsolete and redundant information
  • Customer Lockbox
  • eDiscovery
  • Auditing and Management Activity API

Partner opportunity

Not only does GDPR present an opportunity for partners to provide services to their clients but also an opportunity to build and maintain their trust. IDC predicts the General Data Protection Regulation will create a $3.5B market opportunity for security and storage vendors. GDPR policies require "privacy-by-design" and "privacy-by-default". Given the expected shortfall in privacy professionals, partners can become privacy consultants or implementers to support their clients’ GDPR journey. Some example services that partners can provide include performing security and risk assessments where they help locate relevant personal data and develop a plan to achieve and maintain compliance. Office 365 search and discovery and Advanced Data Governance capabilities are tools that can help with data discovery and consolidation by eliminating unnecessary, redundant, or obsolete data to simplify compliance. Ongoing services can help partners design, configure, and monitor policies and controls appropriate for clients’ data and applications. New tools in Office 365 allow partners to monitor, analyze, and act on threat intelligence and user behavior information to help effectively advice and address vulnerabilities and breaches. Additionally, partners can offer administrative services to help meet their clients’ documentation requirements and notification obligations and respond expediently to data requests with complete packages prepared for regulators.

Next steps and resources

As a best practice, we recommend that you identify an overall set of controls and capabilities to meet GDPR requirements. A platform approach based on Microsoft Enterprise Mobility + Security, Microsoft Windows, Microsoft SQL Server, Microsoft SharePoint, Microsoft Exchange Server, Microsoft Office 365, Microsoft Azure, and Microsoft Dynamics 365 is an ideal starting point. We offer a white paper “Beginning your General Data Protection Regulation (GDPR) Journey” that details the specific capabilities in these solutions that can help address the requirements of each of the steps and actions that can be taken. You can download the white paper, product-specific materials, and other resources at the GDRP partner resources webpage. You can also sign up to receive the Security News for Partners newsletter.

Sign up for the September 7 partner call

We will discuss General Data Protection Regulation compliance and why partners should utilize Microsoft solutions. You will hear from one of our security architects about the new rules that will be imposed on organizations and the opportunities that it creates for partners.

Sign up for the September 7 partner call

Office 365 and Voice Partner Community

Setting up Kali Linux in Docker on Windows 10

$
0
0

A few times now, I find myself wondering why I need a full blown VM. I like need to quickly get my tools up and running on any hardware I find myself on. Most of the time that is a fresh installed Windows 10 on my Surface Book—I like messing things up to a point of no return… what can I say?

As I illustrated the beauty of "Bash on Ubuntu on Windows" in the Azure Security Center's SQL-Injection Playbook, I realized there really must be a better way to bring Kali Linux over to Windows as well. As many know, Kali is a customized Linux distribution, based on Debian. I could, in theory, install Ubuntu and install the Kali repositories and go from there—in addition, I like to stay away from multiple repositories from multiple parties on the same packages. Possible, but a configuration nightmare to maintain and troubleshoot. Kali's official documentation seems to agree with me.

The next best thing is Containers. In the Windows world, this requires Windows 10 Anniversary Edition+. You'll be able to enable Containers, Install Docker, and pull a Kali Linux image all in 10 minutes or less (download speeds may vary ).

Installing the Containers Feature and Installing Docker

First, we must enable the "Containers" feature. Run (ctrl+r) "optionalfeatures".

And make sure this "Containers" option is checked off.

Once that completes, follow these instructions to install docker: https://docs.docker.com/docker-for-windows/install/. Grab the Stable channel Windows MSI and install it. Once you get it to install, you need to log out and log back in. NOTE: Although Docker stated it just needed a log-out/log-in, in order for the Docker service to run on my machine it required a reboot.

 

After logging back in, in your notifications, you should get a "Docker is starting…".

Pull Official Kali Linux Docker Image

We will be following the guidance here: https://www.kali.org/news/official-kali-linux-docker-images/

Open up your favorite command line interface (CLI). Then type "docker pull kalilinux/kali-linux-docker". This will pull the image from the Docker Store.

Now, let us enter an interactive bash session with that image by typing "docker run -t -I kalilinux/kali-linux-docker /bin/bash"

We are now in our fresh install of Kali. Since this install is meant to be the minimal, you need to grab the packages you actually care about. This helps keep the image small but does require a good Internet connection to get up and running.

Before installing any package, let's upgrade our Kali Linux and remove all packages we no longer need via "apt update && apt full-upgrade && apt auto-remove && apt-autoclean"

Installing the Metasploit Framework

Lastly, let us install the go-to package for most pentesters… Metasploit. A simple command of "apt install metasploit-framework ruby" will do the trick.


Just start up the PostgresSQL database that Metasploit uses, initialize the database, and to msfconsole we go!

 

 

 

Happy Hunting,

 

Andrew (@ciberesponce)

What’s new for US partners the week of September 4, 2017

$
0
0

Find out what’s new for Microsoft partners. We’ll connect you to resources that help you build and sustain a profitable cloud business, connect with customers and prospects, and differentiate your business. Read previous issues of the newsletter and get real-time updates about partner-related news and information on our US Partner Community Twitter channel.

You can subscribe to receive posts from this blog in your email inbox or as an RSS feed.

Looking for partner training courses, community calls, and information about technical certifications? Read our MPN 101 blog post that details your resources, and refer to the Hot Sheet training schedule for a six-week outlook that’s updated regularly as we learn about new offerings. Monthly recaps of the US Partner Community calls and blog posts are also available.

To stay in touch with me and connect with other partners and Microsoft sales, marketing, and product experts, join our US Partner Community on Yammer and see other options to stay informed.

Top stories

Azure Government is now available on Cloud Solution Provider program

Get an overview of the General Data Protection Regulation

Understanding Digital Partner of Record

Artificial Intelligence

Digital Marketing

US Partner Community partner call schedule

Community calls and a regularly updated, comprehensive schedule of partner training courses are listed on the Hot Sheet.

Microsoft Teams: What happens to a terminated employee and their conversation history?

$
0
0

Introduction:
The purpose of this blog post is to demonstrate what happens to a user's conversation chat history in Microsoft Teams after they have been terminated from the organization and deleted from Office 365.

Background: Below is a chat conversation taking place in a Microsoft Teams channel, where Adele and other team members are participating in the conversation:


In addition, Adele and Megan are having a 1:1 private chat:


Terminating an Employee:

To terminate the Adele, I will delete their Office 365 user account which will also remove them from Azure Active Directory. In the Office 365 Admin Portal, under Active Users, I will select Delete User and then click Delete:


The user account has now been deleted, and I will click Close:


Now that the user has been deleted, let's take a look at what is displayed in the previous chat conversations in Microsoft Teams.

Channel Conversation:

As you can see, in the conversation in the team channel, Adele's chats are still visible:


Private 1:1 Chat:

In the private 1:1 chat with Megan, the conversation history is still visible. However, notice on the left side, Unknown User is displayed instead of Adele's name:


Team Members:

Clicking the ellipsis next to the name of the team and selecting View Team, under the Members tab – Adele is no longer displayed as a member of the team:

Important:
If a user is restored (within 30 days), their membership to the team will be automatically added back to the team.


Conclusion: When a user is deleted from Office 365, content the user generated such as a chat conversation remains in the team's channel and in private chats. If there's any questions, comments, input, or feedback or you would like for me to go deeper – please let me know in the comments below!

もっと仕事を好きになる: 意欲あふれるワークプレースの作り方【9/2 更新】

$
0
0

(この記事は 2017 年 7 月19 日にMicrosoft Partner Network blog に掲載された記事 Love What You Do: Creating an Inspiring Workplace  の翻訳です。最新情報についてはリンク元のページをご参照ください。)

 

理想的な職場とは、そこで働く 1 人ひとりの意欲を引き出し、皆が最善を尽くして日々の仕事に取り組めるような環境のことです。こうした環境作りを実践しているチームは、生産性が高くビジネスの成功に大きく貢献できています。企業が成功するかどうかは従業員のモチベーションしだいと言っても過言ではありません。自分の仕事を正しく評価してもらいたい (英語) と望む従業員に対して、こうした意欲喚起を積極的に進めることが重要です。

先日開催されたマイクロソフト最大のパートナー イベント Microsoft Inspire (英語) では、会場に訪れた Microsoft Partner Network のパートナー様やチーム メンバーにとって、何が仕事のモチベーションとなっているのかを伺うことができました。次の動画では、マイクロソフトのメンバーやパートナーの皆様がなぜ楽しく仕事に取り組めるのか、そのモチベーションを一挙にお見せします。

 

 

意欲あふれるワークプレースの作り方

より良いチーム作りや生産性向上のために企業が実施できる意欲喚起の取り組みには、さまざまなものがあります。Fortune (英語)Glassdoor (英語) が調査した雇用主に関するデータによると、最も重要なのは企業の文化という結果が出ています。ここで、従業員のやる気を高めるワークプレースにする方法を 4 つご紹介します。

 

「マインドフルネス」の奨励

ワークプレースにおけるマインドフルネスとは、「意識」にほかなりません。つまり、給与だけではない目的意識を持って仕事に取り組めるようにするということです。従業員の 1 つひとつの行動は、自身にとって有意義なものであり、さらに企業のビジネス目標と従業員のインテグリティ (誠実さ) の両方に合致するものであることが望ましいのです。従業員が自分の仕事を好きだと心から思えれば、こんなにすばらしい環境はありません。

雇用主は、従業員が専門性を磨ける機会を設けたり、より良いワーク ライフ バランスを実現できるようにしたり、毎日やりがいを感じられるようなトレーニング (英語) やツールを提供したりして、マインドフルネスの向上をサポートできます。このような取り組みには、ストレスの軽減、記憶力の向上、チームの健康と幸福度の向上といった効果があります。

 

イノベーションや創造性への報酬

先日 Microsoft Partner Network ポッドキャストでお話ししましたが、企業の長期的な成長と成功のためには、ワークプレースにおける創造性が欠かせません。従業員から生まれる革新的なアイデアや創造的な問題解決策は企業にとってのメリットですが、多少のリスクや失敗 (英語) があることも認識しておく必要があります。その覚悟ができてこそ、チームや企業は競争の激しい環境の中で学び、成長することができるのです。失敗をおそれるあまり賢明なリスクすら避けるようなチームでは、ビジネスの進展は望めません。

 

関係の構築

人間関係は職場の雰囲気を保つ要です。さらに、お客様の成功という意味でも大事な要素になります。チーム内に信頼と仲間意識が生まれると、従業員はお互いに協力して仕事を進めることができ、個々の能力以上の大きな成果を達成できます。チームの一体感や信頼感は、生産性を高め、成功を促進し、モラルを向上させます。

お客様との関係においては、モノを売るのではなく、ソリューションを提供するということを意識しましょう。カスタマー エクスペリエンスが重要 です。お客様に課題を認識してもらい、コミュニティと直接つながれるようにサポートすることで、信頼されるパートナーとなり、自社とお客様の双方を成功に導くことができます。

 

成長の実現

本当の意味で意欲あふれる職場を実現するには、従業員の現状だけでなく将来像にも注意を向ける必要があります。専門性の向上や能力開発の機会 (英語) は、雇用主が見落としやすいポイントです。社内のデジタル トランスフォーメーションを推し進めようとしても、タイミングよく必要なリーダーシップやスキルを備えた人材を採用できるとは限りません。トレーニングや能力開発に投資することで、優れた人材を確保できるだけでなく、従業員が高い成果を達成できるようになります。

 

皆様は今の仕事に意欲的に取り組んでいますか。皆様の企業では、成功につながる前向きな職場を構築していますか。ぜひこちら (英語) のマイクロソフト パートナー コミュニティにご意見をお寄せください。

 

Jednoduché FLOW pro kopírování obsahu z osobního OneDrivu do školního OneDrivu

$
0
0

Jistě jste někdy řešili situaci, kdy fotíte školním mobilem nebo tabletem a chcete uložit fotografie do školního OneDrivu. Tento scénář není přímo podporován, tak musíte fotografie ukládat do osobního OneDrivu, zde stáhnout a nahrát na školní OneDrive. Toto platilo do teď 🙂 Nyní přichází jedinečné FLOW, které tento proces zautomatizuje. Pojďme si ukázat jednotlivé kroky.

  1. přejdeme na stránky flow.microsoft.com
  2. vybereme požadovanou šablonu
  3. zadáme údaje od osobního OneDrivu a vybereme složku, která se bude kontrolovat zda nepřibyl nový soubor
  4. zadáme údaje od školního OneDrivu a vybereme složku, kam se  budou kopírovat nové soubory
  5. Aktivujeme Flow a to je vše 🙂

požadovaná šablona

zadání údajů

kontrola Flow

 

výsledek ve školním OneDrivuVěřím, že i Vás napadá mnoho jiných scénářů tohoto využití, například zálohování dokumentů.

Existuje i opačná šablona, kopírování souborů ze školního  OneDrivu  do osobního.

Přeji mnoho krásných FLOW v novém školním roce

Karel Rejthar MIEE, SSZP Klatovy

 

 

 

 


おすすめ提案資料のご紹介~Office 365 顧客に響く最新提案シナリオとデモ方法 他【9/3 更新】

$
0
0

 

【mstep 資料】 Office 365 顧客に響く最新提案シナリオとデモ方法
※リンクをクリックするとファイル (37 MB) のダウンロードが始まります。
 
【mstep 資料】 MCP 70-697 受験対策セミナー ~ Configuring Windows Devices ~
※リンクをクリックするとファイル (13 MB) のダウンロードが始まります。
 
【mstep 資料】中堅・中小規模顧客に Office +「セキュリティ強化」で差がつく提案! EMS 最新シナリオ解説
※リンクをクリックするとファイル (18 MB) のダウンロードが始まります。
 
【mstep 資料】営業のための Microsoft Azure 入門 ~ Microsoft Azure 入門
※リンクをクリックするとファイル (17 MB) のダウンロードが始まります。
 

 

提案資料や営業ツールはこちら

Domingo Surpresa – Evento Gratuito: Microsoft Tech Summit 2017 – São Paulo

$
0
0

 

Olá leitores do blog Wiki Ninjas Brasil!

Sejam muito bem-vindos a mais um Domingo Surpresa.

Assim como aconteceu em 2016, a cidade de São Paulo receberá novamente o Microsoft Tech Summit neste ano. Este é um evento gratuito e que acontecerá ao longo dos dias 6 e 7 de Dezembro/2017 (quarta e quinta-feira), abordando novidades em áreas como desenvolvimento de software, cloud computing, bancos de dados, segurança, infraestrutura de redes, Big Data e mobilidade.

Ficou interessado em participar? As vagas são limitadas, com abertura de inscrições a partir do dia 06/09 (próxima quarta). Acesse o site oficial do Microsoft Tech Summit São Paulo para obter maiores informações e confirmar sua presença:

https://www.microsoft.com/pt-br/techsummit/sao-paulo

E por hoje é isso… Até a próxima!

   

Wiki Ninja Renato Groffe (MVP, Wiki, Facebook, LinkedIn, MSDN)

Developing an Office 365 Skype for Business Cost Analysis

$
0
0

When assisting customers planning to upgrade or replace existing telecom services, I am often asked about reliability, security, overall value, and costs associated with Microsoft Office 365 Skype for Business. After answering the reliability and security questions about the Microsoft Cloud, I then focus the discussion on trying to understand the existing costs and telecom infrastructure of the organization. While many organizations have a good understanding of their telecom costs, some only have pieces of what can quickly become a complicated puzzle. A completed puzzle will enable organizations to understand current expenses and realize how the overall value of Skype for Business in Office 365 can digitally transform their organization and save costs.

This blog contains important questions to ask your organization as you uncover the complex costs of a telecom infrastructure. While not an all-encompassing list of research topics, these questions will help you research the various details of your existing environment and perhaps prompt you to research several otherwise unthought of topics. The more information discovered about your environment and fully understood, the more accurate the cost analysis will become. Additionally, you will uncover the technical nuances of the environment to make sure Skype for Business in Microsoft Office 365 is the best match for your organization's needs. To further aid your research, I have included several cast studies at the bottom of this blog. This blog does not contain technical information or implementation or adoption information - this is all about discovering costs and feature information for a later comparison.

The key to a good cost analysis is being genuine with yourself. The true costs of your telecom environment must be understood and thoroughly documented. The information gathered and an open mind will allow you to understand why the idea of installing on-premises services have quickly become a thing of the past in many organizations. And, why so many organizations are now undergoing a digital transformation to the cloud.

Answer the questions below as thoroughly as possible. Keep the unit of cost measurement the same as either monthly or in annual. Also, develop a list of features offered by your current infrastructure and then compare them to the many great products and features in Microsoft Office 365. Using the information discovered, develop a simple Excel spreadsheet for comparison of the current costs and services to Skype for Business in Office 365. I suggest a simple spreadsheet, so the data will speak for itself to anyone reading your analysis. Remember, the more questions asked, the more accurate the cost and feature analysis.

Current Environment Telecom Questions to Research:

  • Gather information about the current Private Branch Exchange (PBX) server environment
    • Locate how many of your office locations have a PBX server installed.
    • Are these servers made by the same or different vendor(s)?
    • What is the annual maintenance contract on each of the PBX servers?
    • Have there been issues that have impacted the PBX servers in recent years? If so, how many instances, when, and what was the overall impact to the organization?
    • Is your PBX system no longer covered by vendor maintenance contracts? What is the risk of downtime and the impact to your organization?
    • Consider that Skype for Business in Office 365 now offers the capability to host the majority of an organization's telecom requirements. Once on Office 365, there are no more expensive upgrade costs and no servers to monitor. Your organization will have access to a wide array of collaborative tools as part of their digital transformation.
  • Administration Costs
    • Is this a larger PBX infrastructure that requires a team of dedicated personnel to provide administration services? What is the labor cost? If your telecom services are performed by a contracted third party, what is that associated cost?
    • Is this a smaller organization with a PBX that is not well understood by the local IT person? What is the impact if telecom services provided by your PBX is unavailable? What is the cost for emergency vendor support and what is the response time?
    • Consider the consolidated telecom and additional services in a transition to Skype for Business and other services in Office 365. The administration needs of a small or even a complex system is greatly reduced. The Skype for Business administrative interface is straight forward and intuitive to understand. Office 365 includes easy to reach 24/7 support.
  • Downtime of Current Telecom Services
    • Have there been issues with the quality or reliability of existing telecom services? What has been the organization impact of downtime experienced in one site, multiple sites, or all sites because of this? This figure can be in terms of lost productivity and costs associated to restoring services.
    • Consider that the Microsoft Cloud is one of the most secure and reliable cloud environments available in the world. The cloud based services are part of a network of over 100 enterprise class global data centers designed with security and redundancy in mind. These videos offer a snapshot of this infrastructure:
      Video1
      Video2
      Video3
  • Telecom Bills
    • What is your organization currently paying for telecom services when combined from all sites and providers? What are telecom charges when split between sites?
    • Is your organization being charged for PSTN calls between sites (from one office to another) because each office has its own PBX system that are not interconnected?
    • Consider that with Skype for Business on Office 365, your internal users can communicate as if right next to each other. Calling from one office to another does not route across a telecom network, but rather stays internal to create an often large cost savings for many organizations. Typically, we find most voice calls are made from one employee to another vs being placed as outbound calls. An analysis of existing calling patterns will help determine this behavior. If designing a global solution, be cautious of local telecom regulations.
  • Calling Patterns
    • Do all users make external calls or only a few?
    • Is there a local service number used that dials into one or more PBX system? Is there a toll-free number being used? How often are these numbers being used and are there extra fees associated with them?
    • Analyze current minutes used for inbound and outbound calling as well as fees associated with service numbers (general office numbers).
    • Consider that Microsoft offers domestic and international calling options that enable users to make outbound calls. For users only placing internal calls, there is no need to enable external outbound calling for them. This could add up to a large cost savings in your analysis.
  • Conference Call Services
    • Are conference calling services being used in your organization to provide a general dial-in number and a PIN to join? What is the monthly bill for this service? Does everyone use it to schedule calls or just a few people?
    • Consider that when using Office 365, each person who requires conference calling services may already have this capability in their assigned Office 365 subscription plan. If not, there is a minimal cost to add unlimited conference calling services per person (always check Office 365 subscription plans for the latest options and price).
    • It is not unusual to find an organization spending a large amount of money each month on conference calling capabilities. So much, that a move to Office 365 is often paid for by eliminating the existing conference calling charges. How much can your organization save in just this expense?
  • Virtual Meeting Services
    • Is your organization utilizing external collaboration services for virtual presentations? What are the capabilities of this service?
    • Is there a separate client or plug-in that must be used to access this service? Does your organization's IT department receive help desk issues related to this client or plug-in. If so, can you determine the associated cost of each service request?
    • How much is this service used and by how many people?
    • What is the monthly charge to your organization?
    • Consider that Skype for Business has virtual meeting services included and uses a single client on a PC, tablet, or smartphone using Windows, IoS, or Android to provide ALL features. The Skype for Business client is considered very intuitive to use by many organizations, enabling a faster user adoption.
  • Voicemail Services
    • How does your organization receive voicemail messages today?
    • There is often an add-on license for PBX vendors to provide voicemail services per user.
    • Consider that voicemail services are offered as part of Office 365. A voice message is received, translated to text in many different languages of your choice, and attached to an email sent to the recipient. Ask if the organization's current system offer's this type of enhanced voicemail capability and if so, is it an added cost by the vendor?
  • Desk Phones
    • Assess how many phones are used throughout your organization? How many are at desks, reception areas, conference rooms, kitchen areas, etc.?
    • Do some of these phones have specific capabilities to be aware of? Are there some executive class phones used, are there phones for someone answering a general service number to easily route calls, are there low-end lobby phones? These different uses and a quantity must be accounted for.
    • Are these phones currently under a warranty or extended maintenance contract? How often are phones replaced in the organization under or outside of maintenance contracts? What is this monthly cost per phone?
    • As of September 2017, there are three phone manufacturers who offer many phone models certified to work with Skype for Business in Office 365. Phones are offered by Audiocodes, Polycom and Yealink. In addition to phones, there are many headset models available from a variety of manufacturers that are certified to work with Skype for Business. Many organizations use a mixture of handsets and headsets in a Skype for Business in Office 365 deployment, so consider a mix of formats in a cost estimate of new equipment. Microsoft has a list of Skype for Business certified products available at this site.
  • Is the Current Service Flexible for Remote Workers?
    • Does your organization have remote office workers or employees that split their time between working at home or in an office?
    • Does your current solution enable employees to use their office telephone number at home or only in the office? Some solutions charge extra licensing fees for this type of feature.
    • Consider that Skype for Business telephone numbers assigned to users will follow them to wherever they logon from. This enables a true collaboration experience when working either at home, an office, a hotel, etc. This capability is part of the Skype for Business in Office 365.
  • Additional questions to consider in your research is available in the Skype Operations Framework. Download the Discovery Questionnaire from the Plan and Envision the Solution section.

Additional Office 365 Services

When researching the questions above to help develop your organization's current telecom costs, keep in mind that Skype for Business is offered as part of an Office 365 subscription. For an organization with on-premise needs, Skype for Business Server is also available. There are many subscription plans offered in Office 365 for businesses, enterprises, nonprofits, government, front-line workers, etc. and each offers many different features depending on an organization needs. Information on these different plans is available in this link.

When evaluating the cost savings of moving to Skype for Business in Office 365, the analysis should broaden to include research into how the additional services below may be used and can exponentially add to an organization's cost savings and service enhancements. When reviewing these capabilities, realize that when subscribing to the Skype for Business service in Office 365 that some of these services are already included. Review the link above for specific subscription plan information. If additional information is needed, please contact Microsoft here, or contact a Microsoft Partner who specializes in Skype for Business in Office 365.

  • Exchange Email Services
    • Is your organization using Microsoft Exchange on-premises?
    • For on-premises environments, consider the cost of the servers being used, the electrical power, the data center space, the operating system license, the email server application license, the anti-spam scanning licenses, public certificate costs, impact of downtime, administration, etc.
    • Consider that Microsoft Exchange in Office 365 will eliminate or minimize onsite infrastructure mentioned above running on one of the most reliable email services in the world. This link has additional information.
  • File Sharing Services
    • Is your organization using file sharing servers on-premises?
    • What is the cost of the servers on premises that are offering this service?
    • What is the cost of backing up the data to local storage units (DAS, SAN, etc.) and/or tapes?
    • What is the cost of the tape backup software?
    • What is the cost for administration of this system?
    • Are there storage capacity issues that continue to increase costs?
    • Consider that OneDrive and SharePoint services are part of many Office 365 plans offering large amounts of data storage per person and organization in a safe and secure manner. This data can then be used with Rights Management rules, reducing the chance of data leaked outside of an organization. Remote office workers will have access to this data safely and in a secure manner no matter where they logon from. This link has additional information on SharePoint and OneDrive.
  • Mobile Device Management and Security
    • Are you currently using a service to manage smartphones for mobile access to your organization data? What is the cost of this service per device? Is there a team to administer this service and if so, what is the cost?
    • In your analysis, consider the associated costs of this type of service in your organization as well as the capabilities. Using the Enterprise Mobility + Security (EMS) in the Microsoft cloud will enable you to safely and securely manage any device accessing your organization data. Information on this service is available here.
  • Microsoft Office Products
    • Research needs done to discover how many copies of Microsoft Office, the specific applications, and the versions being used throughout the organization.
    • If different versions are used, what is the impact in lost productivity when users in your organizations run into incompatibility issues?
    • What is the cost of purchasing a full version of the latest Microsoft Office version for each user?
    • When considering the costs of Office 365 services such as Skype for Business for telephone services, the costs of upgrading all users to the latest Office suite must also be taken in to account. Many of the subscription plans in Office 365 offer either an online version of Microsoft Office applications or a version available to download and install. Information is available here.

Below is a list of additional resources to help you in your cost analysis research. These can be used as references in your study and include cost analysis of several organizations.

My hope with this blog is that it will help you begin to ask the right questions about your organization to uncover all the complexities involved in a telecom cost analysis project. With the right cost and feature information, you can easily see the many advantages of moving your organization's telephone and other infrastructure to Microsoft Office 365.

パートナー様による慈善活動: 壁のない教室【9/4 更新】

$
0
0

(この記事は 2017 年 7 月13 日にMicrosoft Partner Network blog に掲載された記事 Partners Doing Good: A Classroom Without Walls の翻訳です。最新情報についてはリンク元のページをご参照ください。)

 

 

この 1 年間、私たちは地域社会や世界各地で慈善活動に取り組むパートナー様の事例にいつもながら感銘を受けてきました。社会に大きく貢献している企業の姿勢を目の当たりにし、その目標を支える方々の献身や善意に触れるたびに、パートナーの皆様と連携し協力できることを誇らしく思います。

 

今回は Microsoft Inspire (英語) の開催にあわせて、パートナー様による慈善事業の事例を 1 つご紹介します。私たちが The Discovery Center (英語) の取り組みについて知ったのは、Microsoft Philanthropies (英語) を介してでした。そして同団体の活動に刺激を受け、マイクロソフト パートナーである BlumShapiro (英語) も、共にこの世界を変えようと立ち上がっています。

 

目標

コネチカット州ハートフォードで活動する非営利団体の The Discovery Center (英語) は、根強く残る人種差別やその他の抑圧された状況などについて、学校、青少年、家族、地域社会の中で理解を深め、そうした問題をいずれ解消できるように支援しています。同団体の主要プログラムである生徒向けの Residential Camp Program では、コネチカット州ウッドストックの山麓で合宿を行い、創意工夫を凝らした学びの場を提供しています。このプログラムでは「偏見のない未来の実現に向けた壁のない教室」をモットーに掲げ、何よりも大切にしています。

 

同団体が「だれもが成長や社会的成功に必要なものを手に入れられる、平等で公正な世界を描き、実現する」という使命を果たすうえで推進力となっているのは、正義への情熱と、現実に即した楽観的な考え方です。目指すビジョンを実現するために日々、教師向けの専門能力開発、生徒を対象としたダイバーシティ & インクルージョン (多様性と受容) について考えるリーダーシップ ワークショップ、保護者や関心を持つ市民を対象とした人種などの違いについて議論する地域対話など、さまざまな取り組みを実施しています。

 

課題

The Discovery Center (英語) は生徒を支援することに主眼を置きながらも、技術面で苦労していました。まず、離れた場所にいるスタッフどうしの連携や、効果的な活動に欠かせないリソースへのアクセスについて課題を抱えていました。また、オフィスにサーバーを設置したものの、ファイルは各ユーザーのデスクトップに保存されていました。離れた場所にいるスタッフは、チームと連絡を取り合うことにも苦労していました。さらに、作成している資料を整理して保管するのも困難だったうえ、生徒の情報を大量に管理する必要があったため、特にデジタル セキュリティの確保について懸念を抱えていました。

「リモートで業務を運営する環境が整っておらず、ファイルを保存する容量すら不足していました。しかし、この状況を何とか打開したいと思っていました。ペーパーレスな作業環境を実現し、リモートで活動できるようにしたうえで、セキュリティも強化したいと考えたのです。これらの目標をトータルに達成できたのは、BlumShapiro の協力のおかげです」

– The Discovery Center, Inc.、エグゼクティブ ディレクター、Kate Busch Gervais 氏

 

解決策

BlumShapiro Consulting は、The Discovery Center のスタッフの連携強化やテクノロジ関連の目標達成を支援するにあたって、助成プログラムを利用して、Microsoft Office 365 製品を活用しました。同団体の独自性の高い業務にとってコミュニケーション、共同作業、ドキュメントの共有が重要であることがわかっていたからです。

BlumShapiro は The Discovery Center が抱える課題を踏まえて、オンプレミスのシステムをクラウドの Office 365 に移行することを提案しました。メール サービス以外にも Office 365 プラットフォームを活用することで、費用のかかるオンプレミス サーバーや VPN が不要になりました。Office 365 によってクラウド コンピューティングにアクセスできるようになったことは大きなメリットでした。SharePoint と OneDrive を使用し、スタッフ向けの情報やリソースを一元管理することで、わかりやすい方法でドキュメントを保存して、時間や場所を問わずにアクセスできるようになりました。さらに、Microsoft Teams と Skype for Business によって使いやすい共同作業用のハブが実現し、インスタント メッセージやビデオ会議システムを通じて連携できるようになり、スタッフはいつでも連絡を取り合えるようになりました。

「私たちは BlumShapiro の一事業部門として、非営利団体の皆様にお力添えできることをいつも喜ばしく思っています。市場の需要に応え、サービスを提供することによって、非営利団体が厳しい財政状況にあっても連携体制の強化をサポートできると考えています」

– BlumShapiro Consulting、マネージャー、David Hale 氏

 

今後の展望

BlumShapiro と The Discovery Center は協力して、講師やスタッフの業務効率化や成果向上を可能にする新しいデジタル ソリューションを実現することができました。しかし、取り組みはまだ終わりません。現在は、The Discovery Center の活動を追跡し、これまで以上にさまざまな機会を追求できるように、Dynamics 365 の導入に取り組んでいます。財務取引からダイバーシティに関する統計まで、活動に関するあらゆるデータを Microsoft 365 (英語) で一元管理することは、Discovery Center のチームが目指す「インクルーシブな学習環境」を実現するうえで役に立つと見込んでいます。

 

The Discovery Center の詳細については、YouTube チャンネル (動画は英語) をご覧ください。

 

マイクロソフト パートナー様が行っている慈善活動について何かご存じですか。こちらのマイクロソフト パートナー コミュニティ (英語) で皆様の体験や事例をお聞かせください。

改元による System Center 製品への影響について

$
0
0

こんにちは、日本マイクロソフト System Center Support Team の三輪です。

 

本日は、System Center 製品に関する、改元による影響についてご案内を致します。

 

来年以降、改元の変更が予定されているとの事で、OS や利用しているアプリケーションに対して影響があるか確認されているお客様も多いかと存じます。

この変更に伴いまして、System Center サポートチームにて、各 System Center 製品への影響有無を確認致しました。

 

[ご案内]

以下 System Center 製品すべてにおいて、改元による影響を受けることはございません。

そのため、System Center 製品に対して、追加の設定や対応は不要です。

 

製品名 改元による影響
System Center App Controller なし
System Center Configuration Manager なし
System Center Data Protection Manager なし
System Center Endpoint Protection なし
System Center Orchestrator なし
System Center Operation Manager なし
System Center Service Manager なし
System Center Virtual Machine Manager なし

重新設計Outlook在iOS和Android系統上的瀏覽、對話和搜尋功能

$
0
0

我們很開心的推出Outlook在iOS和Android系統上的一些更新。它是我們所熟悉且喜愛的Outlook,加上重新設計的對話體驗以及快速轉換帳戶和瀏覽資料夾的功能。此外,透過Microsoft Graph,新的智慧搜尋功能也即將被推出。

 使用者每天在Outlook上掌握最重要的事項—閱讀和回覆重要的對話、瀏覽文件夾或搜尋重要文件。我們很謙卑且重視app的使用者體驗與回饋,這些洞察來自全球、各行各業與各界人士,每天驅使著我們讓Outlook能夠輕鬆的滿足所有需求—所以這也讓你能夠更簡單的隨時隨地進行對話、共同作業以及管理時間。

對話快速且具互動性的電子郵件

重新設計的對話體驗,讓你在與朋友、家人、同學、同事或群組交談時,輕易的掌握討論內容。

來看看一些近期更新的項目,以跟上電子郵件的強大功能

  • Outlook現在一次可以顯示更多對話且在個人訊息中提供更清楚的分隔,讓你更簡單的跟上你的對話
  • 當你點擊對話閱讀時,Outlook會自動打開顯示第一個你未閱讀的訊息,你不用捲動視窗,即可以馬上接續先前離開的位置
  • 你可以簡單的點擊「快速回覆」來迅速回覆每個人,當你完成後,只要按傳送鍵就可以看到訊息被加入對話內,這表示,你終於可以在回覆的同時,看到剩下的對話了。
  • 如果除了快速回覆對話之外,你還想要做更多動作,簡單的點擊收件人清單以編輯,或是省略符號以進行更多動作,例如:轉寄。

    瀏覽在帳戶與資料夾中快速轉換

    Outlook可以使用你所有的帳號—從Office 365到Outlook.com和Gmail,我們發現許多人希望可以更快速的轉換不同帳號或是瀏覽資料夾。

    因為你的回饋,接下來我們做了一些更新,讓Outlook的瀏覽功能更強大:

  • 帳號和資料夾功能表被完美的重新設計,讓你可以非常迅速的進入你所有帳號,以及主要資料夾,例如:收件夾、草稿和群組。專業提示:按住帳戶頭像以釘選側欄!
  • 「幫助」與「設定」按鍵可以簡單的進入側欄,讓它更快速的進入app產品支援,雖然我們希望你永遠不需要連絡我們的支援團隊,但我們知道我們並不完美,這時候你就可以在app中提出服務要求,隨時取得幫助!
    • 即將到來一個更智慧的搜尋方法,頁首和置中

      快速地找到想要的重要資訊往往是一件痛苦的任務,iOS和Android版的Outlook擁有一個全新的智慧搜尋功能,讓你隨時隨地更簡單的找到想要的訊息。更新如下:

    • 搜尋功能會被放置在app簡易索引標籤列的頁首和置中,不論你在哪個頁面,新的搜尋功能將隨處可見,我們的目標是更主動的讓你不用使用搜尋功能,也能得到與內文相關的資訊。
    • 人員和檔案會被緊密的整合至搜尋體驗的一部分,在「人員」和「檔案」的區塊中,會主動顯示出建議項目。
    • 當你在搜尋方塊打入姓名,會馬上顯示出你近期較常連絡的人員,點擊頭像即可馬上進入近期發表的新人員卡片
      • 「幫助」與「設定」按鍵可以簡單的進入側欄,讓它更快速的進入app產品支援,雖然我們希望你永遠不需要連絡我們的支援團隊,但我們知道我們並不完美,這時候你就可以在app中提出服務要求,隨時取得幫助!

      • 透過Microsoft Graph,新的智慧搜尋功能會馬上顯示出你首要聯絡人的訊息內容、即將到來的旅途行程、運送包裹和近期的附件—還有更多令人興奮的功能!隨時隨地找尋你所需要的功能將不再費力。
      • 接下來呢?

        新的帳戶瀏覽功能和對話體驗,現在能夠以Outlook.com 和Gmail的帳號在iOS版的Outlook上使用,Office 365的帳號支援將在近期推出,新的智慧搜尋體驗也即將在iOS版的Outlook發佈,接下來的幾個月,我們會努力的將Outlook的這三種全新體驗發佈至Android系統上。

        我們知道這次的更新項目很多,我們很期待在你使用過這些新功能後,看到和聽到你的回饋,我們希望這些新的設計,能讓你隨時隨地輕易的加入對話、順暢的瀏覽和找到你想要的資訊。請務必在我們Android iOS版本的UserVoice網站上,告訴我們你的想法和回饋。

        ---Outlook團隊

      Azure Information Protection にて XPS ファイルを開く際の注意事項

      $
      0
      0

      こんにちは、RMS サポートの益戸です。
      Azure Information Protection (以降 AIPと表記します) にて、暗号化された XPS ファイルを開く際の注意事項についてご紹介します。

      XPS ファイルは、XPS Viewer という OS に標準で含まれるアプリケーションで開く事が可能です。
      XPS ビューアーでは、msdrm.dll というクライアントモジュールにて、RMS で暗号化されたドキュメントを開く事が可能です。
      しかしながら、msdrm.dll については、直接 Azure を使用することが出来ないため、RMS 共有アプリケーションを介して開く必要があります。
      具体的な、XPS ファイルの開き方は以下の通りです。

      1. RMS 共有アプリケーションをインストールします。

      Rights Management 共有アプリケーションをダウンロードしてインストールする
      https://docs.microsoft.com/ja-jp/information-protection/rms-client/install-sharing-app

      Microsoft Rights Management sharing application for Windows - 日本語
      https://www.microsoft.com/ja-JP/download/details.aspx?id=40857

      2. 暗号化された XPS ファイルを右クリックメニューより、開きます。

       

      ※ 二回目以降は、以下の通り、メニューから選択が可能となります。

      ===============================
      * 今後の XPS ビューアーについて
      ===============================
      XPS ビューアーそのものの AIP への対応については、現在ロードマップにはございません。
      また、RMS Sharing Application の後継である、Azure Information Protection Client においても、XPS ファイルへの対応予定はございません。
      理由としては、マーケットシェアとしても大きい PDF フォーマット形式への開発に切り替えている状況があります。
      XPS ファイルをご利用いただいているユーザーの皆様には大変心苦しい状況となりますが、AIP のご利用を検討される場合には、PDF フォーマットへの切り替えをご検討ください。


      モバイル端末で Azure Information Protection を使用する際の制限について

      $
      0
      0

      こんにちは、RMS サポートの益戸です。
      Azure Information Protection (以降 AIPと表記します) では、Windows 端末の他、Android や iOS といったモバイル端末でも暗号化されたファイルを扱うことができるようになりました。
      しかしながら、ダブルバイトの日本語表示については、現在(2017 年 9 月 5 日時点)では文字化けが発生することを確認しております。
      サポート部門へも多くのお問合せをいただき、開発部門とも情報を共有しておりますが、Android OS に起因する問題、エクスプローラー等の暗号化ファイルを起動する際のアプリケーションに起因する問題、メーラーに起因する問題など、モバイル端末の幅広い環境に依存し、すべての事象に対して今すぐに対応していくことが難しくご不便をおかけする状況が残念ながら続いております。

      ダブルバイトといったローカル言語独自の問題については、日本だけではなく、中国や韓国などでも発生している状況とはなりますが、本ブログを通じて、ぜひ開発部門へ直接ご利用者のフィードバックができる仕組みをご紹介したいと思います。
      具体的には、Yammer サイトや、メール、User Voice を通じて開発部門へフィードバックを送ることが可能となります。

      Product Feedback for Microsoft's Information Protection Solutions : https://msip.uservoice.com
      Yammer サイト : https://www.yammer.com/AskIPTeam
      情報保護チーム : mailto:askIPteam@microsoft.com?subject=Question%20about%20Azure%20Information%20Protection%20app

      なお、文字化けの事象の多くは文字コードに依存する場合が多く、UTF-8 では正常に表示されることを確認しております。

      上記のようにまだまだ利便性に問題がある状況を把握しておりますが、より良い製品となるようお客様のご意見を取り入れ、開発チームへのフィードバックなど尽力して参ります。
      引き続き Azure Information Protection をご愛用いただければ幸いです。

      Azure Automation: PowerShell Runbook で Azure VM の起動 / 停止(割り当て解除)

      $
      0
      0

      こんにちは、Azure サポートチームの山口です。
      今回は Azure Automation を使用して、Azure 仮想マシン (VM) を起動 / 停止(割り当て解除)する PowerShell Runbook を紹介したいと思います。

      本記事は主にスクリプトコードの紹介となりますので、ポータル上での Runbook の作成方法やスケジュール設定については、以下の記事を参考にしてください。
      - Azure Automation で VM を自動停止する

       

      PowerShell Runbook


      Param (
          [Parameter(Mandatory=$false)]
          [String] $SubscriptionNameOrId,
      
          [Parameter(Mandatory=$false)]
          [String] $ResourceGroupName,
      
          [Parameter(Mandatory=$false)]
          [String] $VMName,
      
          [Parameter(Mandatory=$false)]
          [Bool] $StartVM = $true
      )
      
      Function Get-AzureRmVMPowerState {
          Param (
              [Parameter(Mandatory=$true)]
              [Object] $VM
          )
      
          $instanceView = Get-AzureRmVM -ResourceGroupName $VM.ResourceGroupName -Name $VM.Name -Status
          $status = $instanceView.Statuses | Where Code -Like "PowerState*"
          $status = $status.Code -Replace "PowerState/",""
      
          Write-Output $status
      }
      
      try {
          # 自動作成された接続資産(実行アカウント)を利用して Azure にログイン
          $automationConnectionName = "AzureRunAsConnection"
          $connection = Get-AutomationConnection -Name $automationConnectionName
      
          Write-Output "# Logging in to Azure..."
      
          $account = Add-AzureRmAccount `
              -ServicePrincipal `
              -TenantId $connection.TenantId `
              -ApplicationId $connection.ApplicationId `
              -CertificateThumbprint $connection.CertificateThumbprint
      
          Write-Output "Done."
      }
      catch {
          if (!$connection) {
              throw "Connection $automationConnectionName not found."
          } else {
              Write-Error -Message $_.Exception
              throw $_.Exception
          }
      }
      
      
      # actionName - $StartVM パラメタに指定された、アクションの名前
      # desiredPowerState - アクション後になるべき VM の電源状態
      if ($StartVM) {
          $actionName = "start"
          $desiredPowerState = "running"
      } else {
          $actionName = "stop"
          $desiredPowerState = "deallocated"
      }
      
      Write-Output "`n# Begin to $actionName specified Virtual Machines..."
      
      # 指定した場合は、サブスクリプションを選択
      if ($SubscriptionNameOrId) {
          $subscriptions = Get-AzureRmSubscription | Where {$_.Name -Eq $SubscriptionNameOrId -Or $_.Id -Eq $SubscriptionNameOrId}
          if ($subscriptions.Count -Eq 1) {
              # Select-AzureRmSubscription -SubscriptionName $subscriptions[0].Id >0
              Get-AzureRmSubscription -SubscriptionId $subscriptions[0].Id | Set-AzureRmContext
          }
          else {
              if ($subscriptions.Count -Eq 0) {
                  throw "No accessible subscription found with name or ID [$SubscriptionNameOrId]. Check the parameters and ensure user is a co-administrator on the target subscription."
              } else {
                  throw "More than one accessible subscriptions found with name or ID [$SubscriptionNameOrId]. Please ensure your subscription names are unique, or specify the ID instead."
              }
          }
      }
      
      # リソースグループを指定した場合は、そのリソースグループ内の Azure VM を取得
      # 指定しない場合は、全 VM を取得
      if ($ResourceGroupName) {
          if ($VMName) {
              $VMs = Get-AzureRmVM -Name $VMName -ResourceGroupName $ResourceGroupName
          } else {
              $VMs = Get-AzureRmVM -ResourceGroupName $ResourceGroupName
          }
      } else {
          $VMs = Get-AzureRmVM
      }
      
      foreach ($VM in $VMs) {
          Write-Output ("`n[ $($VM.ResourceGroupName) > $($VM.Name) ]")
      
          # VM の電源状態を取得する
          $powerState = Get-AzureRmVMPowerState -VM $VM
      
          # 電源状態が running (resp. deallocated) でなければ、起動 (resp. 停止) する
          if ($powerState -ne $desiredPowerState) {
              # 望ましい電源状態に VM の状態を変更
              if ($StartVM) {
                  $result = $VM | Start-AzureRmVM -ErrorAction SilentlyContinue -ErrorVariable err
              } else {
                  $result = $VM | Stop-AzureRmVM -Force -ErrorAction SilentlyContinue -ErrorVariable err
              }
      
              # 正常に VM が起動 (停止) したかの確認 & ステータスの出力
              if ($result.Status -ne 'Succeeded') {
                  Write-Error -Message "$($VM.Name) failed to $actionName. Error message is as follows:"
                  Write-Output $err
              } else {
                  Write-Output "$($VM.Name) has been $($actionName)ed."
              }
          }
          # 既に running (resp. deallocated) 状態なので、起動 (resp. 停止) しない
          else {
              Write-Output "$($VM.Name) is already $desiredPowerState."
          }
      
      }
      

       

      パラメータ


      この Runbook で指定できるパラメータは 4 つあります。

      SubscriptionNameOrId
      • 対象の VM が存在するサブスクリプションの、名前かIDを指定します。
      • このパラメータは省略可能で、省略した場合、デフォルトのサブスクリプションが指定されます。

      ResourceGroupName

      • 対象の VM が存在するリソースグループの名前を指定します。
      • このパラメータは省略可能で、省略した場合、サブスクリプション内のすべての VM が対象となります。

      VMName

      • 対象となる VM の名前を指定します。
      • なお、このパラメータは、リソースグループを ResourceGroupName で指定している場合に限り考慮され、リソースグループの指定がなければ、指定を省略した場合と同じ動作になります
      • このパラメータは省略可能で、省略した場合、以下の VM が対象となります。
        • リソースグループを指定している場合、指定したリソースグループ内のすべての VM
        • リソースグループを指定していない場合、サブスクリプション内のすべての VM

      StartVM

      • この Runbook が、対象の VM の起動をするか / 割り当て解除をするかを選択します。
      • デフォルトでは $True (起動) が指定されていて、$false を指定すると VM の割り当て解除をします。

       

      起動 / 停止(割り当て解除)のコマンドレット


      この PowerShell Runbook では、次の PowerShell コマンドレットを用いて VM の起動 / 停止(割り当て解除)を実現しています。

      # 起動

      Start-AzureRmVM -ResourceGroupName "リソースグループ名" -Name "VM 名"
      

      # 停止(割り当て解除)

      Stop-AzureRmVM -ResourceGroupName "リソースグループ名" -Name "VM 名" -Force
      
      • ResourceGroupName, Name には、それぞれ VM がデプロイされているリソースグループ名、VM の仮想マシン名を指定します。
      • Force オプションは、確認画面を出さずに強制的に停止(割り当て解除)を実行するために指定します。
      VM の再起動、更新、削除などの、VM の管理に関わる PowerShell コマンドレットについては、以下のドキュメントを参照ください。

      ・Azure Virtual Machines 用の一般的な PowerShell コマンド - VM の管理
      https://docs.microsoft.com/ja-jp/azure/virtual-machines/windows/ps-common-ref#manage-vms

       

      Azure VM の停止、割り当て解除について


      VMPowerState

      仮想マシン内で OS のシャットダウンを実行するだけでは、「停止済み (stopped)」状態となりますが、仮想マシンが「停止済み」の状態でも、コンピューティング料金は発生します。

      課金を停止するには、Azure ポータルから VM を停止するか、PowerShell コマンドレットによって「割り当て解除済み (deallocated)」状態にしてください。「割り当て解除済み」状態になった VM は CPU およびメモリが解放され、課金を停止することができます。

      仮想マシンの課金についての詳細は、以下の公式ブログ、ドキュメントを参照ください。

      仮想マシンの課金の仕組み
      https://blogs.msdn.microsoft.com/dsazurejp/2015/01/09/23/

      Virtual Machines の料金詳細
      http://azure.microsoft.com/ja-jp/pricing/details/virtual-machines/

       

      さいごに


      以上、指定された VM の起動 / 停止(割り当て解除)を実行する PowerShell Runbook の紹介でした。Azure Automation について、より詳細な情報が知りたい方は以下のリンクをご覧ください。

      ・Azure Automation
      https://azure.microsoft.com/ja-jp/services/automation/

      ・Automation のドキュメント
      https://docs.microsoft.com/ja-jp/azure/automation/

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

      Azure to Azure の DR 対策でフェールオーバー後に再保護を実施する際、 Azure 仮想マシンが削除されない機能改善について

      $
      0
      0

      こんにちは、Azure サポート チームの伊東です。
      Azure Site Recovery を用いて Azure 仮想マシンを Azure リージョン間でレプリケーション、フェールオーバーする機能 (Azure to Azure) のプレビュー版が先日公開されました。
      本機能について、フェールオーバー後に再保護を実施しても仮想マシンが削除されないよう機能改善が実装されましたのでご案内いたします。

      DR対策として Azure to Azure の機能を用いる際、下記手順を実施いただいております。

      1. Recovery Services コンテナーから対象の仮想マシンについて、レプリケーションを有効化する。
      2. 必要時にフェールオーバーを実施する。
      3. フェールオーバーが完了後、コミットを行い復旧ポイントを確定する。
      4. フェールオーバー後にセカンダリ リージョンに作成された仮想マシンを再保護する。
      5. フェールバックを行う際は、セカンダリ リージョンに作成された仮想マシンに対してフェールオーバーを実施する。

       

      上記手順を実施した際、4 の再保護の動作中にプライマリ リージョンにあるフェールオーバー元の仮想マシンは今までは削除されておりました。しかし、先日発表された “Update Rollup 20 for Azure Site Recovery” により、再保護を実施しても仮想マシンは削除されないように機能が改善されました。こちらは、フェールバックした際に対象の仮想マシンを再利用することを目的とした機能改善でございます。

      Azure Site Recovery の機能自体には影響はございませんので、ご安心ください。

       

      <Azure Site Recovery を用いた Azure IaaS 仮想マシンの Azure to Azure のレプリケーション>
      https://blogs.technet.microsoft.com/jpaztech/2017/06/23/azure-site-recovery-を用いた-azure-iaas-仮想マシンの-azure-to-azure-のレプリケー/

       

      以上、Azure to Azure で再保護を実施した際にもプライマリ リージョンに存在するフェールオーバー元の仮想マシンが削除されない機能改善についてご紹介いたしました。

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

      Word Viewer の提供終了と Office Viewer 製品のサポートについて

      $
      0
      0

      こんにちは、Office サポート チームです。
      本記事では、Word Viewer の提供終了と、Office Viewer 製品のサポートについてご案内いたします。

       

      Word Viewer の提供終了について

      下記にご案内する、米国の弊社開発チームの Blog サイトや、Word Viewer のダウンロードサイトにも 記載がありますが、Word Viewer は 2017 年 11 月に Web サイトでのダウンロード提供を終了する予定です。
      このため、以降 Word Viewer をダウンロードすることができなくなります。

       

      Word Viewer の代わりとなるアプリケーションにつきましては、ダウンロードサイトの詳細項目に記載されています。
      下記に内容を抜粋して転記しますので、ご参照ください。

       

      タイトル : Word Viewer to be retired in November, 2017
      URL : https://blogs.technet.microsoft.com/office_sustained_engineering/2016/11/29/word-viewer-to-be-retired-in-november-2017/

      タイトル : Word Viewer
      URL : https://www.microsoft.com/ja-jp/download/details.aspx?id=4

       

      詳細項目より抜粋
      ------------<抜粋 ここから>-------------
      注: Microsoft Word Viewer は、2017 年 11 月で廃止されます。その時点で、Viewer はダウンロードで入手できなくなり、セキュリティ更新プログラムを受け取ることもなくなります。Microsoft では、Word ファイルを表示するために、次のアプリケーションを使用することお勧めします。

      •  Windows 10 の PC で、無料の Word Mobile アプリケーションを Windows ストアからダウンロードする
      •  iOS デバイスで、Apple Store から無料の Word for iOS アプリケーションをダウンロードする
      •  Android デバイスで、Google Play ストアから無料の Word for Android アプリケーションをダウンロードする
      •  1 か月間無料で Office 365 を試してください。これにより、フル バージョンの Word、Excel、PowerPoint、Outlook などにアクセスすることができ、最大 5 台の PC または Mac、さらに最大 5 台のタブレットと最大 5 台のスマートフォンにインストールすることができます。
      •  Windows 7 または Windows 8/8.1 PC で、ファイルを OneDrive にアップロードし、Word Online を使用して無料で表示する

      ------------<抜粋 ここまで>-------------

       

       

      Office Viewer 製品のサポートについて

      Office Viewer 製品は、Viewer がどの Office のバージョン相当の製品であるかによって、サポートの提供が可能な期間が異なります。
      下記に簡単な早見表を用意しました。
      詳細につきましては、各製品の項目をご参照ください。

      早見表

      Viewer 製品名 Office バージョン サポート提供終了日 製品の提供終了日
        Word Viewer Office 2003 相当 2014 年 4 8 2017/11月
        Excel Viewer Office 2007 相当 2017年1010
        PowerPoint Viewer 2007 Office 2007 相当 2017年1010
        PowerPoint Viewer Office 2010 相当 2020年1013

       

       

      Word Viewer
      ---------------

      Word Viewer は Office 2003 相当のバージョンの製品となっており、Office 2003 へのサポート提供が終了した際に、 Word Viewer へのサポートも提供を終了しています。
      このため、ダウンロードが可能な現在 (2017 年 9 月) でも、有償サポート窓口でのサポート対応は承っていません。
      緊急度の高い案件を除き、セキュリティ更新プログラムも提供されていません。

       

       

      Excel Viewer
      ---------------

      Excel Viewer は Office 2007 相当のバージョンの製品となるため、Office 2007 のサポート提供が終了する  2017 年 10 月 10 日に、有償サポート窓口でのサポート対応が終了になります。
      緊急度の高い案件を除き、セキュリティ更新プログラムも提供されなくなります。

       

      ダウンロードサイト
      タイトル : Excel Viewer
      URL : https://www.microsoft.com/ja-jp/download/details.aspx?id=10

       

       

      PowerPoint Viewer
      ---------------------

      PowerPoint Viewer は Office 2007 相当のバージョンと、Office 2010 相当のバージョンが提供されています。

      PowerPoint Viewer 2007 は、Office 2007 のサポート提供が終了する 2017 年 10 月 10 日にサポートの提供が終了になります。
      緊急度の高い案件を除き、セキュリティ更新プログラムも提供されなくなります。

      Office 2010 相当のバージョンである PowerPoint Viewer は、Office 2010 のサポート提供が終了する 2020 年 10 月 13 日に、サポートの提供が終了になります。

       

      ダウンロードサイト
      タイトル : PowerPoint Viewer 2007
      URL : https://www.microsoft.com/ja-jp/download/details.aspx?id=6

      タイトル : PowerPoint Viewer
      URL : https://www.microsoft.com/ja-jp/download/details.aspx?id=13

       

       

       

      参考資料
      ----------

      プロダクト サポート ライフサイクルの内容はこちらでご確認いただけます。

       

      タイトル :プロダクト サポート ライフサイクル
      URL : https://support.microsoft.com/ja-jp/lifecycle

       

       

       

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

      Opdateret materialepakke understøtter Office 365-kommunikation

      $
      0
      0

      Rigtig mange af vores kunder har valgt at implementere Office 365 ProPlus til deres elever, undervisere og studerende. Det betyder, at de har den komplette Office-pakke på alle deres enheder samt 1 TB lagerplads til kollaboration i skyen. På den måde udryddes mange af de problemer, man kender fra BYOD-opsætninger og konflikter mellem filformater.

      Men er dette blevet kommunikeret bredt ud i opstarten efter sommerferien?

      Ved alle nye elever og deres forældre, at disse muligheder findes? Er de nye studerende klædt på med tilstrækkelig information? Måske har nogle af eleverne fået ny maskine over sommerferien som endnu ikke har fået Office?

      Som start på et nyt skoleår har vi opdateret vores Office 365 Materiale med nye ressourcer til jer, om nogle af de nye ting der er kommet til Office 365.

      Materialepakken er inddelt efter institutionstype, dvs. ’Grundskole’, ’Ungdomsuddannelse’ samt ’Videregående’. Pakken indeholder bl.a.:

      • Billeder til sociale medier og intranet
      • Infotekst til intranet, forældremøder, infosider mm.
      • Bannere som kan bruges på institutionens hjemmeside
      • Foldere, som kan deles ud til undervisere og til forældre
      • Interaktive intro-guides til Office 365 som kan åbnes digitalt

      Pakken kan tilgås på www.aka.ms/o365materiale

      Har du ris eller ros? Forslag til pakken eller noget du synes er særligt brugbart? Skriv til mig på t-ercart@microsoft.com - så tager vi din feedback med i det videre arbejde.

      Viewing all 34890 articles
      Browse latest View live