Category: Code
Powershell cutting of parameters in double quotes
When I ran the above as a scheduled task the output I would get for $foo is Bar1 bar2/ Bar3 When I ran the below as a […]
Get Remote Registry values from a range of servers
Powershell script to query multiple servers for their Local Machine Run Registry Keys
Printer Backup and Restore via VBS Script to TXT file
Rebuilding profiles can sometimes be time consuming especially documenting settings. I created a script to backup the current printers the User had and wrote it to a […]
Getting a list of Citrix Servers from an Application in Powershell
I was trying to get a list of servers from an application via qfarm /app ‘ApplicationName’ however the output it gave me was text rather then an […]
Delete Items from a specific folder with Exchange Powershell EWS within Date Range
Below is the command to extract ( Archive ) emails from a particular folder into a PST However due to Exchange updates , the MailboxExport command does […]
Batch Import Public Holidays into All Users Mailboxes with Exchange EWS Powershell
I based this script off of one referenced here : http://blogs.msdn.com/b/emeamsgdev/archive/2012/10/29/outlook-code-importing-bank-holidays-from-an-outlook-hol-based-csv-file.aspx?CommentPosted=true#commentmessageCSV FormatHowever I modified Adding a Category to the item, as well as adding this to All Users […]
How to Find Favorites and My Matters in iManage Worksite SQL
Recently a user lost their favorites in iManage. This was due to a Preferred Database change. Below was an SQL Query you can run on the iManage […]
How to check the Internet Explorer version on Remote Computer Windows 7
Per this article which is out of date and incorrect : http://support2.microsoft.com/kb/556019 This code works with Windows 7
Script for AutoReply/Responder Using Exchange Web Services
Recently we needed to create an Exchange Web Services Script to Auto Reply from a Mailbox due to Auto Replies being disabled for Spam Reasons on the […]