Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

502 total results found

Media Servers

View and Delete Local Profile List

Windows - Scripts System

delete_profile_with_gui_v2.ps1 ########################################## # AUTHOR : Ryan Mutschler # DATE : 8-15-2014 # EDIT : 8-15-2014 # COMMENT : GUI interface to delete user profiles from remote desktop session host server # # VER...

Lists

Personal Holiday Wishlists - Kelley

Gift ideas that are not available in store (and not at Amazon).

Add/Delete Local Account to a Server in HPSA

HPSA - Scripts

HPSA net user USERNAME PASSWORD /ADD /active:yes Net localgroup ADMINISTRATORS USERNAME /add net user USERNAME /delete Bigfix wait cmd.exe /C net user USERNAME PASSWORD3 /ADD /active:yes /passwordchg:no /Y wait cmd.exe /C Net localgroup ADMINISTRATORS US...

VPN/Site to Site

pfSense - Walkthroughs

Manually Remove McAfee MOVE

McAfee - Walkthroughs Move

Use my script to automate it. Run Step 1, the server will reboot, then run step 2. move_removal_step_1.bat move_removal_step_2.bat How to manually remove MOVE AntiVirus Multi-platformTechnical Articles ID: KB74700Last Modified: 4/7/2017 EnvironmentMcAfee M...

TrueNas-DiskList

TrueNAS - Scripts Pool/Disk Related

disklist.pl FreeNas "Disklist" script for report informations about installed hard drives I wrote this script for getting informations about all installed disks inside my FreeNas box. This script is written in Perl and use under the hood theses commands: g...

Hyper-V - Walkthroughs

List VMWare Console Users

VMWare CLI - One Liners

get-vievent (get-vm "SERVERNAME") | where-object {$_.FullFormattedMessage -eq "event.VmRemoteConsoleConnectedEvent.fullFormat"} | select-object CreatedTime,UserName  

To Add to Wiki

How to Rename an Active Directory Domain Name

Active Directory - Walkthroughs Rename Domain

In this short article, we will show you how to properly change an Active Directory domain name from test.com to resource.loc. In fact, it is not the best idea to rename an Active Directory domain. In large and complex AD infrastructure, it is better to migrate...

Step by Step How to Rename Domain Name in Windows Server 2016

Active Directory - Walkthroughs Rename Domain

You can use the domain rename process to change the names of your domains, and you can also use it to change the structure of the domain trees in your forest. This process involves updating the Domain Name System (DNS) and trust infrastructures as well as Grou...

Active Directory - Scripts

Change IP Address on Domain Controller

Active Directory - Walkthroughs

In this post, I will demonstrate how to change the IP address on a domain controller. Before you change the IP address it is very important to run through a checklist. Any changes to a domain controller can disrupt services and impact business operations. S...

Azure - Scripts

Changing default OU for new USERS and COMPUTERS

Active Directory - Walkthroughs

By default, users are created in “Users”, and Computers in “Computers” OU, but these are the default folders, and one may want to defferentiate between them, in ex. when using Azure AD Hybrid and Autopilot or Intune, when new computers are domain joined, you w...

Windows - Scripts

Domain Controller Could Not Be Contacted

Active Directory - Walkthroughs Troubleshooting

Error Description When I try to join a new Windows workstation or server to an Active Directory (AD) domain, I sometimes encounter the following error: “An Active Directory Domain Controller (AD DC) for the domain ‘domainname’ could not be contacted.” This e...