Welcome to ServerForumz.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

Missing some cmdlets

 
   Windows Server (Home) -> Windows Server Scripting RSS
Next:  Automating Installshield installer using Vbscript  
Author Message
JuergenK

External


Since: May 08, 2006
Posts: 2



(Msg. 1) Posted: Mon May 08, 2006 12:40 am
Post subject: Missing some cmdlets
Archived from groups: microsoft>public>windows>server>scripting (more info?)

Hi all,

in previous versions i've seen references to cmdlets like
out-chart,out-grid,out-email. There has also been a way to implement an AD
provider :

new-provider -Assembly "c:\program
files\msh\system.management.automation.commands.directory.dll" -provider ad
new-drive -Name ITOAD -Provider AD -root LDAP://Test -username
"Mydom\juergen" -password "xxx"
cd ITOAD:
set-location Users
dir

But new-provider has gone as well.

Will those cmdlets appear again in the future. Any sample for me how to do
AD stuff now ?

kind regards
Juergen

 >> Stay informed about: Missing some cmdlets 
Back to top
Login to vote
JuergenK

External


Since: May 08, 2006
Posts: 2



(Msg. 2) Posted: Mon May 08, 2006 12:45 am
Post subject: RE: Missing some cmdlets [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Suddenly i found lot's of posts answering the AD provider part. Thx & Sorry.
But maybe you can make a note on the other cmdlets i mentioned.

regards
Juergen

 >> Stay informed about: Missing some cmdlets 
Back to top
Login to vote
Wei Wu [MSFT]

External


Since: Feb 11, 2006
Posts: 37



(Msg. 3) Posted: Mon May 08, 2006 11:40 am
Post subject: Re: Missing some cmdlets [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

All drive and provider cmdlets have been renamed to PsDrive and PsProvider.
PS C:\monad> gcm *drive | select name

Name
----
Get-PSDrive
New-PSDrive
Remove-PSDrive


PS C:\monad> gcm *provider | select name

Name
----
Get-PSProvider

--
Wei Wu [MSFT]
Windows PowerShell Team
Microsoft Corporation
This posting is provided "AS IS" with no warranties, and confers no rights.

"JuergenK" <JuergenK.TakeThisOut@discussions.microsoft.com> wrote in message
news:D7DA12C1-2697-4EA5-BEEA-DF4700CC94C5@microsoft.com...
>
> Suddenly i found lot's of posts answering the AD provider part. Thx &
> Sorry.
> But maybe you can make a note on the other cmdlets i mentioned.
>
> regards
> Juergen
 >> Stay informed about: Missing some cmdlets 
Back to top
Login to vote
Andrew Watt [MVP]

External


Since: Dec 15, 2005
Posts: 241



(Msg. 4) Posted: Tue May 09, 2006 11:18 am
Post subject: Re: Missing some cmdlets [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Mon, 8 May 2006 00:45:02 -0700, JuergenK
<JuergenK.DeleteThis@discussions.microsoft.com> wrote:

>
>Suddenly i found lot's of posts answering the AD provider part. Thx & Sorry.
>But maybe you can make a note on the other cmdlets i mentioned.
>
>regards
> Juergen

Juergen,

I assume that an AD provider will appear as part of a future admin
tool, rather than as a part of what I think of as "core" PowerShell.
There are going to be, for example, about 350 additional cmdlets as
part of Exchange 2007.

Again guessing, I would think it's likely that a GUI admin tool, or
tools, (using MMC v3) will be able to generate PowerShell scripts that
include using an AD provider.

Andrew Watt MVP
 >> Stay informed about: Missing some cmdlets 
Back to top
Login to vote
matros

External


Since: May 09, 2006
Posts: 3



(Msg. 5) Posted: Tue May 09, 2006 2:41 pm
Post subject: Re: Missing some cmdlets [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Is it possible to download and add missing out-chart,out-grid,out-email
cmdlets somehow? There are many 2 years old references how to use them
but no cmdlets.

Thanks.

Andrew Watt [MVP] wrote:
> On Mon, 8 May 2006 00:45:02 -0700, JuergenK
> <JuergenK.DeleteThis@discussions.microsoft.com> wrote:
>
> >
> >Suddenly i found lot's of posts answering the AD provider part. Thx & Sorry.
> >But maybe you can make a note on the other cmdlets i mentioned.
> >
> >regards
> > Juergen
>
> Juergen,
>
> I assume that an AD provider will appear as part of a future admin
> tool, rather than as a part of what I think of as "core" PowerShell.
> There are going to be, for example, about 350 additional cmdlets as
> part of Exchange 2007.
>
> Again guessing, I would think it's likely that a GUI admin tool, or
> tools, (using MMC v3) will be able to generate PowerShell scripts that
> include using an AD provider.
>
> Andrew Watt MVP
 >> Stay informed about: Missing some cmdlets 
Back to top
Login to vote
Andrew Watt [MVP]

External


Since: Dec 15, 2005
Posts: 241



(Msg. 6) Posted: Wed May 10, 2006 7:28 am
Post subject: Re: Missing some cmdlets [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hi,

I doubt it very much. Those early versions ... probably proof of
concepts only ... would have been created against old builds of the
..NET Framework.

My guess is that the email functionality will be among the 350 or so
cmdlets that will ship with Exchange Server 2007.

Andrew Watt MVP

On 9 May 2006 14:41:32 -0700, matros.TakeThisOut@gmail.com wrote:

>Is it possible to download and add missing out-chart,out-grid,out-email
>cmdlets somehow? There are many 2 years old references how to use them
>but no cmdlets.
>
>Thanks.
>
>Andrew Watt [MVP] wrote:
>> On Mon, 8 May 2006 00:45:02 -0700, JuergenK
>> <JuergenK.TakeThisOut@discussions.microsoft.com> wrote:
>>
>> >
>> >Suddenly i found lot's of posts answering the AD provider part. Thx & Sorry.
>> >But maybe you can make a note on the other cmdlets i mentioned.
>> >
>> >regards
>> > Juergen
>>
>> Juergen,
>>
>> I assume that an AD provider will appear as part of a future admin
>> tool, rather than as a part of what I think of as "core" PowerShell.
>> There are going to be, for example, about 350 additional cmdlets as
>> part of Exchange 2007.
>>
>> Again guessing, I would think it's likely that a GUI admin tool, or
>> tools, (using MMC v3) will be able to generate PowerShell scripts that
>> include using an AD provider.
>>
>> Andrew Watt MVP
 >> Stay informed about: Missing some cmdlets 
Back to top
Login to vote
ivang

External


Since: Oct 31, 2006
Posts: 1



(Msg. 7) Posted: Tue Oct 31, 2006 11:35 am
Post subject: Re: Missing some cmdlets [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

You may want to take a look at PowerGadgets (www.powergadgets.com), a
product specifically designed to create charts, gauges and maps from
PowerShell data (out-chart, out-gauge and out-map respectivelly).


--
ivang
------------------------------------------------------------------------
ivang's Profile: http://forums.techarena.in/member.php?userid=18781
View this thread: http://forums.techarena.in/showthread.php?t=508683

http://www.techarena.in
 >> Stay informed about: Missing some cmdlets 
Back to top
Login to vote
Display posts from previous:   
   Windows Server (Home) -> Windows Server Scripting All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]