Here are
232 public repositories
matching this topic...
A collection of Scripts which disable / remove Windows 10 Features and Apps
Updated
Sep 18, 2020
PowerShell
Office 365 scripts and information
Updated
Aug 17, 2020
PowerShell
Public PowerShell script gallery for ScriptRunner.
Updated
Sep 29, 2020
PowerShell
These API scripts enable CyberArk users to automate privileged account management task like account creation, user management, and more.
Updated
Sep 24, 2020
PowerShell
Windows 10 (v1803+) ActivitiesCache.db parsers (SQLite, PowerShell, .EXE)
Updated
Aug 28, 2020
TSQL
Download and save media from Plex Servers
Updated
Jun 9, 2020
PowerShell
Examples showing how to do everything with IIS and PowerShell
PowerShell Scripts, Tools, and Modules
Updated
Sep 27, 2020
PowerShell
PS / Bash / Python / Other scripts For FUN!
Updated
May 21, 2019
PowerShell
AWS PowerShell scripts for VPC, ELB, and Route 53 (Networking deep dive courses)
Updated
Feb 19, 2020
PowerShell
STATUS: DEVELOPMENT PAUSED ⏸️ - Configure your Windows
Some PowerShell scipts that can be hopefully also useful to others. Most of them were written by me, if not I tried to reference the author and or source. Since I collected those scripts over several years, I couldn't always remember though.
Updated
Sep 8, 2020
PowerShell
PowerShell Module to get local and remote system information
Updated
Mar 16, 2019
PowerShell
Advanced PowerShell scripts and profile enhancements for common use cases
Updated
Aug 10, 2020
PowerShell
Updated
Apr 20, 2020
PowerShell
Скрипты на PowerShell для различных задач (SQLServer, Windows, 1C:Enterprise и др.)
Updated
May 14, 2020
PowerShell
A collection of scripts I've created over the years to administer things.
Updated
Aug 18, 2020
PowerShell
Repository for the Facebook Group PowerShell Scripting
Updated
May 20, 2020
PowerShell
Monorepo with all my Powershell Scripts
Updated
Oct 30, 2019
PowerShell
PowerShell script to deploy new VHD(X) file with un-attend information from Windows Server/Desktop image file ISO/WIM.
Updated
Apr 19, 2018
PowerShell
A powershell module used to interact with the Spotify API
Updated
Dec 19, 2019
PowerShell
Scripts that disable unwanted windows features
Updated
Sep 15, 2020
PowerShell
A PowerShell module that enables software developers to speed up their CLI workflow.
Updated
Apr 21, 2020
PowerShell
Scripts for posts on bcthomas.com
Updated
Mar 1, 2020
PowerShell
A Sharepoint Online Powershell toolkit, geared toward automating migration tasks. A set of powershell tools to automate common and bulk tasks for those of us who have had Sharepoint Online administration dumped into our laps.
Updated
Oct 18, 2016
PowerShell
Several scripts for different tasks to be able to automate certain resources and services in a windows server environment using powershell.
Updated
Mar 25, 2019
PowerShell
Customers will often ignore calls, emails, and denying requests to connect via RDP. Welp...they cant ignore this one! I created an interesting script that throws a popup box on a users desktop.
Updated
Jan 7, 2018
PowerShell
Powershell üzerinde verilen problemleri çözümlediğim , komut açıklamaları yaptığım powershell ile ilgili bir türkçe kaynak.
Updated
Jun 18, 2020
PowerShell
PHP Install Script for AppVeyor
Updated
Feb 28, 2018
PowerShell
Improve this page
Add a description, image, and links to the
powershell-scripts
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
powershell-scripts
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
POST on JobService/Jobs with sample payload below tuned to specific devices
{
"Id": 0,
"JobName": "Inventory job for foo devices ",
"JobDescription": "Inventory job for foo devices",
"Schedule": "startnow",
"State": "Enabled",
"JobType": {
"Name": "Inventory_Task"
},
"Targets": [
{
"Id": <device_id>,
"Data": "",
"TargetType": {
"I