Exchange 2007 Outlook 2010 Ran into an issue where externally we could e-mail this user just fine, internally the user would still get the e-mail although users who sent the e-mail would receive the following NDR: “Diagnostic information for administrators: Generating server: <Exchange server name> IMCEAEX-_O=MicrosoftOnline_ou=Exchange+20Administrative+20Group+20+28FYDIBOHF23SPDLT+29_cn=Recipients_cn=<msExchGUID>@<Company Domain>.com #550 5.1.1 RESOLVER.ADR.ExRecipNotFound; not found ##
Category: Microsoft
AD – Adding Indiv Users To An Indiv Group
DNs can be found in AD Explorer. Script: $root=[adsi]”” $rootdn=$root.distinguishedName $group=[adsi](“LDAP://<Group DN>”) $group.add(“LDAP://<User DN>”)
AD – Finding User Attributes
Two ways that I’m aware of in finding this information out. AD Explorer method: Download “AD Explorer” from here: http://technet.microsoft.com/en-us/sysinternals/bb963907, unzip and run the executable If connecting to the default domain, just make sure the first radio button is selected (Enter a name for an Active Directory database…) and click OK. If not, enter in the…
AD – Add Indiv Users
Attr Used (not in any order): Description displayName homeDirectory homeDrive givenName Mail sAMAccountName sn scriptPath userPrincipalName
AdminSDHolder & Objects inheriting permissions
Possibility to solve the following issues: – Upgraded Exchange/Domain Controller and users constantly getting prompted to enter in credentials – Introduced a BES (BB Enterprise Server) and users not getting e-mail – “Include inheritable permissions from this object’s parent” checkbox constantly gets unchecked. Role of AdminSHHolder:
Create NFS share
Really easy. Tried on Win 7 and Server 2008 Install “Services for NFS” through “Turn Windows features on or off” Open up a command prompt and type the following w/o quotes: mount <SAN DNS Name>:/vol/<volume name> And your done!
Network Load Balancing
– Server 2003 – 2 physical NICs (first for cluster, second for LAN) – NLB installed – Both NICs cabled with CAT5 to the network (Mine were vLAN’d to the DMZ due to it being a web server) Configure one of the NICs as a your regular IP for network traffic. The following will only…
Seizing FSMO rolls
The five FSMO roles are: Schema master – Forest-wide and one per forest. Domain naming master – Forest-wide and one per forest. RID master – Domain-specific and one for each domain. PDC – PDC Emulator is domain-specific and one for each domain. Infrastructure master – Domain-specific and one for each domain. Best practice shows to…
Import NetBackup images via the command prompt
– NetBackup 7, Server 2008 R2 Ran into an issue where our old backup server was no longer operational and we had to create a new NetBackup server along with upgrading the version. Had to recall all our tapes to import them into the catalog. Here is what needed to be done for each tape…
Changing a Tapes media type
– Performed on NetBackup 7 with Server 2008 R2 The other day we had some dlt tapes sent from our site to import into our local enviornment. We had trouble with the import because the media type recorded for the images was (HCART3) and the local enviornment uses (HCART). You can manually go into the…