task
stringlengths 12
101
| input
stringlengths 0
7.31k
| output
stringlengths 1
14.7k
| options
list | pageTitle
stringlengths 0
351
| outputColName
stringlengths 1
2.64k
| url
stringlengths 18
289
| wdcFile
stringlengths 68
75
|
---|---|---|---|---|---|---|---|
5ce1dc4e_ata_Integration___Pentaho_Wiki__Description
|
[Option] Truncate table [Description]
|
Select if you want the table to be truncated before the first row is inserted into the table Note: Don't use this option when you are running the transformation clustered!
|
[] |
Table Output - Pentaho Data Integration - Pentaho Wiki
|
Description
|
http://wiki.pentaho.com/display/EAI/Table+Output
|
38/1438042991019.80_20150728002311-00011-ip-10-236-191-2_244456683_6.json
|
5ce1dc4e_ata_Integration___Pentaho_Wiki__Description
|
[Option] Ignore insert errors [Description]
|
Makes Kettle ignore all insert errors such as violated primary keys. A maximum of 20 warnings will be logged however. This option is not available for batch inserts.
|
[] |
Table Output - Pentaho Data Integration - Pentaho Wiki
|
Description
|
http://wiki.pentaho.com/display/EAI/Table+Output
|
38/1438042991019.80_20150728002311-00011-ip-10-236-191-2_244456683_6.json
|
5ce1dc4e_ata_Integration___Pentaho_Wiki__Description
|
[Option] Specify database fields [Description]
|
Enable this option to specify the fields in the Database fields tab. Otherwise all fields are taken into account by default.
|
[] |
Table Output - Pentaho Data Integration - Pentaho Wiki
|
Description
|
http://wiki.pentaho.com/display/EAI/Table+Output
|
38/1438042991019.80_20150728002311-00011-ip-10-236-191-2_244456683_6.json
|
5ce1dc4e_ata_Integration___Pentaho_Wiki__Description
|
[Option] Partition data over tables [Description]
|
Use to split the data over multiple tables. For example instead of inserting all data into table SALES, put the data into tables SALES_200510, SALES_200511, SALES_200512, ... Use this on systems that don't have partitioned tables and/or don't allow inserts into UNION ALL views or the master of inherited tables. The view SALES allows you to report on the complete sales: CREATE OR REPLACE VIEW SALES AS SELECT * FROM SALES_200501 UNION ALL SELECT * FROM SALES_200502 UNION ALL SELECT * FROM SALES_200503 UNION ALL SELECT * FROM SALES_200504 ...
|
[] |
Table Output - Pentaho Data Integration - Pentaho Wiki
|
Description
|
http://wiki.pentaho.com/display/EAI/Table+Output
|
38/1438042991019.80_20150728002311-00011-ip-10-236-191-2_244456683_6.json
|
5ce1dc4e_ata_Integration___Pentaho_Wiki__Description
|
[Option] Use batch update for inserts [Description]
|
Enable if you want to use batch inserts. This feature groups inserts statements to limit round trips to the database. This is the fastest option and is enabled by default. Note: There are limiting factors depending on the used database type and further step options. The batch mode is only used when this check box is selected and the Commit Size is greater than 0 and the Return auto-generated key option is not enabled and the transformation is not enabled to use unique connections (Transformation settings / Misc / Make the transformation transactional) and the following rule is false: the database type supports safe points and step error handling is enabled (see the database feature list to check if the database supports safe points) and the database type supports batch updates (see the database feature list to check this)
|
[] |
Table Output - Pentaho Data Integration - Pentaho Wiki
|
Description
|
http://wiki.pentaho.com/display/EAI/Table+Output
|
38/1438042991019.80_20150728002311-00011-ip-10-236-191-2_244456683_6.json
|
5ce1dc4e_ata_Integration___Pentaho_Wiki__Description
|
[Option] Is the name of the table defined in a field? [Description]
|
Use these options to split the data over one or more tables; the name of the target table is defined in the field you specify. For example if you store customer data in the field gender, the data might end up in tables M and F (Male and Female). There is an option to exclude the field containing the tablename from being inserted into the tables.
|
[] |
Table Output - Pentaho Data Integration - Pentaho Wiki
|
Description
|
http://wiki.pentaho.com/display/EAI/Table+Output
|
38/1438042991019.80_20150728002311-00011-ip-10-236-191-2_244456683_6.json
|
5ce1dc4e_ata_Integration___Pentaho_Wiki__Description
|
[Option] Field that contains name of table [Description]
|
When the option "Is the name of the table defined in a field?" is enabled, enter the field name to use here.
|
[] |
Table Output - Pentaho Data Integration - Pentaho Wiki
|
Description
|
http://wiki.pentaho.com/display/EAI/Table+Output
|
38/1438042991019.80_20150728002311-00011-ip-10-236-191-2_244456683_6.json
|
5ce1dc4e_ata_Integration___Pentaho_Wiki__Description
|
[Option] Store the table name field [Description]
|
When the option "Is the name of the table defined in a field?" is enabled, you can chose is this field should we written to the table or not.
|
[] |
Table Output - Pentaho Data Integration - Pentaho Wiki
|
Description
|
http://wiki.pentaho.com/display/EAI/Table+Output
|
38/1438042991019.80_20150728002311-00011-ip-10-236-191-2_244456683_6.json
|
5ce1dc4e_ata_Integration___Pentaho_Wiki__Description
|
[Option] Return auto-generated key [Description]
|
Enable if you want to get back the key that was generated by inserting a row into the table
|
[] |
Table Output - Pentaho Data Integration - Pentaho Wiki
|
Description
|
http://wiki.pentaho.com/display/EAI/Table+Output
|
38/1438042991019.80_20150728002311-00011-ip-10-236-191-2_244456683_6.json
|
5ce1dc4e_ata_Integration___Pentaho_Wiki__Description
|
[Option] Name of auto-generated key field [Description]
|
Specifies the name of the new field in the output rows that contains the auto-generated key
|
[] |
Table Output - Pentaho Data Integration - Pentaho Wiki
|
Description
|
http://wiki.pentaho.com/display/EAI/Table+Output
|
38/1438042991019.80_20150728002311-00011-ip-10-236-191-2_244456683_6.json
|
5ce1dc4e_ata_Integration___Pentaho_Wiki__Description
|
[Option] SQL [Description]
|
Generates the SQL to create the output table automatically
|
[] |
Table Output - Pentaho Data Integration - Pentaho Wiki
|
Description
|
http://wiki.pentaho.com/display/EAI/Table+Output
|
38/1438042991019.80_20150728002311-00011-ip-10-236-191-2_244456683_6.json
|
81dbc794_on_Terms_to_Know___For_Dummies__What_It_Means
|
[Term] Articles [What It Means]
|
The title of the document filed in many states to create a corporation. Also known as the certificate of incorporation or corporate charter.
|
[] |
Business Incorporation Terms to Know - For Dummies
|
What It Means
|
http://www.dummies.com/how-to/content/business-incorporation-terms-to-know.navId-815533.html
|
14/1438042986646.29_20150728002306-00271-ip-10-236-191-2_397649927_0.json
|
81dbc794_on_Terms_to_Know___For_Dummies__What_It_Means
|
[Term] Bylaws [What It Means]
|
The regulations of a corporation that, subject to statutory law and the articles of incorporation, provide the basic rules for the conduct of the corporation's business and affairs.
|
[] |
Business Incorporation Terms to Know - For Dummies
|
What It Means
|
http://www.dummies.com/how-to/content/business-incorporation-terms-to-know.navId-815533.html
|
14/1438042986646.29_20150728002306-00271-ip-10-236-191-2_397649927_0.json
|
81dbc794_on_Terms_to_Know___For_Dummies__What_It_Means
|
[Term] Certificate of authority [What It Means]
|
Formal evidence of qualification issued by a state to a foreign corporation.
|
[] |
Business Incorporation Terms to Know - For Dummies
|
What It Means
|
http://www.dummies.com/how-to/content/business-incorporation-terms-to-know.navId-815533.html
|
14/1438042986646.29_20150728002306-00271-ip-10-236-191-2_397649927_0.json
|
81dbc794_on_Terms_to_Know___For_Dummies__What_It_Means
|
[Term] Certificate of good standing [What It Means]
|
A certificate issued by a state official as evidence that a corporation is in existence or authorized to transact business in the state. Also known as a certificate of existence or certificate of authorization.
|
[] |
Business Incorporation Terms to Know - For Dummies
|
What It Means
|
http://www.dummies.com/how-to/content/business-incorporation-terms-to-know.navId-815533.html
|
14/1438042986646.29_20150728002306-00271-ip-10-236-191-2_397649927_0.json
|
81dbc794_on_Terms_to_Know___For_Dummies__What_It_Means
|
[Term] Domestic corporation [What It Means]
|
A term applied to a corporation doing business in its state of incorporation.
|
[] |
Business Incorporation Terms to Know - For Dummies
|
What It Means
|
http://www.dummies.com/how-to/content/business-incorporation-terms-to-know.navId-815533.html
|
14/1438042986646.29_20150728002306-00271-ip-10-236-191-2_397649927_0.json
|
81dbc794_on_Terms_to_Know___For_Dummies__What_It_Means
|
[Term] Foreign corporation [What It Means]
|
A term applied to a corporation doing business in a state other than its state of incorporation.
|
[] |
Business Incorporation Terms to Know - For Dummies
|
What It Means
|
http://www.dummies.com/how-to/content/business-incorporation-terms-to-know.navId-815533.html
|
14/1438042986646.29_20150728002306-00271-ip-10-236-191-2_397649927_0.json
|
81dbc794_on_Terms_to_Know___For_Dummies__What_It_Means
|
[Term] Franchise taxes [What It Means]
|
A tax or fee usually levied annually upon a corporation, limited liability company, or similar business entity for the right to exist or do business in a particular state.
|
[] |
Business Incorporation Terms to Know - For Dummies
|
What It Means
|
http://www.dummies.com/how-to/content/business-incorporation-terms-to-know.navId-815533.html
|
14/1438042986646.29_20150728002306-00271-ip-10-236-191-2_397649927_0.json
|
81dbc794_on_Terms_to_Know___For_Dummies__What_It_Means
|
[Term] LLC (limited liability company) [What It Means]
|
An artificial entity created under and governed by the laws of the jurisdiction in which it was formed. Limited liability companies are generally able to provide the limited personal liability of corporations and the pass-through taxation of partnerships or S corporations.
|
[] |
Business Incorporation Terms to Know - For Dummies
|
What It Means
|
http://www.dummies.com/how-to/content/business-incorporation-terms-to-know.navId-815533.html
|
14/1438042986646.29_20150728002306-00271-ip-10-236-191-2_397649927_0.json
|
81dbc794_on_Terms_to_Know___For_Dummies__What_It_Means
|
[Term] Minutes [What It Means]
|
A written record of meetings of or actions by the board of directors or shareholders.
|
[] |
Business Incorporation Terms to Know - For Dummies
|
What It Means
|
http://www.dummies.com/how-to/content/business-incorporation-terms-to-know.navId-815533.html
|
14/1438042986646.29_20150728002306-00271-ip-10-236-191-2_397649927_0.json
|
81dbc794_on_Terms_to_Know___For_Dummies__What_It_Means
|
[Term] Par value [What It Means]
|
A minimum price of a share below which the share cannot be issued, as designated in the articles of incorporation.
|
[] |
Business Incorporation Terms to Know - For Dummies
|
What It Means
|
http://www.dummies.com/how-to/content/business-incorporation-terms-to-know.navId-815533.html
|
14/1438042986646.29_20150728002306-00271-ip-10-236-191-2_397649927_0.json
|
81dbc794_on_Terms_to_Know___For_Dummies__What_It_Means
|
[Term] Registered agent [What It Means]
|
A person or entity designated to receive important tax and legal documents on behalf of the corporation. The registered agent must be located and available at a legal address within the specified jurisdiction at all times. Also known as a resident agent.
|
[] |
Business Incorporation Terms to Know - For Dummies
|
What It Means
|
http://www.dummies.com/how-to/content/business-incorporation-terms-to-know.navId-815533.html
|
14/1438042986646.29_20150728002306-00271-ip-10-236-191-2_397649927_0.json
|
81dbc794_on_Terms_to_Know___For_Dummies__What_It_Means
|
[Term] SubChapter S corporation [What It Means]
|
A corporation granted a special tax status as specified under the Internal Revenue Code (IRC). Since this type of corporation pays no income tax, all gains and losses of the corporation pass through to the individual shareholders in proportion to their holdings.
|
[] |
Business Incorporation Terms to Know - For Dummies
|
What It Means
|
http://www.dummies.com/how-to/content/business-incorporation-terms-to-know.navId-815533.html
|
14/1438042986646.29_20150728002306-00271-ip-10-236-191-2_397649927_0.json
|
916212a9_Net_Panel___FirebugWiki__Description
|
[Option] Copy Location [Context] all requests [Description]
|
Copies the URL of the request to the clipboard
|
[] |
Net Panel - FirebugWiki
|
Description
|
https://getfirebug.com/wiki/index.php?title=Net_Panel&diff=8006&oldid=8004
|
23/1438042990609.0_20150728002310-00122-ip-10-236-191-2_864271757_10.json
|
916212a9_Net_Panel___FirebugWiki__Description
|
[Option] Copy URL Parameters [Context] requests with URL parameters [Description]
|
Copies the URL parameters of the request to the clipboard
|
[] |
Net Panel - FirebugWiki
|
Description
|
https://getfirebug.com/wiki/index.php?title=Net_Panel&diff=8006&oldid=8004
|
23/1438042990609.0_20150728002310-00122-ip-10-236-191-2_864271757_10.json
|
916212a9_Net_Panel___FirebugWiki__Description
|
[Option] Copy Location with Parameters [Context] POST requests [Description]
|
Copies the URL including the parameters to the clipboard
|
[] |
Net Panel - FirebugWiki
|
Description
|
https://getfirebug.com/wiki/index.php?title=Net_Panel&diff=8006&oldid=8004
|
23/1438042990609.0_20150728002310-00122-ip-10-236-191-2_864271757_10.json
|
916212a9_Net_Panel___FirebugWiki__Description
|
[Option] Copy POST Parameters [Context] POST requests [Description]
|
Copies the POST parameters to the clipboard
|
[] |
Net Panel - FirebugWiki
|
Description
|
https://getfirebug.com/wiki/index.php?title=Net_Panel&diff=8006&oldid=8004
|
23/1438042990609.0_20150728002310-00122-ip-10-236-191-2_864271757_10.json
|
916212a9_Net_Panel___FirebugWiki__Description
|
[Option] Copy Request Headers [Context] all requests [Description]
|
Copies the headers of the request to the clipboard
|
[] |
Net Panel - FirebugWiki
|
Description
|
https://getfirebug.com/wiki/index.php?title=Net_Panel&diff=8006&oldid=8004
|
23/1438042990609.0_20150728002310-00122-ip-10-236-191-2_864271757_10.json
|
916212a9_Net_Panel___FirebugWiki__Description
|
[Option] Copy Response Headers [Context] all requests [Description]
|
Copies the headers of the response to the clipboard
|
[] |
Net Panel - FirebugWiki
|
Description
|
https://getfirebug.com/wiki/index.php?title=Net_Panel&diff=8006&oldid=8004
|
23/1438042990609.0_20150728002310-00122-ip-10-236-191-2_864271757_10.json
|
916212a9_Net_Panel___FirebugWiki__Description
|
[Option] Copy Resonse Body [Context] text file requests [Description]
|
Copies the response body to the system clipboard
|
[] |
Net Panel - FirebugWiki
|
Description
|
https://getfirebug.com/wiki/index.php?title=Net_Panel&diff=8006&oldid=8004
|
23/1438042990609.0_20150728002310-00122-ip-10-236-191-2_864271757_10.json
|
916212a9_Net_Panel___FirebugWiki__Description
|
[Option] Copy as cURL [Context] all requests [Description]
|
Copies the request as a cURL command to the clipboard (added in 1.12)
|
[] |
Net Panel - FirebugWiki
|
Description
|
https://getfirebug.com/wiki/index.php?title=Net_Panel&diff=8006&oldid=8004
|
23/1438042990609.0_20150728002310-00122-ip-10-236-191-2_864271757_10.json
|
916212a9_Net_Panel___FirebugWiki__Description
|
[Option] Open in New Tab [Context] all requests [Description]
|
Opens the resource in a new browser tab (uses the same HTTP method as the original request)
|
[] |
Net Panel - FirebugWiki
|
Description
|
https://getfirebug.com/wiki/index.php?title=Net_Panel&diff=8006&oldid=8004
|
23/1438042990609.0_20150728002310-00122-ip-10-236-191-2_864271757_10.json
|
916212a9_Net_Panel___FirebugWiki__Description
|
[Option] Open Response in New Tab [Context] text file requests [Description]
|
Opens the response in a new browser tab
|
[] |
Net Panel - FirebugWiki
|
Description
|
https://getfirebug.com/wiki/index.php?title=Net_Panel&diff=8006&oldid=8004
|
23/1438042990609.0_20150728002310-00122-ip-10-236-191-2_864271757_10.json
|
916212a9_Net_Panel___FirebugWiki__Description
|
[Option] Stop Loading [Context] loading requests [Description]
|
Stops loading the request
|
[] |
Net Panel - FirebugWiki
|
Description
|
https://getfirebug.com/wiki/index.php?title=Net_Panel&diff=8006&oldid=8004
|
23/1438042990609.0_20150728002310-00122-ip-10-236-191-2_864271757_10.json
|
916212a9_Net_Panel___FirebugWiki__Description
|
[Option] Resend [Context] all requests [Description]
|
Sends the request again
|
[] |
Net Panel - FirebugWiki
|
Description
|
https://getfirebug.com/wiki/index.php?title=Net_Panel&diff=8006&oldid=8004
|
23/1438042990609.0_20150728002310-00122-ip-10-236-191-2_864271757_10.json
|
916212a9_Net_Panel___FirebugWiki__Description
|
[Option] Use in Command Line [Context] all requests [Description]
|
Focuses the Command Line and makes the request available as $p.
|
[] |
Net Panel - FirebugWiki
|
Description
|
https://getfirebug.com/wiki/index.php?title=Net_Panel&diff=8006&oldid=8004
|
23/1438042990609.0_20150728002310-00122-ip-10-236-191-2_864271757_10.json
|
916212a9_Net_Panel___FirebugWiki__Description
|
[Option] Inspect in Script Panel [Context] JavaScript requests [Description]
|
Allows to inspect the requested JavaScript inside the DOM Panel
|
[] |
Net Panel - FirebugWiki
|
Description
|
https://getfirebug.com/wiki/index.php?title=Net_Panel&diff=8006&oldid=8004
|
23/1438042990609.0_20150728002310-00122-ip-10-236-191-2_864271757_10.json
|
916212a9_Net_Panel___FirebugWiki__Description
|
[Option] Inspect in CSS Panel [Context] CSS requests [Description]
|
Allows to inspect the requested style sheet definition inside the DOM Panel
|
[] |
Net Panel - FirebugWiki
|
Description
|
https://getfirebug.com/wiki/index.php?title=Net_Panel&diff=8006&oldid=8004
|
23/1438042990609.0_20150728002310-00122-ip-10-236-191-2_864271757_10.json
|
916212a9_Net_Panel___FirebugWiki__Description
|
[Option] Inspect in DOM Panel [Context] all requests [Description]
|
Allows to inspect the request inside the DOM Panel
|
[] |
Net Panel - FirebugWiki
|
Description
|
https://getfirebug.com/wiki/index.php?title=Net_Panel&diff=8006&oldid=8004
|
23/1438042990609.0_20150728002310-00122-ip-10-236-191-2_864271757_10.json
|
916212a9_Net_Panel___FirebugWiki__Description
|
[Option] Break on XHR [Context] XMLHttpRequests [Description]
|
Toggles the breakpoint for the request
|
[] |
Net Panel - FirebugWiki
|
Description
|
https://getfirebug.com/wiki/index.php?title=Net_Panel&diff=8006&oldid=8004
|
23/1438042990609.0_20150728002310-00122-ip-10-236-191-2_864271757_10.json
|
916212a9_Net_Panel___FirebugWiki__Description
|
[Option] Edit Breakpoint Condition... [Context] XMLHttpRequests with set breakpoint [Description]
|
Opens the dialog for setting a conditional breakpoint
|
[] |
Net Panel - FirebugWiki
|
Description
|
https://getfirebug.com/wiki/index.php?title=Net_Panel&diff=8006&oldid=8004
|
23/1438042990609.0_20150728002310-00122-ip-10-236-191-2_864271757_10.json
|
6df6f41f_erlink__POI_API_Documentation__Fields_Modifier_and_Type
|
[Field and Description] LINK_DOCUMENT Link to a place in this document [Modifier and Type]
|
static int
|
[
[
"s",
"t",
"a",
"t",
"i",
"c",
" ",
"i",
"n",
"t"
],
[
"p",
"r",
"o",
"t",
"e",
"c",
"t",
"e",
"d",
" ",
"i",
"n",
"t"
],
[
"p",
"r",
"o",
"t",
"e",
"c",
"t",
"e",
"d",
" ",
"H",
"y",
"p",
"e",
"r",
"l",
"i",
"n",
"k",
"R",
"e",
"c",
"o",
"r",
"d"
]
] |
HSSFHyperlink (POI API Documentation)
|
Modifier and Type
|
http://poi.apache.org/apidocs/org/apache/poi/hssf/usermodel/HSSFHyperlink.html
|
35/1438042990217.27_20150728002310-00073-ip-10-236-191-2_188645686_0.json
|
6df6f41f_erlink__POI_API_Documentation__Fields_Modifier_and_Type
|
[Field and Description] LINK_EMAIL Link to an E-mail address [Modifier and Type]
|
static int
|
[
[
"s",
"t",
"a",
"t",
"i",
"c",
" ",
"i",
"n",
"t"
],
[
"p",
"r",
"o",
"t",
"e",
"c",
"t",
"e",
"d",
" ",
"i",
"n",
"t"
],
[
"p",
"r",
"o",
"t",
"e",
"c",
"t",
"e",
"d",
" ",
"H",
"y",
"p",
"e",
"r",
"l",
"i",
"n",
"k",
"R",
"e",
"c",
"o",
"r",
"d"
]
] |
HSSFHyperlink (POI API Documentation)
|
Modifier and Type
|
http://poi.apache.org/apidocs/org/apache/poi/hssf/usermodel/HSSFHyperlink.html
|
35/1438042990217.27_20150728002310-00073-ip-10-236-191-2_188645686_0.json
|
6df6f41f_erlink__POI_API_Documentation__Fields_Modifier_and_Type
|
[Field and Description] LINK_FILE Link to a file [Modifier and Type]
|
static int
|
[
[
"s",
"t",
"a",
"t",
"i",
"c",
" ",
"i",
"n",
"t"
],
[
"p",
"r",
"o",
"t",
"e",
"c",
"t",
"e",
"d",
" ",
"i",
"n",
"t"
],
[
"p",
"r",
"o",
"t",
"e",
"c",
"t",
"e",
"d",
" ",
"H",
"y",
"p",
"e",
"r",
"l",
"i",
"n",
"k",
"R",
"e",
"c",
"o",
"r",
"d"
]
] |
HSSFHyperlink (POI API Documentation)
|
Modifier and Type
|
http://poi.apache.org/apidocs/org/apache/poi/hssf/usermodel/HSSFHyperlink.html
|
35/1438042990217.27_20150728002310-00073-ip-10-236-191-2_188645686_0.json
|
6df6f41f_erlink__POI_API_Documentation__Fields_Modifier_and_Type
|
[Field and Description] link_type If we create a new hyperlink remember its type [Modifier and Type]
|
protected int
|
[
[
"s",
"t",
"a",
"t",
"i",
"c",
" ",
"i",
"n",
"t"
],
[
"p",
"r",
"o",
"t",
"e",
"c",
"t",
"e",
"d",
" ",
"i",
"n",
"t"
],
[
"p",
"r",
"o",
"t",
"e",
"c",
"t",
"e",
"d",
" ",
"H",
"y",
"p",
"e",
"r",
"l",
"i",
"n",
"k",
"R",
"e",
"c",
"o",
"r",
"d"
]
] |
HSSFHyperlink (POI API Documentation)
|
Modifier and Type
|
http://poi.apache.org/apidocs/org/apache/poi/hssf/usermodel/HSSFHyperlink.html
|
35/1438042990217.27_20150728002310-00073-ip-10-236-191-2_188645686_0.json
|
6df6f41f_erlink__POI_API_Documentation__Fields_Modifier_and_Type
|
[Field and Description] LINK_URL Link to an existing file or web page [Modifier and Type]
|
static int
|
[
[
"s",
"t",
"a",
"t",
"i",
"c",
" ",
"i",
"n",
"t"
],
[
"p",
"r",
"o",
"t",
"e",
"c",
"t",
"e",
"d",
" ",
"i",
"n",
"t"
],
[
"p",
"r",
"o",
"t",
"e",
"c",
"t",
"e",
"d",
" ",
"H",
"y",
"p",
"e",
"r",
"l",
"i",
"n",
"k",
"R",
"e",
"c",
"o",
"r",
"d"
]
] |
HSSFHyperlink (POI API Documentation)
|
Modifier and Type
|
http://poi.apache.org/apidocs/org/apache/poi/hssf/usermodel/HSSFHyperlink.html
|
35/1438042990217.27_20150728002310-00073-ip-10-236-191-2_188645686_0.json
|
6df6f41f_erlink__POI_API_Documentation__Fields_Modifier_and_Type
|
[Field and Description] record Low-level record object that stores the actual hyperlink data [Modifier and Type]
|
protected HyperlinkRecord
|
[
[
"s",
"t",
"a",
"t",
"i",
"c",
" ",
"i",
"n",
"t"
],
[
"p",
"r",
"o",
"t",
"e",
"c",
"t",
"e",
"d",
" ",
"i",
"n",
"t"
],
[
"p",
"r",
"o",
"t",
"e",
"c",
"t",
"e",
"d",
" ",
"H",
"y",
"p",
"e",
"r",
"l",
"i",
"n",
"k",
"R",
"e",
"c",
"o",
"r",
"d"
]
] |
HSSFHyperlink (POI API Documentation)
|
Modifier and Type
|
http://poi.apache.org/apidocs/org/apache/poi/hssf/usermodel/HSSFHyperlink.html
|
35/1438042990217.27_20150728002310-00073-ip-10-236-191-2_188645686_0.json
|
30db379d_search_engines___Global_Nerdy__SourceType
|
[Description] Searches for web content [Example Search Terms] accordion – returns web pages containing the term “accordion” [SourceType]
|
Web
|
[
[
"W",
"e",
"b"
],
[
"I",
"m",
"a",
"g",
"e"
],
[
"N",
"e",
"w",
"s"
],
[
"I",
"n",
"s",
"t",
"a",
"n",
"t",
"A",
"n",
"s",
"w",
"e",
"r"
],
[
"S",
"p",
"e",
"l",
"l"
],
[
"P",
"h",
"o",
"n",
"e",
"b",
"o",
"o",
"k"
],
[
"R",
"e",
"l",
"a",
"t",
"e",
"d",
"S",
"e",
"a",
"r",
"c",
"h"
],
[
"A",
"d"
]
] |
search engines — Global Nerdy
|
SourceType
|
http://www.globalnerdy.com/tag/search-engines/
|
14/1438042986646.29_20150728002306-00269-ip-10-236-191-2_472207546_1.json
|
30db379d_search_engines___Global_Nerdy__SourceType
|
[Description] Searches for images on the web [Example Search Terms] accordion – returns images of accordions [SourceType]
|
Image
|
[
[
"W",
"e",
"b"
],
[
"I",
"m",
"a",
"g",
"e"
],
[
"N",
"e",
"w",
"s"
],
[
"I",
"n",
"s",
"t",
"a",
"n",
"t",
"A",
"n",
"s",
"w",
"e",
"r"
],
[
"S",
"p",
"e",
"l",
"l"
],
[
"P",
"h",
"o",
"n",
"e",
"b",
"o",
"o",
"k"
],
[
"R",
"e",
"l",
"a",
"t",
"e",
"d",
"S",
"e",
"a",
"r",
"c",
"h"
],
[
"A",
"d"
]
] |
search engines — Global Nerdy
|
SourceType
|
http://www.globalnerdy.com/tag/search-engines/
|
14/1438042986646.29_20150728002306-00269-ip-10-236-191-2_472207546_1.json
|
30db379d_search_engines___Global_Nerdy__SourceType
|
[Description] Searches news stories [Example Search Terms] accordion – returns news articles about accordions [SourceType]
|
News
|
[
[
"W",
"e",
"b"
],
[
"I",
"m",
"a",
"g",
"e"
],
[
"N",
"e",
"w",
"s"
],
[
"I",
"n",
"s",
"t",
"a",
"n",
"t",
"A",
"n",
"s",
"w",
"e",
"r"
],
[
"S",
"p",
"e",
"l",
"l"
],
[
"P",
"h",
"o",
"n",
"e",
"b",
"o",
"o",
"k"
],
[
"R",
"e",
"l",
"a",
"t",
"e",
"d",
"S",
"e",
"a",
"r",
"c",
"h"
],
[
"A",
"d"
]
] |
search engines — Global Nerdy
|
SourceType
|
http://www.globalnerdy.com/tag/search-engines/
|
14/1438042986646.29_20150728002306-00269-ip-10-236-191-2_472207546_1.json
|
30db379d_search_engines___Global_Nerdy__SourceType
|
[Description] Searches Encarta online [Example Search Terms] what is an accordion – returns the definition of “accordion” convert 1.6 kilometres to miles – returns “0.9941939 miles” sin(30 degrees) – returns “0.5” [SourceType]
|
InstantAnswer
|
[
[
"W",
"e",
"b"
],
[
"I",
"m",
"a",
"g",
"e"
],
[
"N",
"e",
"w",
"s"
],
[
"I",
"n",
"s",
"t",
"a",
"n",
"t",
"A",
"n",
"s",
"w",
"e",
"r"
],
[
"S",
"p",
"e",
"l",
"l"
],
[
"P",
"h",
"o",
"n",
"e",
"b",
"o",
"o",
"k"
],
[
"R",
"e",
"l",
"a",
"t",
"e",
"d",
"S",
"e",
"a",
"r",
"c",
"h"
],
[
"A",
"d"
]
] |
search engines — Global Nerdy
|
SourceType
|
http://www.globalnerdy.com/tag/search-engines/
|
14/1438042986646.29_20150728002306-00269-ip-10-236-191-2_472207546_1.json
|
30db379d_search_engines___Global_Nerdy__SourceType
|
[Description] Searches Encarta Dictionary for spelling suggestions [Example Search Terms] accordian – returns “accordion” [SourceType]
|
Spell
|
[
[
"W",
"e",
"b"
],
[
"I",
"m",
"a",
"g",
"e"
],
[
"N",
"e",
"w",
"s"
],
[
"I",
"n",
"s",
"t",
"a",
"n",
"t",
"A",
"n",
"s",
"w",
"e",
"r"
],
[
"S",
"p",
"e",
"l",
"l"
],
[
"P",
"h",
"o",
"n",
"e",
"b",
"o",
"o",
"k"
],
[
"R",
"e",
"l",
"a",
"t",
"e",
"d",
"S",
"e",
"a",
"r",
"c",
"h"
],
[
"A",
"d"
]
] |
search engines — Global Nerdy
|
SourceType
|
http://www.globalnerdy.com/tag/search-engines/
|
14/1438042986646.29_20150728002306-00269-ip-10-236-191-2_472207546_1.json
|
30db379d_search_engines___Global_Nerdy__SourceType
|
[Description] Searches phonebook entries [Example Search Terms] accordions in Toronto – returns location results for “accordions in Toronto” [SourceType]
|
Phonebook
|
[
[
"W",
"e",
"b"
],
[
"I",
"m",
"a",
"g",
"e"
],
[
"N",
"e",
"w",
"s"
],
[
"I",
"n",
"s",
"t",
"a",
"n",
"t",
"A",
"n",
"s",
"w",
"e",
"r"
],
[
"S",
"p",
"e",
"l",
"l"
],
[
"P",
"h",
"o",
"n",
"e",
"b",
"o",
"o",
"k"
],
[
"R",
"e",
"l",
"a",
"t",
"e",
"d",
"S",
"e",
"a",
"r",
"c",
"h"
],
[
"A",
"d"
]
] |
search engines — Global Nerdy
|
SourceType
|
http://www.globalnerdy.com/tag/search-engines/
|
14/1438042986646.29_20150728002306-00269-ip-10-236-191-2_472207546_1.json
|
30db379d_search_engines___Global_Nerdy__SourceType
|
[Description] Returns query strings most similar to yours [Example Search Terms] accordion – returns results like “{piano accordion; button accordion; accordion store}” [SourceType]
|
RelatedSearch
|
[
[
"W",
"e",
"b"
],
[
"I",
"m",
"a",
"g",
"e"
],
[
"N",
"e",
"w",
"s"
],
[
"I",
"n",
"s",
"t",
"a",
"n",
"t",
"A",
"n",
"s",
"w",
"e",
"r"
],
[
"S",
"p",
"e",
"l",
"l"
],
[
"P",
"h",
"o",
"n",
"e",
"b",
"o",
"o",
"k"
],
[
"R",
"e",
"l",
"a",
"t",
"e",
"d",
"S",
"e",
"a",
"r",
"c",
"h"
],
[
"A",
"d"
]
] |
search engines — Global Nerdy
|
SourceType
|
http://www.globalnerdy.com/tag/search-engines/
|
14/1438042986646.29_20150728002306-00269-ip-10-236-191-2_472207546_1.json
|
30db379d_search_engines___Global_Nerdy__SourceType
|
[Description] Returns advertisements to incorporate with results (use this to make money with you Bing-powered application) [Example Search Terms] accordion – returns ads relevant to the keyword “accordion” [SourceType]
|
Ad
|
[
[
"W",
"e",
"b"
],
[
"I",
"m",
"a",
"g",
"e"
],
[
"N",
"e",
"w",
"s"
],
[
"I",
"n",
"s",
"t",
"a",
"n",
"t",
"A",
"n",
"s",
"w",
"e",
"r"
],
[
"S",
"p",
"e",
"l",
"l"
],
[
"P",
"h",
"o",
"n",
"e",
"b",
"o",
"o",
"k"
],
[
"R",
"e",
"l",
"a",
"t",
"e",
"d",
"S",
"e",
"a",
"r",
"c",
"h"
],
[
"A",
"d"
]
] |
search engines — Global Nerdy
|
SourceType
|
http://www.globalnerdy.com/tag/search-engines/
|
14/1438042986646.29_20150728002306-00269-ip-10-236-191-2_472207546_1.json
|
b7a32610__Education_and_Training___UMUC__iCollege_Certificate_Program
|
[Credits Applied] Up to 15 [UMUC Degree] Master of Science in Management with a specialization in Financial Management [iCollege Certificate Program]
|
Chief Financial Officer
|
[] |
Credit for Military Education and Training | UMUC
|
iCollege Certificate Program
|
http://www.umuc.edu/active-duty-military/transfer-credits/military-education.cfm?renderforprint=1
|
16/1438042987866.61_20150728002307-00076-ip-10-236-191-2_807075992_8.json
|
b7a32610__Education_and_Training___UMUC__iCollege_Certificate_Program
|
[Credits Applied] Up to 15 [UMUC Degree] Master of Science in Information Technology with a specialization in Informatics [iCollege Certificate Program]
|
Chief Information Officer
|
[] |
Credit for Military Education and Training | UMUC
|
iCollege Certificate Program
|
http://www.umuc.edu/active-duty-military/transfer-credits/military-education.cfm?renderforprint=1
|
16/1438042987866.61_20150728002307-00076-ip-10-236-191-2_807075992_8.json
|
b7a32610__Education_and_Training___UMUC__iCollege_Certificate_Program
|
[Credits Applied] Up to 18 [UMUC Degree] Master of Science in Cybersecurity Policy [iCollege Certificate Program]
|
Cyber-Leadership
|
[] |
Credit for Military Education and Training | UMUC
|
iCollege Certificate Program
|
http://www.umuc.edu/active-duty-military/transfer-credits/military-education.cfm?renderforprint=1
|
16/1438042987866.61_20150728002307-00076-ip-10-236-191-2_807075992_8.json
|
b7a32610__Education_and_Training___UMUC__iCollege_Certificate_Program
|
[Credits Applied] Up to 9 [UMUC Degree] Master of Science in Information Technology with a specialization in Information Assurance [iCollege Certificate Program]
|
Cyber-Security
|
[] |
Credit for Military Education and Training | UMUC
|
iCollege Certificate Program
|
http://www.umuc.edu/active-duty-military/transfer-credits/military-education.cfm?renderforprint=1
|
16/1438042987866.61_20150728002307-00076-ip-10-236-191-2_807075992_8.json
|
b7a32610__Education_and_Training___UMUC__iCollege_Certificate_Program
|
[Credits Applied] Up to 15 [UMUC Degree] Master of Science in Management with a specialization in Information Systems and Services [iCollege Certificate Program]
|
Government Strategic Leader
|
[] |
Credit for Military Education and Training | UMUC
|
iCollege Certificate Program
|
http://www.umuc.edu/active-duty-military/transfer-credits/military-education.cfm?renderforprint=1
|
16/1438042987866.61_20150728002307-00076-ip-10-236-191-2_807075992_8.json
|
b7a32610__Education_and_Training___UMUC__iCollege_Certificate_Program
|
[Credits Applied] Up to 12 [UMUC Degree] Master of Science in Information Technology with a specialization in Project Management [iCollege Certificate Program]
|
Information Technology Project Management
|
[] |
Credit for Military Education and Training | UMUC
|
iCollege Certificate Program
|
http://www.umuc.edu/active-duty-military/transfer-credits/military-education.cfm?renderforprint=1
|
16/1438042987866.61_20150728002307-00076-ip-10-236-191-2_807075992_8.json
|
69073aaa_ions_is_now_open____Poshoholic__Description
|
[Title] How VMware does PowerShell [Description]
|
Presented by: Alan Renouf Learn the top 5 things VMware does in PowerShell that is different to anything you have seen before, see how a 3rd Party can take the awesome sauce of PowerShell and add their own flare. This session will show you some cool features of VMware’s PowerShell snapin (PowerCLI) and show how VMware became the largest PowerShell community outside of Microsoft. This session is relevant to anyone who uses PowerShell as it will show the key features VMware included in their snapin and the benefits these give to system administrators.
|
[] |
Voting for the 2013 PowerShell Summit sessions is now open! | Poshoholic
|
Description
|
http://poshoholic.com/2012/10/15/voting-for-the-2013-powershell-summit-sessions-is-now-open/
|
5/1438042987135.9_20150728002307-00284-ip-10-236-191-2_191620689_0.json
|
69073aaa_ions_is_now_open____Poshoholic__Description
|
[Title] Creating a complex and reusable HTML reporting structure [Description]
|
Presented by: Alan Renouf In this session I will show you the shortcuts and tricks picked up when creating a complex reporting structure with PowerShell, how a simple HTML output script grew to be a reporting structure which can adapt to give detailed, nicely formatted reports on any application or system that has a PowerShell interface, and even some that don’t!
|
[] |
Voting for the 2013 PowerShell Summit sessions is now open! | Poshoholic
|
Description
|
http://poshoholic.com/2012/10/15/voting-for-the-2013-powershell-summit-sessions-is-now-open/
|
5/1438042987135.9_20150728002307-00284-ip-10-236-191-2_191620689_0.json
|
69073aaa_ions_is_now_open____Poshoholic__Description
|
[Title] Creating Add-on Tools for PowerShell ISE [Description]
|
Presented by: Kirk Munro PowerShell 3 includes a ton of improvements to the integrated scripting editor, PowerShell ISE. As great as PowerShell ISE is in this version, there is still a lot of room for improvement. Fortunately, Microsoft anticipated that they wouldn’t be able to do everything, so they extended their support for creating Add-on Tools for PowerShell ISE. In this session, the worlds first self-proclaimed Poshoholic and PowerShell MVP Kirk Munro will provide a soup to nuts demonstration of PowerShell ISE Add-on Tools, showing how you can create everything from simple menu extensions to feature rich windows that respond to ISE events and that are docked right inside of the ISE. Technologies covered in this session include the PowerShell ISE object model, C#, WPF, eventing, Visual Studio 2012, and of course several core PowerShell features.
|
[] |
Voting for the 2013 PowerShell Summit sessions is now open! | Poshoholic
|
Description
|
http://poshoholic.com/2012/10/15/voting-for-the-2013-powershell-summit-sessions-is-now-open/
|
5/1438042987135.9_20150728002307-00284-ip-10-236-191-2_191620689_0.json
|
69073aaa_ions_is_now_open____Poshoholic__Description
|
[Title] Workflow Walkthrough [Description]
|
Presented by: Don Jones It seems like everyone’s interested in v3’s new Workflow feature, so let’s do a quick walkthrough of building one from scratch. We’ll skip the usual "provisioning" example and go for something a bit more constrained, and perhaps real-world, where workflow’s unique features can really be put to solid use. This’ll also be an opportunity to discuss what workflow can and can’t do, and discuss some of the options and permutations of using it.
|
[] |
Voting for the 2013 PowerShell Summit sessions is now open! | Poshoholic
|
Description
|
http://poshoholic.com/2012/10/15/voting-for-the-2013-powershell-summit-sessions-is-now-open/
|
5/1438042987135.9_20150728002307-00284-ip-10-236-191-2_191620689_0.json
|
69073aaa_ions_is_now_open____Poshoholic__Description
|
[Title] Remoting Configuration Deep Dive [Description]
|
Presented by: Don Jones What do you do when Enable-PSRemoting isn’t enough? Dig deeper. We’ll run through all of the major configuration scenarios, including how to use (and not abuse) TrustedHosts, how to set up an HTTPS listener (and use it), how to do non-domain authentication, how to enable CredSSP and configure it to be less than a major security hole, and more. Pretty much every possible Remoting config, we’ll cover. With detailed, step-by-step instructions!
|
[] |
Voting for the 2013 PowerShell Summit sessions is now open! | Poshoholic
|
Description
|
http://poshoholic.com/2012/10/15/voting-for-the-2013-powershell-summit-sessions-is-now-open/
|
5/1438042987135.9_20150728002307-00284-ip-10-236-191-2_191620689_0.json
|
69073aaa_ions_is_now_open____Poshoholic__Description
|
[Title] Remoting Security Smackdown [Description]
|
Presented by: Don Jones You know you want to turn on Remoting. Heck, Win2012 turns it on for you and can’t be managed without it! But your "Security Guys" are freaking out, which is odd, because they don’t seem to mind RDP. So we’ll run through every single aspect of Remoting security: Mutual authentication. Auditing. Authentication. Delegation. Impersonation. Double-hop. Triple-hop. CredSSP. Kerberos. SSL. Everything. You bring the security guys’ questions, we’ll get you the most accurate answers possible to take back with you.
|
[] |
Voting for the 2013 PowerShell Summit sessions is now open! | Poshoholic
|
Description
|
http://poshoholic.com/2012/10/15/voting-for-the-2013-powershell-summit-sessions-is-now-open/
|
5/1438042987135.9_20150728002307-00284-ip-10-236-191-2_191620689_0.json
|
69073aaa_ions_is_now_open____Poshoholic__Description
|
[Title] Delegated Administration via Remoting and GUI [Description]
|
Presented by: Don Jones It’s an age-old problem: You want to set up some of your users to perform some basic task, but you don’t actually want to give them permissions to do it, and you certainly don’t want to give them the MMC necessary to do it. Thanks to Remoting and a little WinForms action, that’s no problem. We’ll walk through how to set up a constrained Remoting endpoint that can run a highly limited set of predefined commands, and that runs them under alternate credentials. Then we’ll build a simple GUI app, suitable for end-user consumption, that utilizes the endpoint to accomplish the task. It’s the perfect way to build end-user tools, help desk utilities, and more!
|
[] |
Voting for the 2013 PowerShell Summit sessions is now open! | Poshoholic
|
Description
|
http://poshoholic.com/2012/10/15/voting-for-the-2013-powershell-summit-sessions-is-now-open/
|
5/1438042987135.9_20150728002307-00284-ip-10-236-191-2_191620689_0.json
|
69073aaa_ions_is_now_open____Poshoholic__Description
|
[Title] Building Self-Service Web Tools with PowerShell [Description]
|
Presented by: Don Jones We all want to make our lives easier… and often, that means giving users self-service tools to accomplish specific tasks. Deploying those tools can be a pain in the next, though, unless you can create them as a Web page. After all, a Web server provides a centralized platform. In this session, we’ll look at a couple of ways of building self-service Web pages. One, using /n software’s tool that lets a .PS1 become a Web page, and another in building a simple ASP.NET page that hosts PowerShell’s engine.
|
[] |
Voting for the 2013 PowerShell Summit sessions is now open! | Poshoholic
|
Description
|
http://poshoholic.com/2012/10/15/voting-for-the-2013-powershell-summit-sessions-is-now-open/
|
5/1438042987135.9_20150728002307-00284-ip-10-236-191-2_191620689_0.json
|
69073aaa_ions_is_now_open____Poshoholic__Description
|
[Title] Help for Help: A Help Authoring Deep Dive [Description]
|
Presented by: June Blender, Senior Programming Writer, Windows PowerShell Team A comprehensive 400-level talk for module authors about authoring techniques for all types of Windows PowerShell Help, including About help and help for all command types, including cmdlets (and the MAML schema), scripts, functions, CIM commands, workflows (script and XAML), providers (including custom cmdlet help), and snippets. What you can and cannot do, and what’s worth doing when time and resources are short. We’ll cover online help, Updatable Help, and all the gotchas (HelpInfo XML, HelpInfoUri, HelpUri, CHMs), and I’ll share the scripts that I use to generate help files and verify the accuracy of parameters, parameter values, parameter attributes, GUIDs, and URIs.
|
[] |
Voting for the 2013 PowerShell Summit sessions is now open! | Poshoholic
|
Description
|
http://poshoholic.com/2012/10/15/voting-for-the-2013-powershell-summit-sessions-is-now-open/
|
5/1438042987135.9_20150728002307-00284-ip-10-236-191-2_191620689_0.json
|
69073aaa_ions_is_now_open____Poshoholic__Description
|
[Title] Practical PowerShell Integration from Bare Metal to the Cloud [Description]
|
Presented by: Alan Renouf See how PowerShell can be used as the glue of the datacenter, take information from VMware, Cisco and Microsoft, Glue them all together and go from bare metal up to the cloud and beyond. Learn how PowerShell is now expanding to be the language of choice and how Microsoft and third party products can be tied together to create fantastic solutions.
|
[] |
Voting for the 2013 PowerShell Summit sessions is now open! | Poshoholic
|
Description
|
http://poshoholic.com/2012/10/15/voting-for-the-2013-powershell-summit-sessions-is-now-open/
|
5/1438042987135.9_20150728002307-00284-ip-10-236-191-2_191620689_0.json
|
69073aaa_ions_is_now_open____Poshoholic__Description
|
[Title] PowerShell for the Security Professional [Description]
|
Presented by: Carlos Perez How can PowerShell be leveraged by the security professional doing Incident Response, Penetration Testing (Enumeration and Post-Exploitation) or performing an audit. The presentation will cover how PowerShell can be used to gather volatile information during an incident response, what cmdlets and technologies work best to gather the proper info and alter the least the system state. Use PowerShell to help in the documentation of the integrity of the results gathered. For the Pentester how to use PowerShell to write enumeration tools leveraging .Net and use PowerShell in post-exploitation running PowerShell in Shell,Leveraging Metasploit PowerShell mixing for running scripts to gain further foothold on target systems, escalate privileges and log all keystrokes on a target.
|
[] |
Voting for the 2013 PowerShell Summit sessions is now open! | Poshoholic
|
Description
|
http://poshoholic.com/2012/10/15/voting-for-the-2013-powershell-summit-sessions-is-now-open/
|
5/1438042987135.9_20150728002307-00284-ip-10-236-191-2_191620689_0.json
|
69073aaa_ions_is_now_open____Poshoholic__Description
|
[Title] PowerCLI and vSphere API integration [Description]
|
Presented by: Luc Dekens The PowerCLI snapin is used to manage and automate your VMware vSphere and vCD environments. One of the strengths of the PowerCLI snapin from day 1 is it’s ability to flawlessly integrate with the rich API ecosystem vSphere and vCD offer. A byproduct of this tight API integration is the ability to scale your automation scripts for bigger environments. This session will show how it’s done, how you can use it and how easy it is.
|
[] |
Voting for the 2013 PowerShell Summit sessions is now open! | Poshoholic
|
Description
|
http://poshoholic.com/2012/10/15/voting-for-the-2013-powershell-summit-sessions-is-now-open/
|
5/1438042987135.9_20150728002307-00284-ip-10-236-191-2_191620689_0.json
|
69073aaa_ions_is_now_open____Poshoholic__Description
|
[Title] PowerCLI and performance reports [Description]
|
Presented by: Luc Dekens The VMware vSphere environment provides many performance metrics to see what is going on inside. You can use these metrics for problem solving, performance reports and capacity planning. This session will explain how to tackle the collection and handling of these performance metrics. It will also show all the possibilities you have to present your data in a meaningful way. There will be some math and statistics involved, but that’ should be no problem for PowerShell and the average administrator.
|
[] |
Voting for the 2013 PowerShell Summit sessions is now open! | Poshoholic
|
Description
|
http://poshoholic.com/2012/10/15/voting-for-the-2013-powershell-summit-sessions-is-now-open/
|
5/1438042987135.9_20150728002307-00284-ip-10-236-191-2_191620689_0.json
|
69073aaa_ions_is_now_open____Poshoholic__Description
|
[Title] PowerCLI automates the lifecycle management of your VM [Description]
|
Presented by: Luc Dekens With VMware’s PowerCLI snapin it is easy to automate the complete lifecycle management of your VMs. This sessions will show how this is done. With the available cmdlets you can create, configure, administer and remove any VM. Needless to say that the session will discuss the best practices. But it will also show some lesser known tricks to get your VMs in exactly the state you want them to be. And you’ll learn how you can produce meaningful reports at every step of the way. In short, "The Automated Life of a VM".
|
[] |
Voting for the 2013 PowerShell Summit sessions is now open! | Poshoholic
|
Description
|
http://poshoholic.com/2012/10/15/voting-for-the-2013-powershell-summit-sessions-is-now-open/
|
5/1438042987135.9_20150728002307-00284-ip-10-236-191-2_191620689_0.json
|
69073aaa_ions_is_now_open____Poshoholic__Description
|
[Title] PowerShell and Source Control for the IT Pro [Description]
|
Presented by: Andy Schneider Are you ever concerned about updating a script, having it break, and can’t remember what you changed. This is source control by an IT Pro for IT Pros. Come check out some best practices and lessons learned on how to incorporate source control as part of writing scripts. Learn how to have your code available via the web and easily accessed on multiple machines. We’ll take a look at using GIT to ensure your code is always up to date and you can always get back to where you were if you break something.
|
[] |
Voting for the 2013 PowerShell Summit sessions is now open! | Poshoholic
|
Description
|
http://poshoholic.com/2012/10/15/voting-for-the-2013-powershell-summit-sessions-is-now-open/
|
5/1438042987135.9_20150728002307-00284-ip-10-236-191-2_191620689_0.json
|
69073aaa_ions_is_now_open____Poshoholic__Description
|
[Title] PowerShell and Active Directory [Description]
|
Presented by: Andy Schneider This session will provide a quick overview of different options to manage AD using PowerShell. It will quickly jump into some of the shortcomings of the MSFT provided Active Directory module and how to work around them, and even "fix" them using proxy functions and the new Default Parameter Set feature in V3.
|
[] |
Voting for the 2013 PowerShell Summit sessions is now open! | Poshoholic
|
Description
|
http://poshoholic.com/2012/10/15/voting-for-the-2013-powershell-summit-sessions-is-now-open/
|
5/1438042987135.9_20150728002307-00284-ip-10-236-191-2_191620689_0.json
|
69073aaa_ions_is_now_open____Poshoholic__Description
|
[Title] Disconnected Sessions: How they work. How they’ll work for you [Description]
|
Presented by: Paul Higinbotham, Software Development Engineer, Microsoft and June Blender, Senior Programming Writer, Windows PowerShell Team An in-depth talk for script authors and IT professionals interested in learning how to disconnect from live remote sessions and reconnect to those sessions later from an arbitrary client machine. What you can and can’t do with disconnected remote sessions, how remote sessions can be automatically disconnected because of network problems, how to query remote machines for available sessions you can connect to, and how to use disconnect session options. Paul Higinbotham, the developer who coded the feature, and June Blender, Windows PowerShell programming writer, describe the design and architecture of disconnected sessions and explain how session information is retained and disconnected sessions are reconnected. We will cover the details of several remote session disconnect scenarios using the new and modified cmdlets for this feature and demonstrate how to use them.
|
[] |
Voting for the 2013 PowerShell Summit sessions is now open! | Poshoholic
|
Description
|
http://poshoholic.com/2012/10/15/voting-for-the-2013-powershell-summit-sessions-is-now-open/
|
5/1438042987135.9_20150728002307-00284-ip-10-236-191-2_191620689_0.json
|
69073aaa_ions_is_now_open____Poshoholic__Description
|
[Title] PowerCLI: how to run PS scripts inside the VM’s guest OS [Description]
|
Presented by: Luc Dekens You can use PSRemoting to run PowerShell scripts inside the guest OS of your VM. But what to do when PSRemoting isn’t possible or available ? Think for example of VMs in a DMZ or on a pvlan. This session will show some alternatives. Run scripts as part of the guest OS deployment, run scripts through the VMware Tools interface or use an external trigger, via the VMware Tools, to influence PS jobs scheduled inside the guest OS.
|
[] |
Voting for the 2013 PowerShell Summit sessions is now open! | Poshoholic
|
Description
|
http://poshoholic.com/2012/10/15/voting-for-the-2013-powershell-summit-sessions-is-now-open/
|
5/1438042987135.9_20150728002307-00284-ip-10-236-191-2_191620689_0.json
|
69073aaa_ions_is_now_open____Poshoholic__Description
|
[Title] CIM sessions [Description]
|
Presented by: Richard Siddaway The introduction of the CIM cmdlets and “cmdlets over objects” in PowerShell v3 provide new ways to work with WMI. In addition, they bring a new way to access remote systems ? CIM sessions. Analogous to PowerShell remoting sessions they provide a new flexibility when working with WMI and remote machines. This session will demonstrate: – How to use CIM sessions against systems running PowerShell v3 – How to work with legacy installations of PowerShell v2 – How to use the available CIM session options to configure the session to meet your requirements – Compare and contrast working with WMI, CIM and WSMAN cmdlets against remote machines to illustrate the strengths and weaknesses of each – How to mix and match CIM sessions using WSMAN and DCOM. The key takeaways from this session will be: – The CIM cmdlets provide a new way to access WMI – WSMAN is required knowledge – WSMAN and DCOM can both be used with the CIM cmdlets – CIM sessions are easy to use and very powerful – No more DCOM problems
|
[] |
Voting for the 2013 PowerShell Summit sessions is now open! | Poshoholic
|
Description
|
http://poshoholic.com/2012/10/15/voting-for-the-2013-powershell-summit-sessions-is-now-open/
|
5/1438042987135.9_20150728002307-00284-ip-10-236-191-2_191620689_0.json
|
69073aaa_ions_is_now_open____Poshoholic__Description
|
[Title] PowerShell and the Legacy [Description]
|
Presented by: Sean Kearney There is a belief that using PowerShell means rejecting the use of legacy environments like vbScript and Console applications. Some may also believe that just because they have an older system it is not possible to manage it with PowerShell Watch as the most Energized MVP, Sean Kearney takes you into a world of wonder where the old and the new Co-Exist. See possibilities you may not have considered before. Key take-aways: – Interaction between modern day PowerShell and older apps – Repurposing older tools as PowerShell cmdlets
|
[] |
Voting for the 2013 PowerShell Summit sessions is now open! | Poshoholic
|
Description
|
http://poshoholic.com/2012/10/15/voting-for-the-2013-powershell-summit-sessions-is-now-open/
|
5/1438042987135.9_20150728002307-00284-ip-10-236-191-2_191620689_0.json
|
69073aaa_ions_is_now_open____Poshoholic__Description
|
[Title] Tastes Great! Less Scripting! [Description]
|
Presented by: Sean Kearney The fight continues on. the argument between the great Lords above that PowerShell is a scripting Environment vs whether it is a Management console! Watch an Actual ITPro on Stage as he shows how he REALLY uses PowerShell in a day to day environment, from basic management and reporting needs, to building out a script to manage needed tasks Take aways Understanding that learning PowerShell does NOT mean a heavy reschooling.
|
[] |
Voting for the 2013 PowerShell Summit sessions is now open! | Poshoholic
|
Description
|
http://poshoholic.com/2012/10/15/voting-for-the-2013-powershell-summit-sessions-is-now-open/
|
5/1438042987135.9_20150728002307-00284-ip-10-236-191-2_191620689_0.json
|
69073aaa_ions_is_now_open____Poshoholic__Description
|
[Title] PowerShell and Hyper-V3 – Flying by the Seat of your Pants [Description]
|
Presented by: Sean Kearney Go hardcore. Or in this case FULL SERVER CORE 2012! Learn how you can fully manage a complete clustered Hyper-V core environment in Server 2012 from Creation of the Cluster to management of the Virtual machines including Site replication all without the GUI. Take aways? Be hard core and go CORE! :)
|
[] |
Voting for the 2013 PowerShell Summit sessions is now open! | Poshoholic
|
Description
|
http://poshoholic.com/2012/10/15/voting-for-the-2013-powershell-summit-sessions-is-now-open/
|
5/1438042987135.9_20150728002307-00284-ip-10-236-191-2_191620689_0.json
|
69073aaa_ions_is_now_open____Poshoholic__Description
|
[Title] Highway to PowerShell – The Story behind the Story [Description]
|
Presented by: Sean Kearney Ok this isn’t Deep Dive and I don’t expect anybody to PAY for this but I’m willing to talk about just HOW and WHY I turned into a musical Madman :)
|
[] |
Voting for the 2013 PowerShell Summit sessions is now open! | Poshoholic
|
Description
|
http://poshoholic.com/2012/10/15/voting-for-the-2013-powershell-summit-sessions-is-now-open/
|
5/1438042987135.9_20150728002307-00284-ip-10-236-191-2_191620689_0.json
|
69073aaa_ions_is_now_open____Poshoholic__Description
|
[Title] Authoring PowerShell like a Poshoholic [Description]
|
Presented by: Kirk Munro I’ve been using PowerShell for over 6 years. Blogging about it for over 5 years. Creating and managing products based on PowerShell for about that long as well, and writing a whole lot of scripts during the process. During this time I’ve come up with a trick or three to make that work easier. Some of these tricks are simple time savers, while others are ground breaking opportunities that just might change the way you write PowerShell. Come and join me in this session to get a bird’s eye view at some of the work I’ve been doing with PowerShell, as I talk about tips, tricks, and best practices while demonstrating some of the extensions I’ve written specifically to make authoring with PowerShell easier to do. Topics discussed include proxy functions, WMI/CIM, Microsoft Office, DSVs, WiX, merge modules, type accelerators, and more.
|
[] |
Voting for the 2013 PowerShell Summit sessions is now open! | Poshoholic
|
Description
|
http://poshoholic.com/2012/10/15/voting-for-the-2013-powershell-summit-sessions-is-now-open/
|
5/1438042987135.9_20150728002307-00284-ip-10-236-191-2_191620689_0.json
|
69073aaa_ions_is_now_open____Poshoholic__Description
|
[Title] Introduction to the Storage Management API [Description]
|
Presented by: Bruce Langworthy, Senior Program Manager, Storage and File Systems SMAPI is what exposes the Storage module for Windows PowerShell. This session would be focused on providing some details on what it is, how it works, in which cases 3rd party drivers are required, and how it’s surfaced as a PowerShell module. More information: This session is recommended as a background for the "Managing Storage with PowerShell" and "Managing Storage Spaces with PowerShell" sessions.
|
[] |
Voting for the 2013 PowerShell Summit sessions is now open! | Poshoholic
|
Description
|
http://poshoholic.com/2012/10/15/voting-for-the-2013-powershell-summit-sessions-is-now-open/
|
5/1438042987135.9_20150728002307-00284-ip-10-236-191-2_191620689_0.json
|
69073aaa_ions_is_now_open____Poshoholic__Description
|
[Title] Managing Storage with PowerShell [Description]
|
Presented by: Bruce Langworthy, Senior Program Manager, Storage and File Systems A dive into using the Storage module for Windows PowerShell to manage local storage, Storage Spaces, and array-based storage using PowerShell. More information: The focus of this session will be on the management of Disk, Partition, and Volume objects, with a brief overview of how this applies to Storage Spaces.
|
[] |
Voting for the 2013 PowerShell Summit sessions is now open! | Poshoholic
|
Description
|
http://poshoholic.com/2012/10/15/voting-for-the-2013-powershell-summit-sessions-is-now-open/
|
5/1438042987135.9_20150728002307-00284-ip-10-236-191-2_191620689_0.json
|
69073aaa_ions_is_now_open____Poshoholic__Description
|
[Title] Managing Storage Spaces with PowerShell [Description]
|
Presented by: Bruce Langworthy, Senior Program Manager, Storage and File Systems This topic will focus specifically on deploying, configuring, and managing Storage Spaces using PowerShell. More information: Will cover deployment of Storage Spaces from beginning to end using PowerShell, and focus on using PowerShell to manage Storage Spaces. The "Introduction to the Storage Management API" session is strongly recommended before attending this session.
|
[] |
Voting for the 2013 PowerShell Summit sessions is now open! | Poshoholic
|
Description
|
http://poshoholic.com/2012/10/15/voting-for-the-2013-powershell-summit-sessions-is-now-open/
|
5/1438042987135.9_20150728002307-00284-ip-10-236-191-2_191620689_0.json
|
69073aaa_ions_is_now_open____Poshoholic__Description
|
[Title] Managing the iSCSI Initiator and MPIO using PowerShell [Description]
|
Presented by: Bruce Langworthy, Senior Program Manager, Storage and File Systems This topic introduces users to the iSCSI and MPIO modules in Windows PowerShell on Server 2012, and discusses how to configure these features using PowerShell.
|
[] |
Voting for the 2013 PowerShell Summit sessions is now open! | Poshoholic
|
Description
|
http://poshoholic.com/2012/10/15/voting-for-the-2013-powershell-summit-sessions-is-now-open/
|
5/1438042987135.9_20150728002307-00284-ip-10-236-191-2_191620689_0.json
|
69073aaa_ions_is_now_open____Poshoholic__Description
|
[Title] The Powers of PowerShell Pipeworks [Description]
|
Presented by: James Brundage Ever wanted to make PowerShell easy for others? Or realize that a simple script you have would be a great backbone of a business (if only you could charge for it)? PowerShell Pipeworks is a web platform built in PowerShell that makes is simple to build compelling web applications and software services in a snap. In this session, you will see: – How to use Pipeworks to store your data to the cloud – How to create a monitoring dashboard with Pipeworks – How to build a Facebook application with PowerShell Pipeworks – How to put a price tag on a cmdlet
|
[] |
Voting for the 2013 PowerShell Summit sessions is now open! | Poshoholic
|
Description
|
http://poshoholic.com/2012/10/15/voting-for-the-2013-powershell-summit-sessions-is-now-open/
|
5/1438042987135.9_20150728002307-00284-ip-10-236-191-2_191620689_0.json
|
69073aaa_ions_is_now_open____Poshoholic__Description
|
[Title] Networking cmdlets [Description]
|
Presented by: Richard Siddaway Windows 8/2012 introduces a large number of cmdlets for working with networks and network configurations. This session will introduce those cmdlets and see how you can get the best out of them in your environment. There are a number of interesting quirks associated with these cmdlets that you need to be aware of and they will be demonstrated in the session. Like so much of the functionality in Windows 8/2012 these cmdlets are based on WMI using the CDXML functionality. This will be briefly explained with a look inside one of the networking modules. These cmdlets are only available on Windows 8/2012 but with a bit of WMI you can duplicate the functionality in your environment.
|
[] |
Voting for the 2013 PowerShell Summit sessions is now open! | Poshoholic
|
Description
|
http://poshoholic.com/2012/10/15/voting-for-the-2013-powershell-summit-sessions-is-now-open/
|
5/1438042987135.9_20150728002307-00284-ip-10-236-191-2_191620689_0.json
|
69073aaa_ions_is_now_open____Poshoholic__Description
|
[Title] PowerShell Web Access [Description]
|
Presented by: Richard Siddaway PowerShell Web Access is a new feature in Windows Server 2012 that provides a web based PowerShell console. You don’t need PowerShell on your client to administer remote machines as long as you have PWA. This session will demonstrate how to configure PWA, its strengths and weaknesses – you might even see PowerShell being accessed from a non-Windows machine! The security implications of PWA will be discussed. PWA will be compared to other ways to access remote machines through PowerShell including PS Remoting and CIM sessions.
|
[] |
Voting for the 2013 PowerShell Summit sessions is now open! | Poshoholic
|
Description
|
http://poshoholic.com/2012/10/15/voting-for-the-2013-powershell-summit-sessions-is-now-open/
|
5/1438042987135.9_20150728002307-00284-ip-10-236-191-2_191620689_0.json
|
69073aaa_ions_is_now_open____Poshoholic__Description
|
[Title] Writing your Hyper-V deployment script in 30 minutes [Description]
|
Presented by: Jeff Wouters In this session I’ll show you just how easy it is to write a simple deployment script for a Hyper-V cluster… in only 30 minutes!
|
[] |
Voting for the 2013 PowerShell Summit sessions is now open! | Poshoholic
|
Description
|
http://poshoholic.com/2012/10/15/voting-for-the-2013-powershell-summit-sessions-is-now-open/
|
5/1438042987135.9_20150728002307-00284-ip-10-236-191-2_191620689_0.json
|
69073aaa_ions_is_now_open____Poshoholic__Description
|
[Title] BOFH through PowerShell [Description]
|
Presented by: Jeff Wouters Ever wondered how you could annoy your users, managers and even your colleagues with PowerShell? Come to this session and let me show you how you can become a BOFH with PowerShell!
|
[] |
Voting for the 2013 PowerShell Summit sessions is now open! | Poshoholic
|
Description
|
http://poshoholic.com/2012/10/15/voting-for-the-2013-powershell-summit-sessions-is-now-open/
|
5/1438042987135.9_20150728002307-00284-ip-10-236-191-2_191620689_0.json
|
69073aaa_ions_is_now_open____Poshoholic__Description
|
[Title] How to avoid the pipeline [Description]
|
Presented by: Jeff Wouters The pipeline… although it is a wonderful concept and very powerful it is also slow. Lots of people pipe everything together and although it may work, you may have some time to get some more coffee before your script is done running. Let me show you how you can avoid the pipeline by utilizing the full potential of cmdlets and their parameters… and with logical thinking.
|
[] |
Voting for the 2013 PowerShell Summit sessions is now open! | Poshoholic
|
Description
|
http://poshoholic.com/2012/10/15/voting-for-the-2013-powershell-summit-sessions-is-now-open/
|
5/1438042987135.9_20150728002307-00284-ip-10-236-191-2_191620689_0.json
|
69073aaa_ions_is_now_open____Poshoholic__Description
|
[Title] PowerShell one-liners to the max [Description]
|
Presented by: Jeff Wouters The readers of my blog know that I simply love one-liners in PowerShell… Over the years I’ve learned lots of tricks which allow you to put just about anything in a single line of code. Although it’s not pretty, it’s fun to do and wouldn’t it be cool to make a developer cry just by looking at such a one-liner?
|
[] |
Voting for the 2013 PowerShell Summit sessions is now open! | Poshoholic
|
Description
|
http://poshoholic.com/2012/10/15/voting-for-the-2013-powershell-summit-sessions-is-now-open/
|
5/1438042987135.9_20150728002307-00284-ip-10-236-191-2_191620689_0.json
|
69073aaa_ions_is_now_open____Poshoholic__Description
|
[Title] My learning experience with PowerShell [Description]
|
Presented by: Jeff Wouters This will not be a technical session… Back when PowerShell v1 was introduced the first thing I though was: "I can do a heck of a lot more with VBS!". Then PowerShell v2 came along and I was sold! A lot of people would have bought books to learn it… I did not. Instead I started to play around in the prompt. Only after two years I bought my first PowerShell book. In this session I will share with you both the rise and fall of my learning experience of learning PowerShell from the prompt.
|
[] |
Voting for the 2013 PowerShell Summit sessions is now open! | Poshoholic
|
Description
|
http://poshoholic.com/2012/10/15/voting-for-the-2013-powershell-summit-sessions-is-now-open/
|
5/1438042987135.9_20150728002307-00284-ip-10-236-191-2_191620689_0.json
|
69073aaa_ions_is_now_open____Poshoholic__Description
|
[Title] How to sell PowerShell to your customers and colleagues [Description]
|
Presented by: Jeff Wouters You:"Let’s enable PowerShell Remoting!". Manager:"Why?" You:"So I can manage the entire environment through PowerShell from a single management server?". Manager:"No!" Does this discussion sound familiar? If that’s the case, let me share with you the things I’ve learned which make it easy for you to ‘sell’ PowerShell to managers from a practical point of view.
|
[] |
Voting for the 2013 PowerShell Summit sessions is now open! | Poshoholic
|
Description
|
http://poshoholic.com/2012/10/15/voting-for-the-2013-powershell-summit-sessions-is-now-open/
|
5/1438042987135.9_20150728002307-00284-ip-10-236-191-2_191620689_0.json
|
69073aaa_ions_is_now_open____Poshoholic__Description
|
[Title] PSDD – PowerShell Deduplication [Description]
|
Presented by: Jeff Wouters With Windows Server 2012 there comes a new feature named Data Deduplication. How can you configure and manage this through PowerShell? But more importantly, how can you do more with it than the native PowerShell module offers you? This and more will be shown in a very fast-paced session… so faster your seat belts Dorothy ’cause Kansas is going bye-bye!
|
[] |
Voting for the 2013 PowerShell Summit sessions is now open! | Poshoholic
|
Description
|
http://poshoholic.com/2012/10/15/voting-for-the-2013-powershell-summit-sessions-is-now-open/
|
5/1438042987135.9_20150728002307-00284-ip-10-236-191-2_191620689_0.json
|
69073aaa_ions_is_now_open____Poshoholic__Description
|
[Title] Unit Testing PowerShell [Description]
|
Presented by: Matt Wrock This talk will provide a walk through of Unit Testing PowerShell scripts. The OSS project Pester (https://github.com/pester/Pester) will be used to illustrate popular unit testing patterns such as ArrangeActAssert and Mocking to provide testability to PowerShell. There will be discussion on why and when to use unit testing in PowerShell as well.
|
[] |
Voting for the 2013 PowerShell Summit sessions is now open! | Poshoholic
|
Description
|
http://poshoholic.com/2012/10/15/voting-for-the-2013-powershell-summit-sessions-is-now-open/
|
5/1438042987135.9_20150728002307-00284-ip-10-236-191-2_191620689_0.json
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.