Step 1 – deploy azure function app and configure Create an azure function app: Create the storage account and set plan type as default settings: Monitoring defaults were accepted (change if required): Azure function was then reviewed and created...
Run the following script to export all team owners and the associated team site
The following xml file will block CMD, powershell and powershell ise to run for domain users but still allow domain administrators to run. The XML also contains the appdata locations as without this Microsoft Teams and OneDrive will not...
Autopilot as we know still has limitations when deploying Hybrid Joined Devices especially when they are built outside the corporate network. The primary issue is the devices sometimes do not have direct line of site to the active directory...
For the app to work you need 3 files: Manifest.json and two image files png 400×400 in size (one to be used on the tool bar and one to be used within the app) Once you have all three...
# Connecting to Teams Connect-MicrosoftTeams # Connecting to Azure AD Connect-AzureAD #Get list of all Teams $AllTeams = get-team # For each team extract members foreach ($team in $AllTeams) { $groupmembers = Get-AzureADGroupMember -ObjectId $team.groupid foreach ($member in $groupmembers)...
This video demostrates how Microsoft Flow will read the attachment name of an incoming mail attachment. The attachment will then be reconfigured with a timestamp after the filename followed by the extension attribute it was originally sent with. Adaptive...
The process demonstrates an attachment being sent to a mailbox, the file attachment then gets created in SharePoint. The users get notified of the upload within a specific Teams channel and have options available to them using a custom...
The following information demonstrates a manual and automated way to remove the subscription within an Office suite. Manual process Step 1: Open Command Prompt on PC Open a Command Prompt window, and then take one of the following actions:...
Users were getting the following error message on the citrix environment however they were not getting the errors on the local machine when applying a sensitivity label within word. The fix should also apply if the error is happening...