Skip to content
#

PowerShell

powershell logo

PowerShell is a task automation and configuration management framework from Microsoft, consisting of a command-line shell and associated scripting language. Initially a Windows component, it was made open source and cross-platform with the introduction of PowerShell Core which is built on .NET Core.

Here are 120 public repositories matching this topic...

PeekABoo tool can be used during internal penetration testing when a user needs to enable Remote Desktop on the targeted machine. It uses PowerShell remoting to perform this task. Note: Remote desktop is disabled by default on all Windows operating systems.

  • Updated Apr 29, 2019
  • Python
RaajeevKalyan
RaajeevKalyan commented Sep 1, 2020

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

Created by Microsoft

Released November 14, 2006

Organization
PowerShell
Wikipedia
Wikipedia

Related Topics

shell
You can’t perform that action at this time.