PowerShell BizTalk Adapter
Powerful BizTalk Adapters that allow you to easily connect BizTalk Server with live PowerShel scripting through standard orchestrations. Use the PowerShell Adapter to synchronize with PowerShell...
View ArticleDouble layered application with PowerShell in the middle
There are several reasons why use PowerShell. The most significant advantage is ability to use script instead of user interface. PowerShell is for administrator almost the same environment as a console...
View ArticleWeekend Scripter: Use PowerShell to Back Up SharePoint Installation
Summary : Microsoft SharePoint MVP and guest blogger, Todd Klindt, talks about using Windows PowerShell to back up a SharePoint environment. Read More
View Articlerun powershell script on a list of remote machines
I have a PS script that I run from within my ISE window. It reads a list of computers from a .TXT file and then tries to execute a Get-WMIObject on these machines. for each machine it tries to run...
View ArticleSchedule your PowerShell Scripts using the Windows Task Scheduler
I did a quick (<3min) video showing how to schedule a PowerShell script with the Windows Task Scheduler. Quick note, Assuming you are running a SharePoint related PowerShell, don't forget two...
View ArticleAutomated Permissions Auditing With Powershell and T-SQL: Part 1
A big part of my job is controlling security to multiple production databases, and reporting on that security for quarterly audits. In my environment, it’s not important to know who has access to...
View ArticlePart-1: Working with Event Logs using PowerShell.
I am planning to start a few post series on managing Event Logs with PowerShell. I do believe that, it doesn’t matter ,which server application are you using or if you are troubleshooting any client’s...
View ArticlePowerShell – Moving Collections
t’s been a while since I’ve posted anything and I figured I would share a bit of what I’ve done over the past few days. I work in an environment where there are over 100K clients. When you’re trying...
View ArticleUse this PowerShell script to uninstall and remove all the custom solutions
Use this PowerShell script to uninstall and remove all the custom solutionsRead More
View ArticleScript for Publishing/Deploying Reports in ReportServer
Automation of Deploying Reports in Report ServerRead More
View ArticlePowerShell function to list users in Authoritative Groups in Active Directory
Thanks to Shay Levy for pointing me to the possibility to filter on the GroupType to get the authorative groups in Active Directory. Here’s a function you can use to list the users that are a member of...
View ArticleHP Scripting Tools for Windows PowerShell
HP has released a PowerShell module , designed to help IT experts to configure and manage HP iLO 3 and iLO 4 using Windows PowerShell. The HP iLO module is a set of a 110 functions that provides...
View ArticleAdd a signature to Office 365 emails with PowerShell
The PowerShell script described in this post allows you to add an email signature to all your Office 365 users.Read More
View ArticleRunning job on remote computer as scheduled job
There seems to be times and reasons why running a powershell command or script on a remote computer as a scheduled job is a neccesity. I have been trying to come up with a way to do this on all my...
View ArticleRetrieving Share Permissions does not list all permissions
I've been using the script below, found in many places on the web, to retrieve a list of permissions set on shares.The problem with it is that it seems to not return all permission that i can see when...
View ArticleZipping separate folders with system.io.compression
Hello.Im trying to write a script for automating zipping and archival of logs and files.I found different zipping methods but i prefer to use the integrated IO.Compression Method.Problem is as...
View ArticleProdding the innards of SharePoint classification with a PowerShell stick
Ever wondered why classification via SharePoint doesn’t return the tags that you expect but been unable to find out why? No? Guess it’s just me then. Well in that case, I’m writing this post so that I...
View Article#PSTip Clear clipboard content
Have you ever wondered how to clear the contents of the clipboard? There are certainly many ways to do that in PowerShell. Let us see a couple of them.Read More
View ArticleWindows PowerShell Examples for Content Management
Overview This article covers some basic content management usage scenarios using Windows PowerShell for System Center 2012 R2 Configuration Manager. Included are examples on how to create a site system...
View ArticleHow to disable Direct Access via Powershell
In order to disable Direct Access on Windows 8.1, you can run the following powershell script (as administrator)Read More
View Article