Search found 32 matches

by cothomas
Thu Mar 26, 2015 12:14 pm
Forum: PowerShell Studio
Topic: PS2012 - Form component location not saving
Replies: 1
Views: 1835

PS2012 - Form component location not saving

I am having an odd issue. In my form, there are two components that will not save their location in the form. One is a picturebox. The other is a groupbox. I can move the components to the correct location and export the project. The exported script shows the components in the correct location. But ...
by cothomas
Wed Jan 07, 2015 1:47 pm
Forum: PowerShell GUIs
Topic: Create Login FORM Username & Password
Replies: 3
Views: 3983

Re: Create Login FORM Username & Password

It sounds like the op is asking for a mini version of Active Directory.

A couple of questions:
1. Are the logons just for accessing the application?
2. Are you using these logons for domain authentication?
3. How secure does the source database (usernames and passwords) need to be?
by cothomas
Wed Jan 07, 2015 1:44 pm
Forum: PowerShell GUIs
Topic: How to get RSAT and Active Directory PowerShell module.
Replies: 4
Views: 3908

Re: How to get RSAT and Active Directory PowerShell module.

You still install RSAT on any machine but you are correct that most of the modules connect to servers (like active directory users and computers, DNS, DHCP, etc). If you want to play around with AD cmdlets, you should first download and install a 120 day trial of server 2012 and setup a small domain...
by cothomas
Wed Jan 07, 2015 1:38 pm
Forum: PowerShell
Topic: Rename the row name in csv file
Replies: 3
Views: 4309

Re: Rename the row name in csv file

I'm assuming you are exporting a object that you pulled from AD. You would need to either create a new PSObject or reformat the existing one using select-object with custom labels. An example of using select-object with custom labels: http://blogs.technet.com/b/heyscriptingguy/archive/2011/03/06/lea...
by cothomas
Wed Sep 17, 2014 9:06 am
Forum: PowerShell Studio
Topic: Bug - Window resizing
Replies: 3
Views: 2531

Re: Bug - Window resizing

Ugh. Thanks David. I can deal with it.. but it's just annoying. And if they didn't switch to a subscription model, I would have upgraded.
by cothomas
Wed Sep 17, 2014 5:52 am
Forum: PowerShell Studio
Topic: Bug - Window resizing
Replies: 3
Views: 2531

Bug - Window resizing

I am running the latest 2012 build - v3.1.35 OS: Win 7 x64 and Win 8 x64 Issue: I open PS 2012. It is not maximized. If I minimize all windows using the button on the bottom right and then restore the window, it does not restore to the same window sizes. Instead it increases the vertical sizing. The...
by cothomas
Mon Mar 10, 2014 6:03 am
Forum: ChangeVue
Topic: ChangeVue 2012 not setting file attributes
Replies: 6
Views: 21770

Re: ChangeVue 2012 not setting file attributes

Here are the screenshots of the file checkout issue. It will take me a bit to setup the other scenario as Powershell Studio is not playing nice right now. It won't open my project file...
by cothomas
Fri Feb 28, 2014 11:47 am
Forum: ChangeVue
Topic: ChangeVue 2012 not setting file attributes
Replies: 6
Views: 21770

Re: ChangeVue 2012 not setting file attributes

Something else odd I noticed. I added a new project under an existing project. I connected it to a local folder (different location from other project). I added all the files ok. When I checked them out, instead of setting the read-only attribute on the files, it created a sub folder named to the pr...
by cothomas
Fri Feb 28, 2014 11:10 am
Forum: ChangeVue
Topic: ChangeVue 2012 not setting file attributes
Replies: 6
Views: 21770

Re: ChangeVue 2012 not setting file attributes

32bit Win 8.1
by cothomas
Fri Feb 28, 2014 5:38 am
Forum: ChangeVue
Topic: ChangeVue 2012 not setting file attributes
Replies: 6
Views: 21770

ChangeVue 2012 not setting file attributes

Updated ChangeVue to latest version (2.1.60). Now it will not set any files attributes for read-only. If I check out a file, it says it's checked out but the file still has read-only checked. Likewise, if I fix the file manually and check it in, the file never gets set to read-only. I am running Win...