Skip to content

TechDirectArchive

Hands-on IT, Cloud, Security & DevOps Insights

  • Home
  • About
  • Advertise With US
  • Reviews
  • Contact
  • Toggle search form

Tag: Microsoft Windows

Ping request could not find the host: Verify if the name is entered correctly

Posted on 05/04/202002/06/2023 Christian By Christian No Comments on Ping request could not find the host: Verify if the name is entered correctly
Ping request could not find the host: Verify if the name is entered correctly

The ping command is a very common method for troubleshooting the accessibility of devices between two endpoints. This utility uses a series of Internet Control Message Protocol (ICMP) echo messages to determine whether a remote host is active or inactive, the round-trip delay in communicating with the host, and packet loss. The ping command first…

Read More “Ping request could not find the host: Verify if the name is entered correctly” »

Windows

Fix failed to create new Scheduled Task RemoteException

Posted on 04/04/202023/08/2023 Christian By Christian No Comments on Fix failed to create new Scheduled Task RemoteException
Fix failed to create new Scheduled Task RemoteException

Windows Admin Center is a locally deployed, browser-based app. It is used for managing Windows servers, clusters, hyper-converged infrastructure, as well as Windows 10 PCs. It is a free product and is ready to use in production. In this article, I will show you how to Fix failed to create new Scheduled Task RemoteException. You may like the following articles:…

Read More “Fix failed to create new Scheduled Task RemoteException” »

Windows Server

Run or Edit and Delete Tasks via Windows Task Scheduler

Posted on 02/04/202010/04/2023 Christian By Christian No Comments on Run or Edit and Delete Tasks via Windows Task Scheduler
Run or Edit and Delete Tasks via Windows Task Scheduler

Task Scheduler enables you to automatically perform routine tasks on a chosen computer. Task Scheduler does this by monitoring whatever criteria you choose. This is referred to as “triggers” and then executing the tasks when those criteria are met. You can use the Task Scheduler to execute tasks such as starting an application, sending an…

Read More “Run or Edit and Delete Tasks via Windows Task Scheduler” »

Windows

How to prevent a remote shutdown and restart in Windows

Posted on 02/04/202018/09/2023 Christian By Christian No Comments on How to prevent a remote shutdown and restart in Windows
How to prevent a remote shutdown and restart in Windows

Due to the COVID-19 outbreak, most users remotely connect to their workstations at work in order to perform their duties and they can accidentally shut down or restart their devices. Another scenario is having a shared device and you do not want users to be able to shut down or restart, thereby leading to data…

Read More “How to prevent a remote shutdown and restart in Windows” »

Windows

NT LAN Manager: How to prevent NTLM credentials from being sent to remote servers

Posted on 01/04/202015/10/2023 Christian By Christian No Comments on NT LAN Manager: How to prevent NTLM credentials from being sent to remote servers
NT LAN Manager: How to prevent NTLM credentials from being sent to remote servers

Due to the recent vulnerability discovered in Zoom as reviewed by security experts on the 1st of April 2020. It allows attackers to steal Windows credentials via UNC Links. In 2019, the security provider “Preempt” discovered a vulnerability in NTLM which allows remote execution of malicious code on any Windows machine to authenticate to any…

Read More “NT LAN Manager: How to prevent NTLM credentials from being sent to remote servers” »

Security | Vulnerability Scans and Assessment

How to disable power plan in Windows via GPO and Windows Settings

Posted on 30/03/202018/09/2023 Christian By Christian 1 Comment on How to disable power plan in Windows via GPO and Windows Settings
How to disable power plan in Windows via GPO and Windows Settings

If you ever find your Windows 10 devices dimming their screen and this act irritates you, I will be describing various ways to prevent Windows from going into standby/sleep after a certain period of inactivity. The Energy Saver Mode feature mainly saves energy when the user is away. Power plans can help you save energy,…

Read More “How to disable power plan in Windows via GPO and Windows Settings” »

Windows

Shortcut for Windows update: How to create a shortcut for Windows scheduled task

Posted on 29/03/202018/09/2023 Christian By Christian No Comments on Shortcut for Windows update: How to create a shortcut for Windows scheduled task
Shortcut for Windows update: How to create a shortcut for Windows scheduled task

Task Scheduler is a component of Microsoft Windows, including the latest version of Windows 10, that provides the ability to schedule the launch of computer programs or scripts at pre-defined times or after specified time intervals. On how to create a scheduled task on Windows Server 2019, visit the following link. The Task Scheduler enables…

Read More “Shortcut for Windows update: How to create a shortcut for Windows scheduled task” »

Windows Server

How to create a scheduled task with Windows Admin Center

Posted on 26/03/202010/04/2023 Christian By Christian 2 Comments on How to create a scheduled task with Windows Admin Center
How to create a scheduled task with Windows Admin Center

Windows Admin Center provides a central management platform to remotely administer servers. With WAC, we can remotely configure scheduled tasks on remote servers. On how to create a scheduled task with the in-built Windows task scheduler, see the following link. On how to create Windows Task Scheduler via the command prompt, see the following link. See…

Read More “How to create a scheduled task with Windows Admin Center” »

Windows Server

Failed to create a scheduled task: Cannot perform the operation because the runspace pool is not in the open state

Posted on 26/03/202010/10/2024 Christian By Christian No Comments on Failed to create a scheduled task: Cannot perform the operation because the runspace pool is not in the open state
Failed to create a scheduled task: Cannot perform the operation because the runspace pool is not in the open state

Windows Admin Center is a locally deployed, browser-based app for managing Windows servers, clusters, hyper-converged infrastructure, as well as Windows 10 PCs. In this guide, you will learn how to fix Failed to create a scheduled task: Cannot perform the operation because the runspace pool is not in the open state. Please see how to install Winglet and how to install applications with…

Read More “Failed to create a scheduled task: Cannot perform the operation because the runspace pool is not in the open state” »

Windows Server

Failed to create a scheduled task: There is no disconnected command associated with the runspace

Posted on 26/03/202002/06/2023 Christian By Christian No Comments on Failed to create a scheduled task: There is no disconnected command associated with the runspace
Failed to create a scheduled task: There is no disconnected command associated with the runspace

Windows Admin Center (WAC) is a server and client management platform. It that is designed to help you administer your machines in a more efficient manner. This is a browser-based tool, meaning that, once installed, you access WAC from a web browser, which is great. No need to install a management tool or application onto…

Read More “Failed to create a scheduled task: There is no disconnected command associated with the runspace” »

Windows Server

WinRM and PSRemoting: Configure servers for remote access

Posted on 25/03/202020/08/2024 Christian By Christian No Comments on WinRM and PSRemoting: Configure servers for remote access
WinRM and PSRemoting: Configure servers for remote access

The Enable-PSRemoting cmdlet configures the computer to receive PowerShell remote commands that are sent by using the WS-Management technology. In this article, we shall be discussing WinRM and PSRemoting: How to configure servers for remote access. Here are some interesting guides: How to request a certificate signing request in Windows using Microsoft Management Console, how…

Read More “WinRM and PSRemoting: Configure servers for remote access” »

Scripts

How to automate Windows Update with PowerShell

Posted on 24/03/202008/08/2024 Christian By Christian 2 Comments on How to automate Windows Update with PowerShell
How to automate Windows Update with PowerShell

Microsoft Windows provides its own patch management solution referred to as Windows Update. Having a proper grip on these updates is paramount for your production workflow as they often start automatically during business hours resulting in downtime. With PowerShell cmdlets, you can automate Windows updates, saving you effort and time. In this article, we shall…

Read More “How to automate Windows Update with PowerShell” »

Scripts

All Task Scheduler Errors and Success Codes

Posted on 24/03/202014/05/2025 Christian By Christian No Comments on All Task Scheduler Errors and Success Codes
All Task Scheduler Errors and Success Codes

In this article, we shall discuss “Task Scheduler Errors and Success Codes: What does the Error Code 0x41301 Mean”. Here are some related guides: Learn how to Run, Edit, and Delete Tasks via Task Scheduler in Windows. How to fix Failed to create a new scheduled task name, and how to Export and Import Scheduled…

Read More “All Task Scheduler Errors and Success Codes” »

Windows Server

Posts pagination

Previous 1 … 52 53 54 … 61 Next

Microsoft MVP

VEEAMLEGEND

vexpert-badge-stars-5

Virtual Background

GoogleNews

Categories

veeaam100

Veeam Vanguard

  • OpenSSL on Windows
    How to Install OpenSSL on Windows Computers Windows
  • 7164 1024x575 1
    How to install MDT PowerShell module on Windows Scripts
  • Prevent the downloads of apps without password on App store
    Download Apps without passwords on App Store Mac
  • Exchange
    Update Global Address List: Fixing the “Not Recognized” Error Microsoft Exchange/Office/365
  • sandbox
    How to Configure Windows Sandbox Virtualization
  • Veeam App for Splunk setup
    Install Splunk and Veeam App on Windows Server to monitor VBR Backup
  • adobeacrobat reader
    Workaround for there were no pages selected to print or the documents could not be printed from Adobe Acrobat Reader JIRA|Confluence|Apps
  • banner2
    How to Use Google Chrome’s Enhanced Privacy Settings JIRA|Confluence|Apps

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Join 1,808 other subscribers
  • RSS - Posts
  • RSS - Comments
  • About
  • Authors
  • Write for us
  • Advertise with us
  • General Terms and Conditions
  • Privacy policy
  • Feedly
  • Telegram
  • Youtube
  • Facebook
  • Instagram
  • LinkedIn
  • Tumblr
  • Pinterest
  • Twitter
  • mastodon

Tags

AWS Azure Bitlocker Microsoft Windows PowerShell WDS Windows 10 Windows 11 Windows Deployment Services Windows Server 2016

Copyright © 2025 TechDirectArchive