: :
Previous slide
Next slide
34.229.131.158,
Ashburn
Virginia, 20146
US
GMT -04:00
Lat: 39.04372
Long -77.487488
United States of America

Can’t install NuGet in Powershell

If you’re getting this error or similar: WARNING: Unable to download from URI ‘https://go.microsoft.com/fwlink/?LinkID=627338&clcid=0x409’ to ”. WARNING: Unable to download the list of available providers.

Read More »

Turn off screens in Windows

This is a powershell command to turn off your monitors via batch file in Windows. powershell (Add-Type ‘[DllImport(“user32.dll”)]^public static extern int SendMessage(int hWnd, int hMsg,

Read More »

The Isle Dedicated Server Quick Start

Install SteamCMD: Download SteamCMD, https://developer.valvesoftware.com/wiki/SteamCMD#Downloading_SteamCMD Extract STEAMCMD to c:steamcmd Run steamcmd the first time to install it, c:steamcmdsteamcmd.exe Create one or both of the following batch

Read More »

AzureADConnect Error

dsregcmd /status dsregcmd /debug /leave https://docs.microsoft.com/en-us/azure/active-directory/devices/troubleshoot-hybrid-join-windows-current

Read More »

Robocopy Examples

Copy User Profile Directory from One Computer to another, without copying junctions, recycle bins, or outlook folder in appdata. IF NOT EXIST c:robocopy md c:robocopy

Read More »

Reboot Unifi AP’s from controller

#!/bin/bash ####################################################################### # A simple script for remotely rebooting a Ubiquiti UniFi access point # https://github.com/stevejenkins/unifi-linux-utils # https://github.com/stevejenkins/unifi-linux-utils/blob/master/uap_reboot.sh # Version 2.3 (Mar 28, 2018) #

Read More »

Slow Down Dell Server Fans

“C:Program Files (x86)DellSysMgtbmcipmitool.exe” -I lanplus -U root -P -H 192.168.1.28 raw 0x30 0x30 0x01 0x00″C:Program Files (x86)DellSysMgtbmcipmitool.exe” -I lanplus -U root -P -H 192.168.1.28 raw

Read More »