Skype for Business クライアントのフィードバック レポートをオンまたはオフにするTurn on or off Skype for Business client feedback reporting
Skype for Business Online ユーザーが組み込みの Skype for Business アプリのフィードバックツールを使用できるようにして、ユーザーが問題を報告したり、ユーザーのエクスペリエンスについて Microsoft に直接フィードバックを提供したりできるようにします。You can enable your Skype for Business Online users to use the built-in Skype for Business app feedback tool to let users report issues and provide feedback directly to Microsoft about their experience.
このツールを使用すると、ユーザーはデバイス上のアプリからログをコピーして、Microsoft が問題の調査とトラブルシューティングを改善するのに役立ちます。Using this tool, a user can copy the logs from the app on their device to help Microsoft better investigate and troubleshoot problems that they might have.
デバイスのスクリーンショットをユーザーのフィードバックに含めるために EnableOnlineFeedbackScreenshot の設定を使用することもできます。You can also use the EnableOnlineFeedbackScreenshot setting so users can include a screenshot of their device as a part of their feedback.
重要
この問題が調査されている間、アプリのフィードバックツールによって収集されたログは、米国内で最大90日間保存されます。The logs collected by the app's feedback tool will be stored for up to a maximum of 90 days in the United States while the issue is being investigated. これが所属する組織のデータ保護ポリシーに抵触する場合は、このフィードバック ツールを有効にしないでください。Because of this, please don't enable this feedback tool if this violates your organization's data protection policy.
Windows PowerShell を検証および開始するVerify and start Windows PowerShell
- Windows PowerShell バージョン 3.0 以降を実行していることを確認するCheck that you are running Windows PowerShell version 3.0 or higher
3.0 以降のバージョンが実行されていることを確認する場合: [スタート] メニュー > [Windows PowerShell]。To verify that you are running version 3.0 or higher: Start Menu > Windows PowerShell.
[ Windows PowerShell] ウィンドウに「 Get-Host」と入力して、バージョンを確認します。Check the version by typing Get-Host in the Windows PowerShell window.
バージョン 3.0 以降を使用していない場合は、Windows PowerShell の更新プログラムをダウンロードおよびインストールする必要があります。If you don't have version 3.0 or higher, you need to download and install updates to Windows PowerShell. Windows PowerShell をバージョン4.0 にダウンロードして更新するには、「 Windows Management Framework 4.0 」を参照してください。See Windows Management Framework 4.0 to download and update Windows PowerShell to version 4.0. メッセージが表示されたら、コンピューターを再起動します。Restart your computer when you are prompted.
また、Skype for Business Online に接続するリモート Windows PowerShell セッションを作成できるようにする、Teams 用の Windows PowerShell モジュールをインストールする必要があります。You will also need to install the Windows PowerShell module for Teams that enables you to create a remote Windows PowerShell session that connects to Skype for Business Online.
詳細については、「 単一の Windows PowerShell ウィンドウですべての Microsoft 365 または Office 365 サービスに接続する」を参照してください。If you need to know more, see Connect to all Microsoft 365 or Office 365 services in a single Windows PowerShell window.
- Windows PowerShell セッションを開始するStart a Windows PowerShell session
From the Start Menu > Windows PowerShell.From the Start Menu > Windows PowerShell.
Windows PowerShellウィンドウで、次を実行して Microsoft 365 または Office 365 に接続します。In the Windows PowerShell window, connect to your Microsoft 365 or Office 365 by running:
注意
Skype for Business Online Connector は現在、最新の Teams PowerShell モジュールに含まれています。Skype for Business Online Connector is currently part of the latest Teams PowerShell module.
最新の Teams PowerShell パブリックリリースを使用している場合は、Skype For Business Online Connector をインストールする必要はありません。If you're using the latest Teams PowerShell public release, you don't need to install the Skype for Business Online Connector.
Import-Module -Name MicrosoftTeams
$credential = Get-Credential
$session = New-CsOnlineSession -Credential $credential
Import-PSSession $session
Windows PowerShell の起動の詳細については、「 1 つの Windows powershell ウィンドウですべての Microsoft 365 または Office 365 サービスに接続 する」または「windows powershell 用のコンピューターをセットアップする」を参照してください。If you want more information about starting Windows PowerShell, see Connect to all Microsoft 365 or Office 365 services in a single Windows PowerShell window orSet up your computer for Windows PowerShell.
組織のすべてのユーザーに対してクライアント アプリのフィードバック レポートをオンにするTurn on client app feedback reporting for all the users in your organization
組織内のユーザーに対してフィードバックレポートを有効にし、デバイスのスクリーンショットを送信できるようにするには、次を実行します。To enable feedback reporting for users in your organization and allow them to submit device screen shots, run:
Set-CsClientPolicy -Identity EnableOnlineFeedback -EnableOnlineFeedback $true -EnableOnlineFeedbackScreenshots $true
Windows PowerShell の詳細情報Want to know more about Windows PowerShell?
Windows PowerShell では、ユーザーの管理と、許可または許可されていないユーザーの操作について説明します。Windows PowerShell is all about managing users and what users are allowed or not allowed to do. Windows PowerShell を使用すると、複数のタスクがある場合に、1つの管理ポイントを使用して、Microsoft 365 または Office 365 と Skype for Business Online を管理することができます。With Windows PowerShell, you can manage Microsoft 365 or Office 365 and Skype for Business Online using a single point of administration that can simplify your daily work, when you have multiple tasks to do. Windows PowerShell の使用を開始するには、次のトピックを参照してください。To get started with Windows PowerShell, see these topics:
Windows PowerShell には、多くのユーザーについて同時に設定を変更する場合など、Microsoft 365 管理センターを使用する場合にのみ、速度、シンプルさ、生産性を高めることができます。Windows PowerShell has many advantages in speed, simplicity, and productivity over only using the Microsoft 365 admin center such as when you are making setting changes for many users at one time. 次のトピックでこれらの利点について説明します。Learn about these advantages in the following topics:
関連トピックRelated topics
Skype for Business Online をセットアップするSet up Skype for Business Online
Skype for Business ユーザーが Skype の連絡先を追加できるようにするLet Skype for Business users add Skype contacts