Exchange 2013 Powershell Connection
Use the commands below to connect to an Exchange 2013 server using Powershell.Read More
View ArticleAsymmetric Encryption of Text using x.509 Certificates in PowerShell
I’ve been requested to encryption sections of my script (user name/password) using a certificate issued by a trusted CA. No problem.Read More
View ArticleHow to schedule a PowerShell script
Here is how I schedule PowerShell scripts to run via task scheduler.I routinely like to update account info to match the OU they are in. This is just to save some work when we move users. Read More
View ArticleUE-V 2.0 PowerShell Cmdlet Reference
With the R2 version of MDOP released, you knew it wouldn't be long before Microsoft made available the reference guide for the integrated PowerShell Cmdlets.Read More
View ArticleIssue in adding a Global domain group to computer Local Grop., Please help me...
Hi, This is rohit. I am currently trying to add domain global group (Desktopgr) to my local group (Localgr).Let me pricise this in more details:I had a machine 2008 server (LDAPCLIENT, ip...
View ArticlePowerShell Newbie and Remoting Issues
I have read chapter 13 of the :Month of Lunches" book, and I have a pretty good understanding of the "Remoting Concepts" however I would like a bit of clarification from an expert. I have a "HomeGroup"...
View ArticleWMIExplorer
I downloaded it WMIExplorer Chapter 14 of "Month of Lunches 2nd Ed, now how do I start it? This is Win 8 Pro and I get no icon or anything to launch other than the install, what is the rookie doing...
View ArticleSecure Parameter Validation in PowerShell
Parameter validation in PowerShell is an extremely useful and easy way to alert a user as early as possible that incorrect input was provided to a function or cmdlet. The following attributes are...
View ArticlePowerShell : Active Directory User Password Email Reminder Script
Hi,I you are a system administrator, and managing Active Directory, the most annoyed things are when users forget to change their password as per password expiration days set to AD and they logged...
View ArticleLogging DMVs from Microsoft SQL Server with PowerShell
Some systems are easy to monitor and diagnose – just Splunk the log file or performance counter and you are pretty much done. Others take a little more work. Take, for example, Microsoft SQL Server....
View ArticlePowerShell for Microsoft SharePoint 2010 : Special Operators
Windows PowerShell includes special operators that you can use to perform tasks that cannot be performed by the other operators. Special operators in Windows PowerShell allow you to perform tasks such...
View ArticleConfiguration Manager 2012 R2 Developer Excel Sheet
This Excel sheet contains following things:Read More
View ArticleOutlook Client Side changes
Scenario: CutOver Migration to Office365I have 50 users, their outlook client is currently configured to local on-premise server with manual settings.We are planning to move to office365 using Cutover...
View ArticleHelp with script to move directories
Hello Powershell community,I am trying to write a script and am needing a little assistance, as I cannot get it to work the way it needs to work.Here is what I am trying to accomplish:Perform a...
View ArticleRegister-WmiEvent -ComputerName vs Remote-PSSession via Invoke-Command
Hi PowerShell experts! I am currently creating a PowerShell eventing script that will be registering events on my local computer and monitoring win32_service and the __InstanceModificationEvent on...
View ArticleUsing PowerShell to check on SQL services
This is just a quick little post to give you another reason to learn PowerShell.Read More
View ArticleCreating Custom Objects in Windows PowerShell
How to create custom objects on demandRead More
View ArticleGet Certificate thumbprint using PowerShell
In order to get a list of certificates and their thumbprints, you can use the following PowerShell command:Read More
View ArticleConfigMgr 2012 R2: Playing around with Powershell for the 1st time…
Recently, Microsoft was very nice to provide a webpage with all available Powershell cmdlets for the System Center Suite. Fellow Dutchman and MVP James van den Berg made me aware (Thanks for that James...
View Article