https://github.com/heyfoz/powershell-productivity
This repository contains various PowerShell productivity scripts, which can be utilized in technical settings to increase productivity.
https://github.com/heyfoz/powershell-productivity
automation copy-filename powershell scripting
Last synced: about 1 year ago
JSON representation
This repository contains various PowerShell productivity scripts, which can be utilized in technical settings to increase productivity.
- Host: GitHub
- URL: https://github.com/heyfoz/powershell-productivity
- Owner: heyfoz
- License: mit
- Created: 2023-04-22T08:48:23.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-19T17:35:07.000Z (about 2 years ago)
- Last Synced: 2025-01-30T05:11:37.251Z (about 1 year ago)
- Topics: automation, copy-filename, powershell, scripting
- Language: PowerShell
- Homepage:
- Size: 41 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# powershell
This repository contains various PowerShell productivity scripts, which can be utilized in technical settings to increase productivity:
-
set-policy-unrestricted.ps1: Example of command to set Unrestricted policy. -
generate-code_signing-cert.ps1: Creates a self-signed certificate to run a PowerShell script in RemotedSigned policy. -
text-file-user-prompts.ps1: Prompts the user to enter the text file content and name, which are passed to 2-strings-to-text-file.ps1. -
2-strings-to-text-file.ps1: Receives 2 string values from text-file-user-prompts.ps1 and builds a text file. -
copy-file-names-from-directory.ps1: Copies list of file names based on directory location specified in the script.
Copyright (c) 2023 Forrest Moulin