Powershell RemoteApp and Desktop connection Client Refresh
Hi All,I'm working on getting a RemoteApp server setup for my environment here, and I am having a bit of good luck with it... That is to say that the RDWeb functionality and the remote apps seem to be...
View ArticleTrying to create a function
Hello again and thank you in advance for all your help. So here is my problem. I'm trying to create a function to connect to multiple server shares. I can get one no problem....
View ArticlePowerShell - DOS commands stopped functioning
Hello,I wrote a PowerShell script on a Windows 2008 R2 box that is written to bring down services and run a series of robocopy commands. I tested the script about 10,000 times and everything seemed to...
View ArticleHow to sort this phonelist?
Hei,What and where should I sort this powershell?Get-ADUser -Filter 'Mobile -like "*"' -Properties Office,Mobile,Department, title,Description | Select-Object...
View ArticlePowershell Providers
I'm having a difficult time understanding what powershell porviders are. I'm working through powershellpro.com to learn more about powershell, but the provider concept is escaping. Does anyone work...
View ArticleGrab CMD Output
I've run into a an interesting problem for which I may need to create a function for. I'm looking at a QA test I need to do against a folder containing some exe's. These may be 32-bit or 64-bit exe's....
View ArticleExporting a command
I often find myself putting a multi-piped command together in the PowerShell CMD, and after I get it to work the way I want I step back and think... you know, this would work better if I had this in...
View ArticlePowershell Repeat Statement?
Hi,I'm trying to write a simple loop statement but not sure how to perform this in Powershell?This is what I have below, Where it says PROMPT FOR NEW FOLDERNAME I would like it to prompt the user for a...
View ArticleInterpolation??
This is the definition I'm being given...Clear as mudCould anyone elaborate? This is not homework, just working through the tutorial on powershellpro.comWhat the heck is Interpolation?Quotes are used...
View ArticleAll cmdlets not recognised in Powershell?
Ok so i'm banging my head against a brick wall with Powershell. We're running Server 2008 and Exchange 2007 and I need to renew the security certificate for exchange so I enter the following cmdlets to...
View Articletest-connection
I want to install some software , such as notepad.exe but I want to test-connection for each PC, if the test-connection success then go to install the notepad otherwise just pass the failed one and...
View ArticleIdentifying Number to Uninstall
Does anyone know a power shell command to locate and return the identifying number of a program. This would be the number used to uninstall a program.Example:9ECF7817-DB11-4FBA-9DF1-296A578D513A
View Article-ApplyHTMLDisclaimerText and variables
I submitted this to the Exchange forum yesterday but haven't found much help.We're currently using Transport Rules to handle exchange signatures. But because there are a number of user groups that...
View ArticleSCCM 2012 importing multiple computers to collection from text file fails
I'm trying to import multiple computers into a collection in SCCM 2012 using powershell. I've done this before without issue. This is the script I use$computers = Get-Content...
View ArticleHow to copy files using PowerShell remoting
PowerShell remoting gives you a secure, encrypted connection between two computers. Petri IT Knowledgebase walk us through the process of copying files through a PowerShell remoting session, with lots...
View ArticleUpdating AD on a different domain
I have three DCs, all trusted together. Sadly, only one is 2012, which means the powershell script I used to update that server doesn't work on the others.With the help ofBill Kindleand TechNet, I have...
View ArticleGUI with powershell
I am trying to create a desktop app with powershell and winforms. The problem that gives me the most trouble is getting an array element into a textbox. The recurring error message is that I cannot...
View ArticleWhat was your PowerShell project this week? 12/12/2014
Another week has gone by, and I can hear the little PowerShell cogs a-turnin! What magic have you wrought, my worthy minions?!
View Articleemail full access rights & Password reset scripts
I'm looking to script two things and was wondering if they might already be out there:First: I want to give my supervisor the ability to grant someone full access to a users office365 mailbox via...
View Article