Skip to content
Geeks Hangout
  • Home
  • Fixes
  • Tips
  • Scripts
  • Tools
  • About

Windows

Windows Server 2008 Core: Installing / Uninstalling MSI Packages

December 21, 2015October 7, 2008 by Geeks Hangout

To install a MSI file using the PowerShell use the command msiexec /i "Path\PackageName" To uninstall a MSI file using the PowerShell use the command msiexec /x "Path\PackageName"

3 Comments

Windows Server 2008 Core: Changing the computer Name

December 21, 2015October 6, 2008 by Geeks Hangout

This document will detail how to change the computer name of a Windows Server 2008 Core install using the "PowerShell" 1) First run a ipconfig /all and make a note of the current Computer Name (Host Name) 2) Enter the …

Read more

Leave a comment

Windows Server 2008 Core: Changing the Local Administrators Password

December 21, 2015October 6, 2008 by Geeks Hangout

The following command will prompt you for a new administrator password on a Windows Server 2008 Core install net user administrator * When prompted enter the new password and confirm the new password

2 Comments

Windows Server 2008 Core: Enable Remote Desktop

December 21, 2015October 6, 2008 by Geeks Hangout

The following command will toggle Remote Desktop on and off on a Windows Server 2008 Core install using the "PowerShell" Cscript %windir%\system32\SCRegEdit.wsf /ar 0

Leave a comment

Windows Server 2008 Core: Disabling the Firewall

December 21, 2015October 6, 2008 by Geeks Hangout

The following command will disable the firewall on a Windows Server 2008 Core install using the "PowerShell" netsh firewall set opmode disable The below will re-enable the firewall netsh firewall set opmode enable

Leave a comment

Using xcopy to copy files and folders and keeping the ntfs permissions

October 9, 2021August 20, 2008 by Geeks Hangout

Overview Xcopy while still included in Windows 10, XCOPY has been deprecated in favor of robocopy. XCOPY it has some great switches for doing things such as verifying the copy and only coping file that is newer than the destination. …

Read more

10 Comments
Newer posts
← Previous Page1 Page2 Page3

Recent Posts

  • A Step‑by‑Step Guide to SharePoint Sites.Selected Permissions Using Microsoft Graph
  • Transfer Files via AS2 with Azure Logic App
  • How to Enable PowerShell Logging
  • I haven’t posted in two years!
  • How to retrieve saved MySQL Workbench passwords
  • Testing a Serial COM Port Printer
  • Azure App Services and WordPress with PHP 8.x

Recent Comments

  • Karim on System i / AS400 Client Access Copy and Paste with CTRL-C and CTRL-V
  • Mark on Unifi Inform Status: Server Reject
  • Aleena on Azure Data Factory – How to Save Web Activity to Blob Storage
  • Sandy on System i / AS400 Client Access Copy and Paste with CTRL-C and CTRL-V
  • Bill on FIXED “The requested security information is either unavailable or can’t be displayed”
  • Caio Bauab on Azure Data Factory – Get and Use Key Vault Secrets
  • Aland on Install all RSAT tools via PowerShell
© 2026 Geeks Hangout
Hosted by: Cloudways | Ads by: Ezoic | Theme: Generate Press
🛠 The Tools I Use 🛠
Privacy Policy | Contact Me