I absolutely love your tutorials. They are not blotted with unnecessary stuff, but still packed with the right stuff. Great job
@Gluttonyed5 жыл бұрын
Thank you for breaking it down. For taking out the alias and for still using write-host. A newbie like me really appreciates this. Keep up the good work.
@ShanesCows5 жыл бұрын
You are welcome. Glad it helped.
@msftsharepoint18 жыл бұрын
Good job Shane. Well done!
@ShanesCows8 жыл бұрын
Thanks Jim. I am working on the next one. :) Show you some of the fun you can have by diving in deeper.
@AlBergstein3 жыл бұрын
Nice work. Since I don't use onsite SharePoint it seems that get-SPSite seems to no longer work, looks like it's now Get-SPOSite, and MFA credentials are a new twist. Also seems that get-help command no longer works, even if I add SPO instead of SPsite.
@ShanesCows3 жыл бұрын
When using PNP PowerShell it is a bit different. Check this out for some more info. kzbin.info/www/bejne/hZrFoH2OdryNo5o
@rastax68924 жыл бұрын
beginner here! following you into the fray!
@ShanesCows4 жыл бұрын
Good luck. 🎉
@AlexSanDiNero3 жыл бұрын
How do I use this to Add-SPOUser to multiple Site Collections using ForEach-Object? Or even by using the foreach loop? Any help is much appreciated. Thank you, Shane! You da man!
@ShanesCows3 жыл бұрын
I haven’t done that one. I am sure it is possible. Start by getting the list of collections in an array.
@ବିକାଶ_Biswal4 жыл бұрын
Good video👍. I am looking for an option to connect to SharePoint from Workstation machines. Do you have any tutorial on the same?
@ShanesCows4 жыл бұрын
I don’t. Sorry
@leemurray90913 жыл бұрын
basic question: get-spsite is not recognized as the name of a cmdlet, function...etc. How do I install this (is the solution get-module something?) and in general, could you show me the syntax for adding missing commands because in one of your previous videos I had the same problem?
@gunasekaran42882 жыл бұрын
Hi Shane I need one help. Will possible to download sharepoint documents libray deep subfolder files to local driver. With help of power shell.??
@Patolin1005 жыл бұрын
Great Job Sr. Thank you very much! - Straight and right to the point. I appreciate it.
@ShanesCows5 жыл бұрын
You are welcome 😀
@arjunpawar14265 жыл бұрын
Hey Shane, it's an excellent!!! Need ur help to get specific user report that what he/she has an all details access on sharepoint O'365 sites/files/folder etc Please?
@ShanesCows5 жыл бұрын
Sorry I don’t have one for that.
@solpositivo5 жыл бұрын
Thank you! It was a great introduction. Good job.
@ShanesCows5 жыл бұрын
Glad to help.
@auxinakanikhilchugh56575 жыл бұрын
informative content and good explanation. and shane you are funny too
@kmilomorel3 жыл бұрын
hello, could you help me? how could i copy a folder from one site to another sharepoint site using powershell
@ShanesCows3 жыл бұрын
This should help. kzbin.info/www/bejne/rqiuhXmcnbaKgrs
@csathys25 жыл бұрын
Hello Shane, Is this video number 3 for beginners? Is there a play list that I can follow?
@ShanesCows5 жыл бұрын
There is a playlist for all the PowerShell stuff
@jaibhardwaj94 жыл бұрын
Thanks for the video. Can you show me how to connect to tableau server from power shell and get list of all the users ?
@ShanesCows4 жыл бұрын
I have never done it. Sorry.
@Crazedmage3 жыл бұрын
When I did a .count I only had 219 commands. Did I possibly download the wrong thing? This wasn't already installed for me. What I downloaded is called Sharepoint Online Management Shell.
@ShanesCows3 жыл бұрын
So much has changed. Ideally I think you want this docs.microsoft.com/en-us/powershell/sharepoint/sharepoint-pnp/sharepoint-pnp-cmdlets?view=sharepoint-ps
@Crazedmage3 жыл бұрын
@@ShanesCows Thank you so much for the fast reply. Just wondering, do you have any videos that you think would be especially valuable to one who is trying to become a cyber security analyst?
@MultiRams1234 жыл бұрын
You are a great teacher.
@ShanesCows4 жыл бұрын
Thank you! 😃
@allanrabindran56953 жыл бұрын
Awesome! Thank you Shane You are a life saver
@ShanesCows3 жыл бұрын
Glad to help. 😀
@PabloMoricz3 жыл бұрын
Hey Shane! does this video applies to sharepoint online too? Thanks!
@ShanesCows3 жыл бұрын
No. For SharePoint online you will want to find my content on PNP PowerShell 😎 kzbin.info/www/bejne/hZrFoH2OdryNo5o
@chanukyasds3 жыл бұрын
Nice , Black and Green is your fav color and Its Matrix Movie Neo brain Computer as well bro .
@ShanesCows3 жыл бұрын
Matrix was awesome!
@Anup88674 жыл бұрын
Can u create a video to access office 365 SharePoint from a local workstation in a sample corporate environment
@ShanesCows4 жыл бұрын
Via a browser? Not sure what you mean.
@Anup88674 жыл бұрын
@@ShanesCows via powershell..
@slimjesus87593 жыл бұрын
Nothing popped up for spsite on my PowerShell. Help?
@ivanwong95593 жыл бұрын
Will these work with SP 2019?
@ShanesCows3 жыл бұрын
Pnp PowerShell is only for SharePoint online but 2019 does have the built in cmdlets. 😊
@cserajesh4 ай бұрын
Create a Video for PowerShell script with azure function app and SharePoint sites
@ShanesCows4 ай бұрын
I haven't done that before so I am no help. Sorry
@cserajesh4 ай бұрын
@@ShanesCows No problem 😀
@raymondlipin733010 күн бұрын
Love the video! Thank you!
@nucklechuckerfar41937 жыл бұрын
what are the snapins/modules that I need?
@ShanesCows7 жыл бұрын
I responded to your other comment about how to install the cmdlets you need didn't i? install-module SharePointPNPPowerShell2013
@heatherfeather26213 жыл бұрын
Why that shell and not Windows Powershell ISE?
@ShanesCows3 жыл бұрын
ISE is great if you like it. When I made the video I was always consulting on random machines and the shell always worked so I just got used to it. 😎
@heatherfeather26213 жыл бұрын
@@ShanesCows just curious if there was any advantage compared to the windows 10 default. Sounds like it’s all the same. That’s good. New kids are using Visual Studio Code...not sure l will ever step in that (only hunt-n-peck/cut-n-paste in a couple languages).
@chrisbaffour13417 жыл бұрын
Shane that is a great video....
@korneliuse5 жыл бұрын
Hey! how can i download a sp 2016 vm? ty!
@ShanesCows5 жыл бұрын
Not sure. Sorry
@andrewbetrosian27847 жыл бұрын
how do you get sharepoint?
@ulfgj6 жыл бұрын
shane's da best!
@ShanesCows6 жыл бұрын
Glad it helped.
@xDR1TeK7 жыл бұрын
i was looking online to see what is it all about. I still don't get what it is for.
@ShanesCows7 жыл бұрын
What PowerShell is for? What SharePoint is for? What PowerShell for SharePoint is for? Happy to help. Just want to answer the right question.
@xDR1TeK7 жыл бұрын
let's start sharepoint, the platform etc etc, How can i love it? I am one of those that want to touch it to know what it is.
@ShanesCows7 жыл бұрын
At this point in time, I would think less about what is SharePoint and more about the all up collaboration platform for businesses that is O365. They have a free trial here. products.office.com/en-us/compare-all-microsoft-office-products?tab=2 SharePoint itself... oh gosh... describing in words that will be used against me later is tough. I think of it as a business intranet for collaboration. Need to share documents, lists, ideas with your team and your whole business through a website. SharePoint is the best platform for that. I have seen SharePoint used for a lot of other things but that is where I would start. Why do you want to learn about SharePoint? Is this for business or personal use? If Business what kind of things do you do?
@ohablani22504 жыл бұрын
Thanks great job
@ShanesCows4 жыл бұрын
Thanks 😍
@Arrato19774 жыл бұрын
Do you provide paid help ? Urgenly needed ! Please add your email, as I need help with powershell script...
@ShanesCows4 жыл бұрын
I don’t do SharePoint and PowerShell support anymore. I can try to connect you to some one who might be able to help. Shane at powerapps911.com
@jaynj9088 жыл бұрын
I did not have sharepoint so i have to download
@bird_dogs_n_bees6 жыл бұрын
Great stuff
@ShanesCows5 жыл бұрын
You are welcome. Glad it helped. :)
@florianvo76163 жыл бұрын
I think this video should be later in the course. I personally don't care about sharepoint at all and now I'm kinda forced to watch it, except if I skip the whole video. I would rather skip the 12th video than the third if that makes sense.
@florianvo76163 жыл бұрын
And if I was interested, I'd need background knowledge to even follow along. I'd have to follow some guide in microsoft docs to even get to your starting point of the video (set up a Sharepoint VM in HyperV). I feel like that shouldn't be the case
@florianvo76163 жыл бұрын
Also seems strange to me that there are two videos about Powershell in general, then one for Sharepoint, one for Azure, to then come back to general Powershell videos
@ShanesCows3 жыл бұрын
The videos aren’t in order. First 2 are then from there I kind of jump all over 🤷♂️ Hope you still find what you need.
@antoniogonzalez50815 жыл бұрын
Thanks!
@ShanesCows5 жыл бұрын
Welcome 🙏
@ulfgj6 жыл бұрын
#internsareppltoo loool
@ShanesCows6 жыл бұрын
LOL.
@paulomarcelo5 жыл бұрын
Thumbs down cause terrible sound transition on begining
@ShanesCows5 жыл бұрын
Sorry you didn’t like it. My later videos I got better at audio editing and production quality overall.