Search found 8 matches

by CSC_WPS
Thu Aug 21, 2014 12:57 am
Forum: PrimalForms
Topic: Cannot run Dcpromo /unattend command in primal forms 2011
Replies: 8
Views: 81966

Re: Cannot run Dcpromo /unattend command in primal forms 201

I get the same error message even if I give the full path of 'Dcpromo'

This is the same method used to promote the Domain Controller.
by CSC_WPS
Thu Aug 21, 2014 12:56 am
Forum: PrimalForms
Topic: Cannot run Dcpromo /unattend command in primal forms 2011
Replies: 8
Views: 81966

Re: Cannot run Dcpromo /unattend command in primal forms 201

This is the way I'm calling dcpromo: $demotion = "/unattend /UserName:$($textboxAdministrator.text) /UserDomain:$($textboxDomName.text) /Password:$($textboxAdminPwd.text) /AdministratorPassword:$($textboxLocAdmPwd.text) /RebootOnCompletion:yes" ###########Demoting the DC $demoteinfo = New-...
by CSC_WPS
Thu Aug 21, 2014 12:49 am
Forum: PrimalForms
Topic: Cannot run Dcpromo /unattend command in primal forms 2011
Replies: 8
Views: 81966

Re: Cannot run Dcpromo /unattend command in primal forms 201

Dcpromo is used to promote a server as a Domain Controller and the same command is used to demote the domain controller with different arguments. The promotion of Domain Controller using primal Forms 2011 is working fine however the demotion is not working. If Primal Forms cannot recognize 64 bit ex...
by CSC_WPS
Wed Aug 20, 2014 1:45 am
Forum: PrimalForms
Topic: Cannot run Dcpromo /unattend command in primal forms 2011
Replies: 8
Views: 81966

Re: Cannot run Dcpromo /unattend command in primal forms 201

Its just a simple command which demotes the Domain Controller.
It runs with powershell V1 and V2 both.
Primal Forms just not able to recognize the command and says it Cannot recognize dcpromo.
by CSC_WPS
Tue Aug 19, 2014 1:55 am
Forum: PrimalForms
Topic: Cannot run Dcpromo /unattend command in primal forms 2011
Replies: 8
Views: 81966

Cannot run Dcpromo /unattend command in primal forms 2011

The code for demoting the Domain Controler is not working in primal form 2011. This is my code: If ($radiobuttonLastDCYes.Checked -eq $false) { dcpromo /unattend /UserName:$textboxAdministrator.Text /UserDomain:$textboxDomName.Text /Password:$textboxAdminPwd.Text /AdministratorPassword:$textboxLocAd...
by CSC_WPS
Tue Nov 22, 2011 9:24 pm
Forum: PrimalForms
Topic: Exe to Code Primal Forms 2011
Replies: 4
Views: 5287

Exe to Code Primal Forms 2011

Luckly for one of the project I able to recover exported .ps1 file. Please update how can that be imported as a project in Primal Forms 2011.
by CSC_WPS
Thu Nov 17, 2011 6:17 pm
Forum: PrimalForms
Topic: Exe to Code Primal Forms 2011
Replies: 4
Views: 5287

Exe to Code Primal Forms 2011

Thanks for your help and suggestion. Generated script will really helpful and will recreate the forms.

I will email the zipped package exe to support@sapien.com.
by CSC_WPS
Thu Nov 17, 2011 1:53 am
Forum: PrimalForms
Topic: Exe to Code Primal Forms 2011
Replies: 4
Views: 5287

Exe to Code Primal Forms 2011

Hi, I have created a project consisting of 8-9 forms using Primal Forms 2011 and compiled the project to an exe. Due to some stupidity I lost my recent project files and left with recent exe only. Will it possible to decompile exe to generate the project data? Please help me in overcoming this mess....