User Profile
MrJohnson1905
Copper Contributor
Joined 6 years ago
User Widgets
Recent Discussions
Re: If our servers are on defender for cloud will copies of some files be upload to MS?
Sorry to give vague answers. The defender solution will be entirely cloud based. we will have local servers (when they become end of life we replace them with a cloud based service). In the meantime we need a solution where our data is not uploaded to Microsoft. We have identifiable medical data and are subject to legislative requirements944Views0likes1CommentIs there a way on a SharePoint site I can get users to select something to act as an "I agree" box
Imagine (if you will) a SharePoint webpage that has a text webpart listing the "conditions of use" of a service. IS there anyway to have something at the bottom of the webpage that prompts the user to do something if they agree to the conditions, (such as tick a box or press this "button/link" that can be recorded in some way. Currently we user PowerApps webpart below the text webpart. It works, but needs users to "allow" the powerapps webpart. Its okay but I was wondering if there is a better way836Views0likes1Commentwww.microsoft.com needs to be allowed by proxy? (linux)
We were unable to get the latest definitions. mdatp connectivity test gave Testing connection with https://go.microsoft.com/fwlink/?linkid=2144709 ... [ERROR] ["(request #130)","Expected a 200 response from proxy, received: 403"] Unknown error -1 (error code -1) Looking at the proxy we could see a "403" after attempting to connect to http://www.microsoft.com, after reluctantly allowing it in the proxy, the test worked and we could also a new site being accessed (bold) TCP_TUNNEL/200 5270 CONNECT go.microsoft.com:443 - HIER_DIRECT/23.214.152.16 - TCP_TUNNEL/200 5742 CONNECT http://www.microsoft.com:443 - HIER_DIRECT/104.95.181.163 - TCP_TUNNEL/200 4957 CONNECT definitionupdates.microsoft.com:443 - HIER_DIRECT/184.31.224.252 - the updates also started working. However the main point of using a proxy is to minimise the outbound, and I have just opened up http://www.microsoft.com. DO we have to open up http://www.micrsoft.com. Please do not reply if you are puzzled as to why we would not want to open this site.Just registered a workgroup server to defender 365 and it says "AAD joined"
For compliance reasons there is a server that we can not have on a domain. It was/is a workgroup server with a couple of local accounts. All users that need access to the data need to have background checks by the German police (this includes "domain admins/backup operators etc). Those checks involve interviews with family/doctors etc. Can we be part of defender 365 without being part of AAD? Perhaps AAD is not what i think it is, but if it means anyone can access the system (including our IT "admins") I need to know.SolvedMS test of defender 365 produces "pining" errors
USING MDEClientAnalyzer.cmd all tests pass except this one.. "All test connections to Microsoft Defender for Endpoint (MdeConfigMgr) cloud service URLs have failed. The test has failed for the following URLs: https://login.microsoftonline.comnopinning/ https://graph.microsoft.comnopinning/"/" The bit in bold is what the report gives me, it is not a typo by me. What is going on? I am going through a proxy and things are not working out as expected. While I initially ignored the error (as the url appeared wrong), I am now not so sure.2.7KViews0likes2CommentsShare point site listing 100 users with information about their training dates and certificates.
Our users need to complete 4 different types of training on a annual basis. We need to record 1) date of last training 2) certificates of the training. Ideally also history of training and certificates (but not necessary) To be blunt all I need is it to look like an excel sheet (100 rows, 4 training columns), but linking that with documents (training certificates) is "doing my head in". The end users will not see this site it is just for me. What would you good people suggest I create.747Views0likes1Commentsend a form to a user asking them to read a document and recording an i agree tick box
SharePoint/PowerApps solution needed (but anything considered) Basic request User receives a form saying 1) "please read this document". 2) <A link to a document>. 3) "I agree" tick box. <Ideally "I agree" only activates once the user has clicked on the link.> I need to see a list of who has ticked "I agree" However there will be several forms sent to the user each with a different document. ideally there will be a single list that shows all users and what documents they have "agreed" to. I have never used PowerApps before so I may be misunderstanding what it does and using the wrong terminology.Re: Sharepoint and powershell add users to a "people webpart"
For the record, I quickly found the answer. *** Connect-PnPOnline https://imperiallondon.sharepoint.com/sites/xxxxxxxx $page = Get-PnPClientSidePage -Identity "xxxx.aspx" $page.Controls *** then *** Connect-PnPOnline https://imperiallondon.sharepoint.com/sites/xxxx $page = Get-PnPClientSidePage -Identity "yyyy.aspx" $z_users = $page.Controls | ? {$_.InstanceId -eq "5a7db05e-75xxxx-b01dc1549e"}< id from the above code.> $z_users.HtmlProperties $z_users.title = "XXX Users" $page.Save() ****** Connect-PnPOnline https://imperiallondon.sharepoint.com/sites/xxxxx $page = Get-PnPClientSidePage -Identity "zzz.aspx" $peoplepart = $page.Controls | ? {$_.Title -eq "z_users"} <then a for loop that populated a string ($web_content) with users inserted into it> $peoplepart.PropertiesJson = $web_content $page.Save() *** If you dont know the format of the string web_content. Create a people webpart and populate it with two users, then use powershell to view it.1.7KViews0likes0CommentsSharepoint and powershell add users to a "people webpart"
I don't even know its possible. I have several groups and each group has its own sharepoint page (as it happens within the same site). I wish to have a "people webpart" which lists users in that group. Some groups will have "1" user some groups up to ten. Users for each group are in their own AD distribution list. What I am thinking is powershell looks for the users in the AD group and populates the webpart for each group. If it is possible, is there any code I can see to "get my head around it". Even just viewing existing people in the webpart from powershell would be good. As ever with sharepoint I fear I am misunderstanding how it is meant to be used.1.8KViews0likes1Comment
Recent Blog Articles
No content to show