Wer die Chance der Verlängerung genutzt hat kann noch bis zum 15. September August Videos in Microsoft Stream Classic bereitstellen. Ab dann können Videos nur noch angezeigt werden, neue Videos müssen dann über Stream (On SharePoint) bereit gestellt werden. Mit Hilfe des SharePoint Migration Managers können Videos aus Stream Classic nach SharePoint bzw. OnbeDrive for Business migriert werden. Um sich eine Übersicht über die Nutzung / die vorhandenen Videos zu verschafffen stellt Microsoft ein Power Shell Script und ein Power BI Template bereit, das ich hier ein mal kurz betrachten möchte.
Schlagwort: PowerShell
Hey folks,
Today we will have a look at how to add Emoji into your SharePoint site script / site template. You might already notice, it’s easy to add them manually into your navigation, but it’s hard to add via Site Designs. Let’s get started.
WeiterlesenUntil the End of march Microsoft is rolling out the new Viva Connections Landing experience. The SharePoint Homesite gets replaced by the Viva Connections home experience:
WeiterlesenMoin zusammen,
jeder, der schon einmal auf eine App aus Power App zugegriffen hat, kennt das Bild sicherlich: Bevor die App das erste Mal genutzt werden kann, muss die Zustimmung durch den Benutzer/die Benutzerin gegeben werden. Diese Zustimmung kann durch einen kurzen PowerShell-Befehl direkt für jeden Benutzer gegeben werden, der auf diese App zugreifen möchte.
Am 06. Mai 2020 wurde über den Power BI Blog die Public Preview für die Automatisierung des Data Gateway angekündigt. Dabei wurden neue PowerShell cmdlets angekündigt, die die Automatisierung des Data Gateway Connectors ermöglichen.
Weiterlesen!!! Unfortunately this does not work anymore since a Microsoft Update!!!
Hey folks,
today i will show you how you could hide the buttons for Flow (Power Automate) and Power Apps in your SharePoint site. We will need the SharePoint Online PnP PowerShell (check out this GitHub site for more information: https://github.com/SharePoint/PnP-PowerShell). To install the module you can use:
Install-Module SharePointPnPPowerShellOnline
Weiterlesen
If you want to convert your classic SharePoint sites into modern SharePoint sites, there were released a new commandlets to PnP PowerShell which allows you to achieve this.
WeiterlesenRecently I worked on a project using Azure Automation Runbooks and PnP-PowerShell (for SharePoint Online) to automate some changes on a SharePoint site. When I used any commandlet that creates, adds or changes something – like “Add-PnP…”, “New-PnP…”, “Update-PnP…”, “Set-PnP…” – the runbook enters a loop for three times without any error message and then the runbooks failed.
Weiterlesen