Hello, thank for this video! Can you show us OR do you have a Video showing and explaining how to get the Powershell script for all these different powershell scripts we want to upload? Example, where do I find/get the powershell script for "Office365 auto updates", "create folder in c drive", etc etc Alot of these videos show us and explain things, but some of the things you have already done outside of the video and we didnt get to see the fullness of everything
If you are facing the issue like not recognised command then please try to include the module of the particular of that commands, it will get resolve the issue.
Hi Thanks for your Explain I have a problem: none of my scripts It doesn't run in Intune. But, I tested it separately on Windows, and the PowerShell commands ran correctly, but it didn't run in Intune or don't give any error. Could you please help me
doesn't work for me either. simple script that creates a folder, adds a registry setting, then restarts another program. works fine when I run it manually, won't install this way or pushing it as a win32 app.
I have a problem: none of my scripts It doesn't run in Intune. However, I tested it separately on Windows, and the PowerShell commands ran correctly, but it didn't run in Intune and didn't give any error. Could you please help me
Hi, bro can you please explain what is GMSA in AD & why it is used & what its purpose is in layman's terms & how to configure it. Please its a request. Please reply
Generally we use Standalone Managed Service Account to securely run services or applications on server instead of service account. The idea behind using sMSA is that the account is completely managed by Active Directory. We can setup strong password or we can change as per our requirement. Now the gMSA provide same functionality within our local domain but we can use the functionality in multiple servers. For example if you have a server farm running services or applications, with gMSA OS manage password for the account.
Very clear and helpful, thanks.
awesome video
Thanks!
Very helpful.
Thanks for all the vids
Hello, thank for this video! Can you show us OR do you have a Video showing and explaining how to get the Powershell script for all these different powershell scripts we want to upload? Example, where do I find/get the powershell script for "Office365 auto updates", "create folder in c drive", etc etc Alot of these videos show us and explain things, but some of the things you have already done outside of the video and we didnt get to see the fullness of everything
I've seen problems if the script isn't run using the 64 bit PowerShell option - some commands are not recognized.
If you are facing the issue like not recognised command then please try to include the module of the particular of that commands, it will get resolve the issue.
Hi can you please share how I can enable or disable network discovery from intune
Hi Thanks for your Explain I have a problem: none of my scripts It doesn't run in Intune. But, I tested it separately on Windows, and the PowerShell commands ran correctly, but it didn't run in Intune or don't give any error. Could you please help me
doesn't work for me either. simple script that creates a folder, adds a registry setting, then restarts another program. works fine when I run it manually, won't install this way or pushing it as a win32 app.
I have a problem: none of my scripts It doesn't run in Intune. However, I tested it separately on Windows, and the PowerShell commands ran correctly, but it didn't run in Intune and didn't give any error. Could you please help me
Hi, bro can you please explain what is GMSA in AD & why it is used & what its purpose is in layman's terms & how to configure it. Please its a request. Please reply
Generally we use Standalone Managed Service Account to securely run services or applications on server instead of service account. The idea behind using sMSA is that the account is completely managed by Active Directory. We can setup strong password or we can change as per our requirement. Now the gMSA provide same functionality within our local domain but we can use the functionality in multiple servers. For example if you have a server farm running services or applications, with gMSA OS manage password for the account.
What if the script needs administration permissions?
Set "Run the script using the logged-on credentials" option to No.
HI,can you give me this sample of this script,I want to do this follow your step,much appreciate it
New-Item -Path 'C:\Test_Folder' -ItemType Directory
Save it as .ps1
It is very useful. Thanks@@MSFTWebCast
Hey bro, may i have your script files. Thank you
Type the below line in notepad and save it as a .ps1 file type.
New-Item -Path 'C:\Test_Folder' -ItemType Directory.
please share the script
Please check the comment section for the script.