filmov
tv
How to Create a PowerShell Script
Показать описание
1. Click the Start menu.
2. Search for Notepad, and click the top result to open the app.
3. You can write a new script or you can copy it from the internet. We are going to write a new one.
4. Write the following in the Notepad: Write-Host "Hello World”
5. Click the File menu.
6. Select the Save As option.
8. Change the Save as type All files *.*. — This step is optional.
9. Click the Save button.
#PowerShell #Scripting #Programming
2. Search for Notepad, and click the top result to open the app.
3. You can write a new script or you can copy it from the internet. We are going to write a new one.
4. Write the following in the Notepad: Write-Host "Hello World”
5. Click the File menu.
6. Select the Save As option.
8. Change the Save as type All files *.*. — This step is optional.
9. Click the Save button.
#PowerShell #Scripting #Programming