App
862 TopicsImported DOTX template creates error when opening document in app
Hi all, Just created a new library for testing a few things with documents. I imported a fully working sample template (it works on a local disk and network share) to my SharePoint library: When clicking it, it successfully creates a Word document that opens in the Word desktop app, but it's then showing this: Translation: "Word was unable to read this document. It may be corrupted. Try one the following operations: - Open and repair the file - Open the file with the Text Recovery Converter" If I then close it and right click -> Open in browser, it get this popup (first time opening the DOCX): I can then edit my template. Furthermore, if I click on "Edit" ("Modification" here) -> Open in app, it get the same error message as above. This problem is occuring with every template I upload (they are all created with Word M365 version if you're wondering). I want my users to be able to edit a template-generated document from the app, like any other doc. What is going on here? Thanks in advance for your help!488Views1like6CommentsHow do I create an employee buy & sell (a.k.a. classified ads) site?
What is the best way to create an employee buy & sell site, i.e. a classified ads? The site should allow employees to self-post items for sale, search for items, and ideally respond with comments or easily reach out to the employee that posted the ad. Is there a SharePoint out-of-the-box web part for this, or a free/low-cost 3rd party add on?14KViews0likes7CommentsApp assignment - removing a required app
Dear community, I am cleaning up our Intune Apps for Windows - just for confirmation: when I remove the "Required" assignment, it does not take any action on the client, correct? I don't want to break anything and the inventory is very mixed, sometimes an MSI, sometimes a very old and somehow packaged EXE. Thank you and kind regards, EileenSolved30KViews1like9CommentsFastTrack for Azure (FTA) program retiring December 2024
ATTENTION: As of December 31st, 2024, the FastTrack for Azure (FTA) program will be retired. FTA will support any projects currently in motion to ensure successful completion by December 31st, 2024, but will no longer accept new nominations. For more information on available programs and resources, visit: Azure Migrate, Modernize, and Innovate | Microsoft Azure223Views0likes0CommentsHow to identify a stopped service in a Windows VM using Log Analytics Workspace
If you are a Windows user and love playing around with Windows VM on Azure, and if you would like to monitor whether a Windows service is stopped or in a running state using Log Analytics query, here is a post for you.8.8KViews3likes3CommentsStrange chraracters in the powershell command PS_GetOutputFile("netsh wlan show interfaces")
I麓m creating a sub that lay out in a textbox of a form with strange chrs. my sub is as follow: Private Sub Form_Load() 'Redondear las esquinas del formulario Call UISetRoundRect(Me, 40, False) 'This sets an exact position using MoveSize if form麓s parent is loaded, otherwiseccenter de form on screen If IsLoaded("frmDashBoard") Then DoCmd.MoveSize 15050, 2400 Else Call gfncCenterForm(Me) With Me 'Encabezado de la informaci贸n de la red Wi-Fi If Not IsNull(Me.OpenArgs) Then Me!lblInfo.Caption = "INFORMACI脫N " & Me.OpenArgs 'Cargar la informaci贸n de la red Wi-Fi !txtInfo.Value = PS_GetOutputFile("netsh wlan show interfaces") '!lblTitle.Caption = PS_GetOutputClipBoard("(Get-NetConnectionProfile).Name") End With End Sub Public Function PS_GetOutputFile(ByVal sPSCmd As String, _ Optional sTxtFile As String = vbNullString, _ Optional bDelTxtFile As Boolean = True) As String 'If no Text file was specified create one in the Temp folder If sTxtFile = vbNullString Then sTxtFile = Environ$("temp") & "\PSTemp.txt" 'Build the basic PowerShell command sPSCmd = "powershell -command " & sPSCmd 'Add the Out-File so the output generates a text file sPSCmd = sPSCmd & " | Out-File '" & sTxtFile & "' -Encoding Default" 'Run the PowerShell command CreateObject("WScript.Shell").Run sPSCmd, 0, True 'Retrieve the content of the generated Text file With CreateObject("Scripting.FileSystemObject") 'Read the contents of the text file into memory PS_GetOutputFile = .OpenTextFile(sTxtFile).ReadAll() 'Delete the text file if so desired If bDelTxtFile = True Then .DeleteFile sTxtFile End With End Function Public Function PS_GetOutputClipBoard(ByVal sPSCmd As String) As String 'Setup the powershell command properly sPSCmd = "powershell -command " & sPSCmd & "|clip" 'Execute the command which is being pushed to the clipboard CreateObject("WScript.Shell").Run sPSCmd, 0, True 'Get an instance of the clipboard to capture the save value With CreateObject("New:{1C3B4210-F441-11CE-B9EA-00AA006B1A69}") .GetFromClipboard PS_GetOutputClipBoard = .GetText(1) End With End Function the result was: Hay 1 interfaz en el sistema: Nombre : Wi-Fi Descripci+娄n : Realtek 8822CE Wireless LAN 802.11ac PCI-E NIC GUID : Direcci+娄n : Tipo de interfaz : Principal Estado : conectado SSID : Redmi Note 12 Pro 5G AP BSSID Banda : 2,4-谩GHz Canal: 6 Tipo de red : Infraestructura Tipo de radio : 802.11n Autenticaci+娄n : WPA2-Personal Cifrado : CCMP Modo de conexi+娄n : Conexi+娄n autom+铆tica Velocidad de recepci+娄n (Mbps) : 144.4 Velocidad de transmisi+娄n (Mbps) : 144.4 Se+娄al : 100% Perfil : Redmi Note 12 Pro 5G MSCS de QoS configurado: 0 Asignaci+娄n de QoS configurada: 0 Asignaci+娄n de QoS permitida por la directiva : 0 Estado de la red hospedada: No disponible this character +娄 it suposed to be a vocal with acent 麓cause is in spanish language, also could be 帽谩茅铆贸煤 Could someone help me please!! Thanks in advance.98Views0likes3CommentsIntegrating Azure Front Door WAF with Azure Container Apps
Azure Container Apps (ACA) provides a fully-managed container orchestration platform built on top of Azure Kubernetes Service (AKS). Whilst ACA provides automatic ingress deployment for public (external) and private (internal) ACA environments, the service doesn't currently offer any Web Application Firewall (WAF) or Globally distributed ingress routing. This blob post describes how to integrate Azure Front Door WAF with a private (internal) Azure Container App environment to security harden Azure Container App ingress.24KViews6likes18CommentsPowerApp Graph Custom Connector without User Login
So I've been trying to create an app that will allow users to set and edit their own pronouns and then store those pronouns in Graph for use in Email Signatures and the such. I've been following this tutorial <How to add Azure AD directory extensions> in doing so, and I've basically got it down I've made the app and it works. However, it only works for me, i.e. admins. Whenever another user logs in and they are able to view their pronouns, i.e. GET graph.microsoft.com/me, but can't update their pronouns, PATCH graph.microsoft.com/me?$select=pronouns They get this error: My question is what can I do to get this app to be able to make the changes to this one specific item in graph, or allow for users to be able to edit this for themselves, or something that would make this work. Or perhaps I'm going about it the wrong way. Any help is appreciated, Kamala28Views0likes1Comment