Import data from Powershell to SQL Server
Hi everyone, Not sure of this is the easist way. But id like to get a list of all the Servers in AD into a table in SQL Server. I can get the list of servers from AD in powershell. But i cant find a...
View ArticleSearching for SSN with powershell
Experts, I'm very new to powershell and scripting. I'm trying to write a script to search my network for PII; starting with SSN's. I need it to tell me where the files are exactly and I also need to...
View Articleondouble click open a file using powershell
I have a file *.xml and I ondoubleclick I want to open it in some editor (any) whatever SET on my machine and I have to all this using powershell
View ArticleChanging password expiration date for active directory user
This might not be possible but anyway, I want to set/alter the password set date, i.e. alter the date the password will expire. Actually I want to do it on all the users in an OU in AD.
View ArticleXenapp application
Can powershell show how many users are using applications in a xenapp farmLike Outlook 3Excel 22
View ArticleFunction for CRC32.
Hi,Could any one post a function which generates a Hexa Decimal CRC32 value for a file using powershell.
View ArticleShutdown/Reboot
I am in the middle of writing a Powershell script to create Windows 7 Build. Currently am working on changing UAC status (need to turn it completely off because we have our own firewalls, et al). The...
View ArticleExcel attachment does not exist
Following up on a previous article, we have a Windows Server 2008 R2 server where the Excel attachment isn't being attached. If I send a CSV file, no problems. However, when I try to schedule the job...
View ArticleAltaro Blog for Hyper-V & Windows Adminstrators: Quick Guide to the Virtual...
I’ve been seeing and fielding a lot of questions about the virtual switch in the 2012 products specifically as they relate to Hyper-V. The nice thing is that it seems the conceptual hurdles are...
View ArticlePowerShell One-Liner: Creating and Modifying an Environment Variable
In this article, I'll show you how to quickly and easily create and modify environment variables.Read More
View ArticleMastering PowerShell with Jeffrey Snover Day 2: Register to Attend Live
After you’ve learned the fundamentals with us on July 18, be sure you sign up for part two of our Mastering PowerShell series, Advanced Tools & Scripting with PowerShell 3.0 , so you can dive...
View Article#PSTip How to add thousands separators to a number
Say you have a number like: 133903155, how quickly can you digest it? It’s much easier to read when it’s formatted as 133,903,155. One way to convert the number to a readable string is using the -f...
View ArticleWindows PowerShell 4.0 Preview
As a systems administrator you like to stay on top of the latest technologies, right? Well you won’t want to miss the opportunity to get ahead of the curve and start experimenting with Windows...
View Articlechange the time.
I have a csv file in username,date,info in the following format tom,21/07/2013 18:04:30,scheduled. I want to import the csv file and then change the time in the date column and write this to a...
View ArticleHelp with a powershell script to use a parameter to manipulate/read in fields...
Hi Guys, I am powershell novice so asking for assistance for what is to me a difficult problem but hopefully a quite easy solution to PS experts!!. I have and existing powershell script (not written...
View ArticleQuick and Dirty PowerShell SQL Server Load Test
Today I wanted to share a very short PowerShell script that can be used to simulate running multiple clients against a SQL Server, for simple performance or hardware testing. One thing I love about...
View ArticleUsing Windows PowerShell with SharePoint 2010 and SharePoint 2013
In this course you'll learn all that you need to know to be productive using Windows PowerShell with SharePoint 2010 and SharePoint 2013.Read More
View ArticleTop Features Of Server 2012: PowerShell
PowerShell has taken huge strides and leaps in the newest release PowerShell 3.0. Within the context of Server 2012, the emphasis is on PowerShell to do most everything you need to; from deployment and...
View ArticleGraphical front ends for PowerShell? Here's a couple for you
For many sysadmins Hyper-V Server is an area where Microsoft's TCO and ROI documents - built around the "Hyper-V Server is free" market-speak - fails to align with reality.If you're a PowerShell guru –...
View ArticleThis Script shows free space of disk
Hi ,i also want to have one more coloum showing used space of disk. how much spaced is used by software etccan you help me with that foreach ($ComputerName in (Get-Content -Path C:\servers.txt)){...
View Article