bobausmus.blogspot.com
Bob Ausmus: February 2013
http://bobausmus.blogspot.com/2013_02_01_archive.html
Tuesday, February 12, 2013. Powershell script to make a Lync 2010 "Hunt Group" from scratch. Let's start by identifying what systems we will need to touch. Exchange server for creating the users and voicemail Unified Messaging (UM). Domain Controller for setting the 'telephone' option in the users account attributes. Lync server for creating the users, worflow, queues, and groups. Now that we know the systems, let declare the order of operations. 2nd - Domain Controller - telephone attribute. This is a g...
bobausmus.blogspot.com
Bob Ausmus: June 2014
http://bobausmus.blogspot.com/2014_06_01_archive.html
Wednesday, June 25, 2014. Scripting Office 365 and DirSync Replication. If you are running the new version of DirSync, you probably noticed that the ". File is missing. They have also changed the way your start a sync. The new way (documented here: Click Me. You have to import the module, then run the command. Well, I attempted to run this remotely on my desktop and it just hung every time. Here is what I was running:. Then, with the help of a friend at. Invoke-Command -ComputerName SERVER -ScriptBlock {...
bobausmus.blogspot.com
Bob Ausmus: August 2011
http://bobausmus.blogspot.com/2011_08_01_archive.html
Thursday, August 25, 2011. Showing Advanced Features in Active Directory. I edit SPN's a lot with MS SQL server and I was sick of using ADSIedit so I found that the ADMINPAK for Windows 7. Would allow me to edit the SPN's directly. Only problem is that you can't see the "Attributes" tab in Active Directory Users and Computers (ADUC) without turning on the advanced features. Here is how I turned them on. 1 Open Active Directory Users and Computers (Start - Run - type: dsa.msc - Ok). Step #1 in putting the...
bobausmus.blogspot.com
Bob Ausmus: April 2012
http://bobausmus.blogspot.com/2012_04_01_archive.html
Tuesday, April 3, 2012. Conference Bridge in Lync Server 2010. How to create a conference bridge in Lync server 2010. Sorry for the quick and dirty version. I just wanted to get this out there. Will clean later. My company wanted to go out and buy several different conference bridges this week. I decided to make a couple on our Lync server. Create separate conference bridge ID's per department. Make them available for the whole department. Have to be accessible from the outside. Subscribe to: Posts (Atom).
bobausmus.blogspot.com
Bob Ausmus: April 2013
http://bobausmus.blogspot.com/2013_04_01_archive.html
Monday, April 1, 2013. Script: Query AD for when users last changed their passwords. I ran into a challenging question today. My manager asked if I could get a report of all the users and when they changed their password. I knew I could get this via "DSGET and DSQUERY" but I wanted to force myself to use PowerShell. So here is the quick little script that I wrote that will do just that. You already have a TXT file on your computer that has a list of usernames for all the accounts. My road to Hyper-V.
bobausmus.blogspot.com
Bob Ausmus: July 2011
http://bobausmus.blogspot.com/2011_07_01_archive.html
Wednesday, July 27, 2011. HTML WebForm with PHP and MySQL - Part 1. I started with looking for a PHP script that would email a friendlier version with no luck. I found a couple of people that tried but nothing that wasn't super hard to use. It showed very quickly that going down that road wasn't the best. So I decided to put it in a SQL database. His hosting provider gave him 3 databases to use on a shared MySQL server. Preview of the site: http:/ spinaroundsounddj.com/Contract Form.html. Now you can cre...
bobausmus.blogspot.com
Bob Ausmus: January 2012
http://bobausmus.blogspot.com/2012_01_01_archive.html
Tuesday, January 24, 2012. How to send a new Welcome email for Exchange 2010 United Messaging users. I was faced with a challenge today where several users reported that they didn't get their "welcome" email from Exchange when I configured them for Unified Messaging. I looked everywhere in the console for how to resend the email. No Powershell help. Nothing in technet. What to do. I didn't really want to disable and then enable them. That seems pointless. There has to be a way! Subscribe to: Posts (Atom).
bobausmus.blogspot.com
Bob Ausmus: Migrate users from on-prem Exchange server to Office 365
http://bobausmus.blogspot.com/2013/10/migrate-users-from-on-prem-exchange.html
Friday, October 18, 2013. Migrate users from on-prem Exchange server to Office 365. Moving users one at a time through the EMC was getting super old so I decided to write a script for it to speed it up. Below is the script that I use to migrate a user from the on-prem Exchange 2010 server to Office 365:. A couple of notes on what the script is doing:. You will need to edit the lines in the "Declaring the variables" section to fit your environment. Once for Exchange on-prem server (LDAP). It will disable ...
bobausmus.blogspot.com
Bob Ausmus: My road to Hyper-V
http://bobausmus.blogspot.com/2013/04/my-road-to-hyper-v.html
Monday, April 1, 2013. My road to Hyper-V. Here I wanted to track my road to learning Microsoft Hyper-V. I have worked with HyperVisors a lot in the past. Big fan of VMware ESX. XenServer is ok (but only have ran Windows on it). Hyper-V is a new player to the market. That brings us to Hyper-V 3. From what have read and seen. this version hit it out of the park. I love the management aspect of it now that it is MUCH cheaper (and from what I hear will manage vCenter as well). My road to Hyper-V.
bobausmus.blogspot.com
Bob Ausmus: Scripting Office 365 and DirSync Replication
http://bobausmus.blogspot.com/2014/06/scripting-office-365-and-dirsync.html
Wednesday, June 25, 2014. Scripting Office 365 and DirSync Replication. If you are running the new version of DirSync, you probably noticed that the ". File is missing. They have also changed the way your start a sync. The new way (documented here: Click Me. You have to import the module, then run the command. Well, I attempted to run this remotely on my desktop and it just hung every time. Here is what I was running:. Then, with the help of a friend at. Invoke-Command -ComputerName SERVER -ScriptBlock {...