been dead today
been dead today
i love tits
tits = the good.
yes yes de do..
How to Find Information in Windows PowerShell
1. To find a list of cmdlets that view and change Windows services, you type:
get-command *-service
After identifying which cmdlet accomplishes a task, you can learn more about the cmdlet. For example, to display help for the Get-Service cmdlet, you type:
get-help get-service
To fully understand the output of the cmdlet, you pipe its output to the Get-Member cmdlet. For this, you type:
get-service | get-member
This displays extended information about the object.
2. To see a list of the cmdlets in Windows PowerShell, you use Get-Command with no parameters. To do this, you type:
PS>Get-Command
Typing this command will lead to output similar to the following:CommandType Name Definition
----------- ---- ----------
Cmdlet Add-Content Add-Content [-Path] <String[...
Cmdlet Add-History Add-History [[-InputObject] ...
Cmdlet Add-Member Add-Member [-MemberType] <PS...
3. To list the syntax parameters for each cmdlet, you use the –Syntax parameter of Get-Command. To do this, you type:
PS>Get-Command –Syntax
4. To get a listing of the objects and the command returns, you pipe the output of that command to the Get-Member cmdlet. This shows the formal name of the object type and a complete list of its members. To see all members of the Process object and to page the output so you can view all the information, you type:
get-process | get-member | out-host -paging
Typing this command will lead to output similar to the following: TypeName: System.Diagnostics.Process
Name MemberType Definition
---- ---------- ----------
Handles AliasProperty Handles = Handlecount
Name AliasProperty Name = ProcessName
NPM AliasProperty NPM = NonpagedSystemMemorySize
PM AliasProperty PM = PagedMemorySize
VM AliasProperty VM = VirtualMemorySize
WS AliasProperty WS = WorkingSet
add_Disposed Method System.Void add_Disposed(Event...
5. To learn about Windows PowerShell, you can use the Get-Help cmdlet. The following examples show three different levels of help available on the Get-Command cmdlet:
Get-Help Get-Command. This will display help about the Get-Command cmdlet.
Get-Help Get-Command –detailed. This will display detailed help, including parameter descriptions and examples.
Get-Help Get-Command –full. This will display all help for the cmdlet, including technical information about the cmdlets and parameters.
OMG that was long. :P
You can perform various tasks in Windows PowerShell using ADSI scripting. Listed below are some tasks and sample scripts used to perform them.
Creating an Organizational Unit (OU). The following script creates an OU called Production in the Contoso domain:
$objDomain = [ADSI]"LDAP://localhost:389/dc=contoso,dc=com"
$objOU = $objDomain.Create("organizationalUnit", "ou=Production")
$objOU.SetInfo()
How to Create a User-Defined Report
You can create a report from any of the user-defined data collector sets that you create. You can then configure Data Manager properties for report creation, deletion, and a report file name.
The steps for generating a report are:
In the console tree of Server Manager, expand Diagnostics, expand Reliability and Performance, and expand Data Collector Sets.
Right-click the name of the data collector set. Then, click Data Manager to display the Properties dialog box.
On the Data Manager tab, specify policy conditions before the data collector set starts to control file space usage, and then specify a filename for the report when generated.
On the Actions tab, create folder actions for the creation and deletion of cab files and for reports to minimize retention of files.
Click Add to open a Folder Action dialog box. Select the check boxes Create Cab File. Select an Age and Units condition from the drop-down menu options.
Click OK to save the action.
Click Add again. Select the check box Delete Cab File. Select an Age and Units condition from the drop-down menu options.
Click OK to save the action.
Click Add again. Select the check box Delete Report. Select an Age and Units condition from the drop-down menu options.
Click OK twice to save the action and close the Properties dialog box.
To view the latest report, Right-click the name of the Data Collector Set in the console tree of Server Manager and click Latest Report.
Alternatively, create a new report by typing the following in a command prompt:
Perfmon /report “Data_Collector_Set_name”
To view historical reports Select the Reports folder in the console tree of Server Manager.
No reports will be available if a data collector set has not run. Also, if the data collector set is currently running, there will be a delay from the time it has stopped while the report data is being generated.
Ugh I wanted to leave work and it just started pouring like a MOFO!
It’s over. Facebook is now as large as MySpace in the U.S., according to May data released today by comScore. Facebook actually passed MySpace by a smidgeon, with 70.278 million unique visitors compared to MySpace’s 70.255 million. While Facebook passed MySpace on a worldwide basis last year, as recently as last March, Facebook was still trailing MySpace by 9 million unique visitors.
In May, Facebook gained another 2.8 million unique visitors in the U.S. MySpace, which has been stagnating lately and as a result now has a new CEO, lost about 700,000 unique visitors during the month. A few months ago, it looked like it might take Facebook until the end of the summer to catch up to MySpace, but it has already done so.
Don’t expect MySpace to reverse this trend and regain its top spot anytime soon. Having just successfully launched its “vanity URLs,” Facebook looks to be on the verge of another hype cycle. Just 15 minutes after the launch, a half million people had signed up for vanity URLs. And as of sometime today, some 6 million users will have apparently signed up — just three days after it launched. Practically everyone is talking about the company once again, from blogs to the mainstream media.
And all this stems from a feature (vanity URLs) that MySpace actually had from the get-go. That itself seems to speak to how over this game is. And when you reverse the situation —MySpace recently launched a site-wide IM toolbar, that looks a lot like the one Facebook had — basically no one talked about it.
WTF is up with this nimrod??
http://edition.cnn.com/2009/CRIME/06...est/index.html
I need a massage..
i am out man... later
HAHAHAA
GOLD!
http://failblog.org/2009/06/13/red-carpet-fail/
http://failblog.files.wordpress.com/...shirt-fail.jpg
This site is great!
Quote:
Originally Posted by mmmmpsi
hahahahaha
maybe that's why they are together
they have something in common
Glad to see my thread is doing good.
http://fc06.deviantart.com/fs17/f/20...ttackforce.jpgQuote:
Originally Posted by mmmmpsi