All Projects → jdhitsolutions → DNSSuffix

jdhitsolutions / DNSSuffix

Licence: MIT license
A set of PowerShell tools for managing the computer's primary DNS suffix.

Programming Languages

powershell
5483 projects

Projects that are alternatives of or similar to DNSSuffix

NVRAppDevOps
Navertica DevOps scripts for managing Microsoft Dynamics 365 Business Central Apps
Stars: ✭ 26 (+36.84%)
Mutual labels:  powershell-module
winregistry
Tiny Python library aimed at working with Windows Registry
Stars: ✭ 16 (-15.79%)
Mutual labels:  registry
ISOKIT
Windows 10 Professional - Full Strip & Lockdown Edition
Stars: ✭ 35 (+84.21%)
Mutual labels:  registry
PSBlackListChecker
Basic functionality of this module is ability to quickly verify if given IP address is on any of over 80 defined DNSBL lists. Below code will return results only if IP is on any of the lists. Advanced functionality of this module is ability to send reports to your email when things get bad on one of those 80 defined DNSBL listrs.
Stars: ✭ 50 (+163.16%)
Mutual labels:  powershell-module
heltin
Robust client registry for individuals receiving mental healthcare services.
Stars: ✭ 18 (-5.26%)
Mutual labels:  registry
Matthew-Lancaster
A Collect of Script For AutohotKey, DOS Command, VBScript, VB6, VB2008, Grub4Dos, Reg Keys, Win Powershell, SMTP, ARDUNIO, GITHUB Begin OCT 2018
Stars: ✭ 21 (+10.53%)
Mutual labels:  registry
Reg2CI
Create System Center Configuration manager ConfigItem (CI's) from a .reg (Registry) or a .pol (Policy) file.
Stars: ✭ 74 (+289.47%)
Mutual labels:  registry
registry
TLD Management Software
Stars: ✭ 32 (+68.42%)
Mutual labels:  registry
SQLPowerDoc
Hopefully an up to date fork of SQL Power Doc. Newer PS versions and .NET levels. Maybe too ambitious. This repository was cloned from kendalvandyke, the original author of SQLPowerDoc. Codeplex is currently in the process of shutting down. I cloned this project (and its wiki) with the intention of preserving a wonderful tool that I recently dis…
Stars: ✭ 19 (+0%)
Mutual labels:  powershell-module
PSSystemAdministrator
A PowerShell module for managing users and computers and gathering information in a Windows Active Directory environment.
Stars: ✭ 59 (+210.53%)
Mutual labels:  powershell-module
PowerGRR
PowerGRR is an API client library in PowerShell working on Windows, Linux and macOS for GRR automation and scripting.
Stars: ✭ 52 (+173.68%)
Mutual labels:  powershell-module
wcpctl
Kubectl system interaction with the vSphere 7 Supervisor cluster
Stars: ✭ 19 (+0%)
Mutual labels:  registry
OSD
OSD Shared Functions
Stars: ✭ 55 (+189.47%)
Mutual labels:  powershell-module
yrs
Yarn registry switch tool
Stars: ✭ 12 (-36.84%)
Mutual labels:  registry
iscn-specs
International Standard Content Number - decentralized content registry
Stars: ✭ 16 (-15.79%)
Mutual labels:  registry
Windows-10-tweaks
This repo contains multiple scripts to optimize windows 10
Stars: ✭ 37 (+94.74%)
Mutual labels:  registry
TfsCmdlets
PowerShell Cmdlets for Azure DevOps and Team Foundation Server
Stars: ✭ 75 (+294.74%)
Mutual labels:  powershell-module
cli
Autocode CLI and standard library tooling
Stars: ✭ 3,791 (+19852.63%)
Mutual labels:  registry
oras
ORAS CLI
Stars: ✭ 672 (+3436.84%)
Mutual labels:  registry
protocol-registry
This module allows you to set custom protocol handler for your nodejs app.
Stars: ✭ 45 (+136.84%)
Mutual labels:  registry

DNSSuffix

This PowerShell module has two simple commands to that work with the registry to either get or set the primary DNS suffix of a computer. This is not the value you can configure on a per network adapter configuration. Instead this is the setting you see when you go into Advanced System properties to change the computer name. When you click the More... button you get a form like this:

This value is maintained in the registry under HKLM:\system\CurrentControlSet\Services\tcpip\parameters where you must change the Domain and NV Domain properties. You can also configure whether to synchronize the DNS suffix with domain member ship changes. The commands in this module allow you to set and get those values using PowerShell Remoting.

I put this module together after helping Greg Shields work through this very issue as there don't appear to be any existing PowerShell commands to handle this setting.

You can install this module from the PowerShell Gallery: Install-Module DNSSuffix

last updated 22 October, 2018

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].