Тёмный
SPJeff
SPJeff
SPJeff
Подписаться
Microsoft Cloud Engineer - SharePoint, PowerApps, PowerPlatform, PowerShell, SPFx, Azure, DotNet, JavaScript, and more. Always learning. Keep coding.
PNP PowerShell Down Detect SPO
21:34
Год назад
Комментарии
@thulsa_doom
@thulsa_doom 3 дня назад
Excellent tutorial, thanks a lot!
@user-cc8bs4ol5e
@user-cc8bs4ol5e 18 дней назад
What a brilliant video! Thanks
@OleksiiH
@OleksiiH 25 дней назад
Many thanks for the instruction!
@wandelwereld
@wandelwereld 29 дней назад
Hello, when running your script this error appears : InvokeApi: The term 'Test-PowerAppsAccount' is not recognized as a name of a cmdlet, function, script file, or executable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. Please Help
@chrissnell6334
@chrissnell6334 Месяц назад
You had me at Snazzy Buttons
@acchukatlagousiya4773
@acchukatlagousiya4773 Месяц назад
what if I have multiple runs for a sharepoint item?
@murch5054
@murch5054 Месяц назад
Guys! I managed to see in the video, the part that hee paste and that we cant see. Its the following: # Azure Certificate $password = "password" $secPassword = $password | ConvertTo-SecureString -AsPlainText -Force $cert = Get-AutomationCertificate -Name 'PnP.PowerShell' $pfxCert = $cert.Export("pfx", $password) $certPath = "PnP-PowerShell.pfx" Set-Content -Value $pfxCert -Path $certPath -Force -encoding Byte
@aragaorj
@aragaorj Месяц назад
I needed to understand how to search for the type of event that occurred with a schedule. For example, when it is canceled there is the iscanceled attribute, but for appointments that have been declined and are still listed on the calendar, how do I get their status? I already did a search and didn't find this. My purpose is to program a script to search for declined appointments and delete them automatically. I'm doing this in Powershell
@kartickraj3044
@kartickraj3044 Месяц назад
This is working fine could you please also explain how to do that in Two Column Section also
@jennoian
@jennoian 2 месяца назад
where is the code link?
@BarrySwords
@BarrySwords 2 месяца назад
Nice trick! Personally I would not say it's worth the effort but I know some people who would do anything to avoid working in Edge
@murch5054
@murch5054 2 месяца назад
cant read... : (
@jerrymorales-v2v
@jerrymorales-v2v 2 месяца назад
Thank you for this. I just have a quick question: When the approvals are sent, the assigned users can click "Approve," but the item is not created on SharePoint (they would receive a separate email). Then, I, as the owner of the flow, would also get a notification. Once I choose "approve," the calendar item appears on the SharePoint Calendar. I have granted shared access to two of the users for the automated flow, but the issue persists. Is there anything I am doing wrong?
@noxnostalgia9299
@noxnostalgia9299 2 месяца назад
I tried all of these, but the moment I deleted the thumbprint saved in mmc, everything started to fail. It says that it cannot find the thumbprint, even though we uploaded it in the App registration. What is the purpose of the App Registration's thumbprint? If we deploy a script with this authentication method, to let's say, Azure Automation, will the script still work? Or will it start looking for that local thumbprint?
@kevinshea5855
@kevinshea5855 2 месяца назад
Jeff, this is great. If we need to process from SPlist to SQL, do you have any session for that?
@IshaniPiumika
@IshaniPiumika 2 месяца назад
Can we use this method to save documents in sharepoint list
@DeepakKashyap-fr3ek
@DeepakKashyap-fr3ek 2 месяца назад
HI Jeff, thank you for your wonderful videos. I have query plz. I have created a workflow on PAD and added the scheduler via Power Automate cloud ( As I have premium license ) so i can access my flow on cloud as well. My question is. in this case, will my flow run in case if my Laptop is turned off.?
@nevilleattkins586
@nevilleattkins586 2 месяца назад
nice one !
@CephusJones
@CephusJones 2 месяца назад
Thanks for the video. Curious to know why there is no official MS built in functionality that can do this.
@aheloizaleal
@aheloizaleal 3 месяца назад
Tks for this!!
@dustinm2009
@dustinm2009 3 месяца назад
THANK YOU.
@KlausAlgreen
@KlausAlgreen 3 месяца назад
What a brilliant, spot-on and effective walthrough of a great solution. I've tried using PowerAutomate for a simple delete all items in list and then add all items fetched from on-prem SQL Server. That process takes forever, so I'll be checking out your Turbo method. Thanks for sharing!
@warrenford6503
@warrenford6503 3 месяца назад
🙌 P r o m o s m
@Yuhmz
@Yuhmz 3 месяца назад
Thanks for making such a straightforward easy to understand tutorial for this!
@ADCUHCL2011
@ADCUHCL2011 3 месяца назад
Thank you! Very helpful video and fixed my excel problem.
@larrybud
@larrybud 3 месяца назад
I think at 1:48 you glossed over the dialog box and the options presented. TLDR: choose the default options. (no delimiter).
@therisingsun4828
@therisingsun4828 3 месяца назад
Thank you for this video! What inputs do I provide to create the Microsoft Entra ID connection? I'm not exactly sure how to proceed since I'm not sure what is meant by "commercial tenant." I appreciate any help in advance.
@soniamoreno3887
@soniamoreno3887 3 месяца назад
Jeff is the Best!!!
@leenashreeindrani532
@leenashreeindrani532 3 месяца назад
Hi Jeff Thanks for sharing this video I am facing an issue while importing a solution It shows missing dependencies when i click on that it shows me 268 dependencies Could you please assist on this We urgently need info to fetch details Thanks in advance Pavani
@smoothoperator6818
@smoothoperator6818 4 месяца назад
Worked like a dream!! Thanks a ton I used the same procedure; but on a Web Query API call which returns in JSON format
@makhalil4
@makhalil4 4 месяца назад
i have a question: how can i convert the xlsx back to JSON - like i edited or applied the additions i was to apply on xlsx i want to change it back to json so i can push this new json by api to add the targeted object
@apbreports
@apbreports 4 месяца назад
This is awesome. Thanks.
@amandaoliva5550
@amandaoliva5550 4 месяца назад
Thanks for this video. I have 3 parameters on a link that is sent in an email to a different user from who filled out the form; 2 of them successfully auto-populate in the app (they are combo boxes) and instead of the variable name, I am using {Value:Param("Parameter")} in the DefaultSelectedItems property. The third one is a drop down -not a combo box and the default property does not like the same syntax. If I put a text label in the form, the parameter passes to it correctly. I'm guessing there is a very specific syntax needed because my items property is sorting and filtering on a different list for the original input before the email is sent. Any ideas on what formula I need to make this work?
@Posix86749
@Posix86749 4 месяца назад
Hi! Thanks for you video! Get some problem with your example. I try to use a code from your video. But code "$e[${Color}m$($_.name)$e[0m" gives me wrong results: ... [32mchrome[0m [31mmsedge[0m ... Another words - no color and wrond results What Im doing wrong? P.S. i use PowerShell ISE
@mahoneg
@mahoneg 4 месяца назад
thanks got me what I needed fast -
@viveksoni3978
@viveksoni3978 4 месяца назад
Thank you Jeff, Life make easy
@apatil6787
@apatil6787 4 месяца назад
Hi I have create clickable image solution. The image stored in site assets and clickable image code on aspx page but that web part is not working for full width if I add other web part it works fine but issue is only with clickable image solution it nit work
@DavidGabrielKing
@DavidGabrielKing 4 месяца назад
Thanks for Sharing Jeff!
@sonusaxena8129
@sonusaxena8129 5 месяцев назад
Hey Jeff Abhishek here how to message you directly
@VishwaKeerthi-vh5mw
@VishwaKeerthi-vh5mw 5 месяцев назад
00:04 Power Platform COE starter kit provides additional features for governance and reporting. 02:18 Set up admin is a crucial step in the COE installation process. 06:51 Setting up Power Platform Maker group 09:07 Enabling plug-in steps and flows with version control 14:09 Ensuring all data collection flows are enabled for full application functionality 16:33 Checking and enabling various flows in Power Platform COE setup 20:53 Setting up telemetry data for audit log sync 22:47 Configuring custom connectors for Office 365 management API 27:00 Modifying variables and using HTTPS prefix for production file. 29:08 Publish COE dashboard and share it for collaboration Crafted by Merlin AI.
@PatrickReeves-hd4xs
@PatrickReeves-hd4xs 5 месяцев назад
What were the additional permissions you granted to finally get it running?
@PuellaMagiHomuraAkemi
@PuellaMagiHomuraAkemi 5 месяцев назад
Thank you, very straightforward and professionally done live. You got talent! It showed an error for me and I had to use Launch("URL",{},LaunchTarget.Replace)
@songlover1072
@songlover1072 5 месяцев назад
can you share the repo for this project?
@NANDIPHA15
@NANDIPHA15 6 месяцев назад
It helped me a lot! thank you
@irshadshaikh8801
@irshadshaikh8801 6 месяцев назад
Thanks Jeff!!! it worked I was getting 403 with add-pnpfile
@agentfisher2978
@agentfisher2978 6 месяцев назад
Is it possible to completely bypass this and migrate directly to sharepoint without using any local drive space?
@oscaruglyface
@oscaruglyface 6 месяцев назад
No
@dadunnaki
@dadunnaki 5 месяцев назад
No but there is a setting for the Working Folder in the tool (Review Settings screen - View All Settings - scroll to the base).
@gudarz
@gudarz 6 месяцев назад
Hi Jeff, excellent content! I have 2 questions 1. do I need to be a sharepoint tenant admin to run Connect-PnPOnline? 2. I am the site owner and admin. Will I be able to add the app to sharepoint? Thanks Goody from Australia/Melbourne
@Vinny141
@Vinny141 6 месяцев назад
you can also create/manipulate an azure monitor alert tht triggers every 5 minutes and the alerts action is to trigger a runbook . I would think this is cheaper than a logic app running every 5 minutes
@Vinny141
@Vinny141 6 месяцев назад
im testing out this theoy
@dtflo7026
@dtflo7026 6 месяцев назад
Awesome!!!! I was looking for something like this. Can you include metadata/columns from the form library in addition to extracting the attachments??
@irmaputtonen359
@irmaputtonen359 6 месяцев назад
Excellent clear advice. Thank you!