Skip to content

ShellGeek

  • Home
  • PowerShell
  • PowerShell Tips
  • Docker
  • Microsoft Services
    • Office 365
    • Microsoft 365
    • Outlook
  • About Us

PowerShell

Set Environment Variable using PowerShell

April 14, 2024February 12, 2023 by shelladmin

Using $env:Path variable in PowerShell to set environment variable for the session or temporary. Use [System. Environment] method in PowerShell to set environment variable permanently. …

Read more

PowerShell Substring – How to Extract Substring

April 14, 2024February 7, 2023 by shelladmin

PowerShell substring extracts a part of the string. The substring returns the part of the string between the start and the specified number of characters. …

Read more

PowerShell Delete Scheduled Task using Unregister-ScheduledTask

April 14, 2024February 7, 2023 by shelladmin

To delete a scheduled task in Windows, use the Unregister-ScheduledTask cmdlet in PowerShell. This command unregisters the scheduled task. It prompts for confirmation to perform …

Read more

PowerShell Enable Scheduled Task on Remote Computer

April 14, 2024February 6, 2023 by shelladmin

Use the PowerShell command `Enable-ScheduledTask` with the `CimSession` object that contains the remote computer connection to enable a scheduled task on a remote computer. The …

Read more

PowerShell Disable Scheduled Task on Remote Computer

April 14, 2024February 6, 2023 by shelladmin

Use the PowerShell command `Disable-ScheduledTask` with the `CimSession` object that contains the remote computer connection to disable scheduled tasks on a remote computer. The Disable-ScheduledTask …

Read more

PowerShell List Scheduled Tasks on Remote Computer

April 14, 2024February 6, 2023 by shelladmin

Use the `Get-ScheduledTask` cmdlet in PowerShell to get the scheduled tasks on the remote computer with the `CimSession` object that contains the remote computer connection. …

Read more

PowerShell Get Scheduled Task Actions Details

April 14, 2024February 5, 2023 by shelladmin

Use the command `Get-ScheduledTask` with its property Actions to get the scheduled task action details in PowerShell.The `Actions` property of a task represents the actions …

Read more

PowerShell Script to Disable Scheduled Task

April 14, 2024February 5, 2023 by shelladmin

The command to disable scheduled tasks in the PowerShell is Disable-ScheduledTask. This command uses the TaskName or TaskPath to disable one or more scheduled tasks …

Read more

Get Scheduled Task Details in PowerShell

April 14, 2024February 5, 2023 by shelladmin

The command to get schedule task details in PowerShell is `Get-ScheduledTask`. This command retrieves the scheduled task details like TaskPath, TaskName, and State. Get-Scheduled lists …

Read more

PowerShell Get AdComputer BitLocker Key

April 14, 2024February 5, 2023 by shelladmin

The Get-AdComputer command in PowerShell is used to get the active directory computers. It uses the class msFVE-RecoveryInformation that contains the Full Volume encryption password …

Read more

Older posts
Newer posts
← Previous Page1 … Page19 Page20 Page21 … Page40 Next →

Recent Posts

  • How to View Docker Container Logs
  • How to Remove a Docker Container
  • How to Stop a Running Docker Container

Footer

  • Home
  • About Us
  • Dsquery
  • Contact
  • Privacy Policy
  • Terms and Conditions
Copyright © 2025 ShellGeek All rights reserved