Skip to content

ShellGeek

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

shelladmin

Using Group Managed Service Accounts (gMSA)

April 14, 2024February 12, 2023 by shelladmin

Group Managed Service Account (gMSA) is a managed domain account that provides automatic password management, service principal name (SPN) management, and the ability to delegate …

Read more

Event Id 4625 0xc000006a – Account Failed to Log on

April 14, 2024February 12, 2023 by shelladmin

The error code 0xC000006A does means Account logon with a misspelled or bad password but not necessarily locked out. The error code 0xC000006D means the …

Read more

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

Older posts
Newer posts
← Previous Page1 … Page30 Page31 Page32 … Page55 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