Microsoft
Software
Hardware
Network
Question : How do I convert a Powershell object to a string?
Hi All,
Powershell question...If I return an attribute e.g
[PS] C:\>Get-MailContact testuser1 | Select-Object DistinguishedName
How do I then convert the output...
DistinguishedName
-----------------------
cn=testuser1,ou=Contacts,D
C=testdom,
dc=com
into simply a string of "cn=testuser1,ou=Contacts,
DC=testdom
,dc=com" ?
Thanks in advance for any advice!
Regards
Answer : How do I convert a Powershell object to a string?
Easier way
Get-MailContact testuser1 | %{$_. DistinguishedName }
Random Solutions
Exchange 2000 Server no Sending out NDR's to users when the email address.
Create unattended installation of Office 2003 Sp2,Winxp sp2,Win 2003 sp1 and sp2
.Net (cwbx) calling cl program on as400
ISO-8859-1
Powershell function to create an excel spreadsheet multiple sheets - and ApproveIt on workstation
Data Execution Prevention Error
Crashing server
I am getting "Cannot connect to the citrix metaframe server. protocol driver error" when ICA clients connect - Urgent
Auto-populate KEYWORDS to xml file
Setting different time zones for users - Windows 2003 Terminal Server