Multiple Mailbox inbox count
Hi,I have around 100 journaling mailboxes I check everyday twice make sure my archive software pickup and delete emails after archive. I am looking powershell script to get inbox and sent item counts...
View ArticleLinking a GPO to Multiple OUs
Hello,Just starting out with Powershell and I trying to figure out what I am doing wrong. I am trying to link a single GPO to multiple OUs. I am getting a handle is invalid on my new-gplink. I get...
View ArticleCustom Objects with Loops...
Hey All - I'm not 100% sure i'm doing custom objects properly b/c im not getting consistent resultsSo i'm delving into the realm of custom objects and Im enjoying it, but i'm not 100% sure of the...
View ArticleAdd-printer/add-printerPort questions
Not sure if this sis the correct place to do this.I have a script to add multiple printers & ports from a csv file and this seems to work well for my 2003 servers. However it seems completely...
View Articleretriving information from a config file
Hello, Is there anyone who can give me a suggestion about how to retrieve the data between the # in a text file that looks like the following: # Setting section 1data1information2file3file4# Setting...
View ArticlePowershell to list all Mailboxes who can receive mails from everyone else
Hello, how are u, I'm just needing a powershell cmdlet to list all mailboxes who can receive emails from all sendersLike this pic: Im Trying this: Get-MailBox -filter {AcceptMessagesOnlyFrom -ne...
View ArticleHow to auto install NET4.5, PowerShell 3.0, KB2592525
This PowerShell script demo shows how to download NET4.5, PowerShell 3.0 and KB2592525, and install them on the server automatically.Read More
View ArticleImproving PowerShell compatibility
Octopus allows PowerShell scripts to be executed during a deployment. PowerShell is incredibly powerful and makes a great tool for deployment automation, so it's a feature we rely on heavily. To invoke...
View ArticleWriting Powershell for BI SSIS 2012 project package deployment
Powershell newbie me, I want to write a PowerShell script that will execute on the production server and create all the necessary objects from dev. for the SSIS 2012 project/packages needed. I need a...
View ArticleParsing Windows Eventlogs in Powershell
Recently, while chasing a malware, I wanted to review the local security log of a third party server to which I didn't have direct access. The administrator was willing to provide "a limited export"...
View ArticlePowershell Scripting support in SSR 2013
Symantec system recovery 2013 supports powershell based scripting. There are 25 powershell scripts which will help user in automating their environment. These scripts are located on the install media...
View ArticleWMI Explorer?
I know it's an older tool, but I'd still to be able to run this PS script to get better acquianted with WMI. Does anyone know where I can download this? The author (Marc van Orsouw) no longer appears...
View ArticleReplacing a particular character in a string with another character a...
Hello AllHere is a little trick I learned the other day which may be helpful to others (like any thing is PowerShell there is probably a dozen other ways to do the same thing, but this one is cool...
View ArticleERRATA: Administrator's Guide to Windows PowerShell Remoting
page 13, Section on "Temporary Sessions"In the command text samples, "Invoke-Computer" should be "Invoke-Command".This is also true on page 14 under "Reusable Sessions".Bob
View Articlepsconfiguration
I have created 2 configuration files, and registered both of them. The only difference between the files is I used -psversion in one and specified version 2. I used the same runas accounts and the same...
View ArticleGet-HotFix and get-WmiObject Win32_QuickFixEngineering missing InstalledOn...
Hello AllWhen using either of the above, most of my HotFixes show no InstalledOn or InstalledDateHowever when I look in Control Panel > Programs and Features > View Installed Updatesthey all...
View ArticleDownload pages async
Hello, i want to retrieve pages sources length from urls of a file but i need to do it async because maybe there are page unavailableI look for examples how to handle event for downloadstringasync, but...
View ArticleCheck Windows Updates Powershell
Gets the list of available Windows updates for a single Windows machine. Can be run through any remote client or process with the ability to execute Powershell scripts.Read More
View ArticleUser statistics on Room Mailboxes
Hi!My boss wants me to get user statistics on our Room Mailboxes. I Guess number of Meetings pr user/owner would be sufficient.Does anybody have a Nice PowerShell-script to accomplish this?Thanks in...
View ArticleFormating XML Output
Hello together,I have an XML-File with a content like this:<?xml version="1.0" ?> <objects> <cn>Share1</cn> <ownership> <role type="OWNER"...
View Article