Skip to main content

Home/ Church IT Roundtable/ Group items tagged naming

Rss Feed Group items tagged

David Szpunar

Add user principal name suffixes: Active Directory - 0 views

  •  
    Adding a User Principal Name, or UPN, to Active Directory lets you match user logon names to email addresses, for example, among other things. This page describes how to add a UPN to Active Directory, so you can assign the alternate name to a user in Active Directory Users and Computers.
David Szpunar

HOW TO: Obtain correct syntax for Base DN, Bind DN or Attributes with LDAP for Director... - 0 views

  • dsquery user dc=example,dc=com,-name user1*
  • dsquery user dc=example,dc=com -name "user1"
  •  
    This provides the search syntax for using the dsquery command on a Domain Controller to find the correct Active Directory DN for a user for use in LDAP authentication scenarios. For example: dsquery user dc=example,dc=com -name user1* which outputs: "CN=user1,CN=Users,DC=example,DC=com"
David Szpunar

How To Automate Folder Permissions on Windows Server with Scripting - 1 views

  •  
    Great scripts for automating home folder permissions on Windows file servers. \n\n"Using the following three files (Addperm.cmd, Addperm2.cmd, and Yes.txt) you can add the Administrators Group and the User (whose logon name must be the same as the folder na
David Szpunar

P2V Cleanup Game (how to cleanup a P2V'd machine) | Tech Blog - 0 views

  •  
    "A physical server needs drivers to talk to it's hardware. A virtualized server, in essence, does the same thing. VMware presents new hardware to allow the virtual machine to talk to it's hypervisor. Think of the driver issue in a P2V migration like removing a video card and installing a new one. The drivers and hidden hardware are still there just in case you feel like popping the video card back in. A P2V will still have all of the old hardware in the virtual machine. Don't forget about services that physical servers used, namely HP server management services."
David Szpunar

Instant Online Crash Analysis - 1 views

  •  
    Upload crash dump files and have them analyzed instantly.
Justin Moore

Installing Updates on Exchange 2010 Database Availability Groups - 0 views

  • Preparing an Exchange Server 2010 SP1 DAG Member for Updates For Exchange 2010 with Service Pack 1 the process is a little easier thanks to some scripts provided by Microsoft. Open the Exchange Management Shell and navigate to the scripts folder on the Exchange server. cd $exscripts Next run the StartDagServerMaintenance.ps1 PowerShell script. .\StartDagServerMaintenance.ps1 -serverName ho-ex2010-mb1 The script will automatically do the following tasks for you: Calls Suspend-MailboxDatabaseCopy on the database copies. Pauses the node in Failover Clustering so that it can not become the Primary Active Manager. Suspends database activation on each mailbox database. Sets the DatabaseCopyAutoActivationPolicy to Blocked on the server. Moves databases and cluster group off of the designated server.
David Szpunar

Script for Configuring Exchange 2010 Internal and External URLs « msunified.net - 0 views

  • For InternalURL the script will look for a CASArray (It is recommended to create a CASArray in any scenario)
    • David Szpunar
       
      It's easy to find the syntax to create a CASArray and works in a single-server environment without all the network load balancing setup required, just the creation PowerShell command. A CASArray is required to use the InternalURL setting in this script. The script works with Exchange 2010 and 2007 both coexisting now, though it originally didn't.
David Szpunar

How to remove data in Active Directory after an unsuccessful domain controller demotion... - 0 views

  • Procedure 1: Windows Server 2003 SP1 or later service packs only
  • Type select operation target and press ENTER.
    • David Szpunar
       
      This selects the server name that you want to delete/cleanup.
  • Type connect to server servername,
    • David Szpunar
       
      This connects to an existing, active Domain Controller, where the deletion will be performed.
  •  
    This article describes how to remove data in Active Directory after an unsuccessful domain controller demotion, using the command line (ntdsutil).
Jeremie Kilgore

DNS Made Easy - 0 views

  •  
    Domain and DNS management
1 - 9 of 9
Showing 20 items per page