Logon PowerShell Script and Group Policy Object GPO, Free Windows Server Training Course. This video teaches how to create a Post Logon script and GPO using PowerShell to map a network share drive. First Video is Here: ua-cam.com/video/ikldIPTQbC8/v-deo.html 02:15 Creating a PowerShell Script 05:58 Creating a Group Policy Object (GPO) 14:25 Testing Post Logon Script
Your educational videos, have help me get a better understand of where i have gaps & need to make improvements in IT . Very much appreciate your contin . Hope you make a new network issues lab soon.
i'm from Morocco and everytime when i watch your videos i think I'm just a beginner in this world thank you so much , plz can you make videos for security of windows server and Linux security plz
Would you please make video on how to adjust file access permissions for users in windows server file share. Sometimes we need to restrict access to a folder or give user permission to access a sub folder don on
What happens if you added the script under computer config instead of users? Say like you want to disable a feature on app by creating a powershell script for certain computer?
Sure. That should work. Then you just add computers as members instead of users. You can experiment with different combinations in computer lab: ua-cam.com/video/laDQImMNaCc/v-deo.html
I am facing an issue with a mapped network drive. I mapped a network drive using an IP and assigned it to users based on their domain accounts. However, users experience random disconnections from the network drive. What could be the reason for this?
Great question. Most of the newer VPNs can authenticate before you login which solves the problem. However, if that is not the case, you can copy the same script to C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup which effectively will do the same thing without having to be on the VPN. It will just add the H drive.
Why are you not using the New-PSDrive command which is a PowerShell command rather than using the net use which goes back, probably to Dos 6.22 and windows 3.x?
Logon PowerShell Script and Group Policy Object GPO, Free Windows Server Training Course. This video teaches how to create a Post Logon script and GPO using PowerShell to map a network share drive.
First Video is Here: ua-cam.com/video/ikldIPTQbC8/v-deo.html
02:15 Creating a PowerShell Script
05:58 Creating a Group Policy Object (GPO)
14:25 Testing Post Logon Script
Never done it this way before, we just use the profile script and batch files. This is neat.
Your educational videos, have help me get a better understand of where i have gaps & need to make improvements in IT . Very much appreciate your contin . Hope you make a new network issues lab soon.
Happy to help! I'm glad you like my videos.
the best instructor in town. thank you cobuman
Thanks! Pleasure as always.
Thank you , you are the number one for development!
My pleasure. I'm glad you like my videos.
@elifsimay welcome
i'm from Morocco and everytime when i watch your videos i think I'm just a beginner in this world thank you so much , plz can you make videos for security of windows server and Linux security plz
I'm glad you like my videos. I will add those topics to my list.
Many thanks once again for more fantastic content.👍🙏
My pleasure. I'm glad you like my videos.
Thank you man, your videos are always detailed and precise. Studying from Nigeria
My pleasure. I'm glad you like my videos.
As promised. Thank you sir!
My pleasure.
Such a cool video, thank you, please keep going!
Thank you! Will do!
You're amazing as always
Thank you very much.
Very nicely and simply explained. Thank you so much.
My pleasure.
Thank you, Mr. ervin
Mohmed mustafa from Sudan
Hello Mohmed. I'm glad you like my videos.
Awesome stuff. Thank you
My pleasure. I've sent you ServiceNow access as well. Check it out.
Love the videos.
Glad you like them!
Great video. Thank you.
Glad you liked it!
Would you please make video on how to adjust file access permissions for users in windows server file share. Sometimes we need to restrict access to a folder or give user permission to access a sub folder don on
The previous video talks about that.
This is cool
thank you so much.
where can i find first video ?
Sure thing. Here is the first part: ua-cam.com/video/ikldIPTQbC8/v-deo.html
What happens if you added the script under computer config instead of users? Say like you want to disable a feature on app by creating a powershell script for certain computer?
Sure. That should work. Then you just add computers as members instead of users. You can experiment with different combinations in computer lab: ua-cam.com/video/laDQImMNaCc/v-deo.html
I am facing an issue with a mapped network drive. I mapped a network drive using an IP and assigned it to users based on their domain accounts. However, users experience random disconnections from the network drive. What could be the reason for this?
Please share the link for Lab setup
sure. www.microsoft.com/en-us/evalcenter/evaluate-mem-evaluation-lab-kit
May i ask for off-prem Users who need VPN connected prior to access Network Drives.
How to automate map netwprk Drives for them after VPN connect?
Great question. Most of the newer VPNs can authenticate before you login which solves the problem. However, if that is not the case, you can copy the same script to C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup which effectively will do the same thing without having to be on the VPN. It will just add the H drive.
Why are you not using the New-PSDrive command which is a PowerShell command rather than using the net use which goes back, probably to Dos 6.22 and windows 3.x?
hope you can show us how to configure AI Bots step by steps.
please make some sharepoint tutorial
Nice video, but Group Policy Preferences are MUCH easier to use.