Turn on or off allowing content to be preloaded for meetings using Outlook
Users can preload content, files, or attachments that are attached to an Outlook meeting invitation to a Skype for Business Online meeting, but you can it turn on or off. It's turned on by default for all organizations that are using Skype for Business Online. See how to Preload attachments for a Skype for Business meeting.
Note
Currently, there are no cmdlets available in Skype for Business Online for setting or viewing online values for MaxContentStorageMB and MaxUploadFileMB. They are only available for on-premises deployments. It's important to know that content won't be uploaded to a meeting if the attached content exceeds the MaxUploadFileSizeMB or if the MaxContentStorageMB limit is reached.
To get you started
Check that you are running Windows PowerShell version 3.0 or higher
To verify that you are running version 3.0 or higher: Start Menu > Windows PowerShell.
Check the version by typing Get-Host in the Windows PowerShell window.
If you don't have version 3.0 or higher, you need to download and install updates to Windows PowerShell. See Windows Management Framework 4.0 to download and update Windows PowerShell to version 4.0. Restart your computer when you are prompted.
You will also need to install the Windows PowerShell module for Skype for Business Online that enables you to create a remote Windows PowerShell session that connects to Skype for Business Online. This module, which is supported only on 64-bit computers, can be downloaded from the Microsoft Download Center at Windows PowerShell Module for Skype for Business Online. Restart your computer if you are prompted.
If you need to know more, see Connect to all Office 365 services in a single Windows PowerShell window.
Start a Windows PowerShell session
From the Start Menu > Windows PowerShell.
In the Windows PowerShell window, connect to your Office 365 organization by running:
Note
You only have to run the Import-Module command the first time you use the Skype for Business Online Windows PowerShell module.
Import-Module "C:\\Program Files\\Common Files\\Skype for Business Online\\Modules\\SkypeOnlineConnector\\SkypeOnlineConnector.psd1"
$credential = Get-Credential
$session = New-CsOnlineSession -Credential $credential
Import-PSSession $session
If you want more information about starting Windows PowerShell, see Connect to all Office 365 services in a single Windows PowerShell window or Connecting to Skype for Business Online by using Windows PowerShell.
Turning it on or off
Being able to preload content attached to an Outlook meeting invitation to Skype for Business Online meetings is turned on by default, but you may need to prevent users in your organization from preloading content in their meetings.
Important
This setting can only be turned on or off for your entire organization; you can't turn it on or off for a single user.
To turn it off, open Windows PowerShell and do the following:
Grant-CsGraphPolicy -PolicyName GraphDisabled
If you want to turn it back on, open Windows PowerShell and do the following:
Grant-CsGraphPolicy -PolicyName GraphEnabled
Want to know more about Windows PowerShell?
When it comes to Windows PowerShell is all about managing users and what users are allowed or not allowed to do. With Windows PowerShell, you can manage 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. To get started with Windows PowerShell, see these topics:
Windows PowerShell has many advantages in speed, simplicity, and productivity over only using the Office 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: