User Profile
JWJ
Copper Contributor
Joined Apr 04, 2018
User Widgets
Recent Discussions
Format column in modern list
I have a JSON format code that ive applied to a SPO list. This JSON creates a button that simply links to another library. This is the code { "$schema": "https://developer.microsoft.com/json-schemas/sp/column-formatting.schema.json", "elmType": "a", "attributes": { "href": "='https://abcd.sharepoint.com/sites/hubby/Lists/Workflow%20Log/Item%20History.aspx?FilterField1=LinkTitle&FilterValue1='+[$WFHistoryLink]", "target": "_blank" }, "children": [ { "elmType": "button", "txtContent": "WF Log Details", "style": { "background-color": "#FFFFFF", "color": "#000000", "width": "100%", "font-weight": "normal", "padding": "5px" } } ] } In a modern list, you CANT click directly on this "button" if you move your mouse just below it it changes from an arrow to a hand and then its clickable. Is there something in the JSON I can adjust for this?Allocate Memory to Applicaitons in AVD
We've recently made a move from Citrix to MS AVD (windows 10 multisession). We've been told by a tech that AVD does not support the ability to assign memory/cpu per app. I am not an Azure tech and the searches I've done so far have come up empty. is there any definitive documentation from MS on this?Solved1.2KViews0likes1CommentCustomize Site Webpart
I've been asked to look into the possibility of surfacing our MS Teams SPO sites/Groups on a page in SPO. The Sites Webpart kind of does this, but its not able to show all o365 groups/Teams that im connected to. I though this would be some sort of Search query but I haven't done many in SP2013 much less SPO. Is this possible with custom code or webparts?1.6KViews0likes4CommentsOn Prem AD died, Azure AD still "active" what now?
I recently had a on prem DC failure (single DC). We had it syncing with AAD to our Tenant. Im trying to find the best way to recover. the on Prem is completely gone, no way to recover. I now AAD only copies on prem data, but is there a way to switch Azure AD to be DC or do i have to wipe everything and start over?1.8KViews0likes1CommentRe: Lift and Shift with NTFS permissions
pazdedav Thanks it does clarify a few things. I've gone through some of the links you posted before. Azure File Sync does not look like what we need. What we are trying to do is move chucks of data (files and documents) to Azure, set the share permission to read only and maintain the existing NTFS permissions. We would map that data stored and shared from Azure for end users. based on the articles and what you've said, once I get past the mapping of the file share, I can use Robocopy or azcopy to move my files over and it will maintain the permissions.8KViews1like0CommentsLift and Shift with NTFS permissions
I've been tasked with looking into Azure File to gradually move our file server to the cloud. This file server has well over 2 million files and close to 5TB of Data. The NTFS permissions are a mess in terms of broken inheritance. I've gone though and setup a File share and had a look at File Sync and Azcopy appears to be for blob storage only right now. With File sync it doesn't appear to carry over the NTFS permissions from my file server. With the File share i went through the process of setting up Azure Share to use AD but ran into the issue of port 445 being blocked on my ISP. I will have to look into the alternatives Azure P2S VPN, Azure S2S VPN, or Express Route to tunnel SMB traffic over a different port. My question is simply will either option maintain the NTFS permissions from my file server to Azure cloud for when I eventually map that share.8.3KViews0likes2CommentsModify EditForm.aspx and DispForm.aspx on Document/Image Library
I've been tasked to make the current out of the box form view for editing or just viewing item properties more user friendly. I'm using SharePoint 2013 On-Prem. We have a content type that has 26 fields, out of the box it just one huge long list and we would like to modify this with Info Path like forms. From what I can see online, I cant directly modify this form with info path because its not a list (Task list or regular list) which has this option in the ribbon. SharePoint designer no longer gives the preview of the site and ONLY shows the code. the problem I find with this code is that when i edit the EditForm.aspx and DispForm.aspx files in the library I don't see any reference to the columns, so i take a step back and look for reference to the content type, still don't see it. So my question is how can I modify this form?6KViews0likes1CommentMS Flow with SharePoint 2013 on-prem
Hi, I've just started working with flow, or trying to, with my on prem SharePoint 2013. I've setup the Gateway using my Farm Admin account and I'm now trying to create a flow with my regular account (has admin rights to lists i'm working on). After entering the site address the list filed is either showing a few list/libraries or an error code. one list is a calendar and the other is just a standard list. My question is what are the requirements for getting flow to recognize SharePoint list and libraries on SP2013 on prem?
Recent Blog Articles
No content to show