All Projects → brianary → scripts

brianary / scripts

Licence: GPL-3.0 license
General-purpose PowerShell, F#, and other scripts

Programming Languages

powershell
5483 projects
XSLT
1337 projects

Projects that are alternatives of or similar to scripts

samples
A collection of sample dashboards, custom labels, mustaches, SQL scripts and PowerShell scripts to help you get the most out of SquaredUp. #community-powered
Stars: ✭ 17 (-64.58%)
Mutual labels:  powershell-scripts
PowerShellTools
Скрипты на PowerShell для различных задач (SQLServer, Windows, 1C:Enterprise и др.)
Stars: ✭ 51 (+6.25%)
Mutual labels:  powershell-scripts
OpenManage-Enterprise
Script collateral leveraging the OME/OME-M REST APIs
Stars: ✭ 74 (+54.17%)
Mutual labels:  powershell-scripts
devtoolbox
A PowerShell module that enables software developers to speed up their CLI workflow.
Stars: ✭ 28 (-41.67%)
Mutual labels:  powershell-scripts
PSBucket
PowerShell scripts that relate to blog articles I write on iphase.dk, msendpointmgr.com or technet gallery.
Stars: ✭ 70 (+45.83%)
Mutual labels:  powershell-scripts
PowerShellScripting
Repository for the Facebook Group PowerShell Scripting
Stars: ✭ 19 (-60.42%)
Mutual labels:  powershell-scripts
Debloat Windows 10
A Collection of Scripts Which Disable / Remove Windows 10 Features and Apps
Stars: ✭ 5,213 (+10760.42%)
Mutual labels:  powershell-scripts
PowerShell
Mega collection of 250+ useful cross-platform PowerShell scripts.
Stars: ✭ 274 (+470.83%)
Mutual labels:  powershell-scripts
PowerShell-WindowsAdmin
A collection of scripts I've created over the years to administer things.
Stars: ✭ 35 (-27.08%)
Mutual labels:  powershell-scripts
winsys
STATUS: DEVELOPMENT PAUSED ⏸️ - Configure your Windows
Stars: ✭ 56 (+16.67%)
Mutual labels:  powershell-scripts

Useful General-Purpose Scripts

Pester tests status Pester tests results GitHub license badge GitHub stars badge GitHub watchers badge GitHub forks badge GitHub issues badge GitHub commits badge GitHub last commit badge

This repo contains a collection of generally useful scripts (mostly Windows PowerShell).

See PS5 for legacy scripts, syscfg for single-use system config scripts.

PowerShell Scripts

script dependencies

F# Scripts

Office VBA Scripts

  • OutlookExpireTag.vba: Too many emails remain beyond their period of relevance: daily personnel schedule changes, found item notices, office food notices, server reboot notices, weather/traffic warnings, &c. This Outlook script will allow specifying an expiration date as a hashtag in the subject of outgoing emails, since Outlook does such a good job of hiding the UI for that field. -BL
  • OutlookPasteFormattedIndented.vba: Outlook will strip single-space indents when displaying emails. If you've got, for example, syntax highlighted source code that employs any indentation of only one space, you'll want to add two spaces to the each line (adding one will not appear for text that isn't indented). This Outlook script will paste formatted text, and indent it. Requires Tools -> References -> Microsoft Word 14.0 Object Library (later versions may also work)
  • OutlookPasteTsvTable.vba: This Outlook VBA Sub can be connected to a toolbar button for pasting TSV data as an attractive, formatted table. -BL Requires Tools -> References -> Microsoft Word 14.0 Object Library (later versions may also work)
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].