I\'m very new to COM and Windows programming/scripting in general. What I was trying to do is scripting Windows Live Writer; according to the documentation before I can call
I have a POSH script that sets a user\'s access to a specific folder for some files to read. The user\'s group gets assigned to the folder (which happens to be the same name).
This seems like a very basic thing to do, but I am new to PowerShell and can\'t figure this out or find an example online...
I have created some custom PowerShell Cmdlets in C# and would like to provide some information to be displayed using the get-help cmdlet; e.g. \"get-help my-cmdlet\".
I want to delete al开发者_Python百科l the content and the children of a given root folder, however i want to keep some files (the logs), which all reside in a logs folder
Given the following files: c:\\dev\\deploy\\file1.txt c:\\dev\\deploy\\file2.txt c:\\dev\\deploy\\file3.txt
With custom Powershell functions all function output is returned.I\'m attempting to remove that limitation/confusion by writing a wrapper function that will return just $true or $false.
If I write a class library in Visual Studio, is it possible to write a console application or powershell script which can call the methods or set/get the properties?
I\'d like to provide a queuepath and get the number 开发者_如何转开发of messages thereupon.Any advice on how this could be done?This will list all queues on a machine and the number of messages:
I am trying to create a PowerShell script that creates a new IIS 6 web site and sets things like App Pool, Wildcard application maps, ASP.NET version, etc.