Welcome to ServerForumz.com!
FAQFAQ    SearchSearch      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" wrote in message

>
> 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
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
> 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, 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
>> 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:   
Related Topics:
[PS] Consistency among "out-*" cmdlets - We have 6 different cmdlets for output: Out-Null Out-Default Out-Host Out-File Out-Printer Out-String which differ in where they send their output. Why do we need all of these? What does this design do for us that redirection using ">" ...

[MSH] Breakability (ctrl+c) of cmdlets - I notice that some cmdlets do not seem to be able to be stopped once they are started. A good example is echo/write-object $variable. If $variable is a long string it can take an undetermined ammount of time to display and there dosnt seem to be any..

Invoking E12 cmdlets from C# code - Hi All, Can someone tell me how to invoke Exchange cmdlets from C# code? I'm trying to execute "get-exchangeserver" and it gives me an error: 'get-exchangeserver' is not recognized as a Cmdlet, function, operable program, or script file I'v...

MSH: Community Cmdlets/Providers Project - I'm thinking about creating either a GotDotNet workspace or perhaps a SourceForge project for a set of community provider extensions for MSH. I'm leaning towards doing this on GotDotNet unless someone has some good reasons to do it on SourceForge. ..

[Monad] Suggestion for default behaviour of cmdlets with s.. - It may be too late to suggest this for Monad v1 but it strikes me that it could be beneficial to make the default behaviour of Monad cmdlets with side effects to be the same as cmdlets with the -confirm parameter. That could save newcomers to Monad (o...
   Windows Server (Home) -> Windows Server Scripting All times are: Pacific Time (US & Canada)
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 ]