Advanced Search
Search Results
502 total results found
Media Servers
View and Delete Local Profile List
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
Gift ideas that are not available in store (and not at Amazon).
Add/Delete Local Account to a Server in HPSA
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
Manually Remove McAfee 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
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
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
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
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
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
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
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...