Open links in new tab
  1. How to Enable IIS on Windows Server: Step-by-Step Guide for Server ...

    Aug 28, 2024 · Learn how to enable IIS and its key features on Windows Server with this comprehensive guide. Explore step-by-step instructions using Server Manager,...

  2. How to Install or Uninstall RSAT in Windows 11

    How to Install or Uninstall RSAT in Windows 11 Remote Server Administration Tools (RSAT)is an essential tool for Windows administrators. This tool is designed to help administrators manage and …

  3. How to install WMIC Feature on Demand on Windows 11 | Windows IT …

    Jul 12, 2024 · Do you need to continue using Windows Management Instrumentation Command (WMIC) line? Though this feature is currently being deprecated, there is a temporary solution to help your …

  4. Powershell 7 can't install modules, have to do it manually (Save-Module)

    Jul 6, 2023 · I recently installed Powershell 7.3.5, being "forced" to move away from 5.1 for PnP / SharepointPnP As an admin, while running it as an admin, regardless of the scope returns : …

  5. Step-By-Step: How to Create a Windows 11 VM on Hyper-V via …

    PowerShell is a scripting language that allows advanced computer users and IT professionals to quickly automate routine tasks related to the administration of computer systems (including Linux, macOS, …

  6. Blog post - Install or update the SysInternals Suite using PowerShell ...

    Jan 27, 2023 · Wrote a blog post on how to install or update your Sysinternals Suite using PowerShell, link to...

  7. PowerShell es-es Language Installation: ErrorCode -2147418113

    Sep 21, 2023 · International Settings Cmdlets in Windows PowerShell Install-Language Installs a language onto a device. Description Downloads and installs the available language components for …

  8. Equivalent of Linux `touch` to create an empty file with PowerShell

    Is there an equivalent of touch in PowerShell? For instance, in Linux I can create a new empty file by invoking: touch filename On Windows this is pretty awkward -- usually I just open a new insta...

  9. windows - Install msi package using PowerShell - Super User

    Dec 1, 2022 · Use Start-Process to install the msi package from PowerShell using msiexec with the /i and /qn parameters. You can optionally test using the -wait parameter of Start-Process in case it …

  10. How can I reinstall Windows 10's calculator app? - Super User

    Mar 14, 2017 · I uninstalled the Calculator app like this in PowerShell: Get-AppxPackage *windowscalculator* | Remove-AppxPackage How do I reinstall it?