Skip to content

ReineLindqvist/Powershell-pasen

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

I have a few utility powershell script that I use for different task. I have decided to put them on my github repository so maybe others can help me improve them.
I named it powershell påsen. Påsen is swedish for the bag. So i spelled it powershell-pasen. 
run-sql.ps1
Runs all sql script in a folder. Outputs an array of sqlscripts that failed. 
Great for running massive sqlscripts. God for running test sql scripts. Works like: "c:\mysqlscript"|.\run-sql.ps1
backup-db.ps
Backups all databases with certain name pattern. (Eg all that begins with eCM in name) Put them in a folder.
Change-BatchScriptPath
Searche and Replace in files like config files or batfiles. Searches with regular expression and replaces. 
If files are readonly it changes them to writeable.

About

My bag of powershell script for miscellaneous purposes. Like backing up all sql server database that starts with eCM or run all sql script recursively in a directory tree.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • PowerShell 97.4%
  • HTML 2.5%
  • Batchfile 0.1%