Access denied on Windows XP
Hello Folks - I'm having an issue in my enviroment where systems running Windows XP do not accept remoting requests and spit out the "access denied" error. invoke-command -Computername CQuitoriano...
View ArticlePowershell forms - dropdowns - stop people entering their own values?
Powershell forms - dropdowns - stop people entering their own values?Hello,I have finally created a really nice user creation form but one of my last issues is that people using the forms can still...
View Articlesetting a script to run in exchange management shell.
Hello,I have one final question with regards to a new user form. I have a PS1 script that runs without errors and does what I want... but only if I copy the whole thing into exchange management...
View ArticleReport of members of local Administrators group
I found this here: (http://powershell.com/cs/media/p/376.aspx)cls $ErrorActionPreference="SilentlyContinue" Get-Content (ENTER PATH TO YOUR INPUT FILE HERE) | foreach {...
View ArticlePowershell error.....but it works sometimes !
Hi , hope someone can shed some light on what is wrong here.I have a script that captures SQL Server config details and saves them to SQL table. Stats collected by powershell. The script runs fine on...
View ArticleError: Input redirection is not supproted
I am new to PowerShell, I have never written a script before. So I have found some help off the internet and tried to piece together a script for the task I need to compete. Here is the problem:I am...
View ArticleLook for Files on a remote computer and copy files to a locat computer
Here's what I'm attempting to do. Users save their PST files pretty much anywhere on the PC. When I rebuild it I would like this script to search the old computer for PST files and copy them to the new...
View ArticleMerging columns from a large CSV file
Hello all,I am trying to find a way to merge the data from several columns from a CSV file and output the result to another CSV file.The data I am working with is stored into a variable and looks like...
View ArticleVariables not loading to array - causes duplication in output
This is a continuation from another thread. Below is the code I'm currently using.I've run this, step-by-step, through the debugger in PowerGUI and Powershell Plus. It was easier to see in Powershell...
View ArticleTwelve PowerShell command line tips, tricks and helpful hints
Windows continues to place more and more emphasis on the PowerShell command line, with the scripting language now forming the basis of many of the vendors' core products. While more widespread use...
View ArticleCreate CRM 2013 Orgs with PowerShell
ok, so creating orgs with Powershell isn’t new but something that’s often forgotten. The reason I think it’s useful with CRM 2013 is with a new version you always want to play around and try things...
View ArticlePowerShell Cmdlets for DNS
If you perform DNS administration on Windows Server systems, you might remember the columns I wrote years ago—such as "Scripting DNS Setup"—about Dnscmd, a powerful command-line tool that lets you do...
View ArticleSharePoint 2013 offline and unattended installation plus initial configuration
It’s a long time since I did not post anything, it was a busy period for me. Now that I live the most amazing time of my life I also try to focus on learning and work as much as I can. I can tell you...
View ArticleShow-SQLServerOperators
Load function for Enumerating Operators and NotificationsRead More
View ArticleHaving a problem with a function that replaces text
I was in need of a function that replaces non-English characters with English alphabet equivalents and I found one in the net. I only needed to fill in blanks and it was good to go. Except not.Function...
View ArticleUseful script for changing Created By field in SharePoint 2010
You can’t change the creator of a document in sharepoint in the UI but you can in Powershell. This might help you.Read More
View ArticleTroubleshooting a XenDesktop Environment Using the PowerShell SDK
The Citrix XenDesktop PowerShell SDK is the foundation for all interactions with a XenDesktop database and is the same SDK used by Desktop Studio. This deep dive session will include a...
View ArticlePowerShell – Delete Registry Entries – Remote Machines – Example Profile...
#The following SID registry entry to be deleted across all mutiple Machines, SID is a user #who owns this user profile. Run the below script in Powershell console or ISERead More
View ArticleAccess and Manage Office 365 with PowerShell
As businesses large and small move operations to the Microsoft cloud in the form of Office 365, administrators have to face some limitations in the user interface. While very simple to use for basic...
View Articlecheck for service installed & get status, output report, almost there I think?
Howdy,I have been trying to get a script working to check for a single service and I'm getting stuck. I have the script below which does get all services and I'm not far off, but I'm not sure how to...
View Article