Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

bsaltosDev/PowerShellScripts

Open more actions menu

Repository files navigation

Power Shell Scripts

This repository have scripts used in some batch tasks over Windows OS with Power Shell.

Requirements

  • PowerShell v3

Scripts

This section contains the description and the use for each respective script.

webToPng

Requirement

Google libraries. You can get it from: https://developers.google.com/speed/webp/download. Don't forget to set the enviromental variables.

Description

This script is used for convert all webp files in a folder and its subfolders to png format.

Parameters

  • folder

Example of Use

PS .\webToPng [folder]

pngToWebp

Requirement

Google libraries. You can get it from: https://developers.google.com/speed/webp/download. Don't forget to set the enviromental variables.

Description

This script is used for convert all png files in a folder and its subfolders to webp format.

Parameters

  • folder

Example of Use

PS .\pngToWebp [folder]

removeItemsByExtension

Requirement

None.

Description

This script is used for remove all files in the specified folder and its subfolders given a file extension.

Parameters

  • folder
  • file extension

Example of Use

PS .\removeItemsByExtension [folder] [file extension]

pingToIPList

Requirement

Plain Text File with ip list separated by new line character.

Description

This script is used for ping to ip list from text file.

Parameters

  • file

Example of Use

PS .\pingToIPList [file]

telnetTest

Requirement

Plain Text File with ip list separated by new line character.

Description

This script is used for test telnet form a ip list to a specific port user as parameters.

Parameters

  • file
  • port
  • timeout (optional)

Example of Use

PS .\telnetTest [file] [port] [timeout]

About

Power Shell scripts for optimizing tasks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Morty Proxy This is a proxified and sanitized view of the page, visit original site.