azure remoteapp
4 Topics1000 Free Udemy Coupons on Microsoft Power Automate With AI Builder
<<BAKRI ID(Id-ul-Ad'ha) -- 1000 FREE UDEMY COUPONS ON RPA>> On the Occasion of BAKRI ID(Id-ul-Ad'ha), I am very happy to share 1000 Free udemy coupons on Microsoft Power Automate With AI Builder Title : Advanced RPA - Microsoft Power Automate With AI Builder https://www.udemy.com/course/microsoft-power-automate-with-ai-builder/?couponCode=LT-BAKRID <<Our other courses on Udemy and Udemy Business>> Title : PL-500 Microsoft Power Automate RPA Developer BootCamp Link: https://www.udemy.com/course/pl-500-microsoft-power-automate-rpa-developer-bootcamp/?referralCode=891491BAB7F20B865EE6 Title 1: Become RPA Master in MS Power Automate Desktop https://www.udemy.com/course/microsoft-power-automate-desktop-tutorials-for-beginners/?referralCode=03D49B549EE2193E79EE Title 2: RPA : Microsoft Power Automate Desktop - Zero to Expert : 2 https://www.udemy.com/course/microsoft-power-automate-desktop-course-zero-to-expert-2/?referralCode=783F39A1D0CDB4A70A7C Title 3: RPA:Microsoft Power Automate Desktop:Intelligent Automation https://www.udemy.com/course/power-automate-desktop-course-intelligent-automation/?referralCode=E8C51F3C27EA98FE100C Connect with me on LinkedIn : https://www.linkedin.com/in/ameer-basha-p-b44880262/ Youtube Channel : www.youtube.com/learningtechnologies241Views1like1CommentGui to deploy folder contents to multiple VMs
I am trying to improve imaging computers where I work. I need to create a gui for new hires since the imaging process is so complicated. I need the GUI to request necessary computer names that are being imaged and then copy files from a local workstation to the machines that are being imaged on the network that our technicians do not have physical access to. I have turned to Powershell for the solution in an attempt to improve on my knowledge which is basic really. Below is the code I have come up with so far. In this code I am getting the location of the file. I would rather copy the entire folder instead of the file but I couldnt find the code to do that. So, if that is possible please show me how. If not I figure I would have to save these imaging files to a ZIP file. Then I could maybe use this GUI I am working on to move the zip file to the remote computers. Add-Type -AssemblyName System.Windows.Forms # Create the form $form = New-Object System.Windows.Forms.Form $form.Text = "File and Network Location Collector" $form.Size = New-Object System.Drawing.Size(400, 200) # Create the label for file name $fileLabel = New-Object System.Windows.Forms.Label $fileLabel.Text = "File Name:" $fileLabel.Location = New-Object System.Drawing.Point(10, 20) $form.Controls.Add($fileLabel) # Create the text box for file name $fileTextBox = New-Object System.Windows.Forms.TextBox $fileTextBox.Location = New-Object System.Drawing.Point(100, 20) $fileTextBox.Size = New-Object System.Drawing.Size(250, 20) $form.Controls.Add($fileTextBox) # Create the label for network location $networkLabel = New-Object System.Windows.Forms.Label $networkLabel.Text = "Network Location:" $networkLabel.Location = New-Object System.Drawing.Point(10, 60) $form.Controls.Add($networkLabel) # Create the text box for network location $networkTextBox = New-Object System.Windows.Forms.TextBox $networkTextBox.Location = New-Object System.Drawing.Point(100, 60) $networkTextBox.Size = New-Object System.Drawing.Size(250, 20) $form.Controls.Add($networkTextBox) # Create the button to submit $submitButton = New-Object System.Windows.Forms.Button $submitButton.Text = "Submit" $submitButton.Location = New-Object System.Drawing.Point(150, 100) $form.Controls.Add($submitButton) # Add event handler for the button click $submitButton.Add_Click({ $fileName = $fileTextBox.Text $networkLocation = $networkTextBox.Text [System.Windows.Forms.MessageBox]::Show("File Name: $fileName`nNetwork Location: $networkLocation") }) # Show the form $form.ShowDialog() In this portion of the code it is copying from one source to many locations. Thank you for any assistance as this would help my organization a lot. We are getting several new hires who are very new to the industry. This would be a huge blessing. Pardon the change in font size. It did that for no reason, its my first time using the blog, and there appears to be no way to change the sizes lol. Forgive me. #Define the source folder and the list of target computers $sourceFolder = "C:\Path\To\SourceFolder" $destinationFolder = "C:\Path\To\DestinationFolder" $computers = @("Computer1", "Computer2", "Computer3") # Replace with actual computer names # Function to copy the folder function Copy-Folder { param ( [string]$source, [string]$destination ) Copy-Item -Path $source -Destination $destination -Recurse -Force } # Execute the copy operation on each computer foreach ($computer in $computers) { Invoke-Command -ComputerName $computer -ScriptBlock { param ($source, $destination) Copy-Folder -source $source -destination $destination } -ArgumentList $sourceFolder, $destinationFolder } Write-Host "Folder copied to all specified computers."59Views0likes0CommentsAI Prompt Power-Up Challenge
Exciting News: AI Prompt Power Up Challenge Launching May 21st! Are you ready to elevate your AI writing skills to the next level? Microsoft is thrilled to announce the launch of the AI Prompt Power Up Challenge, starting on May 21st, 2024! Register for the AI Prompt Power Up Challenge by clicking on Register now button below or the link below. https://learn.microsoft.com/training/challenges?id=0926af22-46c8-4bf6-8faa-23be96d7ebaf&WT.mc_id=cloudskillschallenge_0926af22-46c8-4bf6-8faa-23be96d7ebaf&wt.mc_id=studentamb_354597 Best part? It's all FREE! Ignite your creativity like never before as you dive into a series of dynamic prompts designed to push the boundaries of your imagination. Whether you're a seasoned wordsmith or just beginning to explore the world of AI-driven writing, this challenge promises to unleash your full potential. Best part? It's all FREE! register here : https://learn.microsoft.com/training/challenges?id=0926af22-46c8-4bf6-8faa-23be96d7ebaf&WT.mc_id=cloudskillschallenge_0926af22-46c8-4bf6-8faa-23be96d7ebaf&wt.mc_id=studentamb_354597 What's in it for you? Not only will you sharpen your skills and master the art of AI-generated content, but you'll also earn the digital badges "Badge-Ready Prompt Engineer" from Microsoft upon completion. Imagine the doors that will open with this prestigious badge on your digital resume! But wait, there's more! As part of the AI Prompt Power Up Challenge, participants will have the exclusive opportunity to engage in a guided project by Microsoft where you'll dive deep into the realm of conversational AI and build your very own chatbot. Ready to accept the challenge? Here's your roadmap to success: Register: Secure your spot in the AI Prompt Power Up Challenge starting May 21st, 2024. Complete: Let your creativity soar as you tackle each prompt with enthusiasm and finesse. Collaborate: Connect with fellow participants, share insights, and learn from each other's experiences. Achieve: Earn your well-deserved "Badge-Ready Prompt Engineer" badge and guided project by microsoft to showcase your mastery of AI writing to the world! Best part? It's all FREE! register here : https://learn.microsoft.com/training/challenges?id=0926af22-46c8-4bf6-8faa-23be96d7ebaf&WT.mc_id=cloudskillschallenge_0926af22-46c8-4bf6-8faa-23be96d7ebaf&wt.mc_id=studentamb_354597 IMPORTANT!: Your badge will be added to your Microsoft Learn profile within 1 week of the challenge end date. Join us in this thrilling adventure where innovation meets imagination, and together, let's redefine the future of content creation and prompt engineering! Keep an eye out for more details on registration and how to participate. Get ready to power up your writing with AI like never before! register here : https://learn.microsoft.com/training/challenges?id=0926af22-46c8-4bf6-8faa-23be96d7ebaf&WT.mc_id=cloudskillschallenge_0926af22-46c8-4bf6-8faa-23be96d7ebaf&wt.mc_id=studentamb_354597 When does this challenge start and end? It starts on May 21, 2024 . How much experience do I need? Just basic programming skills. How much time should I dedicate to it per day? It is designed for you to learn according to your needs and available time. Prerequisites: None. Is there a cost to participate in this challenge? There is no cost Calling all aspiring wordsmiths and creative minds! Save the date—May 21st, 2024—for a thrilling journey into the world of AI-powered storytelling in the AI Prompt Power Up Challenge! Best part? It's your ticket to unlock boundless creativity—all for free! Tag us on social media using the following hashtag: #AIPromptPowerUp #MicrosoftTechCommunity #UnleashYourCreativity #BadgeReadyPromptEngineer #ChatbotProject679Views0likes0CommentsInstall-Module MSOnline - not working
Hi all, I am struggling to install: Install-Module MSOnline I get: I have tried: Get-PSRepository WARNING: Unable to find module repositories. When I run: Register-PSRepository -Default I get no error but when trying to run Get-PSRepository again i get WARNING: Unable to find module repositories. Any ideas on how to fix this?Solved21KViews0likes1Comment