Some tips and tricks of using SharePoint Client Object Model in PowerShell
When it comes to using SharePoint 2010 Client Object Model (CSOM) we need to be ready for certain kind of limitations in PowerShell.Read More
View ArticlePowerShell Basics
Windows PowerShell is Microsoft's task automation and configuration management framework, consisting of a command line shell and associated scripting language built on .NET Framework. It is a valuable...
View ArticleUse Windows Command Line Tools and PowerShell Cmdlets to Manage Security in...
In this article we continue with how to perform additional configuration and management tasks for WFAS with PowerShell.Read More
View ArticleUse Windows Command Line Tools and PowerShell Cmdlets to Manage Security in...
In this article we'll take a look at how to configure and manage the Windows Firewall with Advanced Security via Netsh and Powershell cmdletsRead More
View ArticleUse Windows Command Line Tools and PowerShell Cmdlets to Manage Security in...
In this article we'll provide an overview of how to use Certutil.exe and PowerShell cmdlets to install and manage the Certificate Services role.Read More
View Articleis Powershell like Perl?
Sorry for the simple question. Seems I can't use my Perl oneliners at work anymore... but I can use Powershell... So before i try to learn it.... So.. can i use powershell to write one liners that...
View ArticleWPF Insert Absolute Path for Resource Dictionary without using 'here-string'.
After much research I have discovered a way to load dynamically the required absolute path into a separate xaml Resource Dictionary file, as PowerShell seems unable to find any relative path to this...
View ArticlePowershell Script for Folder size
got a script to get folder size with robocopy .This is for overcoming 256 character limitation in windowswhen i am running it getting below error . could anyone plse helpErrorYou cannot call a method...
View ArticleLooking to improve this log parser
Since iTunes doesn't really provide much in the way of logging I am looking through our IIS Logs and trying to pull out specific requests for mp3/mp4 files or podcast requests as a way of at least...
View ArticleWMI Citrix License is returning error
When I was using below line in my Script I was getting the error $licensePool = gwmi -class "Citrix_GT_License_Pool" -Namespace "ROOT\CitrixLicensing" -comp "192.168.70.131" -ErrorAction Stop...
View ArticleTracking events: http requests and Lync messages
Hello everybody.I'm wondering whether it's possible to track events without 3d party monitoring software. I know about WMI events, however there are two tasks impossible to handle with WMI. These are...
View ArticleNeed script to run for each site then create site report then email to site...
All I'm currently having issues with combining multiple scripts into one. What I need is to run my script against each site ou then create the site specific csv file by site name then email it to the...
View ArticlePowerShell Script Execution Disabled
By default, PowerShell will not run script files. This is considered a security feature to help one from accidentally running a PowerShell script.Read More
View ArticleExecuting powershell script in a SQL Agent job - Host errors
Recently I created a SQL Agent job that’s runs a PowerShell script, I tested the PowerShell script in my PowerShell editor and the script was running fine, but when I ran the same script in SQL agent...
View ArticleAutomation–Automating Hybrid Clouds with Windows Azure and PowerShell (Part...
At this point, you know the drill…This is Part 3 of the Automating Hybrid Clouds with Windows Azure and PowerShell blog series – which is kind of the same thing as Part 2, but this time the deliverable...
View ArticleAutomation–Automating Hybrid Clouds with Windows Azure and PowerShell (Part...
Time for Part 2 of the Automating Hybrid Clouds with Windows Azure and PowerShell blog series. Read More
View ArticleAutomation–Automating Hybrid Clouds with Windows Azure and PowerShell (Part...
By now, you have likely seen Brad Anderson’s Blog Post (VMware Migration… Like You’ve Never Seen) and its associated video, starring Building Cloud Blog’s very own Migration Mark! And sure, I have a...
View Articleconsolidating RDP service verify and system gateway and DNS verify
Hi every one, I got two posting two script one is used to check the RDP service status on the remote server and other one used to check the current gateway and DNS IP address associated with it....
View ArticleHelp with Running a Powershell command using Scheduled task
I am running a Scheduled task and getting no text outputIf I run the ps1 file itself it runs fine and gets me the outputthe File contains the following...
View ArticleNot reading variable properly when script run from the shell.
Hello,I think this is probably something I'm doing incorrectly.I'm doing a simple script to send an email with the Net.Mail.MailMessage class. This is because with that it's easy for me to construct...
View Article