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

OS が起動しなくなる問題 (NoBoot) 発生時の対処方法について –概要

$
0
0

こんにちは、日本マイクロソフトの Windows サポートチームです。

OS のトラブルの中でも、OS が急に起動しなくなった場合は、業務への影響が大きく、多くの場合緊急での対応が必要になるため、弊社へお問い合わせを多くいただく分野となっております。

また、OS が起動しない状態(弊社では 「NoBoot (ノーブート)」 と呼びます)になってしまうと、通常起動時のトラブルシューティングは実行できずとれる手段が限られるため、短時間で適切な対処を行うことが必要になります。

この記事では、NoBoot 事象が発生した場合でも、現状を適切に把握し、復旧手段などを素早くとっていただけるよう、弊社サポートでご支援させていただいている際のポイントをまとめさせていただきました。事象へ対処の参考としてご活用いただけますと幸いです。

1 回目の今回は NoBoot の概要について、2 回目は対処方法についてご紹介させていただきます。

NoBoot とはどんな事象か


PC の電源投入後、Windows OS は、以下の段階を経て起動します。

0. BIOS/UEFI (Windows OS の起動前)
1. Windows Boot Manager (Bootmgr/Bootmgr.efi)
2. Windows operating system loader (Winload.exe/winload.efi)
3. Windows NT OS Kernel (ntoskrnl.exe)

NoBoot は "Windows OS が起動しなくなる問題" ではありますが、どのタイミングで問題が発生したかによって遭遇する状況が違います。問題を正確に把握するためには、どのような画面が表示されているかを確認しておく必要があります。

各起動段階で発生する NoBoot の例としては以下のようなパターンが挙げられます。(ここでは Windows 8 / Windows Server 2012 以降の Windows OS を対象にした画面を紹介しています)

[パターン 1]

画面表示:黒画面に白い文字
起動タイミング:
0. BIOS/UEFI (Windows OS の起動前)
1. Windows Boot Manager (Bootmgr/Bootmgr.efi)

[パターン 2]

画面表示:青い画面に白い文字
起動タイミング:
1. Windows Boot Manager (Bootmgr/Bootmgr.efi)
2. Windows operating system loader (Winload.exe/winload.efi)

[パターン 3]

画面表示:繰り返しロゴ画面が表示される / ロゴ画面表示中に繰り返しストップエラー (青い画面に白い文字) が表示される
起動タイミング:
3. Windows NT OS Kernel (ntoskrnl.exe)

Windows 回復環境 - "オプションの選択" 画面


稀に以下の画面の表示についてご質問をいただきます。この画面は前述の 1~3 とは異なり Windows 回復環境 (Windows RE) と呼ばれるもので、Windows OS が起動しない場合の一般的な原因を修正するためのミニ OS 環境になります。

次の問題が検出された場合は、自動的に Windows RE が起動します。

  • Windows の起動が 2 回続けて失敗した場合。
  • 起動の完了後 2 分以内に予期しないシャットダウンが 2 回続けて発生した場合。
  • セキュア ブート エラー (Bootmgr.efi に関連する問題を除く) が発生した場合。
  • タッチ操作のみのデバイスで BitLocker でエラーが発生した場合。

Windows 回復環境の詳細につきましては以下のサイトをご参考ください。

Windows 回復環境 (Windows RE)
https://msdn.microsoft.com/ja-jp/library/windows/hardware/dn938364(v=vs.85).aspx

なぜ NoBoot が発生しているのか - Windows OS が起動しない原因


OS が起動しなくなる直接の理由は様々です。本質的な問題としては以下のような例が挙げられます。

  • ハードウェア故障 (例:CPU 等が正常に動作しない、ディスクが認識できない、)
  • ドライバ ファイル 破損 (例:ドライバが破損し、ディスクから OS のデータが読み込めない)
  • レジストリ 破損 (例:レジストリが破損し Windows OS の稼働に必要なプロセスが起動できない)

一般的には後述いたします各種回避策を実施いただき、状況から原因を推測します。
パターン 3 の様にストップ エラーが発生している場合、その際に保存されるメモリ ダンプ ファイルを解析することで、ストップ エラーが発生した原因・対処策が判明する場合があります。なお、上記スクリーンショットにある INACCESSIBLE_BOOT_DEVICE (0x7B) の場合は例外でメモリ ダンプ ファイルが出力されないため各種回避策の実施が必要となります。

Bug Check 0x7B: INACCESSIBLE_BOOT_DEVICE
https://docs.microsoft.com/en-us/windows-hardware/drivers/debugger/bug-check-0x7b--inaccessible-boot-device

なぜ NoBoot が発生するようになったのか - Windows OS が起動しなくなった原因


非常に残念ながら、Windows OS が起動しなくなった原因は通常特定できません。災害の様に突然起こってしまう本問題については、既に問題が発生してしまった後の環境からは原因を特定する術がありません。

例えばディスクの故障などで事前にイベント ログに情報が残っている場合は分かる場合もありますが、ファイル・レジストリ破損などはログが残らず、特定する術がないためです。

NoBoot から復旧させるためには


最も確実な方法はバックアップから復旧させる方法です。そのため、定期的なバックアップの (Hyper-V 環境の場合はチェックポイント) 計画をご検討ください。とはいえ、突然の NoBoot に対して事前に準備ができている場合も多くはありません。バックアップから復旧できない場合は、問題の発生状況に対して以下のような対処方法が考えられます。

[1] スタートアップ修復
[2] Boot 構成情報の修正
[3] SFC (System File Checker)
[4] regback を用いたレジストリ復旧
[5] 更新プログラムのアンインストール

他にも正常に起動するかどうかの切り分けとして以下の方法も有効です。

[A] セーフモード
[B] ドライバ署名の強制を無効

ただし、これらの対処方法を実施しても必ず Windows OS が起動できるようになる保証はありません。また、企業様の社内にて運用されているサーバー機といった環境にてファイル破損により NoBoot が発生している場合、無事に復旧した後に破損の影響範囲を把握することは非常に困難です。そのような観点からもバックアップから復旧させることが NoBoot の復旧方法として最も理想的と言えます。

次回の公開では上記の対処方法についてご紹介していきます。

 

 

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


OS が起動しなくなる問題 (NoBoot) 発生時の対処方法について –対処方法

$
0
0

こんにちは、日本マイクロソフトの Windows サポートチームです。

前回に続いて今回は NoBoot の対処方法について紹介させていただきます。

実際に NoBoot が発生してしまった場合、いつも使用している Windows OS は起動できないため Windows 回復環境から操作を行い各種の対処策を実施します。

対処策はコマンド プロンプトよりコマンドにて実行するため、事前に Windows 回復環境からコマンド プロンプトを起動しておく必要があります。万が一 Windows 回復環境が起動していない場合は、インストール メディアから起動します。お手元にインストール メディアが無い場合は、以下のサイトを参考にインストールメディアの準備をお願いいたします。

Windows 10 のダウンロード
https://www.microsoft.com/ja-jp/software-download/windows10

コマンド プロンプト起動手順


--- Windows 回復環境の場合 --------------------
1. 現象が発生した後、回復画面が表示されます。
2. [オプションの選択] で [トラブルシューティング] を選択します。
3. トラブルシューティングの画面で [詳細オプション] を選択します。
4. 詳細オプション画面で [コマンド プロンプト] を選択します。
5. [コマンド プロンプト] で管理者のアカウントを選択します。
6. 管理者のパスワードを入力します。
7. コマンドプロンプト(cmd.exe)が表示されます。

--- インストール メディアの場合 --------------------
1. Windows 8 / Windows Server 2012 以降の OS メディアから起動します。
2. [Windows セットアップ] の画面で言語関連の設定を指定し、[次へ] をクリックします。
3. ウィンドウ内左下に表示される [コンピューターを修復する] をクリックします。
4. [オプションの選択] で [トラブルシューティング] をクリックします。
5. [詳細オプション] で [コマンド プロンプト] をクリックします。

また、コマンドでは Windows フォルダーが存在するドライブを指定する場合があるため、以下の手順にて Windows フォルダーが存在するドライブを特定しておく必要があります。

Windows フォルダーが存在するドライブの確認手順


1. 起動したコマンド プロンプト上で notepad コマンドを実行し、メモ帳を起動します。
2. メモ帳で [ファイル] - [開く…] を実行します。
3. [開く] ダイアログで左側の [コンピューター] をクリックし、ドライブ一覧を表示させます。
4. X: 以外の各ドライブの内容を確認し、Windows フォルダーが存在するドライブを確認します。

  • 多くの場合は C もしくは D ドライブに Windows フォルダーが確認できると思います。下図では D:ドライブに Windows フォルダーが存在していることが確認できます。
  • 万が一、Windows フォルダーが存在するドライブを確認できない場合は、ディスクが認識できない・読み取ることができない可能性が考えられます。ハードウェア障害もしくか暗号化ソフトウェアに起因する可能性も考えられるため、PC の製造元様へご確認下さい。


これで対処策を実行するための環境が整いました。この後は以下のいずれかもしくは複数の対処策を実施し、復旧確認を行います。

[1] スタートアップ修復
[2] Boot 構成情報の修正
[3] SFC (System File Checker)
[4] regback を用いたレジストリ復旧
[5] 更新プログラムのアンインストール

どの対処方法を実施するかは実際の表示内容やエラー情報を参考に行うため一概には言えませんが、一般的にご確認いただく流れとして前回ご紹介しました NoBoot 画面を参考に言うと、大まかに以下のような流れで実施します。

  • 全パターン共通
    [1] スタートアップ修復
    [5] 更新プログラムのアンインストール ※ 更新プログラムのインストール直後に NoBoot になった場合
     
  • パターン 1 の画面が表示される
    [2] Boot 構成情報の修正  ※ Bootmgr / Operating System が見つからない趣旨のメッセージが表示される場合
    ※ ハードウェア故障と思われるメッセージが表示される場合は PC の製造元様までお問合せ下さい
     
  • パターン 2 の画面が表示される
    [2] Boot 構成情報の修正 ※ Boot 構成情報 (BCD : Boot Configuration Data) に問題がある趣旨のメッセージが表示される場合
    [3] SFC (System File Checker)
    [4] regback を用いたレジストリ復旧
      
  • パターン 3 の画面が表示される
    [3] SFC (System File Checker)
    [4] regback を用いたレジストリ復旧 

[1] スタートアップ修復


[概要]
システム ファイルの欠落や損傷など、Windows の正常な起動を妨げる可能性のある特定の問題を修復します。

[手順]

  1. コマンド プロンプトより以下のコマンドを実行します。コマンド実行後は、"PC を診断中" と表示されます。
    X:SourcesRecoveryStartRep.exe
    < 補足 >
    [オプションの選択] 画面から [トラブル シューティング] -> [詳細オプション] -> [スタートアップ修復] でも実行可能です。
  2. スタートアップ修復完了後、[シャットダウン] を選択してコンピューターの電源を切り、再度電源を入れ、Windows OS が起動することを確認します。

スタートアップ修復のログは以下に記録され、修復状況を確認することが可能です。
%WINDIR%System32LogFilesSrtSrtTrail.txt

[2] Boot 構成情報の修正


[概要]
MBR (master boot record) やブートセクター、Boot 構成情報 (BCD:Boot Configuration Data) の破損を検知し修復します。

[手順]

  1. コマンド プロンプトより以下のコマンドを実行します。
    Bootrec /RebuildBcd
  2. コマンド完了後、コマンド プロンプトを終了し、[続行] を選択します。Windows OS が起動することを確認します。

参考情報:
"Bootmgr is missing Press Ctrl+Alt+Del to restart" error when you start Windows
https://support.microsoft.com/en-us/help/2622803/bootmgr-is-missing-press-ctrl-alt-del-to-restart-error-when-you-start

Use Bootrec.exe in the Windows RE to troubleshoot startup issues
https://support.microsoft.com/en-us/help/927392/use-bootrec-exe-in-the-windows-re-to-troubleshoot-startup-issues

[3] SFC (System File Checker)


SFC は System File の整合性をスキャンし、破損が見つかった場合は %WinDir%WinSxS フォルダー配下の情報をコピーして修復します。

[手順]
※ Windows フォルダーが存在するドライブを D: とします。

  1. コマンド プロンプトより以下のコマンドを実行します。
    set windows_tracing_logfile=D:sfc.log
    sfc /scannow /offbootdir=D: /offwindir=D:Windows
  2. コマンド完了後、コマンド プロンプトを終了し、[続行] を選択します。Windows OS が起動することを確認します。

SFC のログは以下に記録され、修復状況を確認することが可能です。
< Windows フォルダーが存在するドライブ>:sfc.log

参考情報:
Use the System File Checker tool to repair missing or corrupted system files
https://support.microsoft.com/en-us/help/929833/use-the-system-file-checker-tool-to-repair-missing-or-corrupted-system

[4] regback を用いたレジストリ復旧


[概要]
Windows OS では 10 日おきにレジストリ情報 (レジストリ ハイブ) を以下のフォルダーにバックアップします。
このため、正常に OS が起動していたレジストリのバックアップデータにて現在のレジストリ情報を上書きいただくことで、OS が起動できる可能性があります。
%SystemRoot%System32configRegBack

[注意事項]
SYSTEM、Software レジストリ ハイブ全体を置き換えることになるため、レジストリ のバックアップが採取された以降に変更された情報(各種インストール情報や設定変更など)は破棄されます。

[手順]
※ Windows 回復環境起動時、Windows フォルダーが存在するドライブを D: とします。

  1. コマンド プロンプトより以下のコマンドを実行し、現在のレジストリハイブのコピーを作ります。
    copy d:WindowsSystem32configSYSTEM d:WindowsSystem32configsystem.bak
    copy d:WindowsSystem32configSOFTWARE d:WindowsSystem32configsoftware.bak
  2. コマンド プロンプトより以下のコマンドを実行し、レジストリ ハイブを Regback フォルダーから復元します。
    copy d:WindowsSystem32configRegBackSYSTEM d:WindowsSystem32config
    copy d:WindowsSystem32configRegBackSOFTWARE d:WindowsSystem32config
  3. コマンド完了後、コマンド プロンプトを終了し、[続行] を選択します。Windows OS が起動することを確認します。

[5] 更新プログラムのアンインストール


[概要]
何らかの理由により更新プログラムが期待通りインストールされていない場合、直近でインストールした更新プログラムをアンインストールすることで復旧できる場合があります。

[手順]
※ Windows 回復環境起動時、Windows フォルダーが存在するドライブを D: とします。

  1. コマンド プロンプトより以下のコマンドを実行し、更新プログラムのパッケージの一覧を表示します。
    dism /image:D: /get-packages
  2. 各パッケージ情報が以下の書式で表示されます。パッケージ ID の KBxxxxxxx の部分で、直近にインストールした更新プログラムを特定します。またインストール時刻も参考にすることが可能です。
    - [表示例] -------------
    パッケージ ID : Package_for_KB4343669~31bf3856ad364e35~amd64~~17134.165.1.1
    状態 : インストール済み
    リリースの種類 : Update
    インストール時刻 : 2018/07/12 22:23
    ------------------------
  3. 以下のコマンドを実行してパッケージを削除します。2 で確認したパッケージ ID 情報を PackageName オプションの引数として渡します。例えば、下記では KB4343669 をアン インストールしています。
    dism /image:D: /remove-package /PackageName:Package_for_KB4343669~31bf3856ad364e35~amd64~~17134.165.1.1
    < 補足 >
    更新プログラム適用中に問題が発生していた場合、パッケージ情報の "状態" が "インストールの保留中" と表示される場合があります。この場合は以下のコマンドを実行してロールバックすることで保留状態を解除します。
    Dism /Image:D: /Cleanup-Image /RevertPendingActions
  4. コマンド完了後、コマンド プロンプトを終了し、[続行] を選択します。Windows OS が起動することを確認します。

参考情報:
DISM オペレーティング システム パッケージ (.cab または .msu) サービスのコマンド ライン オプション
https://msdn.microsoft.com/ja-jp/library/windows/hardware/dn898551(v=vs.85).aspx

 


上記対処策を実施しても復旧しない場合は、Windows OS の起動に必要なドライバ ファイルの破損の可能性があります。切り分けとして [スタートアップ設定] 画面から以下の両方をお試しいただき、Windows OS が起動できるかをご確認下さい。
なお、Windows OS 標準の設定から設定変更されている環境では [スタートアップ設定] 画面を表示できない場合があります。

[A] セーフモード
[B] ドライバ署名の強制を無効

スタートアップ設定


1. [オプションの選択] で [トラブルシューティング] を選択します。
2. [トラブルシューティング] の画面で [詳細オプション] を選択します。
3. [詳細オプション] の画面で [スタートアップ 設定] を選択します。
4. [再起動] ボタンをクリックします
5. [スタートアップ設定] 画面から、任意のボタンをクリックします。

ボタンと項目の対応はお使いの環境によって異なる場合があります。例えば、以下の画面が表示された場合は下記ボタンを押下します。
F4 キー:セーフモード起動
F7 キー:ドライバ署名の強制を無効して起動

参考情報:
Windows のスタートアップ設定 (セーフ モードなど)
https://support.microsoft.com/ja-jp/help/17076/windows-8-startup-settings-safe-mode

[A] セーフ モード

ドライバーとサービスの最小のセットで Windows をセーフ モードで起動して、問題をトラブルシューティングすることができます。
PC をセーフ モードで起動して問題が再現しなければ、既定の設定および基本的なデバイス ドライバーとサービスを、可能性のある原因から除外できます。

直近でインストールしたソフトウェアがある場合は、そのソフトウェアをアンインストールします。

[B] ドライバー署名の強制を無効にする

不適切な署名が含まれているドライバーのインストールを許可します。NoBoot 時の切り分けとして本設定の無効化により起動できる場合は、ドライバの署名情報が正しく取得できていない可能性が高く、その多くの場合はカタログ ファイルの破損によって引き起こされます。
Windows OS 起動時に各ドライバから参照されるカタログ ファイルは以下の場所に保存されています。そのため、同様の構成の環境がある場合は正常な PC から上記フォルダをコピーいただくことで復旧できる可能性もあります。
<Windows フォルダーが存在するドライブ>:WindowsSystem32CatRoot{F750E6C3-38EE-11D1-85E5-00C04FC295EE}

 


これまでの対応策でも復旧できない場合は、時間をかけて更に詳細な調査が必要となります。

なお、優先事項がデータの抽出であれば、(ディスクにアクセスできる場合は) コマンド プロンプトからコピー関連のコマンドをお使いいただくことで、データを異なるストレージ領域にコピーが可能です。

参考情報:
copy
https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/copy

xcopy
https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/xcopy

また、PC のリフレッシュ機能をご利用いただくことでもユーザー データをある程度残したまま Windows OS を復旧させることも可能です。更新プログラムや各種ソフトウェアの再インストールは必要となる場合がありますが、Windows OS をクリーン インストールするよりは少ないコストで Windows OS の再インストールが実現可能です。

  • 万が一に備え、重要なデータについては必ずバックアップをご採取ください。
  • 各 PC 製造元様のアプリケーションの保持状況などは PC 製造元様までご確認下さい。
  • 企業様によっては専用の Windows OS イメージをご利用いただいている場合もございますため、IT 管理者様にご確認下さい。
  • 実行手順や保持されるデータなど、詳細につきましては下記サイトをご参考下さい。
    PC のリカバリー機能のしくみ
    https://msdn.microsoft.com/ja-jp/library/windows/hardware/mt210509(v=vs.85).aspx

ストレージがネットワーク上に配置されることが多くなった今日、ローカルで必要としているデータは意外と少ない場合もあります。また現在の Windows Update は累積更新のパッケージがあるため更新プログラムの適用もスムーズではないかと思います。現在お使いの環境が復旧できるのが理想ではありますが、復旧が困難な場合は環境を再構築した方が結果的に少ないコストで状況を復旧できる場合もありますため、ご検討いただければ幸いです。

以上、2 回に渡り NoBoot の概要および対処方法についてご紹介させていただきましたが、いかがでしたでしょうか。本ブログが少しでも皆様のお役に立てますと幸いです。

 

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

Tip o’ the Week 444 – Computer! Computer!? Hello Computer?!?

$
0
0

clip_image002Remember the time when talking to a computer seemed like science fiction?

If you’re an Amazon Echo or Sonos One* user, you’ll already be familiar with barking orders at an inanimate object. If you’re tired of shouting ALEXA… ALEXA!!!, then you can even change the “Wake Word” on the Amazon devices – but not yet others – so you can say other things instead. Handy if your daughter or your dog is called Alexa.

clip_image004In the Alexa app on your phone, go to Settings, look under the list of devices and if you select an Echo device of some sort, then you’ll find a Wake Word option fairly far down the list. This lets you choose something else, though not yet at the level when you could make up your own wake word

Anyway, who can pass up the opportunity to pretend to be Mr Scott?
(Isn’t it amazing what you could do with one-fingered, random typing on a keyboard in 1986…?)

Anyway, recent announcements saw the preview of Cortana joining hands with Alexa and allowing access both from Windows 10 PCs to (some) Alexa functionality, and US-based Amazon users can access Cortana stuff through Alexa-enabled devices.

On your PC, clip_image006you may need to check your Cortana settings (just press WindowsKey and start typing Cortana to see the settings) to either enable the Hey Cortana key phrase, or press WindowsKey+C as a shortcut, then speak.

Voice-searching on the PC using Cortana can be a pretty handy thing to do, as there are plenty of phrases that will give you a direct response rather than take you to a website. It’s quicker to press the WindowsKey+C option than to say “Hey Cortana”, and you could ask stuff like M-S-F-T, what’s the time in New York, what’s the news, what’s the weather, convert pound to dollar and so on.

clip_image008To start using Alexa on your PC, just go to Cortana and say “Open Alexa” – at which point, on the first run, you’ll be prompted to sign in clip_image010using your Amazon account.

You’ll also need to grant permission to share info between the two services, and now be able to do things like add items to your Amazon shopping list from within the Cortana UI, or in the reverse, query your Office 365 calendar from your Echo smart speaker.

YMMV at the moment, but it’ll surely get more integrated in time. Right now, you can’t stream music through Alexa to the PC (or, it seems, control smart home devices that work through Alexa, though that could be a regional thing for the moment) – and if you’ve a UK-based Amazon account, you can’t add the Cortana Skill to your Alexa account, so there’s no option of querying Cortana from the Echo, yet. US users can, though.

Still, Normal People don’t have electronics listening to everything they say… so what if a few nerds need to put up with some temporary friction from having two competing assistants try to work together? Click-Over-bzzzt.

Tip o’ the Week 445 – Finding Modern App names

$
0
0

As detailed in ToW #443, clip_image002there are ways of running Modern Windows apps from a script, command line or maybe just from the WindowsKey+R Run prompt – so you don’t need to use the mouse or your finger to activate them.

If you’re looking for the shortcut name for your favourite app, there’s a somewhat lengthy process to find out what it is, but at least you only need to do it once…

clip_image004

Try the following:

  • Fire up PowerShell (press Start, type powershell then make sure you don’t go for the ISE unless you want to do some script authoring and debugging. In other words, if you don’t know why you would want to run PowerShell ISE, then just stick with PowerShell…)
  • From the PowerShell console, run get-appxpackage > $env:userprofileapps.txt – this will grab the details of every installed modern app in turn, and pipe all of the text to a file
  • Press WindowsKey+R and run apps.txt to launch the file, and you’ll see an almost impenetrable wall of text (thousands of lines – in Notepad, go to the View menu and enable the Status Bar then press CTRL+END to jump to the very bottom, if you want to see just how many lines…)


clip_image006

  • clip_image008Now, you might be able to figure out from the Name line in the text, which app the following details pertain to, but it’s not always obvious – take the Mail app, for example … if you have it pinned to the Start menu and then drag/drop it onto your desktop to create a shortcut, you can see the target (which is the same as the PackageFamilyName attribute in the text file) is a bit more opaque… 
  • There are all sorts of ways you could dig around in the file system and/or the registry to find out what the shortcut name is to launch your chosen app, but perhaps the quickest is to copy/paste this text into a PowerShell console and hit enter:

    foreach ($p in $(get-appxpackage)) { foreach ($n in (Get-AppxPackageManifest $p).package.applications.application.extensions.extension.protocol.name) { $p.packagefullname + "`t `t `t -=- " + $n } }

    clip_image010

  • This will display a list of all the packages and the “protocols” that each can support, in other words the direct commands you can run to invoke them (if you run that command and stick a “:” on the end). Some will be pretty useless, but others can be handy – like onenote-cmd: which launches the Modern OneNote without the annoying prompt you get if you just try onenote:
  • If you want to create a traditional (eg Desktop) shortcut to one of your fave apps, just right-click, New, Shortcut and enter the command, give it a name, and Robert’s your father’s brother.

clip_image011clip_image013

clip_image015clip_image017

  • You could use a variant of this approach to automatically launch Modern apps when Windows itself starts – from WindowsKey+R, enter shell:startup and drop (or create) your shortcut in there.

Project and Project Server August 2018 Updates Released

$
0
0

This week the Public Update (PU) for Project Server 2013 and 2016 were released for August 2018 . Client updates were released on August 7th; server updates on August 14h. Typically the client updates release on the first Tuesday of the month and server on the second Tuesday release schedule.

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

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

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

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

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

We should be back to 'normal' install times now - but leaving this comment here just in case...

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

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

Project and Project Server 2016

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

https://support.microsoft.com/en-us/help/4346823/august-2018-updates-for-microsoft-office - August 2018 updates for Microsoft Office

Project Server 2016

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

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

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

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

Project 2016 Client Package:

August 7th, 2018, update for Project 2016 (KB4032238)

https://support.microsoft.com/en-us/help/4032238/august-7-2018-update-for-project-2016-kb4032238

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

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

Project and Project Server 2013

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

Project Server 2013 Server Rollup Package

August 14, 2018, cumulative update for Project Server 2013 (KB4032245)

https://support.microsoft.com/en-us/help/4032245/august-14-2018-cumulative-update-for-project-server-2013-kb4032245

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

Description of the security update for Project Server 2013: August 14, 2018 (KB4032253)

https://support.microsoft.com/en-us/help/4032253/august-14-2018-update-for-project-server-2013-kb4032253

There is no database schema update this month - and the dbo.Versions table should show 15.0.5059.1000 after applying the August 2018 PU. The version number 15.0.5059.1000 can be used to control the connecting client to the August 2018 PU level. Project Professional Versions (Project Server 2013 settings)

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

Project 2013 Client Package:

None

Tripple A für die Cloud

$
0
0

Logbucheintrag 180824:

Mit der ersten Urlaubswoche weitet sich der Blick – nicht nur auf den azurblauen Himmel, sondern auch auf das Wesentliche. Hier auf dem Sonnendeck entstehen die ersten Skizzen für unsere Mission „Intelligent Cloud, Intelligent Edge 18/19“. Fast keine Wolke am Himmel – aber das ist gottseidank im normalen Leben anders. Die Cloud hat inzwischen den Personal Computer ebenso wie den Mainframe als Basis der weltweiten IT-Infrastruktur abgelöst. Und mit ihr boomen die Anwendungen, die über die Cloud bereitgestellt werden.

Rund 74 Milliarden Dollar, so hat die Gartner Group jetzt ermittelt, werden Anwenderunternehmen im Jahr 2018 investiert haben, um sich Software as a Service zunutze zu machen. Bereits heute nutzen laut Internet-Branchenverband Bitkom knapp die Hälfte aller Unternehmen (nämlich etwa 46 Prozent) in Deutschland SaaS-Angebote wie Office 365.

Aber auch Infrastructure as a Service boomt unverändert. Dabei schätzen Insider, dass unternehmenseigene Rechenzentren bis zu zehnmal so teuer im Unterhalt sind wie Cloud-Angebote – wenn man Zugriffszeiten, Administration, Wartung und Backup-Management mit einrechnet. Nicht berücksichtigt sind dabei noch die höheren Sicherheitsstandards in den Cloud-Rechenzentren, wodurch die Kostenschere zwischen On-Premises und On-Demand noch weiter auseinander geht.

Und ebenfalls nach einer Gartner-Studie werden in nur drei Jahren bereits 80 Prozent aller Technologien von künstlicher Intelligenz beeinflusst sein. AI aber, da sind sich die Experten einig, wird es vor allem über Cloud-Services geben.

Für die Cloud gibt es also eine klare Triple A-Bewertung: Administration, Application und Artificial Intelligence. Triple A deckt genau die drei aussichtsreichsten Trends der nächsten Zukunft ab:

  • Demokratisierung von künstlicher Intelligenz: Intelligent Cloud und intelligent Edge bringen AI unmittelbar zum Anwender. Der Clou dabei: AI-Services erfahren einen besonderen Boost durch die Open Source Community, die offene Entwicklungsplattformen nutzen. Microsft unterstützt diesen Trend mit aller Kraft wie auch die jüngsten Akquisitionen und Investments beweisen.
  • Digitalisierte Ökosysteme: Microsoft-Kunden, die in Azure investieren, engagieren sich immer häufiger selbst als Anbieter von Cloud-basierten Services, die sie für ihre Produkte, ihre Kundenkommunikation und ihre Lieferkette einsetzen. Damit wachsen Microsoft, Partner und Anwender zu einem digitalisierten Ökosystem zusammen, das auch die Kunden unserer Kunden erreicht.
  • Allgegenwärtige Infrastruktur: Die Cloud ist überall und damit für jeden, jederzeit nutzbar. Egal, ob es um globale Kommunikationsnetze geht oder um den mobile Zugriff auf zentrale Anwendungen, ob Cloud-Services für Kunden bereitgestellt werden oder Waren im Produktionskreislauf ihren Status an das Internet der Dinge melden – immer ist es die Cloud, die die Infrastruktur dafür schafft.

Triple A ist sowohl Lösung als auch Losung für Software- und Systemhäuser – vor allem, wenn sie Azure als viertes A hinzufügen. Denn sie profitieren nicht nur mit jedem Euro Umsatz von den Economies of Scale, die in einer Cloud-Infrastruktur möglich sind. Microsoft-Partner wissen das: jeder Euro Umsatz von Microsoft im Cloud-Umfeld generiert bei Microsoft-Partnern weitere zehn Euro Umsatz.

Und wo sehen Sie die Schwerpunkte im kommenden Jahr? Schreiben Sie mir Ihre Meinung als Kommentar. Ich freue mich, im Urlaub von Ihnen zu hören.

Excel 2016 for Mac での印刷時に先頭ページ番号の設定ができない –“First page number” is not effective when printing on Excel 2016 for Mac

$
0
0

[English Follows]

 こんにちは、Office サポートの山本です。

本記事では Excel 2016 for Mac [ページ設定] で設定した [先頭ページ番号] の数字から、印刷時にページ番号が開始しない動作についてご説明します。


現象
macOS 版の Excel 2016 において、以下の手順で先頭ページ番号を指定し印刷した場合には、指定した先頭ページ番号が有効とならず、必ず “1” から開始されます。


-
手順
1. Excel for Mac を起動しブックを開きます。
2. [ファイル] - [ページ設定] [先頭ページ番号] にて、以下のように “1” 以外の番号を設定します。

3. ブックのフッター等に、ページ番号を挿入します。
 指定した先頭ページ番号からページ番号が挿入されます。
4. [印刷] を実行します。
5. 結果、ページ番号が指定した先頭ページ番号ではなく 1” から開始します。


原因
現時点の Excel 2016 for Mac の機能として、[ファイル] - [ページ設定] から [先頭ページ番号] を指定した場合にも、この設定値が有効とならないことが原因です。


対処方法
現状ご案内可能な回避策としては、[先頭ページ番号] を利用せずに、手動でページ番号を設定する方法にてご対応ください。


今後の修正予定について
本現象については 2018 8 23 日において修正対応の予定はございません。
今後 [ページ設定] 画面の変更や、機能追加などが行われた場合には、本ブログにて随時ご案内させていただく予定です。


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

 

[English] 

First page number is not effective when printing on Excel 2016 for Mac

Symptom
If you print a book on Excel 2016 for Mac by using First page number option, the expected page number is not printed and the first page number is always 1.

- Steps
1. Start Excel for Mac and open a book.
2. Select [File] - [Page Setup] and set any number (besides 1) on [First page number].

3. Insert the page number to the book (e.g. footer) and check the expected number is displayed.
4. Select [Print].
5. Check the printed page number and the first page number is 1.


Cause
[File] - [Page Setup]- [First page number] is not available as of now.


Workaround
Set the page number manually.


Status
There is no plan for fix as of 8/23/2018.
We will update in this blog if there are changes in [Page Setup] page or new feature is added.


Information in this article (including attached documents and links) is as of date of article
s creation.
Please note that this may be changed without notice.

Microsoft Premier Webcast: CyberSecurity – Mission Impossible?

$
0
0

Beschreibung
Immer mehr Unternehmen und Organisationen haben mit Cybersecurity Angriffen zu kämpfen oder hatten schon mal einen Vorfall im eigenen Haus.
Für Kriminelle sind diese Angriffe ein äußerst lukratives Geschäft: Ohne Technik-Kenntnisse kann man sich im Darknet seine eigene Schad-Software zusammen klicken und für nur wenige Dollar erstehen. Betroffene kommt es meist teuer zu stehen.
Um sich vor diesen Angriffen zu schützen, muss man verstehen, wie diese funktionieren und bereits im Vorfeld agieren: Bevor man überhaupt betroffen ist - bevor es zu spät ist.

Handeln Sie jetzt und informieren Sie sich in unserem Webcast wie Microsoft Ihnen helfen kann und mit welchen Bordmitteln Sie sich bereits vor Cybersecurity Angriffen schützen können.

Agenda
• Was sind Cybersecurity Angriffe?
• Mit welchen Bordmitteln können Sie Ihre Umgebung vor Cybersecurity Angriffen schützen?
• Wie kann Microsoft Ihnen helfen: Windows 10 und seine Integrierten Sicherheits Features

Zielgruppe
Dieser Webcast richtet sich hauptsächlich an Entscheider, IT-Sicherheitsverantwortliche und technischen Führungskräften aus dem Bereich IT und/oder Security. IT-Administratoren, IT-Architekten und alle Personen aus dem Bereich IT-Security sind ebenfalls herzlich eingeladen.

Level 100
(Level Skala: 100= Strategisch/ 200= technischer Überblick/ 300=tiefe Fachkenntnisse/ 400= technisches Expertenwissen)

Sprache
Dieser Webcast wird in deutscher Sprache gehalten.
Wir bieten Ihnen diesen Webcast als Online-Meeting über Microsoft Skype for Business an. Der Referent erläutert das Thema anhand von Microsoft PowerPoint Slides. Live Demos innerhalb 30 Minuten. Am Ende des Webcasts steht den Teilnehmern 15 Minuten für Fragen zur Verfügung.

Preis
Der Webcast ist für Sie kostenlos.

Anmeldung
Zur Anmeldung wenden Sie sich bitte direkt an Ihren Microsoft Technical Account Manager oder senden Sie eine Mail an peger@microsoft.com. Besuchen Sie uns auf Microsoft Premier Education. Dort finden Sie eine Gesamtübersicht aller verfügbaren Webcasts, Workshops und Events.


Migre 2008 a Azure y extienda su soporte

$
0
0

Migre sus servidores Windows Server 2008 a Azure y extienda su soporte 3 años.

 

Hola.

 

Windows Server 2008 y SQL Server 2018 han sido la elección de confianza para muchas compañías, con millones de instalaciones. El fin de soporte para estas versiones se acerca rápidamente.

  • Soporte Extendido para SQL Server 2008 y 2008 R2 termina el 9 de julio del 2019.
  • Soporte Extendido para Windows Server 2008 y 2008 R2 termina el 14 de enero del 2020.

 

Estamos en el tiempo correcto para modernizar las aplicaciones e infraestructura y migrar a Azure, pero sabemos que la transformación digital no es de un día para otro, se lleva su tiempo. Se han publicado nuevas oportunidades para poder realizar estas transformaciones. Una de estas opciones es la de migrar los servidores corriendo Windows 2008 a maquinas virtuales en Azure y obtener actualizaciones por 3 años adicionales a las fechas mencionadas anteriormente sin ningún costo adicional. Es decir, si corremos las aplicaciones de Windows Server 2008 en maquinas virtuales de Azure, obtenemos soporte extendido gratis.

 https://azure.microsoft.com/en-us/blog/announcing-new-options-for-sql-server-2008-and-windows-server-2008-end-of-support/

 

¿Como migro mis servidores?

Aquí es donde Azure Site Recovery es nuestro aliado, ya que nos va a permitir migrar fácilmente nuestros servidores Windows Server 2008 íntegros hacia Azure. Solo necesitamos ejecutar algunos pasos básicos de configuración, crear cuentas de almacenamiento en la suscripción de Azure, y empezar a replicar los servidores hacia Azure. Azure Site Recovery realiza la copia de los servidores a la nube, y cuando estemos listos, los podemos migrar. Podemos migrar los servidores virtuales corriendo en Hyper-V, en VMware o en equipos físicos.

 

¿Puedo usar Azure Site Recovery en mis servidores con versión de 32 bits de Windows Server 2008?

Azure Site Recovery soporta migración de servidores Windows Server 2008 R2 hacia Azure. Además, para aprovechar esta oportunidad estas nuevas ofertas de migración, Azure Site Recovery ha agregado la posibilidad de migrar servidores Windows Server 2008, incluyendo versiones de 32 o 64 bits.

 

Los clientes elegibles para el beneficio “Azure Hybrid Benefit” pueden configurar Azure Site Recovery para aplicar ese beneficio a los servidores y ahorrar en costos de licenciamiento de Windows Server. Recuerden que Azure Site Recovery no tiene costo por los primeros 30 días, así que podemos lograr la migración sin costo si hacemos la migración en menos de 30 días.

 

Aproveche esta oportunidad de extender el soporte a los Servidores corriendo Windows Server 2008, para la documentación de los procedimientos, favor de ir al enlace:

https://aka.ms/asr-migrate-W2K8

 

 

Gracias y esperamos que sea de su agrado.

 

Saludos

 

Mariano Carro

Enviar correo a latampts

 

 

 

Breaking Into Windows Server 2019: Network Features: Network Performance Improvements for Virtual Workloads

$
0
0

Hello World! Brandon Wilson here with another pointer to some of the new networking features in Windows Server 2019 straight from the Windows Core Networking team!

In this week's posting, the discussion surrounds enhancements to network performance for virtual workloads. Here is an excerpt straight from the product group:

"Top 10 Networking Features in Windows Server 2019: #5 Network Performance Improvements for Virtual Workloads (https://blogs.technet.microsoft.com/networking/2018/08/22/netperf4vw/)

Excerpt: Whether you have compute workloads like File, SQL, and VDI, you run an S2D cluster, or perhaps you're using your SDN environment to bring hybrid cloud to a reality, no doubt we crave network performance – we have a "need for speed" and no matter how much you have you can always use more.  However, high-speed network throughput came at the additional cost of complex planning, baselining, tuning, and monitoring to alleviate CPU overhead from network processing.

In Windows Server 2019, virtual workloads will reach and maintain 40 Gbps while lowering CPU utilization and eliminate the painful configuration and tuning cost previously imposed on you, the IT Pro."

As always, if you have comments or questions on the post, your most direct path for questions will be in the link above.

Thanks for reading, and we'll see you again next week!

Brandon Wilson

Creating Scoped DLP rules with Custom Sensitive Information Types

$
0
0

A few weeks ago, I put out a series of posts on creating and using custom sensitive information types (https://blogs.technet.microsoft.com/undocumentedfeatures/tag/sensitive-information-types/).  The blog, posts, however, focus on using the DLP configuration options available in the Security & Compliance Center.

Rules created via the DLP wizard in the Security & Compliance Center have the benefit of being able to be applied globally across your organization and its content sources.  However, due to the global focus, you do lose some of the granularity in crafting rules.  Multi-organization tenants (such as enterprise conglomerates or consolidated governments) may need to create email DLP policies that are more restrictive and apply only to certain business units or agencies.

For this, we need to head to the Exchange Admin Center.

  1. First, build or import a custom DLP package (you can use mine, as outlined here) or build your own (as described here) and get them imported into Office 365.
  2. Navigate to the Exchange Admin Center (https://outlook.office365.com/ecp/?exsvurl=1&p=Compliance | Compliance | Data Loss Prevention).
  3. Click + and select New custom DLP policy.
  4. Name the custom policy, select Test with policy tips and then click Save.
  5. Select the policy in the list, and then click the Edit (pencil icon) button.
  6. Select the Rules tab.
  7. Click + and select Create a new rule.
  8. Enter a name for the rule, and then select More options ... at the bottom of the page to expose more configuration options for the rule.
  9. Select a method to identify senders.  For example, you can use text or pattern matches, domains, or additional properties.  In this example, I'm going to select Sender is a Member of a GroupNote: If you want to use "Notify the sender with a policy tip" action, you cannot select Sender Domain Is or Sender Address Matches Patterns as conditions.  You have to choose different selection criteria, such as "Inside Organization" or "Member of a group."
  10. Select a group, and then click the Add to add it to the list of groups to be included as conditions of this rule.  Click OK when finished.
  11. Select the Add Condition button to add another condition to search for.
  12. Select The message ... and then select contains any of these sensitive information types.
  13. On the Contains any of these sensitive information types page, click +.
  14. Select the custom sensitive information types from the list, and then click Add.
  15. Select OK to add the sensitive information types to the rule.
  16. Click OK to complete the rule conditions.
  17. Add one or more actions.  Recommended actions might be to Forward the message for approval to a manager, Encrypt, or Notify the sender with a Policy Tip.  In this example, I selected Notify the sender with a Policy Tip, and then selected Block the message, but allow the sender to override with a business justification and send.
  18. Add an NDR that users will receive if an override justification isn't given and click OK.
  19. Select Add Action if any additional action is needed.  In this example, I'm going to select Modify the Message Security | Apply Office 365 Message Encryption and rights protection.
  20. Select a template and click OK.
  21. Add Exceptions, if any. I want to put the hammer down on folks, so no exceptions here.
  22. Select the mode for the rule.  I generally start Test with Policy Tips to start, and then move to Enforce after making sure it triggers appropriately.
  23. Under Match sender address in message, select Header or envelope, and then click Save.
  24. If you have chosen an action that has a potential to NDR, acknowledge by clicking OK.
  25. Click Save.
  26. Annnnd done.

Updates for Surface Book (20 Aug 2018)

$
0
0

On August 20th we released updates for Surface Book devices running Windows 10 Fall Creators Update version 1709 or greater to Windows Update. These updates are now available in MSI format on the Microsoft Download Center from the following links:

Click Download to download the following files from the Surface Book Drivers and Firmware page at the Microsoft Download Center:
SurfaceBook_Win10_16299_1802300_1.msi

These updates improve system stability, graphics performance, and resolve potential security vulnerabilities including Microsoft security advisory ADV180012 and ADV180013
For your convenience, the updated components and the improvements they provide:

Surface Book

  • Intel(R) AVStream Camera 2500 v30.15063.6.6082 improves system stability.
  • Intel(R) CSI2 Host Controller v30.15063.6.6082 improves system stability.
  • Intel(R) Display Audio v10.25.0.8 improves system stability.
  • Intel(R) HD Graphics 520 v24.20.100.6136 improves system stability.
  • Intel(R) Imaging Signal Processor 2500 v30.15063.6.6082 improves system stability.
  • Intel(R) Management Engine Interface v11.7.0.1057 improves system stability.
  • Intel(R) Precise Touch Device v1.2.0.100 improves system stability.
  • Intel(R) Serial IO 12C Host Controller v30.100.1725.1 improves system stability.
  • Intel(R) Smart Sound Technology (Intel(R) SST) Audio Controller v9.21.0.3347 improves system stability.
  • Intel(R) Smart Sound Technology (Intel(R) SST) OED v9.21.0.3347 improves system stability.
  • Microsoft Camera Front v30.15063.6.6082 improves system stability.
  • Microsoft Camera Rear v30.15063.6.6082 improves system stability.
  • Microsoft Control Logic v30.15063.6.6082 improves system stability.
  • Microsoft IR Camera Front v30.15063.6.6082 improves system stability.
  • NVIDIA GeForce GPU v23.21.13.9140 improves graphics performance.
  • Surface Management Engine Firmware v11.8.50.3448 improves system stability.
  • Surface UEFI Firmware v91.2289.769.0 resolves potential security vulnerabilities, including Microsoft Security Advisory 180012 and 180013

System Center Updates Publisher Video Tutorial

$
0
0

We released an update to System Center Updates Publisher (SCUP) in March 2018 and we thought now would be a good opportunity to add a video tutorial for SCUP.

This video is part a series focusing on software updates in Configuration Manager current branch. This session focuses specifically on System Center Updates Publisher (SCUP).  Steven Rachui covers understanding and configuring SCUP, working with SCUP and integrating SCUP into and using SCUP in a Configuration Manager environment.

You can view our Software Updates Playlist to see additional videos in this series.

MPNパートナー向けMonthly Webinarのご案内【8/23更新】

$
0
0

マイクロソフトでは、パートナー様を対象としてさまざまな製品やキャンペーン、プログラムなどの最新情報を日々発信しております。
本Webinarでは特にパートナー様に押さえておいてほしいトピックについて、毎月、約 1 時間で完結する内容で解説いたします。

8月度の開催日程は2018 年 8 月 28 日 13:30 ~ 14:30 となります。

【過去のトピックスの例】

  • Microsoft HoloLens 日本での展開について
  • Surface 新製品のご案内
  • Office 365 システム要件変更について
  • 各種イベントのご案内、スポンサー プログラム紹介
  • mstep トレーニング最新情報 他

※本Webinarでお伝えする内容は、予告なく変更する場合やアジェンダにより時間が短くなる場合があります。
あらかじめご了承ください。

パートナー様でご参加にご興味があります方は、以下よりご登録ください。

ご登録はこちらから

【セミナー】営業部門におけるDynamics 365を活用した働き方改革~Office 365 連携による営業業務効率化から AI 、ソーシャル活用まで~【8/24更新】

$
0
0

2018年9月5日(水) 13:00-15:00(12:45開場)

 

日本マイクロソフト株式会社 品川本社 31F セミナールームA
東京都 港区 港南 2-16-3 品川グランドセントラルタワー
https://www.microsoft.com/ja-jp/mscorp/branch/sgt.aspx

 

本セミナーでは、営業部門・営業企画部門、経営企画 部門、情報システム部門の方々を対象に、「営業の働き方」をテーマにした営業の業務効率化に関するあるべく姿や最新のツールの活用手法と実現ソリューションおよび事例についてわかりやすくお伝えします。

 

■マイクロソフト イベント・セミナー お問い合わせ窓口
TEL: 0120-37-0196 (9:00-17:30 土日祝を除く)
※お問い合わせの際は、必ずイベント・セミナー名と開催日をお知らせください。

 

このセミナーへの参加登録はこちら

 

 


効果的で優れたカスタマー エクスペリエンスを構築するための 3 つの秘訣【8/25更新】

$
0
0

(この記事は2018年711日にMicrosoft Partner Network blogに掲載された記事three-keys-creating-powerful-effective-customer-experienceの翻訳です。最新情報についてはリンク元のページをご参照ください。)

 

今日の市場で競争力を維持しようと急ぐあまり、多くの企業がバズ マーケティングやブランディング、イノベーションにばかり気を取られています。どれも非常に重要ではありますが、他にも必要ながら見落とされがちな要素があります。それはカスタマー エクスペリエンス (CX) です。製品やサービスの使い勝手や、自社との取引について顧客に満足してもらえなければ、どれだけ派手な宣伝を打とうと意味はありません。

 

魅力的な CX を構築するためのヒントを探るべく、私はマイクロソフト パートナーの Tim Wallis 氏 (英語) にお話を伺いました。Wallis 氏は Content and Code (英語) のオーナー兼 CEO であり、同社はパートナー オブ ザ イヤー アワードのカスタマー エクスペリエンス部門の受賞企業ですCX に対する Wallis 氏の深い洞察は、同社の企業ミッションである、チームの全員が協力して質の高い CX を実現するという全社共通の理念に根ざしています。

 

 

出発点は適切な理念から

Content and Code の CX 対応は、取引相手を「顧客 (カスタマー)」ではなく「クライアント」と呼ぶところから始まります。Wallis 氏のチームでは、専門家ならではのアドバイスを提供し、顧客のニーズに応じた最適なソリューションや製品のみを提供することをモットーとしています。しかし、「顧客」という呼び方は長期的な「関係」ではなく、その場限りの「取引」を連想させます。この理念は新入社員研修の段階から徹底されており、新しくチームに加わったメンバーには、Wallis 氏が直接このメッセージを伝えています。

 

こうした基本的な取り組みに加え、Content and Code ではクライアント エクスペリエンスを測定し、ネット プロモーター スコアを記録しています。これらは将来の収益成長率を予測するための優れた指標であり、同社の 4 つの主要 KPI に数えられるだけでなく、ボーナスの支給額の基準としても使用されています。

 

同社の企業理念はクライアントの信頼獲得に大いに役立っており、同社が提供するサービスのあらゆる面に反映されています。

 

最近の事例では、EU 一般データ保護規則 (GDPR) について懸念するクライアントへの対応に、同社の姿勢が見て取れます。同社は自分たちの強みに徹し、最も得意とするセキュリティと IT インフラストラクチャのニーズの面でクライアントを支援しました。その一方で、GDPR に関して IBITGQ (英語) の認定を取得した企業と提携することで、法律面でもクライアントをバックアップしています。

 

CX を強化する画期的な手法

Wallis 氏は、CX を洗練させるための具体的なアプローチを教えてくれました。

 

まず、Yammer を使用してクライアントからのフィードバックをすばやく共有します。これにより、業務の成果に関する最新の情報をチーム内で常に共有し、ディスカッションを促進することができます。活発な意見交換の手段としても、優れたクライアント満足度を達成したメンバーをチーム内で称賛する手段としても活用されています。

 

また、スタッフに不満があれば、クライアントのニーズに十分には応えられないことから、従業員の満足度も追跡しています。マネージャー全員が OfficeVibe (英語) にアクセスし、従業員のエンゲージメントを確認することができます。さらに、チームの現状をより詳しく調査するために、Best Companies (英語) を活用しています。

 

最新のセキュリティや法規制に関する問題に精通

企業はクライアントに安心感を与える必要があります。サイバー犯罪、厳格な規制への対応、違反した場合の罰金といった不安を解消しなければ、ビジネスのリスクは高まるばかりです。

 

たとえば、今大きな注目を集めているトピックとして、GDPR (英語) とサイバーセキュリティの問題があります。そのため、企業はクライアントのデータの取り扱いに細心の注意を払うことが必要です。Wallis 氏のチームでは、クライアントのデータを定期的にチェックして、データ クレンジングを行っています。また、安全性とプライバシーを維持した状態でデータを保管し、クライアントのニーズを満たすうえで必要なデータのみを残すようにしています。

 

市場の変化に対応した CX の構築

市場の変化に備え、潜在的なクライアントとの関わり方を考えておくことも重要です。

 

たとえば、Wallis 氏の見立てによれば、B2B 市場における企業のやり取りの仕方が変わり、コミュニケーションの分散化が進んでいます。したがって、バイヤージャーニーの途中で各クライアントに確実に接触できるよう、デジタルとオフラインのさまざまなチャネルを通じて、タッチポイントの数を増やすことが欠かせません。

 

時代が移り変わる中で、同社はインバウンド コンテンツ マーケティングにおける「クライアント ファースト」の手法を積極的に導入することで、市場での生き残りのみならず、成長を実現しています。この手法の導入にあたり、同社は SEO (検索エンジン最適化) やペイ パー クリック広告、ソーシャル メディアを活用しています。

 

自社のクライアント層に応じた適切な理念を採用し、クライアントの声に注意深く耳を傾けつつ、社内でもチーム メンバーの満足度を維持することで、優れた CX を構築するための基盤を固めることができます。そして、ブランド ロイヤルティの向上だけでなく、ブランド アドボケイト (支持者) の創出を実現できます。

 

 

スマート フォン デバイスで Excel Online でファイルを開いた時にオートシェイプやテキスト ボックスなど図形オブジェクトが表示されない現象について

$
0
0

こんにちは、Office サポートです。

本記事では、スマート フォン デバイスを使用し、Office 365 サービスの Excel Online でファイルを開いた時に、オートシェイプやテキスト ボックスなどの図形オブジェクトが表示されない動作についてご案内します。

 

1. 現象

スマート フォン デバイスを使用して、Excel ファイルを Excel Online で閲覧する際に、オートシェイプやテキスト ボックスなど図形オブジェクトは表示されません。

これはどのモバイル ブラウザを使用した場合も同じ動作になります。

この動作は、現行の Office 365 サービスの Excel Online の制限です。

なお、タブレット デバイスでは、この制限は該当しません。

この現象があてはまるシナリオとして、Office 365 サービスの Outlook Web Access のメールに添付された Excel ファイルを開く操作などがあります。

 

1. スマート フォン デバイスで表示した時の画面イメージ

図1. iPhone 表示イメージ

 

2. デスクトップ PC で表示した時の画面イメージ

図2. PC 表示

 

2.回避策

OneDrive に Excel ファイルを保存し、そこから直接開くことで今回の現象を回避することができます。

上述のシナリオの場合は、Outlook Web Access のメールに添付された Excel ファイルを OneDrive に保存します。

OneDrive に保存された Excel ファイルを開く場合、OneDrive が提供するビューアー (OneApp Viewer) でファイルが開きます。

この場合は、オートシェイプやテキスト ボックスなど図形オブジェクトが表示されます。

 

3. OneApp Viewer で表示した時のイメージ

図3. OneApp View

 

3.今後の修正予定について

本現象については 2018 8 23 日において変更の予定はございません。

 

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

Windows Server および SQL Server ライセンスの SPLA から CSP への移行【8/26更新】

$
0
0

(この記事は 2018 年 8 月 8 日に Hybrid Cloud Best Practices に掲載された記事Moving Windows Server and SQL Server licenses from SPLA to CSP の翻訳です。最新情報についてはリンク元のページをご参照ください。)

 

Windows Server および SQL Server ライセンスの SPLA から CSP への移行

以前お知らせしたとおり、Windows Server および SQL Server ライセンスを、CSP パートナー様がお客様に代わってパートナー センターで直接購入できるようになりました。これは、パートナー センターの新機能によるものです。詳しくはこちらのページ (英語) をご覧ください。

この新機能により、パートナー様は、Windows Server SQL Server をインストールした SPLA ライセンス VM Azure に移行するにあたり、SPLA ライセンスから CSP への切り替えを、最小限の労力で行えるようになりました。また、Azure Reserved VM Instances と組み合わせることで、コストの節約も容易になります。

現在提供されている製品は以下のとおりです。

  1. Windows Server Standard 8 コア ライセンス パック + CAL
  2. SQL Server Standard 2 コア ライセンス パック
  3. SQL Server Enterprise 2 コア ライセンス パック
  4. Windows Server RMS CAL

 

今後、その他のオンプレミス版マイクロソフト製品も追加される予定です。

SPLA ライセンスの場合、Windows Server SQL Server のコア ベースのライセンスをパブリック クラウドで使用することはできません。各種マイクロソフト製品のパブリック クラウドでの SPLA ライセンス利用については、「サービス プロバイダー製品使用権説明書 (SPUR)」の「DCP 対象」プロパティで規定されています。Windows Server SQL Server の場合、このプロパティは「SAL エディションのみ」に指定されています。つまり、SAL 以外の SKU (プロセッサ ベースまたはコア ベース) には「DCP 対象」の権利は含まれず、Azure などのパブリック クラウドでは使用できません。

Windows Server DCP の権利

SQL Server DCP の権利

SPUR DCP の定義

マネージド サービスを利用されているお客様の VM を、パートナー様のデータセンターから Azure に移行する場合、SPLA Windows Server SQL Server のコア ベースのライセンスを移行後も継続することはできません。選択できるオプションは、次のとおりです。

  1. Windows Server SQL Server の従量課金 (PAYG) ライセンスが含まれる Azure Marketplace イメージを使用して、1 時間あたりのコア数ベースの料金を支払う。
  2. パートナー センターの新機能を使用して、お客様の代わりに 1 年間または 3 年間の Windows Server または SQL Server ライセンスを購入する。

 

 

1 つ目のオプションは時間単位の請求のため、柔軟性は高くなりますが、ソフトウェア サブスクリプションを前払いする 2 つ目のオプションの方が、コスト効率と予測性が高くなります。いずれのオプションも SPLA の月額請求とは異なるので、時間単位の請求と、1 年間または 3 年間の前払いのどちらがパートナー様のシナリオに適しているかをご判断ください。

Windows Server ライセンスをパートナー センターで購入した場合、VM Azure 以外で実行するためには、(物理) サーバーにアクセスするユーザーまたはデバイスごとにクライアント アクセス ライセンス (CAL) が必要です。VM Azure で実行する場合は、Windows Server 向け Azure Hybrid Benefit が適用されるため、CAL は必要ありません。

ソフトウェア サブスクリプションの料金は、パートナー センターの個別の価格表に記載されています。

: 通常の Azure サービスと同様に、通貨はパートナー様ではなくお客様の所在地に基づき適用されます。たとえば、所在地がオランダにあるパートナー様が、パートナー センター アカウントを使用して、ノルウェーのお客様に Windows Server ライセンスを販売する場合、請求時の通貨はユーロではなくノルウェー クローネになります。

Windows Server 向け Azure Hybrid Benefit

 

お客様の代わりにパートナー センターで購入した Windows Server ライセンスは、Windows Server 向け Azure Hybrid Benefit (AHB) を利用することで、Azure Windows Server VM に使用できます。Windows Server 向け Azure Hybrid Benefit を適用した Windows Server VM の料金は、同サイズの Linux VM の料金と同じです。

パートナー センターで購入した Windows Server ライセンスには、通常の Windows Server 向け Azure Hybrid Benefit のルール (英語) が適用されます。ルールは次のとおりです。

  1. 必要なコア ライセンスの数は、(ハイパー スレッディングの有無を問わず) VM コアの数に基づいて決定されます。
  2. Azure Hybrid Benefit を使用するには、お客様あたり 16 コア以上の Windows Server ライセンス (2 つ以上の 8 コア ライセンス パック) が必要です。
  3. 16 コア ライセンスを使用すると、最大 8 コアの VM 2 台または 16 コアの VM 1 台を実行できます。
  4. 8 コア未満の VM にも 8 コア ライセンスを割り当てる必要があります。
  5. Windows Server 向け Azure Hybrid Benefit を適用した VM の料金は、同サイズの Linux VM の料金と同じです。
  6. Azure ポータル、PowerShellARM テンプレートのいずれかを使用して、Azure Hybrid Benefit が有効な VM を作成することができます。既存の Azure VM に対して Azure Hybrid Benefit を有効にすると、Windows Server ライセンスを PAYG から AHB に切り替えることができます。VM の一覧でフィルターを適用して、AHB を使用しているすべての VM を表示できます。各トピックについては、こちらのページをご覧ください。
  7. 既存の VM Azure に移行する場合、Windows Server のライセンス認証が必要です。こちらの記事 (英語) の手順に従って、移行後に Azure KMS サーバーに切り替えてください。

 

詳細は、Azure Hybrid Benefit についてのよくあるご質問をご覧ください。

 

SQL Server 向け Azure Hybrid Benefit

 

お客様の代わりにパートナー センターで購入した SQL Server ライセンスは、SQL Server 向け Azure Hybrid Benefit (AHB) を利用して、Azure SQL Database に使用することができます。これにより、vCore 購入モデルの Single Database または Elastic Pool と、Azure SQL Database Managed Instance (vCore 購入モデルのみで提供) のコストを削減できます。コンピューティングの料金のみを支払うため、SQL Server ライセンスの料金を 2 重で支払うことはありません。

パートナー センターで購入した SQL Server ライセンスには、通常の SQL Server 向け Azure Hybrid Benefit のルールが適用されます。ルールは次のとおりです。

  1. SQL Server Standard 1 コア ライセンスにより、汎用レベルの Azure SQL Database 1 vCore の権利が付与されます。
  2. SQL Server Enterprise 1 コア ライセンスにより、汎用レベルの Azure SQL Database 4 vCore または Business Critical レベルの Azure SQL Database 1 vCore の権利が付与されます。

 

なお、SQL Server 向け Azure Hybrid Benefit は、Azure SQL Database に適用されます。SQL Server をインストールした Azure VM SQL Server ライセンスを使用する場合は、ライセンス モビリティの特典を利用することで、SQL Server の料金を 2 重に支払う必要がなくなります。VM あたりの SQL Server コア ライセンスの数は 4 つ以上です。Azure VM SQL Server Standard をインストールするには、Enterprise エディションと同様に、十分な数の SQL Server Standard コア ライセンスが必要です。

手順

 

パートナー センターで購入した Windows Server ライセンスを使用して、サンプルの Windows Server VM を作成する手順をご説明します。

1. パートナー センター ポータルにアクセスし、一覧からお客様のアカウントを選択して、[Software][Add products] の順に選択します。

 

2. [Segment: Commercial][Type: Software subscriptions][Terms: 1 Year/3 Years] をそれぞれ選択します。

3. 必要なライセンスの数を選択し、[Add to cart] をクリックします。

 

 

4. 次に、[Review][Buy] の順にクリックします。

購入した Windows Server ライセンスを新規の VM に対して使用する方法は、次のとおりです。

  1. Azure ポータルで、任意の Windows Server イメージを使用して新規の VM を作成します。
  2. [Already have a Windows license?] の質問に対して [Yes] を選択し、有効なソフトウェア アシュアランス付きの Windows Server ライセンスの数が足りていることを確認します。パートナー センターでライセンスを購入した場合には、ソフトウェアのサブスクリプション期間中はソフトウェア アシュアランスが含まれます。

 

    

     3. 通常どおり、VM 作成 UI の操作を続行します。

    

     4. VM 設定の [Configuration] メニューに移動し、[Use existing Windows license] [Yes] に設定されていることを確認します。

既存の Windows Server VM の場合の手順は、次のとおりです。

  1. Azure Hybrid Benefit を適用せずに作成した VM に対して Azure Hybrid Benefit を有効にする場合は、VM [Configuration] ページで [Yes] を選択します。


   

 

     2. Azure Site Recovery を使用して移行対象の VM Azure Hybrid Benefit を有効にするには、こちらのガイドをご確認ください。

     3. 対象の VM を自社環境から Azure に移行し、社内の KMS サーバーを使用して既にライセンス認証を行っている場合は、ゲスト OS 内で以下のコマンドを実行して、Windows のライセンス認証用 Azure KMS サーバーを設定します。

 

 

購入した Windows Server ライセンスを、新規の Azure SQL Database で使用する方法は、次のとおりです。

  1. Azure ポータルにアクセスし、新規の Azure SQL Database の作成を開始します。
  2. [Pricing tier] メニューで [vCore-based purchasing options] を選択し、[General Purpose] または [Business Critical] レベルを選択します。

 

    

     3. SQL Server 向け Azure Hybrid Benefit を有効にするには、[Save money] オプションで [Yes] をクリックし、有効なソフトウェア アシュアランス付きの SQL Server ライセンスの数が足りていることを確認します。パートナー センターでライセンスを購入した場合には、ソフトウェアのサブスクリプション期間中はソフトウェア アシュアランスが含まれます。

 

4. 通常どおり、SQL Database 作成 UI の操作を続行します。

     5. Azure Hybrid Benefit を適用せずに作成した SQL Database に対して Azure Hybrid Benefit を有効にする場合は、データベース設定の [Configure] ページで [Yes] を選択します。

 

 

SQL Server をインストールした新規の Windows Server VM に対して、購入した SQL Server ライセンスを使用する方法は、次のとおりです。

  1. パートナー センター ポータルにアクセスし、お客様のアカウント ページの [Software] メニューに移動します。
  2. SQL Server のバージョンと言語を選択します。

 

  1. [Get keys and downloads] をクリックします。
  2. SQL Server ISO をダウンロードします。SQL Server のインストールには、プロダクト キーは必要ありません。インストーラーに組み込まれています。
  3. 標準の Windows Server イメージを使用して、新規の VM を作成します。従量課金制の使用状況に応じて SQL Server ライセンスの料金が請求されるため、SQL Server Azure Marketplace イメージは使用しないでください。
  4. 既存の Windows Server ライセンスを利用する場合は、VM 作成時に Windows Server Azure Hybrid Benefit を有効にします。
  5. 通常どおり、新規 VM 作成 UI の操作を続行します。
  6. パートナー センターからダウンロードした SQL Server インストール メディアを使用して、その VM SQL Server を手動でインストールします。

 

 

SQL Server をインストールした新規の Linux VM に対して、購入した SQL Server ライセンスを使用する方法は以下のとおりです。

  1. サポート対象の Linux プラットフォーム用の標準の Linux テンプレートを使用して、Azure に新規の VM を作成します。従量課金制の使用状況に応じて SQL Server ライセンスの料金が請求されるため、SQL Server Azure Marketplace イメージは使用しないでください。
  2. 通常どおり、新規 VM 作成 UI の操作を続行します。CSP では、SQL Server BYOL イメージ現時点では利用できません。


 

    1. 対象の Linux VM SQL Server 手動でインストールします。Linux への SQL Server のインストールには、インストール メディアやプロダクト キーは必要ありません。
    2. 最後に、パートナー センターから購入した SQL Server ライセンスのエディション (Standard または Enterprise) を選択します。

     


     

    既存の SQL Server 環境をオンプレミスから Azure に移行し、パートナー センターで購入した SQL Server ライセンスを使用する場合、以下の 3 つのオプションがあります。

    1. Azure Site Recovery または同様の VM のリフト & シフト ツールを使用して、自社環境の VM Azure に移行し、必要に応じて Windows Server 向け Azure Hybrid Benefit を有効にする。
    2. 上記の説明に従って、新規の VM をデプロイして SQL Server をインストールする。Azure Database Migration Service または同様のツールを使用して、既存の SQL Server データベースを移行する。
    3. Azure SQL Database または Azure SQL Database Managed Instance を作成し、SQL Server 向け Azure Hybrid Benefit を有効にする。Azure Database Migration Service または同様のツールを使用して、既存の SQL Server データベースを移行する。

    パートナー センター アカウントの新機能をご利用いただくことで、自社環境から Azure への移行に加えて、SPLA から CSP へのライセンスの切り替えが容易になります。さらに、Azure Reserved VM Instances や今後リリース予定の Azure SQL Database の予約容量と組み合わせることで、Azure にワークロードを移行した後のコストを最大限に節約することができます。

     

     

     

     

     

    Verifying PowerShell versions…let me count the ways

    $
    0
    0

    There are numerous posts out there on how to check which version(s) of PowerShell are installed on a machine.

    An easy, common way is to check the PSVersion property of the $PSVersionTable variable. This will tell you the version of the currently running engine.

    But what if you have multiple engines installed on the machine? It's possible (today) to have up to three versions of PowerShell installed, side-by-side. Version 2, 3-5, and 6 (core).

    Three versions of PS, v2, v4, v6, running side-by-side on the same machine.

     

    Contrary to some posts out there online, I have found that registry keys such as HKLM:SoftwareMicrosoftWindowsPowerShell1PowerShellEngine do not validate the existence of PowerShell 2.0. In this screenshot, I show a machine which shows that regkey yet I cannot launch the v2 engine.

    Existence of PS v2 regkey but PS v2 engine unavailable.

     

    I've written a script to launch a job in the v2 engine, and using that to verify if v2 is actually available. I use this script to verify the existence of versions on my machines. I then use the other regkeys to verify if higher versions are available. This is just a sample script and could use a lot more testing. But it's been accurate for my small lab and has detected versions 2 through 6.

     

    
    
    
    
    # See what version(s) of PowerShell are installed, if any
    # v2, v3+, and Core can all exist side-by-side
    
    $originalErrorActionPref = $ErrorActionPreference
    $ErrorActionPreference = "SilentlyContinue"
    
    #Reg Installation path for v1 and v2 - does NOT mean it's actually available though
    $regPathV1or2 = "hklm:SOFTWAREMicrosoftPowerShell1PowerShellEngine"
    
    # Reg path for v3 and above
    $regPathV3plus = "hklm:SOFTWAREMicrosoftPowerShell3PowerShellEngine"
    
    # Reg path for Core
    $regPathVCore = "hklm:SOFTWAREMicrosoftPowerShellCoreInstalledVersions"
    
    $vOutput = @{ name="";
        v1="";
        v2="";
        v3="";
        v4="";
        v5="";
        v6="";
    }
    
    # test for v1 or v2
    if (test-path $regPathV1or2)
    {
        [string]$versionA = (Get-ItemProperty -path $regPathV1or2).powershellversion
    
        if ($PSVersionTable.PSVersion.Major -le $versionA)
        { # running v1 or v2 only
            if ($PSVersionTable.PSVersion.Major -eq 1) {
                $vOutput.v1 = $PSVersionTable.PSVersion.ToString()
            } else {
                $vOutput.v2 = $PSVersionTable.PSVersion.ToString()
            }
        } else {
            # machines with v2 only don't have -psversion parameter
            $job = Start-Job {Get-DateTime} -PSVersion 2.0
            if($?) {
                 $vOutput.v2 = $versionA
            } else {# no v2 installed
               remove-job $job.id
            }
        }
    }
    
    # test for v3 or above
    if (test-path $regPathV3plus) 
    {
        [string]$versionB = (Get-ItemProperty -path $regPathV3plus).powershellversion
    
        if($PSVersionTable.PSVersion.Major -eq 3) {
            $vOutput.v3 = $versionB
        } elseif($PSVersionTable.PSVersion.Major -eq 4) {
            $vOutput.v4 = $versionB
        } elseif($PSVersionTable.PSVersion.Major -eq 5) {
            $vOutput.v5 = $versionB
        }
    }
    
    # test for Core ----------test-------------------
    if (test-path $regPathVCore)
    {
        $vOutput.v6 += "Core"
    }
    
    
    $vOutput.name = "$(hostname).$((Get-WmiObject win32_computersystem).Domain)"
    
    #Write-Output $vOutput
    write-output "$($vOutput.name);$($vOutput.v1);$($vOutput.v2);$($vOutput.v3);$($vOutput.v4);$($vOutput.v5);$($vOutput.v6)"
    
    $ErrorActionPreference = $originalErrorActionPref

    Azure, místo kreditky na fakturu

    $
    0
    0

    V průběhu prázdnin jsem zjistil, jak málo se ví o možnosti průběžných, PAYG (Pay As You Go) plateb za Azure služby formou běžné faktury místo standardně používané kreditní karty.

    Na úvod jen malý přehled hlavních modelů platby za Azure služby:

    • PAYG :  platba zpětně většinou formou kreditní karty. Nejrychlejší, transparentní a standardní způsob jak platit menší a střední útratu v Aure. Nic neplatím dopředu, vždy zpětně s přesně podle spotřeby. Lze také ale na fakturu, o tom je tento článek.
    • OPEN License : 100 USD "předplacenky" ... k zakoupení v běžné distribuci  Microsoft softwaru. Nakoupím si v normální distribučním kanálu Microsoft od svého tradičního dodavatele, (od kterého deset let beru SW Microsoft) dopředu vhodný počet papírků-klíčů a ty pak používám jako platidlo. Musím hlídat, kdy mi dojde kredit a včas dokoupit. Prodejci z toho mají malou marži. Nejdou takto kupovat cizí Marketplace aplikace.
    • Enterprise Agreement : Pro větší společnosti, musím být připraven podepsat dlouhodobý tříletý závazek a zaplatit dopředu) min. 12 000 EUR ročně, které propadnou pokud je nevyčerpám. Vše ostatní nad tento závazek se platí dle spotřeby. Lze udělat smlouvu jen na Azure, žádné stovky a tisíce desktop PC již není třeba. Žádné speciální cenové slevy, garance ceny že nepůjdou nahoru. Hlavně však možnost v rámci EA portálu tvořit více subskripcí pro pobočky, dceřiné firmy, projekty atd., včetně výrazně lepší granularity přístupových práv a fakturace.
    • CSP : (Cloud Solution Provider) model pro všechny společnosti, které poskytují jakékoli cloudové služby zákazníkům případně přeprodávají svoje služby včetně Azure. Platba zpětně za spotřebu. Nejdou kupovat cizí Marketplace aplikace. (brzy asi půjdou) Na tomto modelu se dosti pracuje, je však logisticky i administračně nejsložitější. Funguje i pro Office 365 a další cloudové produkty Microsoft.

     

    Důvodů proč kreditní karta nevyhovuje může být několik, většinou to je práce navíc pro majitele karty i účtárnu, exspirace karet, poslední dobou se také objevují již větší Azure objemy, tudíž problémy s limity daných kredtních karet apod.

    Návod jak změnit PAYG na fakturu

    Přehodit PAYG Subscripci nově založenou nebo i dlouhodobě placenou kreditní kartou na fakturu je snadné. Musí se to ale  udělat pomocí supportního ticketu.
    V Azure portálu vyberete v pravo nahoře velký otazník, Help + support  –>

    image

    Dále vyberte Billing a danou subskripci pokud jste adminem více subskripcí

    image

    Na následující stránce již v combo boxu Problem type můžete vybrat “Pay by Invoice
    Budete muset samozřejmě napsat adresu a také Accout owner email. ( Pozor, Accout admin může být jiná osoba, než technik pracující v Azure portálu a tvořící supportní ticket.)

    image

    Na závěr tradiční výběr jak vás má technický support kontaktovat a finální vytvoření incidentu …

    image

    Zprocesování požadavku trvá většinou tak 3-5 dní.

    Faktury zůstávají  podobné těm, co již chodily, nachází v sekci Subscriptions –> Invoice
    (Nedivte se obrázku níže, pokud máte MSDN s uzavřeným spending limitem jako já tak fakturováno je nula, přesto je zajímavé se kouknout jaké služby by se započítávaly.)

    image

    Pozor na omezení:

    1. Pokud přejdete z karty na fakturu nejde to zatím vrátit zpět
    2. Na fakturu nejde platit software třetích stran z Marketplace. Zaplatíte MS Software, třeba i Visual Studio Cloud Subscription z VS Marketplace,  cizí aplikace jako Sengrid nikoli nikoli. Pokud tam takové již aplikace máte, je třeba přejít na BYOL model nebo je dát do jiné subskripce placené kreditkou.

    Další informace zde: https://docs.microsoft.com/en-us/azure/billing/billing-how-to-pay-by-invoice

    Viewing all 36188 articles
    Browse latest View live


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