SlideShare una empresa de Scribd logo
1 de 18
Singapore, 2015
Platinum Sponsors
Singapore, 2015
PowerShell in SharePoint
2013 - a Powerful
Management Tool
Gayathri Narayanan, Lead Consultant, NCS Pte Ltd
Singapore, 2015Singapore, 2015
Agenda
• PowerShell and SharePoint 2013
• High level overview of PowerShell
• Permissions and PowerShell
• Understanding SharePoint Search Service Application
• PowerShell’s Search Service Application (SSA)
• Creating and Modifying the Search topology
• Content Management
• Managing content databases
• Managing database site collections
• Memory and Disposal
Singapore, 2015Singapore, 2015
PowerShell and SharePoint 2013
Singapore, 2015Singapore, 2015
High level overview of PowerShell
• Interactive task-based command line shell for
Microsoft products (Windows, SharePoint, SQL Server, etc.)
• Replaces deprecated STSADM SharePoint tool
• Used to automate and schedule routine system tasks
• Cmdlets are simple single-function command-line commands
• Name format is verb-noun separated by a dash: Get-Help
• Cmdlet performs specific task – Get retrieves object data, Set
changes object data, Out directs output to specific destination
Singapore, 2015Singapore, 2015
Permissions and PowerShell
• Open PowerShell as Administrator
• If using Windows PowerShell Console, must register SharePoint
snap-in using Add-PSSnapin Microsoft.SharePoint.PowerShell
• Account used to install SharePoint granted PowerShell Admin
rights. Use Add-SPShellAdmin to grant to other users
• Requires securityadmin fixed server role on SQL Server Instance
• Requires db_owner fixed database role on all databases
updating
• Requires you be a member of the Administrators group on
server running PowerShell commands
Singapore, 2015Singapore, 2015
Understanding SharePoint SSA
Singapore, 2015Singapore, 2015
SharePoint Search Architecture
Singapore, 2015Singapore, 2015
Creating Search Service Application
• Out of the box Vs PowerShell
Out of the Box PowerShell
A Clean Database Name No Yes
Index Location No Yes
Modify Topology No Yes
Multiple Server SSA No Yes
Singapore, 2015Singapore, 2015
PowerShell’s Search Service Application
• Expedites the creation of Search service application in DR
scenario
• Allows you to specify components of Search service
• Database Names
• Application Pool
• Proxy Server Name
• Create script to reuse when building multiple instances of a
Search service application
• Must use PowerShell to modify search topology
Singapore, 2015Singapore, 2015
Search Topology
Singapore, 2015
Singapore, 2015
Singapore, 2015Singapore, 2015
Managing Content Database
Singapore, 2015Singapore, 2015
Content DB Cmdlets
• Get-SPContentDatabase
• New-SPContentDatabase -Name SharePoint_Content_DB
-WebApplication “SharePoint Demo”
• Set-SPContentDatabase http://SharePointDemo.com |
-Set-SPContentDatabase -MaxSiteCount 1
• Dismount-SPContentDatabase
• Mount-SPContentDatabase
• Remove-SPContentDatabase
• Test-SPContentDatabase
Singapore, 2015Singapore, 2015
Site Collection Cmdlets
• Get-SPSite CBTN_Content_DB
• Move-SPSite http://SharePointDemo.com/sites/demo -
DestinationDatabase SharePoint_Content_DB
• New-SPSite http://SharePointDemo.com/sites/NewMVA –
ContentDatabase SharePoint_Content_DB -Template "STS#0"
Singapore, 2015
Singapore, 2015Singapore, 2015
Memory and Disposal
• SPSite and SPWeb consumes resources
• PowerShell, in conjunction with the SharePoint object model, assists in the
disposal of expensive SharePoint objects.
• Use SharePoint Management Shell, rather than the standard Windows
PowerShell which is a multi-threaded.
• Get-SPWebApplication | Get-SPSite –limit all | Foreach-Object { $._Url } –
Windows PowerShell
• Start-SPAssignment –Global
$site = Get-SPSite "http://sp2013"
Foreach ($web in $site.AllWebs) {
Write-Host $web.Title
}
Stop-SPAssignment –Global
Singapore, 2015Singapore, 2015
Summary
• PowerShell and SharePoint 2013
• High level overview of PowerShell
• Permissions and PowerShell
• Understanding SharePoint Search Service Application
• PowerShell’s Search Service Application (SSA)
• Creating and Modifying the Search topology
• Content Management
• Managing content databases
• Managing database site collections
• Memory and Disposal

Más contenido relacionado

La actualidad más candente

Deep Dive into the Content Query Web Part by Christina Wheeler - SPTechCon
Deep Dive into the Content Query Web Part by Christina Wheeler - SPTechConDeep Dive into the Content Query Web Part by Christina Wheeler - SPTechCon
Deep Dive into the Content Query Web Part by Christina Wheeler - SPTechCon
SPTechCon
 
Hadoop Summit San Jose 2014 - Analyzing Historical Data of Applications on Ha...
Hadoop Summit San Jose 2014 - Analyzing Historical Data of Applications on Ha...Hadoop Summit San Jose 2014 - Analyzing Historical Data of Applications on Ha...
Hadoop Summit San Jose 2014 - Analyzing Historical Data of Applications on Ha...
Zhijie Shen
 
SharePoint Saturday Belgium 2014 - Best Practices for Configuring the ShareP...
SharePoint Saturday Belgium 2014 -  Best Practices for Configuring the ShareP...SharePoint Saturday Belgium 2014 -  Best Practices for Configuring the ShareP...
SharePoint Saturday Belgium 2014 - Best Practices for Configuring the ShareP...
BIWUG
 

La actualidad más candente (20)

Deep Dive into the Content Query Web Part by Christina Wheeler - SPTechCon
Deep Dive into the Content Query Web Part by Christina Wheeler - SPTechConDeep Dive into the Content Query Web Part by Christina Wheeler - SPTechCon
Deep Dive into the Content Query Web Part by Christina Wheeler - SPTechCon
 
ECS19 - Laura Kokkarinen - Everything you need to know about SharePoint site ...
ECS19 - Laura Kokkarinen - Everything you need to know about SharePoint site ...ECS19 - Laura Kokkarinen - Everything you need to know about SharePoint site ...
ECS19 - Laura Kokkarinen - Everything you need to know about SharePoint site ...
 
SharePoint 2013 – the upgrade story
SharePoint 2013 – the upgrade storySharePoint 2013 – the upgrade story
SharePoint 2013 – the upgrade story
 
Hana online training, online hana training , sap hana online training
Hana online training, online hana training , sap hana online trainingHana online training, online hana training , sap hana online training
Hana online training, online hana training , sap hana online training
 
Hadoop Summit San Jose 2014 - Analyzing Historical Data of Applications on Ha...
Hadoop Summit San Jose 2014 - Analyzing Historical Data of Applications on Ha...Hadoop Summit San Jose 2014 - Analyzing Historical Data of Applications on Ha...
Hadoop Summit San Jose 2014 - Analyzing Historical Data of Applications on Ha...
 
Work Management Application in SharePoint 2013 - architecture and development
Work Management Application in SharePoint 2013 - architecture and developmentWork Management Application in SharePoint 2013 - architecture and development
Work Management Application in SharePoint 2013 - architecture and development
 
Sharepoint 2010 content
Sharepoint 2010 contentSharepoint 2010 content
Sharepoint 2010 content
 
Rev Your Engines - SharePoint Performance Best Practices
Rev Your Engines - SharePoint Performance Best PracticesRev Your Engines - SharePoint Performance Best Practices
Rev Your Engines - SharePoint Performance Best Practices
 
SharePoint Upgrade or Migration, or is it both? - SPS London 2016
SharePoint Upgrade or Migration, or is it both? - SPS London 2016SharePoint Upgrade or Migration, or is it both? - SPS London 2016
SharePoint Upgrade or Migration, or is it both? - SPS London 2016
 
SharePoint NYC search presentation
SharePoint NYC search presentationSharePoint NYC search presentation
SharePoint NYC search presentation
 
SharePoint Saturday Belgium 2014 - Best Practices for Configuring the ShareP...
SharePoint Saturday Belgium 2014 -  Best Practices for Configuring the ShareP...SharePoint Saturday Belgium 2014 -  Best Practices for Configuring the ShareP...
SharePoint Saturday Belgium 2014 - Best Practices for Configuring the ShareP...
 
SharePoint Saturday Madrid 2016 - SharePoint Upgrade or Migration, or is it b...
SharePoint Saturday Madrid 2016 - SharePoint Upgrade or Migration, or is it b...SharePoint Saturday Madrid 2016 - SharePoint Upgrade or Migration, or is it b...
SharePoint Saturday Madrid 2016 - SharePoint Upgrade or Migration, or is it b...
 
Ensuring Successful Office 365 Tenant to Tenant Migration Collab365 Global Co...
Ensuring Successful Office 365 Tenant to Tenant Migration Collab365 Global Co...Ensuring Successful Office 365 Tenant to Tenant Migration Collab365 Global Co...
Ensuring Successful Office 365 Tenant to Tenant Migration Collab365 Global Co...
 
Rev Your Engines - SharePoint Performance Enhancements
Rev Your Engines - SharePoint Performance EnhancementsRev Your Engines - SharePoint Performance Enhancements
Rev Your Engines - SharePoint Performance Enhancements
 
Introduction to SharePoint Developer
Introduction to SharePoint DeveloperIntroduction to SharePoint Developer
Introduction to SharePoint Developer
 
SharePoint Saturday St. Louis 2014: What SharePoint Admins need to know about...
SharePoint Saturday St. Louis 2014: What SharePoint Admins need to know about...SharePoint Saturday St. Louis 2014: What SharePoint Admins need to know about...
SharePoint Saturday St. Louis 2014: What SharePoint Admins need to know about...
 
Connected at the hip for MS BI: SharePoint and SQL
Connected at the hip for MS BI: SharePoint and SQLConnected at the hip for MS BI: SharePoint and SQL
Connected at the hip for MS BI: SharePoint and SQL
 
What SQL DBA's need to know about SharePoint
What SQL DBA's need to know about SharePointWhat SQL DBA's need to know about SharePoint
What SQL DBA's need to know about SharePoint
 
SPS Kansas City: What SharePoint Admin need to know about SQL
SPS Kansas City: What SharePoint Admin need to know about SQLSPS Kansas City: What SharePoint Admin need to know about SQL
SPS Kansas City: What SharePoint Admin need to know about SQL
 
Ensuring Successful Office 365 Tenant to Tenant Migration SharePoint Saturday...
Ensuring Successful Office 365 Tenant to Tenant Migration SharePoint Saturday...Ensuring Successful Office 365 Tenant to Tenant Migration SharePoint Saturday...
Ensuring Successful Office 365 Tenant to Tenant Migration SharePoint Saturday...
 

Destacado

Tayammum
TayammumTayammum
Tayammum
Jahneta
 
Nasi ayam
Nasi ayamNasi ayam
Nasi ayam
800604
 

Destacado (17)

Case : Customer Relationship Management Heads to the Cloud
Case : Customer Relationship Management Heads to the CloudCase : Customer Relationship Management Heads to the Cloud
Case : Customer Relationship Management Heads to the Cloud
 
Tayammum
TayammumTayammum
Tayammum
 
Case 5.1 - DESIGNING DRUGS VIRTUALLY
Case 5.1 - DESIGNING DRUGS VIRTUALLYCase 5.1 - DESIGNING DRUGS VIRTUALLY
Case 5.1 - DESIGNING DRUGS VIRTUALLY
 
Workflows ss
Workflows ssWorkflows ss
Workflows ss
 
Nasi ayam
Nasi ayamNasi ayam
Nasi ayam
 
Social features sp2013
Social features sp2013Social features sp2013
Social features sp2013
 
Event recvr ss
Event recvr ssEvent recvr ss
Event recvr ss
 
Case 5.3 - Knowledge Management and Collaboration at Tata Consulting Services
Case 5.3 - Knowledge Management and Collaboration at Tata Consulting ServicesCase 5.3 - Knowledge Management and Collaboration at Tata Consulting Services
Case 5.3 - Knowledge Management and Collaboration at Tata Consulting Services
 
CASE 1 : Big Data Big Reward
CASE 1 : Big Data Big RewardCASE 1 : Big Data Big Reward
CASE 1 : Big Data Big Reward
 
Ski Cuba
Ski CubaSki Cuba
Ski Cuba
 
Case : Groupon's Business Model - Social and Local
Case : Groupon's Business Model - Social and LocalCase : Groupon's Business Model - Social and Local
Case : Groupon's Business Model - Social and Local
 
Submit Electric Light Up with a New ERP system
Submit Electric Light Up with a New ERP systemSubmit Electric Light Up with a New ERP system
Submit Electric Light Up with a New ERP system
 
Submit Electric Light Up with a New ERP system
Submit Electric Light Up with a New ERP systemSubmit Electric Light Up with a New ERP system
Submit Electric Light Up with a New ERP system
 
ALBASSAMI ‘S JOB IS NOT FEASIBLE WITHOUT IT
ALBASSAMI ‘S JOB IS NOT FEASIBLE WITHOUT  ITALBASSAMI ‘S JOB IS NOT FEASIBLE WITHOUT  IT
ALBASSAMI ‘S JOB IS NOT FEASIBLE WITHOUT IT
 
Case 2.1 : Modernization of NTUC Income
Case 2.1 : Modernization of NTUC IncomeCase 2.1 : Modernization of NTUC Income
Case 2.1 : Modernization of NTUC Income
 
The Battle Over Net Neutrality
The Battle Over Net NeutralityThe Battle Over Net Neutrality
The Battle Over Net Neutrality
 
Case 2.2 : Facebook It's About the Money
Case 2.2 : Facebook It's About the MoneyCase 2.2 : Facebook It's About the Money
Case 2.2 : Facebook It's About the Money
 

Similar a PowerShell Conference Asia

Mct Summit 2013 Why SharePoint 2013
Mct Summit 2013   Why SharePoint 2013Mct Summit 2013   Why SharePoint 2013
Mct Summit 2013 Why SharePoint 2013
Chris Givens
 

Similar a PowerShell Conference Asia (20)

Sap business objects data services toc
Sap business objects data services tocSap business objects data services toc
Sap business objects data services toc
 
Mastering Office 365 with PowerShell - TechDays Finland 2020
Mastering Office 365 with PowerShell -  TechDays Finland 2020Mastering Office 365 with PowerShell -  TechDays Finland 2020
Mastering Office 365 with PowerShell - TechDays Finland 2020
 
Plan, prepare & overall process of upgrade and migrate to SharePoint 2013
Plan, prepare & overall process of upgrade and migrate to SharePoint 2013Plan, prepare & overall process of upgrade and migrate to SharePoint 2013
Plan, prepare & overall process of upgrade and migrate to SharePoint 2013
 
Spsatx slides (widescreen)
Spsatx slides (widescreen)Spsatx slides (widescreen)
Spsatx slides (widescreen)
 
Business objects data services advanced
Business objects data services advancedBusiness objects data services advanced
Business objects data services advanced
 
WF 105 Business Process Automation SharePoint Fest DC 2018
WF 105 Business Process Automation SharePoint Fest DC 2018WF 105 Business Process Automation SharePoint Fest DC 2018
WF 105 Business Process Automation SharePoint Fest DC 2018
 
CREATE SEARCH DRIVEN BUSINESS INTELLIGENCE APPLICATION USING FAST SEARCH FO...
CREATE SEARCH DRIVEN BUSINESS  INTELLIGENCE APPLICATION USING  FAST SEARCH FO...CREATE SEARCH DRIVEN BUSINESS  INTELLIGENCE APPLICATION USING  FAST SEARCH FO...
CREATE SEARCH DRIVEN BUSINESS INTELLIGENCE APPLICATION USING FAST SEARCH FO...
 
Thinakaran
ThinakaranThinakaran
Thinakaran
 
Katpro Technologies | SharePoint Consulting Services
Katpro Technologies | SharePoint Consulting Services Katpro Technologies | SharePoint Consulting Services
Katpro Technologies | SharePoint Consulting Services
 
Katpro Technologies Pvt Ltd- General Portfolio
Katpro Technologies Pvt Ltd- General PortfolioKatpro Technologies Pvt Ltd- General Portfolio
Katpro Technologies Pvt Ltd- General Portfolio
 
SharePoint Search - SPSNYC 2014
SharePoint Search - SPSNYC 2014SharePoint Search - SPSNYC 2014
SharePoint Search - SPSNYC 2014
 
SharePoint Databases: What you need to know (201609)
SharePoint Databases: What you need to know (201609)SharePoint Databases: What you need to know (201609)
SharePoint Databases: What you need to know (201609)
 
Building infrastructure with Azure Resource Manager using PowerShell
Building infrastructure with Azure Resource Manager using PowerShell Building infrastructure with Azure Resource Manager using PowerShell
Building infrastructure with Azure Resource Manager using PowerShell
 
SharePointDetails.ppt
SharePointDetails.pptSharePointDetails.ppt
SharePointDetails.ppt
 
Mct Summit 2013 Why SharePoint 2013
Mct Summit 2013   Why SharePoint 2013Mct Summit 2013   Why SharePoint 2013
Mct Summit 2013 Why SharePoint 2013
 
SharePoint 2016 Upgrade Planning
SharePoint 2016 Upgrade PlanningSharePoint 2016 Upgrade Planning
SharePoint 2016 Upgrade Planning
 
Intro to SharePoint + PowerShell
Intro to SharePoint + PowerShellIntro to SharePoint + PowerShell
Intro to SharePoint + PowerShell
 
Sap bods Training in Hyderabad | Sap bods Online Training
Sap bods Training in Hyderabad | Sap bods  Online Training Sap bods Training in Hyderabad | Sap bods  Online Training
Sap bods Training in Hyderabad | Sap bods Online Training
 
Sap bods training in hyderabad
Sap bods training in hyderabadSap bods training in hyderabad
Sap bods training in hyderabad
 
SPSBE18: New era of customizing site provisioning
SPSBE18: New era of customizing site provisioningSPSBE18: New era of customizing site provisioning
SPSBE18: New era of customizing site provisioning
 

Último

+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
Health
 
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...
masabamasaba
 
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
masabamasaba
 
Abortion Pills In Pretoria ](+27832195400*)[ 🏥 Women's Abortion Clinic In Pre...
Abortion Pills In Pretoria ](+27832195400*)[ 🏥 Women's Abortion Clinic In Pre...Abortion Pills In Pretoria ](+27832195400*)[ 🏥 Women's Abortion Clinic In Pre...
Abortion Pills In Pretoria ](+27832195400*)[ 🏥 Women's Abortion Clinic In Pre...
Medical / Health Care (+971588192166) Mifepristone and Misoprostol tablets 200mg
 
%+27788225528 love spells in Huntington Beach Psychic Readings, Attraction sp...
%+27788225528 love spells in Huntington Beach Psychic Readings, Attraction sp...%+27788225528 love spells in Huntington Beach Psychic Readings, Attraction sp...
%+27788225528 love spells in Huntington Beach Psychic Readings, Attraction sp...
masabamasaba
 
Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024
Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024
Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024
VictoriaMetrics
 
%+27788225528 love spells in Toronto Psychic Readings, Attraction spells,Brin...
%+27788225528 love spells in Toronto Psychic Readings, Attraction spells,Brin...%+27788225528 love spells in Toronto Psychic Readings, Attraction spells,Brin...
%+27788225528 love spells in Toronto Psychic Readings, Attraction spells,Brin...
masabamasaba
 

Último (20)

+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
 
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...
 
WSO2CON 2024 - Does Open Source Still Matter?
WSO2CON 2024 - Does Open Source Still Matter?WSO2CON 2024 - Does Open Source Still Matter?
WSO2CON 2024 - Does Open Source Still Matter?
 
Devoxx UK 2024 - Going serverless with Quarkus, GraalVM native images and AWS...
Devoxx UK 2024 - Going serverless with Quarkus, GraalVM native images and AWS...Devoxx UK 2024 - Going serverless with Quarkus, GraalVM native images and AWS...
Devoxx UK 2024 - Going serverless with Quarkus, GraalVM native images and AWS...
 
WSO2Con2024 - WSO2's IAM Vision: Identity-Led Digital Transformation
WSO2Con2024 - WSO2's IAM Vision: Identity-Led Digital TransformationWSO2Con2024 - WSO2's IAM Vision: Identity-Led Digital Transformation
WSO2Con2024 - WSO2's IAM Vision: Identity-Led Digital Transformation
 
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
 
%in Harare+277-882-255-28 abortion pills for sale in Harare
%in Harare+277-882-255-28 abortion pills for sale in Harare%in Harare+277-882-255-28 abortion pills for sale in Harare
%in Harare+277-882-255-28 abortion pills for sale in Harare
 
%in Soweto+277-882-255-28 abortion pills for sale in soweto
%in Soweto+277-882-255-28 abortion pills for sale in soweto%in Soweto+277-882-255-28 abortion pills for sale in soweto
%in Soweto+277-882-255-28 abortion pills for sale in soweto
 
Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...
Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...
Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...
 
Abortion Pills In Pretoria ](+27832195400*)[ 🏥 Women's Abortion Clinic In Pre...
Abortion Pills In Pretoria ](+27832195400*)[ 🏥 Women's Abortion Clinic In Pre...Abortion Pills In Pretoria ](+27832195400*)[ 🏥 Women's Abortion Clinic In Pre...
Abortion Pills In Pretoria ](+27832195400*)[ 🏥 Women's Abortion Clinic In Pre...
 
%+27788225528 love spells in Huntington Beach Psychic Readings, Attraction sp...
%+27788225528 love spells in Huntington Beach Psychic Readings, Attraction sp...%+27788225528 love spells in Huntington Beach Psychic Readings, Attraction sp...
%+27788225528 love spells in Huntington Beach Psychic Readings, Attraction sp...
 
%in Hazyview+277-882-255-28 abortion pills for sale in Hazyview
%in Hazyview+277-882-255-28 abortion pills for sale in Hazyview%in Hazyview+277-882-255-28 abortion pills for sale in Hazyview
%in Hazyview+277-882-255-28 abortion pills for sale in Hazyview
 
Architecture decision records - How not to get lost in the past
Architecture decision records - How not to get lost in the pastArchitecture decision records - How not to get lost in the past
Architecture decision records - How not to get lost in the past
 
Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024
Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024
Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024
 
8257 interfacing 2 in microprocessor for btech students
8257 interfacing 2 in microprocessor for btech students8257 interfacing 2 in microprocessor for btech students
8257 interfacing 2 in microprocessor for btech students
 
%+27788225528 love spells in Toronto Psychic Readings, Attraction spells,Brin...
%+27788225528 love spells in Toronto Psychic Readings, Attraction spells,Brin...%+27788225528 love spells in Toronto Psychic Readings, Attraction spells,Brin...
%+27788225528 love spells in Toronto Psychic Readings, Attraction spells,Brin...
 
Direct Style Effect Systems - The Print[A] Example - A Comprehension Aid
Direct Style Effect Systems -The Print[A] Example- A Comprehension AidDirect Style Effect Systems -The Print[A] Example- A Comprehension Aid
Direct Style Effect Systems - The Print[A] Example - A Comprehension Aid
 
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
 
Announcing Codolex 2.0 from GDK Software
Announcing Codolex 2.0 from GDK SoftwareAnnouncing Codolex 2.0 from GDK Software
Announcing Codolex 2.0 from GDK Software
 
%in Benoni+277-882-255-28 abortion pills for sale in Benoni
%in Benoni+277-882-255-28 abortion pills for sale in Benoni%in Benoni+277-882-255-28 abortion pills for sale in Benoni
%in Benoni+277-882-255-28 abortion pills for sale in Benoni
 

PowerShell Conference Asia

  • 1. Singapore, 2015 Platinum Sponsors Singapore, 2015 PowerShell in SharePoint 2013 - a Powerful Management Tool Gayathri Narayanan, Lead Consultant, NCS Pte Ltd
  • 2. Singapore, 2015Singapore, 2015 Agenda • PowerShell and SharePoint 2013 • High level overview of PowerShell • Permissions and PowerShell • Understanding SharePoint Search Service Application • PowerShell’s Search Service Application (SSA) • Creating and Modifying the Search topology • Content Management • Managing content databases • Managing database site collections • Memory and Disposal
  • 4. Singapore, 2015Singapore, 2015 High level overview of PowerShell • Interactive task-based command line shell for Microsoft products (Windows, SharePoint, SQL Server, etc.) • Replaces deprecated STSADM SharePoint tool • Used to automate and schedule routine system tasks • Cmdlets are simple single-function command-line commands • Name format is verb-noun separated by a dash: Get-Help • Cmdlet performs specific task – Get retrieves object data, Set changes object data, Out directs output to specific destination
  • 5. Singapore, 2015Singapore, 2015 Permissions and PowerShell • Open PowerShell as Administrator • If using Windows PowerShell Console, must register SharePoint snap-in using Add-PSSnapin Microsoft.SharePoint.PowerShell • Account used to install SharePoint granted PowerShell Admin rights. Use Add-SPShellAdmin to grant to other users • Requires securityadmin fixed server role on SQL Server Instance • Requires db_owner fixed database role on all databases updating • Requires you be a member of the Administrators group on server running PowerShell commands
  • 8. Singapore, 2015Singapore, 2015 Creating Search Service Application • Out of the box Vs PowerShell Out of the Box PowerShell A Clean Database Name No Yes Index Location No Yes Modify Topology No Yes Multiple Server SSA No Yes
  • 9. Singapore, 2015Singapore, 2015 PowerShell’s Search Service Application • Expedites the creation of Search service application in DR scenario • Allows you to specify components of Search service • Database Names • Application Pool • Proxy Server Name • Create script to reuse when building multiple instances of a Search service application • Must use PowerShell to modify search topology
  • 14. Singapore, 2015Singapore, 2015 Content DB Cmdlets • Get-SPContentDatabase • New-SPContentDatabase -Name SharePoint_Content_DB -WebApplication “SharePoint Demo” • Set-SPContentDatabase http://SharePointDemo.com | -Set-SPContentDatabase -MaxSiteCount 1 • Dismount-SPContentDatabase • Mount-SPContentDatabase • Remove-SPContentDatabase • Test-SPContentDatabase
  • 15. Singapore, 2015Singapore, 2015 Site Collection Cmdlets • Get-SPSite CBTN_Content_DB • Move-SPSite http://SharePointDemo.com/sites/demo - DestinationDatabase SharePoint_Content_DB • New-SPSite http://SharePointDemo.com/sites/NewMVA – ContentDatabase SharePoint_Content_DB -Template "STS#0"
  • 17. Singapore, 2015Singapore, 2015 Memory and Disposal • SPSite and SPWeb consumes resources • PowerShell, in conjunction with the SharePoint object model, assists in the disposal of expensive SharePoint objects. • Use SharePoint Management Shell, rather than the standard Windows PowerShell which is a multi-threaded. • Get-SPWebApplication | Get-SPSite –limit all | Foreach-Object { $._Url } – Windows PowerShell • Start-SPAssignment –Global $site = Get-SPSite "http://sp2013" Foreach ($web in $site.AllWebs) { Write-Host $web.Title } Stop-SPAssignment –Global
  • 18. Singapore, 2015Singapore, 2015 Summary • PowerShell and SharePoint 2013 • High level overview of PowerShell • Permissions and PowerShell • Understanding SharePoint Search Service Application • PowerShell’s Search Service Application (SSA) • Creating and Modifying the Search topology • Content Management • Managing content databases • Managing database site collections • Memory and Disposal

Notas del editor

  1. Now, really, up until now, we've... we... we've seen some of the... some of the management parts for certain, but we've actually focused a lot on the creating. You know, create that... that... that...Service app Create search. Now, we want to turn our attention a bit more towards that management part that... you know, it'd be nice if we could start to, you know, manage where our data's going to wind up with different content databases and things like that. And... and something tells me, since it's part of this MVA course, that this can really only effectively be done by using PowerShell. We can only do an import using PowerShell, so.Okay. All right. How about databases? Databases, we could work with... we can create databases in central admin. We can create Database in PowerShell. Okay. All right. Well... Moving site collections we cannot do that in both places That's... that's a PowerShell command. Well, how about we start digging into it? Why don't you show us some of the different PowerShell CMDlets that... that are available to us.