This is the changelog page for New-HandBrakeConversion.ps1. You will find a complete list of released versions, their dates, and the features and issues addressed in each. Please refer to the script’s main page for more information including download links, installation details, and more.
v1.3 09-27-2011
- added pop dialog when files finish
- added PowerShell comment based help
v1.2 10-19-2010
- added support for .mkv files. Will add the rest as I test
v1.1 10-15-2010
- added better target filename handling; added speech; auto detection of Handbrake path; command line arguments (source folder)
v1.0 10-06-2010
- Original version
This is the changelog page for Set-Exchange2010RedirectSSL.ps1. You will find a complete list of released versions, their dates, and the features and issues addressed in each. Please refer to the script’s main page for more information including download links, installation details, and more.
v1.5 – 04-29-2014
- comment help cleanup per best practices
- param block cleanup per best practices
- removed some PowerShell v3 code so that the script will continue to work in v2
v1.4 – 01-27-2014
- Updated Set-ModuleStatus function
- minor code cleanup per best practices
v1.3 – 01-30-2012
- resolved issue with read&execute rights not being assigned to Authenticated Users on web.config file.
v1.2 – 10-19-2011
- adjusted what folders needed to be excluded from redirection
- bug fixed that would not exclude some folders if -forcessl $false was used.
v1.0 – 04-26-2010
- initial version
This is the changelog page for New-ADPasswordReminder.ps1. You will find a complete list of released versions, their dates, and the features and issues addressed in each. Please refer to the script’s main page for more information including download links, installation details, and more.
v2.9 – 09-13-2013
- tweaked the filters for retrieving user accounts
- Preview parameter removed since -PreviewUser automatically sets $Preview
v2.8 – 05-03-2013
- Tons of updates – unfortunately, I haven’t kept a detailed list
- OU option added that allows you to target a specific Organizational Unit (OU)
- NoImages option tweaked. Run script with -NoImages to send a text only message. No longer need to specify $true
- Changed name of script to New-ADPasswordReminder.ps1 to align with my new naming standard
- More code optimization
- Better cleanup of message text if some variables like $HelpDeskPhone and $HelpDeskURL are not defined
v2.7 – 12-26-2012
- Added NoImages option for those that want less of a visual email. Script still sends an HTML formatted email, but it strips out any images and their related formatting.
- Cleaned up some code
v2.6 – 09-07-2012
- Changed email server variable to the preference variable $PSEmailServer
- changed Send-MailMessage syntax
- cleaned up Set-ModuleStatus function
- Cleaned up HTML code
- fixed issue with missing “)” error in the param list
- cleaned up the Remove-ScriptVariables function
- Added some Write-Verbose statements for better troubleshooting.
- Added a simple check to not include password policy requirements if email is going to FGPP user (until I can resolve detection of the FGPP settings)
- $PreviewUser specified will now work even if that user is set to PasswordNeverExpires
- Setting $PreviewUser automatically sets $Preview
- Removed transcript option
- Added variable for formatting the date shown in emails (for my non-U.S. people)
- Leaving some of the URL parameters blank will now remove the related text from the email sent to users
v2.4 – 01-14-2012
- Fixed bug in detecting domain functional level as pointed out by Michael B. Smith
- Changed email server parameter to use $PSEmailServer
- Changed Send-MailMessage syntax
- Cleaned up Get-ModuleStatus code
v2.2 – 09-29-2011
- added some missing ‘alt’ tags for some images in email HTML code
- added code to determine global minimum password length & format message accordingly
- added code to determine global password complexity requirements & format message accordingly
- added $HelpDeskURL variable in param block. That resolves the problem of some links that weren’t clickable (whoops!)
- added some parameter validation
- added ability to target a single OU, and its children
- updated the Send-MailMessage line based on user feedback
- updated links to point to new blog. This includes the one in the event log message.
v2.1 – 08/31/2011
- added some additional code to the section that installs the RSAT-AD-PowerShell feature
- corrected code that wouldn’t send mail until a the user was one day into the reminder window
- cleaned up HTML code indentations to make it a little easier to read
- variable for image path so that editing the HTML is straightforward
- added preview mode to see HTML email
- added install mode to automatically create scheduled task
- updated and enhanced the comment based help
- added code for event log logging
v2.0 – 08/15/2011
- added email code
- added transcript option
- added demo parameter & formatted output
- added param block with some default values
- moved (Get-AdDomain).DomainMode code to outside of loop to help speed up processing (since it really needs to be called only once)
- added check for ActiveDirectory module & Exchange snapins
- added alert for same day expiration
- auto load or install RSAT-AD-PowerShell feature
v1.0 – 02/26/2010
- initial version
This is the changelog page for Set-Exchange2010FilterConfig.ps1. You will find a complete list of released versions, their dates, and the features and issues addressed in each. Please refer to the script’s main page for more information including download links, installation details, and more.
v2.0 – 05-08-2010
- better detection of installed filter packs
- uses Filter Pack 2
- includes PDF iFilter pack
- menu
v1.0 – 12-14-2009
- initial version
This is the changelog page for Set-Lync2010Features.ps1. You will find a complete list of released versions, their dates, and the features and issues addressed in each. Please refer to the script’s main page for more information including download links, installation details, and more.
v5.3 – 12-23-2011
- Added requirements for Front End and Director servers to support Mobility. This includes the Dynamic Compression Windows 2008 feature.
v5.2 – 08-17-2011
- Added option (& related Get-Webpage function) to download trial version of Lync (just opens a browser to the site)
- Added option to restrict feature availability to Standard CAL
v5.1 – 07-26-2011
- Detect if Lync is installed before installing some utilities and tools
- DSR loopback adapter option added
- Lync Server Updates option was updated to represent the 07-25-2011 release per KB 2493736
- Menu was split into pre/post install tasks, with post install tasks only visible if Lync Server is detected on the box
v5.0 – 07-25-2011
- added “Find Lync Versions” and related .Net 4 installer
- added functions for creating shortcuts and unzipping files
- added function for “Windows Media Format Runtime” (per http://support.microsoft.com/kb/2522454)
- some variable cleanup
- some error checking
- added function to run installation routines. This makes it easier to do consistent screen output (menu)
- cleaned up variable removal when exiting
- Installation of Silverlight
- Updated installation of Visual C++ Redistributable to latest version (per MS11-025)
- added option to enable federation with Office365
v4.2 – 05-26-2011
- updated function to allow downloading files to different folders and different names
- added OWA / Lync integration feature
v4.1 – 05-01-2011
- added group membership check (checks for local admin, CSAdmin* and RTCUniv* only)
- added 04-20-2011 “Lync Server update download”
- added chm file download and install & shortcut
- added standalone AV server prereq option
- added PowerShell transcript
- added backup current config
v4.0 – 04-06-2011
- added Visual C++ option
- added Stress and Performance Tool
- added Disable IPv6
- added “IM an Expert”
- added Windows Update
- lots of code cleanup
v3.0 – 02-2011 by StÃ¥le Hansen (http://msunified.net)
v1.0 – 11/27/2009
- initial version
This is the changelog page for Set-Exchange2010Features.ps1. You will find a complete list of released versions, their dates, and the features and issues addressed in each. Please refer to the script’s main page for more information including download links, installation details, and more.
v3-3 – 12-29-2011
- bug fix: option 99, to exit, didn’t work.
- bug fix: CAS options were missing asp.net and ISAPI filters
- feature added: Adobe PDF filter pack is now a separate menu option
v3.2 – 12-23-2011
- added Web-WMI Windows Feature to all Client Access Server (CAS) role requirements as this is now a requirement in SP2
- Changed latest update download to SP2
v3.0
- swapped out some functions for newer versions
- added transcript
- general code cleanup
v2.2
- Cleaned up code for detecting R2 version so that it doesn’t bomb with service packs.
- cleaned up some other items so that the Lync prerequisite script and this script are more similar.
v2.1
- Cleaned up menu code; Cleaned up code to disable IP v6;
v2.0 – 05-07-2010
- better detection of installed filter packs; uses Filter Pack 2; includes PDF iFilter pack; added disabling TCP/IP V6 option.
- Now uses BITS for file transfers; added unzip function to unzip the PDF iFilter pack download. Cleaned up some functions. Uses environmental
- variable “temp” for download location. Checks if things are already installed/downloaded/unzipped before trying to install/download/unzip them.
v1.1 – 04-09-2010
- added help; downloads of update rollups; cleanup of variables; added another option for typical install w/o RPC-Over-HTTP
- added RunOnce to delete download path on reboot
v1.0 – 11-27-2009
- initial version
This is the changelog page for New-DirectoryUpdateReminder.ps1. You will find a complete list of released versions, their dates, and the features and issues addressed in each. Please refer to the script’s main page for more information including download links, installation details, and more.
v1.7 – 01-27-2014
- -noprofile switch added to install routine
- bug fix for demo mode where the check for title wasn’t working
- comment help cleaned up
v1.5 – 09-02-2011
- converted code to PowerShell v2, including New-MailMessage, comment based help, etc.
- Exchange 2010 support
- moved most variables to param block
- install routine for scheduled task
- email preview mode
v1.4 – 03-27-2010
- use registry for last run info
v1.3 – 01-15-2010
- optimized $MBXArray a little more
v1.2 – 10-16-2009
- added filter to prompt when manager is disabled
v1.0 – 05-14-2009
- initial version
This is the changelog page for Send-NewUserWelcome.ps1. You will find a complete list of released versions, their dates, and the features and issues addressed in each. Please refer to the script’s main page for more information including download links, installation details, and more.
v1.3 – 09-03-2011
- HTML formatted email
- PowerShell 2.0 code
- Comment Based Help
- application event log logging
- install function for creating scheduled task
v1.2 – 03-27-2010
- use registry for last run info
- variable cleanup
v1.1 – 05-01-2009
v1.0 – 04-30-2009
- Original version
Follow Me