Search found 34 matches

by juneb1022
Thu Apr 21, 2016 9:22 am
Forum: PowerShell
Topic: Pulling size and security from io.filesystemwatcher
Replies: 2
Views: 4040

Pulling size and security from io.filesystemwatcher

I was wondering if someone could help me with the below script. I would like to add the security and size from the System.IO.NotifyFilters, so that when the results are written to the host and to the csv file, I get the size of the file and the security. $folder = '\\server\share' $filter = '*.*' $f...
by juneb1022
Fri Sep 12, 2014 7:34 am
Forum: CIM Explorer
Topic: Wmi Explorer 2014 Question
Replies: 5
Views: 21789

Re: Wmi Explorer 2014 Question

1. WMI Explorer 2014, version 2.0.44

2. 64 bit version

3. Windows 2008 R2 SP1 - 64 bit.

4. Screen shot attached in yesterday's reply.
by juneb1022
Thu Sep 11, 2014 2:06 pm
Forum: CIM Explorer
Topic: Wmi Explorer 2014 Question
Replies: 5
Views: 21789

Re: Wmi Explorer 2014 Question

Thank you for the reply. I have attached a screen shot. I see the MSCluster on the left. I do not have an filter selected that would interfere. This is quite frustrating. Whether I include MSFT classes or not, I still cant browse the MSCluster.
by juneb1022
Wed Sep 10, 2014 1:24 pm
Forum: CIM Explorer
Topic: Wmi Explorer 2014 Question
Replies: 5
Views: 21789

Wmi Explorer 2014 Question

I have installed WMI Explorer on a windows cluster, and have highlighted MSCluster, only nothing shows in the class pane. Am I missing a setting somewhere?
by juneb1022
Fri May 30, 2014 1:24 pm
Forum: PowerShell Studio
Topic: Sapien Suite 2012 to Sapien Suite 2014?
Replies: 3
Views: 3464

Sapien Suite 2012 to Sapien Suite 2014?

Hi -

Has anyone upgraded from the 2012 Suite to the 2014 Suite? I am pondering the idea but have not decided yet. Is it worth it, and what are the benefits?

Thanks in advance,
June
by juneb1022
Tue Mar 25, 2014 2:16 pm
Forum: PowerShell
Topic: Reanming Files
Replies: 3
Views: 3211

Re: Reanming Files

Ok, I'm getting there.. :)


foreach ( $file in $files ) {
$str = Get-ChildItem "$Source\*.*" -Name
$str.Substring(0,4)
}
by juneb1022
Mon Mar 24, 2014 10:32 am
Forum: PowerShell
Topic: Reanming Files
Replies: 3
Views: 3211

Reanming Files

I'm trying to find a doc or tutorial that explains how to rename files by adding a certain set word + the first 4 characters of that file.

E.G....

12341803.123 will be renamed Diners_1234_12341803.123

or

67891803.456 will be renamed Diners_6789_67891803.456

Any help is appreciated.
by juneb1022
Fri Oct 04, 2013 7:22 am
Forum: PowerShell
Topic: 2 CSV files - combine into one CSV
Replies: 22
Views: 20213

Re: 2 CSV files - combine into one CSV

Thanks, Ive poked around the forums and see you contribute quite a lot here, with the same cause of the questions. Im sure your work is commended on this site.
by juneb1022
Thu Oct 03, 2013 5:33 pm
Forum: PowerShell
Topic: 2 CSV files - combine into one CSV
Replies: 22
Views: 20213

Re: 2 CSV files - combine into one CSV

Couple quesions, runing get-qadcomputer to get the description and managed by throws an error - "get-qadcomputer" is not recognized as a cmd. Also, adding the windows license status works for the 2008 servers, but the 2003 servers uses a different -class, how can i tell it to differentiate...
by juneb1022
Thu Oct 03, 2013 3:17 pm
Forum: PowerShell
Topic: 2 CSV files - combine into one CSV
Replies: 22
Views: 20213

Re: 2 CSV files - combine into one CSV

jvierra, Is there any way to get this to work faster? Quering AD then creating the remote sessions is too slow. 15 minutes at 20% completion is not good. I removed the ones I know that are cluster resources,disabled, and decommissioning. # Retrieve most recent list of Computers from AD $sessions = G...