About 9,260 results
Open links in new tab
  1. Is it possible to install PowerShell 3 on a Windows Server 2003 or …

    Jul 14, 2014 · 5 On a Windows Server 2003 rig (which already has .NET 4 but no 4.5 on it) that is to be expired before the end of the year, I'd like to run a few PowerShell 3 scripts on a …

  2. What is Windows PowerShell? - Super User

    Windows PowerShell 2.0 was released with Windows 7 and Windows Server 2008 R2. It is going to be backported to previous supported platforms Windows XP SP3, Windows Server 2003 …

  3. How to find out uptime on Windows? - Super User

    Jul 23, 2009 · 3 If you have the Windows Server 2000 or 2003 resource kits try srvinfo -ns [\\\server] | Findstr "Time" Note: Srvinfo.exe will not run on a 64-bit versions of Windows, due …

  4. Using powershell to manage Active Directory running on Windows …

    I would like to create a script that can use the ActiveDirectory module in powershell (from a remote machine). From what I understand I need to have Active Directory Web Services …

  5. How can I check if Windows is activated from the command …

    Apr 6, 2019 · 7 On Windows 10 or Windows Server 2016/2019, to display the activation status using the command prompt (or powershell) open your preferred command line tool and enter …

  6. How can I determine which version of Windows is running on a …

    10 I'm trying to write a PowerShell script that I can run on remote servers. In these scripts I want to carry out different functions depending on which version of Windows is running on the …

  7. windows - Change NIC speed/duplex settings in script? - Super User

    3 I have a laptop running Windows Server 2003 SP2, with PowerShell installed. Occasionally, this system has to be used in environments where it needs the NIC manually set to 100 Mbps/Full …

  8. windows - Reboot the server at a given date and time - Super User

    Jan 7, 2023 · 4 I need to schedule a reboot of a server every other Saturday at 11 PM. I need to get this automated and not have to run it manually. I have tried SCHTasks but the client does …

  9. Powershell script to list scheduled tasks on remote systems

    Sep 15, 2014 · 12 I want to write a PowerShell script that lists all Scheduled Tasks on remote systems, and includes the user account which will be used to run each task. The local system …

  10. Is it possible to upgrade PowerShell 3 on Windows Server 2008 …

    On a fully patched Windows Server 2008 SP2, I've upgraded Powershell 2 to 3. Is there no way to upgrade powershell to v5 or even v4? Notes: Powershell 2 to 3 installation done via: …