Browse by Tags

Related Posts

  • Modify Mailbox - X500 and EUM alias problem

    The modify mailbox function seems to have a problem with X500 en EUM aliases. When getting a mailbox the mailadresses array can contain an alias like: X500:/o=Hosted Exchange/ou=First Administrative Group/cn=Recipients/cn=mymailboxalias EUM:2200;phone-context=myorganisation.hmc.local If I then try to...
    Posted to Microsoft Provisioning System (MPS) (Forum) by TomBeus on 10-15-2008, 12:00 AM
    Filed under: modify, modify mailbox, powershell, eum, mailbox, x500
  • Re: New-Mailbox Issues

    [quote user="loxschpen"]First the bad: the fact of it all is that you CANNOT run the Exchange Management Shell from ANY ASP>NET application. [/quote] Hello; That's not exactly true. See my posts on powershellcommunity.org: http://powershellcommunity.org/Forums/tabid/54/forumid/3/postid...
    Posted to Microsoft Solution for Hosted Exchange (Forum) by KarlMitschke on 08-27-2008, 12:00 AM
    Filed under: powershell, Exchange 2007, Exchange 2007 SP1 HMC4
  • How to find all Certificate Authorities (CA) in your domain?

    Hi, I want to perform a check on the certificate authorities in my domain using ASP.NET and C#. I want to list all certificate authorities and validatie that they are alive. Does anyone know how to list all CA's? Below is a PowerShell equivalent using CertUtil. $Result contains all the lines resulting...
    Posted to Security (Forum) by r.heinkens on 08-06-2008, 12:00 AM
    Filed under: powershell, ASP.NET, C#, Certificate Authority
  • Running a powershell script while compilation

    Hi i want to compress all my png's using software called optiping but instead of doing it manually i want it to be done automatically on every compilation of my website i have the script which is mentioned below but i dont know how to run it. should i make a batch file , i tried that also but dont...
    Posted to VS Web Deployment Projects (Forum) by ash143gupta on 07-29-2008, 12:00 AM
    Filed under: PowerShell
  • Running powershell scripts along with compilation in VS2008 while deploying

    Hi all i want to run a powershell script to compress all my png's and jpegs. I have the script but i dont know how to run it while the website is being compiled. Could anyone please tell me which file shall i make and where should i place that file so that the content in it ie the powershell script...
    Posted to Configuration and Deployment (Forum) by ash143gupta on 07-28-2008, 12:00 AM
    Filed under: PowerShell
  • Announcement: IT Administrators with PowerShell skills wanted for Usability Study (Redmond)

    Microsoft Usability is conducting a study focusing on the remoting feature of PowerShell version 2 from July 22 to July 29, 2008. This is a great opportunity for IT administrators who have experience working with PowerShell to provide feedback and help improve the user experience of PowerShell version...
    Posted to Announcements (Forum) by itusable on 06-13-2008, 12:00 AM
    Filed under: powershell, system configuration manager, IT administrators
  • New-Mailbox Issues

    Hi Everyone, I have created the following powershell script to create a new mailbox-enabled user in Exchange 2007: ($Private:secureString = ConvertTo-SecureString "Hello" -AsPlainText -Force) | foreach {New-mailbox -UserPrincipalName chris@contoso.com -alias chris -Name ChrisAshton -OrganizationalUnit...
    Posted to Microsoft Solution for Hosted Exchange (Forum) by loxschpen on 06-07-2008, 12:00 AM
    Filed under: powershell, c#, Exchange 2007 SP1 HMC4
  • SecureStrings in Powershell

    Hi Everyone, I am revamping my web services to create new mailboxes in Exchange 2007 with PowerShell (using teh exchange snap-in of course). Everything is going hunky doory except for the plain fact that no matter what I do I cannot seem to pass a secure string at all! I am pretty sure I am doing this...
    Posted to Security (Forum) by loxschpen on 06-07-2008, 12:00 AM
    Filed under: powershell, securestring, security, Active Directory, c# in Asp.net
  • powershell in asp.net

    I am facing problem with creating mailbox using powershell in asp.net. I am getting Exception like:Messages history Active Directory operation failed on Domaincontroller. This error is not retriable. Additional information: Access is denied. Active directory response: 00000005: SecErr: DSID-03151E04...
    Posted to Active Directory and LDAP (Forum) by raja777 on 09-25-2009, 12:00 AM
    Filed under: ASP.Net, powershell
  • Generate Database Scripts using PowerShell

    Using windows powershell you can generate scripts for a database and its objects http://www.mssqltips.com/tip.asp?tip=1842&home here is a snippet from the article [System.Reflection.Assembly] :: LoadWithPartialName ( 'Microsoft.SqlServer.SMO') | out-null $s = new - object ( 'Microsoft...
    Posted to Tips & Tricks (Forum) by FileFoundException on 10-06-2009, 12:00 AM
    Filed under: generate scripts, powershell
Page 1 of 1 (10 items)