RE: Citrix and redirected "My Documents"

2008-05-27 Thread Campbell, Dick
Should have been %username%$ not ampersand.

 

-Original Message-
From: Campbell, Dick [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, May 27, 2008 2:39 PM
To: NT System Admin Issues
Subject: RE: Citrix and redirected "My Documents"

 

It is time consuming at first, but make each users final share a hidden
share.  For user 1, \\server\user1$for
user2, \\server\user2$  .  The dollar signs
mean they are not cluttering up the net bios view of the servers shares,
but they are still there.  Finally, set the user account to map
\\server\&username%$   and each will
have there own mapping.

 

-Original Message-
From: David Mazzaccaro [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, May 27, 2008 2:32 PM
To: NT System Admin Issues
Subject: RE: Citrix and redirected "My Documents"

 

But how do I do that if every user has a different location for "my
documents"?

\\server\share\user1\myDocs  

\\server\share\user2\myDocs  

 

 

 



From: Sean Martin [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, May 27, 2008 2:26 PM
To: NT System Admin Issues
Subject: Re: Citrix and redirected "My Documents"

 

 

 

 

 

 

~ Upgrade to Next Generation Antispam/Antivirus with Ninja!~
~ <http://www.sunbelt-software.com/SunbeltMessagingNinja.cfm>  ~

Re: Citrix and redirected "My Documents"

2008-05-27 Thread Sean Martin
If the users my documents don't physically reside under a specific share for
each user, then my suggestion probably won't work. I was going under the
assumption that the user's my documents directories were being
re-directed to their Home Directory. That's how it's configured in my
environment.

- Sean


On 5/27/08, David Mazzaccaro <[EMAIL PROTECTED]> wrote:
>
>  But how do I do that if every user has a different location for "my
> documents"?
>
> \\server\share\user1\myDocs
>
> \\server\share\user2\myDocs
>
>
>
>
>
>
>  --
>
> *From:* Sean Martin [mailto:[EMAIL PROTECTED]
> *Sent:* Tuesday, May 27, 2008 2:26 PM
> *To:* NT System Admin Issues
> *Subject:* Re: Citrix and redirected "My Documents"
>
>
>
>
>
>

~ Upgrade to Next Generation Antispam/Antivirus with Ninja!~
~ <http://www.sunbelt-software.com/SunbeltMessagingNinja.cfm>  ~

RE: Citrix and redirected "My Documents"

2008-05-27 Thread Campbell, Dick
It is time consuming at first, but make each users final share a hidden
share.  For user 1, \\server\user1$for
user2, \\server\user2$  .  The dollar signs
mean they are not cluttering up the net bios view of the servers shares,
but they are still there.  Finally, set the user account to map
\\server\&username%$   and each will
have there own mapping.

 

-Original Message-
From: David Mazzaccaro [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, May 27, 2008 2:32 PM
To: NT System Admin Issues
Subject: RE: Citrix and redirected "My Documents"

 

But how do I do that if every user has a different location for "my
documents"?

\\server\share\user1\myDocs  

\\server\share\user2\myDocs  

 

 

 



From: Sean Martin [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, May 27, 2008 2:26 PM
To: NT System Admin Issues
Subject: Re: Citrix and redirected "My Documents"

 

 

 

 

~ Upgrade to Next Generation Antispam/Antivirus with Ninja!~
~ <http://www.sunbelt-software.com/SunbeltMessagingNinja.cfm>  ~

RE: Citrix and redirected "My Documents"

2008-05-27 Thread David Mazzaccaro
But how do I do that if every user has a different location for "my
documents"?

\\server\share\user1\myDocs  

\\server\share\user2\myDocs  

 

 

 



From: Sean Martin [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, May 27, 2008 2:26 PM
To: NT System Admin Issues
Subject: Re: Citrix and redirected "My Documents"

 

 


~ Upgrade to Next Generation Antispam/Antivirus with Ninja!~
~ <http://www.sunbelt-software.com/SunbeltMessagingNinja.cfm>  ~

Re: Citrix and redirected "My Documents"

2008-05-27 Thread Sean Martin
...hit send too early.

You can specify the folder you want to open with that command line statement
as well.

C:\Windows\explorer.exe /e, /select, X:\my documents

- Sean


On 5/27/08, Sean Martin <[EMAIL PROTECTED]> wrote:
>
> I think Tom was referring to just publishing Explorer.exe. If the "My
> Documents" directory is mapped (the user's home drive for instance) you can
> have Explorer open automatically to that drive letter:
>
> explorer.exe /e, /select, X:\
>
>
>  On 5/27/08, David Mazzaccaro <[EMAIL PROTECTED]> wrote:
>>
>>  Hmmm… we do publish iExplorer.
>>
>> This is what we publish so that people can get to a common share:
>>
>> C:\Program Files\Internet Explorer\IEXPLORE.EXE -e \\SERVER\SHARE
>>
>> When users launch the above, it gets them to the share, but they always
>> get an error message.
>>
>> "Windows cannot find (null).  Make sure you typed the name correctly, and
>> then try again."
>>
>> Apparently, this is a very common error.
>>
>>
>>
>>
>>  --------------
>>
>> *From:* Tom Miller [mailto:[EMAIL PROTECTED]
>> *Sent:* Tuesday, May 27, 2008 12:45 PM
>> *To:* NT System Admin Issues
>> *Subject:* Re: Citrix and redirected "My Documents"
>>
>>
>>
>> Can you just publish  Explorer?  I do that here.  You might need to modify
>> your login script to accommodate it, though.
>>
>> >>> "David Mazzaccaro" <[EMAIL PROTECTED]> 5/27/2008 11:52
>> AM >>>
>>
>> Since we on the subject of Citrix….
>>
>> I have a 2003 domain, with "My Documents" redirecting to
>> \\server\share\username for everyone.
>>
>> Each user's "My Documents" is a different location (ie.
>> \\server\share\SmithJ, \\server\share\DoeJ)
>>
>> For Citrix, we use Web Interface as our client.  Users simply open a
>> browser and goto: "citrix".
>>
>> Is there a way to have the users' "My Documents" appear along with their
>> other published applications?
>>
>> Right now, users have to launch Excel, then goto FILE>OPEN to get their "My
>> Documents" to open an Excel file.
>>
>> Then they have to open Word, then goto FILE>OPEN to get to their "My
>> Documents" to open a Word file.
>>
>> If they could go straight to "My Documents" that would be great!
>>
>> Any help would be greatly appreciated.
>>
>> Thanks,
>>
>> Dave
>>
>>
>>
>>
>>
>>
>>
>> Confidentiality Notice: This e-mail message, including attachments, is for
>> the sole use of the intended recipient(s) and may contain confidential and
>> privileged information. Any unauthorized review, use, disclosure, or
>> distribution is prohibited. If you are not the intended recipient, please
>> contact the sender by reply e-mail and destroy all copies of the original
>> message.
>>
>>
>>
>>
>>
>>
>>
>

~ Upgrade to Next Generation Antispam/Antivirus with Ninja!~
~ <http://www.sunbelt-software.com/SunbeltMessagingNinja.cfm>  ~

Re: Citrix and redirected "My Documents"

2008-05-27 Thread Sean Martin
I think Tom was referring to just publishing Explorer.exe. If the "My
Documents" directory is mapped (the user's home drive for instance) you can
have Explorer open automatically to that drive letter:

explorer.exe /e, /select, X:\


On 5/27/08, David Mazzaccaro <[EMAIL PROTECTED]> wrote:
>
>  Hmmm… we do publish iExplorer.
>
> This is what we publish so that people can get to a common share:
>
> C:\Program Files\Internet Explorer\IEXPLORE.EXE -e \\SERVER\SHARE
>
> When users launch the above, it gets them to the share, but they always get
> an error message.
>
> "Windows cannot find (null).  Make sure you typed the name correctly, and
> then try again."
>
> Apparently, this is a very common error.
>
>
>
>
>  --
>
> *From:* Tom Miller [mailto:[EMAIL PROTECTED]
> *Sent:* Tuesday, May 27, 2008 12:45 PM
> *To:* NT System Admin Issues
> *Subject:* Re: Citrix and redirected "My Documents"
>
>
>
> Can you just publish  Explorer?  I do that here.  You might need to modify
> your login script to accommodate it, though.
>
> >>> "David Mazzaccaro" <[EMAIL PROTECTED]> 5/27/2008 11:52 AM
> >>>
>
> Since we on the subject of Citrix….
>
> I have a 2003 domain, with "My Documents" redirecting to
> \\server\share\username for everyone.
>
> Each user's "My Documents" is a different location (ie.
> \\server\share\SmithJ, \\server\share\DoeJ)
>
> For Citrix, we use Web Interface as our client.  Users simply open a
> browser and goto: "citrix".
>
> Is there a way to have the users' "My Documents" appear along with their
> other published applications?
>
> Right now, users have to launch Excel, then goto FILE>OPEN to get their "My
> Documents" to open an Excel file.
>
> Then they have to open Word, then goto FILE>OPEN to get to their "My
> Documents" to open a Word file.
>
> If they could go straight to "My Documents" that would be great!
>
> Any help would be greatly appreciated.
>
> Thanks,
>
> Dave
>
>
>
>
>
>
>
> Confidentiality Notice: This e-mail message, including attachments, is for
> the sole use of the intended recipient(s) and may contain confidential and
> privileged information. Any unauthorized review, use, disclosure, or
> distribution is prohibited. If you are not the intended recipient, please
> contact the sender by reply e-mail and destroy all copies of the original
> message.
>
>
>
>
>
>
>

~ Upgrade to Next Generation Antispam/Antivirus with Ninja!~
~ <http://www.sunbelt-software.com/SunbeltMessagingNinja.cfm>  ~

RE: Citrix and redirected "My Documents"

2008-05-27 Thread Christopher J. Bosak
Iexplore.exe and explorer.exe are two different things.

For the record, iExplorer doesn't exist, don't want to make Bill G mad now.
;)

Christopher J. Bosak

Vector Company

c. 847.603.4673

[EMAIL PROTECTED]

 

"You need to install an RTFM Interface, due to an LBNC issue."

- B.O.F.H. (Merged 2 into 1) - Me

 

From: David Mazzaccaro [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, May 27, 2008 11:53 hrs
To: NT System Admin Issues
Subject: RE: Citrix and redirected "My Documents"

 

Hmmm. we do publish iExplorer.

This is what we publish so that people can get to a common share:

C:\Program Files\Internet Explorer\IEXPLORE.EXE -e \\SERVER\SHARE

When users launch the above, it gets them to the share, but they always get
an error message.

"Windows cannot find (null).  Make sure you typed the name correctly, and
then try again."

Apparently, this is a very common error.

 

 

  _  

From: Tom Miller [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, May 27, 2008 12:45 PM
To: NT System Admin Issues
Subject: Re: Citrix and redirected "My Documents"

 

Can you just publish  Explorer?  I do that here.  You might need to modify
your login script to accommodate it, though.  

>>> "David Mazzaccaro" <[EMAIL PROTECTED]> 5/27/2008 11:52 AM
>>>

Since we on the subject of Citrix..

I have a 2003 domain, with "My Documents" redirecting to
 \\server\share\username for everyone.

Each user's "My Documents" is a different location (ie.
 \\server\share\SmithJ,
 \\server\share\DoeJ)

For Citrix, we use Web Interface as our client.  Users simply open a browser
and goto: "citrix".

Is there a way to have the users' "My Documents" appear along with their
other published applications?

Right now, users have to launch Excel, then goto FILE>OPEN to get their "My
Documents" to open an Excel file.

Then they have to open Word, then goto FILE>OPEN to get to their "My
Documents" to open a Word file.

If they could go straight to "My Documents" that would be great!

Any help would be greatly appreciated.

Thanks,

Dave

 

 

 

Confidentiality Notice: This e-mail message, including attachments, is for
the sole use of the intended recipient(s) and may contain confidential and
privileged information. Any unauthorized review, use, disclosure, or
distribution is prohibited. If you are not the intended recipient, please
contact the sender by reply e-mail and destroy all copies of the original
message. 

 

 

 

 

~ Upgrade to Next Generation Antispam/Antivirus with Ninja!~
~ <http://www.sunbelt-software.com/SunbeltMessagingNinja.cfm>  ~

RE: Citrix and redirected My Documents

2008-05-27 Thread David Mazzaccaro
If you just publish Windows Explorer, the user will have to navigate to "My 
Documents"... and it seems it will bring them correctly to 
\\server\share\%username as this is done via GPO.  It would be great if I could 
give them an icon that immediately gets them into "my documents".


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, May 27, 2008 12:53 PM
To: NT System Admin Issues
Subject: Re: Citrix and redirected My Documents

That's what I was thinking. Here is a good link that suggests how to do
this.

http://www.dabcc.com/miab/miab30/Implementation-Phase-11.-5.-How-to-Publish-
Windows-Explorer-MIAB-3.aspx


Original Message:
-
From: Tom Miller [EMAIL PROTECTED]
Date: Tue, 27 May 2008 12:44:32 -0400
To: ntsysadmin@lyris.sunbelt-software.com
Subject: Re: Citrix and redirected "My Documents"


Can you just publish  Explorer?  I do that here.  You might need to
modify your login script to accommodate it, though.  

>>> "David Mazzaccaro" <[EMAIL PROTECTED]> 5/27/2008 11:52
AM >>>

Since we on the subject of Citrix….

I have a 2003 domain, with“My Documents”redirecting
to\\server\share\username ( file://server/share/username )for
everyone.
Each user’s“My Documents”is a different location (ie.
\\server\share\SmithJ ( file://server/share/SmithJ
),\\server\share\DoeJ ( file://server/share/DoeJ ))

For Citrix, we use Web Interface as our client.  Users simply open a
browser and goto:“citrix”.
Is there a way to havethe users’“My Documents”appear along with
theirotherpublishedapplications?

Right now, usershaveto launch Excel, then goto FILE>OPEN to get
their“My Documents”to open an Excel file.
Then they have to open Word, then goto FILE>OPEN to get totheir“My
Documents”to open aWordfile.

If they could go straight to“My Documents”that would be great!
Any help would be greatly appreciated.

Thanks,
Dave





Confidentiality Notice:  This e-mail message, including attachments, is
for the sole use of the intended recipient(s) and may contain
confidential and privileged information.  Any unauthorized review, use,
disclosure, or distribution is prohibited.  If you are not the intended
recipient, please contact the sender by reply e-mail and destroy all
copies of the original message.

~ Upgrade to Next Generation Antispam/Antivirus with Ninja!~
~ <http://www.sunbelt-software.com/SunbeltMessagingNinja.cfm>  ~


mail2web.com – Enhanced email for the mobile individual based on Microsoft®
Exchange - http://link.mail2web.com/Personal/EnhancedEmail



~ Upgrade to Next Generation Antispam/Antivirus with Ninja!~
~ <http://www.sunbelt-software.com/SunbeltMessagingNinja.cfm>  ~

~ Upgrade to Next Generation Antispam/Antivirus with Ninja!~
~ <http://www.sunbelt-software.com/SunbeltMessagingNinja.cfm>  ~

RE: Citrix and redirected "My Documents"

2008-05-27 Thread David Mazzaccaro
Hmmm... we do publish iExplorer.

This is what we publish so that people can get to a common share:

C:\Program Files\Internet Explorer\IEXPLORE.EXE -e \\SERVER\SHARE

When users launch the above, it gets them to the share, but they always
get an error message.

"Windows cannot find (null).  Make sure you typed the name correctly,
and then try again."

Apparently, this is a very common error.

 

 



From: Tom Miller [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, May 27, 2008 12:45 PM
To: NT System Admin Issues
Subject: Re: Citrix and redirected "My Documents"

 

Can you just publish  Explorer?  I do that here.  You might need to
modify your login script to accommodate it, though.  

>>> "David Mazzaccaro" <[EMAIL PROTECTED]> 5/27/2008 11:52
AM >>>



Since we on the subject of Citrix

I have a 2003 domain, with "My Documents" redirecting to
\\server\share\username   for everyone.

Each user's "My Documents" is a different location (ie.
\\server\share\SmithJ  ,
\\server\share\DoeJ  )

For Citrix, we use Web Interface as our client.  Users simply open a
browser and goto: "citrix".

Is there a way to have the users' "My Documents" appear along with their
other published applications?

Right now, users have to launch Excel, then goto FILE>OPEN to get their
"My Documents" to open an Excel file.

Then they have to open Word, then goto FILE>OPEN to get to their "My
Documents" to open a Word file.

If they could go straight to "My Documents" that would be great!

Any help would be greatly appreciated.

Thanks,

Dave

 

 

 

Confidentiality Notice: This e-mail message, including attachments, is
for the sole use of the intended recipient(s) and may contain
confidential and privileged information. Any unauthorized review, use,
disclosure, or distribution is prohibited. If you are not the intended
recipient, please contact the sender by reply e-mail and destroy all
copies of the original message. 

 

 

~ Upgrade to Next Generation Antispam/Antivirus with Ninja!~
~ <http://www.sunbelt-software.com/SunbeltMessagingNinja.cfm>  ~

Re: Citrix and redirected My Documents

2008-05-27 Thread [EMAIL PROTECTED]
That's what I was thinking. Here is a good link that suggests how to do
this.

http://www.dabcc.com/miab/miab30/Implementation-Phase-11.-5.-How-to-Publish-
Windows-Explorer-MIAB-3.aspx


Original Message:
-
From: Tom Miller [EMAIL PROTECTED]
Date: Tue, 27 May 2008 12:44:32 -0400
To: ntsysadmin@lyris.sunbelt-software.com
Subject: Re: Citrix and redirected "My Documents"


Can you just publish  Explorer?  I do that here.  You might need to
modify your login script to accommodate it, though.  

>>> "David Mazzaccaro" <[EMAIL PROTECTED]> 5/27/2008 11:52
AM >>>

Since we on the subject of Citrix….

I have a 2003 domain, with“My Documents”redirecting
to\\server\share\username ( file://server/share/username )for
everyone.
Each user’s“My Documents”is a different location (ie.
\\server\share\SmithJ ( file://server/share/SmithJ
),\\server\share\DoeJ ( file://server/share/DoeJ ))

For Citrix, we use Web Interface as our client.  Users simply open a
browser and goto:“citrix”.
Is there a way to havethe users’“My Documents”appear along with
theirotherpublishedapplications?

Right now, usershaveto launch Excel, then goto FILE>OPEN to get
their“My Documents”to open an Excel file.
Then they have to open Word, then goto FILE>OPEN to get totheir“My
Documents”to open aWordfile.

If they could go straight to“My Documents”that would be great!
Any help would be greatly appreciated.

Thanks,
Dave





Confidentiality Notice:  This e-mail message, including attachments, is
for the sole use of the intended recipient(s) and may contain
confidential and privileged information.  Any unauthorized review, use,
disclosure, or distribution is prohibited.  If you are not the intended
recipient, please contact the sender by reply e-mail and destroy all
copies of the original message.

~ Upgrade to Next Generation Antispam/Antivirus with Ninja!~
~ <http://www.sunbelt-software.com/SunbeltMessagingNinja.cfm>  ~


mail2web.com – Enhanced email for the mobile individual based on Microsoft®
Exchange - http://link.mail2web.com/Personal/EnhancedEmail



~ Upgrade to Next Generation Antispam/Antivirus with Ninja!~
~ <http://www.sunbelt-software.com/SunbeltMessagingNinja.cfm>  ~


Re: Citrix and redirected "My Documents"

2008-05-27 Thread Tom Miller
Can you just publish  Explorer?  I do that here.  You might need to
modify your login script to accommodate it, though.  

>>> "David Mazzaccaro" <[EMAIL PROTECTED]> 5/27/2008 11:52
AM >>>

Since we on the subject of Citrix….

I have a 2003 domain, with“My Documents”redirecting
to\\server\share\username ( file://server/share/username )for
everyone.
Each user’s“My Documents”is a different location (ie.
\\server\share\SmithJ ( file://server/share/SmithJ
),\\server\share\DoeJ ( file://server/share/DoeJ ))

For Citrix, we use Web Interface as our client.  Users simply open a
browser and goto:“citrix”.
Is there a way to havethe users’“My Documents”appear along with
theirotherpublishedapplications?

Right now, usershaveto launch Excel, then goto FILE>OPEN to get
their“My Documents”to open an Excel file.
Then they have to open Word, then goto FILE>OPEN to get totheir“My
Documents”to open aWordfile.

If they could go straight to“My Documents”that would be great!
Any help would be greatly appreciated.

Thanks,
Dave





Confidentiality Notice:  This e-mail message, including attachments, is
for the sole use of the intended recipient(s) and may contain
confidential and privileged information.  Any unauthorized review, use,
disclosure, or distribution is prohibited.  If you are not the intended
recipient, please contact the sender by reply e-mail and destroy all
copies of the original message.

~ Upgrade to Next Generation Antispam/Antivirus with Ninja!~
~   ~

Citrix and redirected "My Documents"

2008-05-27 Thread David Mazzaccaro
Since we on the subject of Citrix

I have a 2003 domain, with "My Documents" redirecting to
\\server\share\username for everyone.
Each user's "My Documents" is a different location (ie.
\\server\share\SmithJ, \\server\share\DoeJ)

For Citrix, we use Web Interface as our client.  Users simply open a
browser and goto: "citrix".
Is there a way to have the users' "My Documents" appear along with their
other published applications?

Right now, users have to launch Excel, then goto FILE>OPEN to get their
"My Documents" to open an Excel file.
Then they have to open Word, then goto FILE>OPEN to get to their "My
Documents" to open a Word file.

If they could go straight to "My Documents" that would be great!
Any help would be greatly appreciated.

Thanks,
Dave



~ Upgrade to Next Generation Antispam/Antivirus with Ninja!~
~   ~