Windows PowerShell is Microsoft's task automation framework, consisting of a command-line shell and associated scripting language built on top of, and integrated with the .NET Framework. PowerShell provides full access to COM and WMI, enabling administrators to perform administrative tasks on both ...
0
votes
0answers
10 views
Get SharePoint Group Permissions Via PowerShell
I want to write a PowerShell script to list permissions of a specified SharePoint group on sites, lists and list items contained in a site collection.
I have written a draft script using the ...
1
vote
0answers
14 views
Getting a “User cannot be found.” error in Powershell even though i'm getting the users straight from the site collection itself
I am writing a PowerShell script to re-sync my users to the AD because of a problem i have described Here and from time to time i get a "Set-SPUser : user cannot be found." error but when i call the ...
0
votes
2answers
29 views
Backup-SPFarm hangs silently on MOSS 2013
I have a 3-server SharePoint 2013 farm (db, app, web) set up and working enough to put in some demo content, and am trying to configure backups. I've successfully backed up using Central Admin but I'm ...
0
votes
1answer
17 views
PowerShell: Upload documents to folder in document library
I'm using SharePoint Foundation 2010.
I have to make a PowerShell script that copies a structure found on a network share. Its all good except for one thing... I know how to make Document Library's ...
0
votes
1answer
22 views
Enable-SPFeature : The Feature is not a Farm Level Feature and is not found in a Site level defined by the Url
I'm trying to activate a web level feature using powershell with the following command:
Enable-SPFeature –identity 3ad4787b-e859-432c-be22-c772725e0dbc -URL ...
0
votes
1answer
51 views
Powershell Script to generate site collection administrators, site URL, Site Name,Members in the group named 'owners'
I have a requirement currently to generate all the Sharepoint site in a Web application with the following information:
Site URL
Site Name
Site Collection Administors : ID or name
Members in the group ...
0
votes
0answers
55 views
Workflow history no longer accessible-object reference error WrkStat page
The workflow history was >6m records, so I have redirected all workflows to rite to other custom history logs while running a job to purge 1k records every 15 minutes. When I attempt to check the ...
1
vote
1answer
32 views
How can I find the Feature Activation Dependency Powershell
I am running a recursive function that activates many features in powershell however I need to find the child feature a feature is dependent on before it is activated. How can I do this in powershell.
...
1
vote
0answers
46 views
Application pool not visible in IIS, SharePoint or PowerShell
I have a PowerShell script that creates a web application using New-SPWebApplication. It crashed for some reason a while back and now it keeps telling me the application pool exists. I've looked in ...
2
votes
1answer
34 views
RoleAssigments are being assigned by default to all new pages
I am pretty new to SharePoint, so please let me know if there is some more info or clarification required. I am creating a webapplication with certain SP groups, libraries and pages in that order by ...
1
vote
1answer
101 views
Powershell script to iterate all site collections and set another quota template
I have a site collection with inside of it alot of sub site collection for each mysite instance. I would like to create a powershell foreach script which will set a quota template to each site ...
2
votes
1answer
27 views
PS Script to output members of targetted groups into a file
I have an auditing / documentation requirement around my SP Environment upon which members of specific groups need to be listed. Now, rather than doing this manually via screen-shots and / or cut and ...
2
votes
0answers
39 views
Import-Spweb is changing the user id if the user does not exist in the organisation anymore
We had to restore a list (which has versionsing enabled) in our PROD enviornment SP 2010 August CU 2012. We used the following command metioned below:
Import-SPWeb http://example.com/projects/myList ...
1
vote
1answer
43 views
SharePoint 2010 backup: differential size almost as big as full
My question is similar to this one except my full and differentials do not happen as often. I do a full once a week and a differential on weekday evenings. My differential backups at the beginning ...
0
votes
2answers
72 views
Removing all Enterprise SharePoint Features from a web application
I am having a hard time determining which features to include in the removal process. Additionally, I am struggling to determine the order in which they should be removed. Could you please help me ...
1
vote
3answers
68 views
Move Files from a SharePoint Library into a Folder
I have a problem. I want to move files from a SharePoint library into a folder using PowerShell. To be more specific I need to move all the files in the library for whose a SharePoint field value ...
0
votes
2answers
45 views
which is better building sites/libraries through Ul or programmatically?
Apart from the fact that an automated approach is quicker, consistent and less prone to human error I was wondering if there are other advantages of provisioning sites using a programmatic approach. ...
0
votes
1answer
48 views
Exception error when getting master page in powershell
I wanted to see which site collections in our 2010 environment are not following the rules and are deactivating the Master Page in the settings.
I have some powershell code that works just fine, ...
0
votes
1answer
68 views
Powershell scripting for creating lists Online version of SharePoint 2013?
I would like to know if we can script list creation and modification (i.e adding, deleting columns, etc..) using PowerShell for SharePoint online.
...
1
vote
2answers
58 views
How to remove a starting url via powershell from an existing content source?
I have been trying to find a cmdlet to do this but I havent been able to.
I want to create a content source with a starting url, the problem is that url already exists on the default content source so ...
2
votes
1answer
42 views
Error while running the Powershell script
I want to run the following script but getting the error "Unable to find type [Microsoft.Office.Server.UserProfiles.PropertyConstants]"
#Add SharePoint PowerShell SnapIn if not already added
if ...
1
vote
1answer
72 views
Powershell to list specific user profiles
Is there a way to list specific user profiles instead all the users? Ex: List all the accounts starting with IT.
It should list all the users with ITUser1,ITUser2, ect....
The following script ...
1
vote
2answers
127 views
Powershell script to schdule daily backup of Sharepoint Sites and Subsites?
I have one sitecollection at root level and which contains more than 50 subsites.I am planning to schedule a daily job to take the backup of sharepoint subsites.I also want to check the size of the ...
0
votes
2answers
62 views
How can I view Developer Dashboard from a custom master page or PowerShell?
I need to view Developer Dashboard data to investigate a bottleneck on a SharePoint deployment, but the master page has been customized and the Developer Dashboard is not available (after enabling it ...
0
votes
1answer
100 views
How to associate sharepoint 2013 designer workflow to content type for retention policy using powershell?
I am having a requirement to write a powershell script which should attache workflow to content type in sharepoint 2013.
basically it is require to create a retention policy which should start a ...
0
votes
2answers
124 views
How to get all managed accounts and create a new one using PowerShell in SharePoint 2013
I need to get all Managed Accounts in SharePoint 2013. If there are nothing, I need to create a new one. How can I do this using PowerShell?
0
votes
0answers
21 views
Enumerate BCS Object Permissions
Hi I am looking for a method via PowerShell to enumerate the various ETC's that have been created to determine who currently has access. I realize that I can do this via the front end, however I need ...
1
vote
0answers
81 views
Move-SPUser : pixels
Migrating users from one domain to another, I get this error on a couple of users. The migration still seems to occur.
Move-SPUser : pixels
At D:\UserMigration\MigrateUsers.ps1:10 char:28
+ ...
0
votes
1answer
32 views
PowerShell - Dispose SP Objects
I want to use PowerShell to loop through my SharePoint and dispose all objects properly.
I don´t want to generate entrys in the SharePoint log like this:
An SPRequest object was not disposed ...
0
votes
1answer
25 views
enhancedSearch.aspx not working on a site collection
I want to change the search settings on a site collection to point to search center I created.
However when I go to site settings, search settings this page throws me An unexpected error has ...
1
vote
1answer
72 views
How to iterate each folders in each of the sharepoint websites using powershell
I've a requirement to find all the files under all websites present in sharepoint.
I've use .SubFolders , but it works for a single root folder only.
Is there any alternate way for recursive ...
0
votes
0answers
69 views
Fails to create publishing site collection in scripted web application
I have a problem on my SharePoint 2013 farm. I have a script to create web applications in my farm, but when I do I cant create publishing site collections within that web application.
So, the ...
0
votes
0answers
50 views
Upgrading Sharepoint 2010 CMP file to 2013
I have exported a team site from Sharepoint 2013 into a CMP file. However, when I try tp run Import-SPWeb, I get the Version package is different. I am looking for anyway possible to upgrade this cmp ...
0
votes
2answers
39 views
powershell backup site cillection
I am trying to take a BackUp of a Site Collection from a remote computer, but I am getting a error that i am not sure of the script is
Invoke-Command -ComputerName remotecomputername -ScriptBlock ...
1
vote
1answer
84 views
PowerShell script in setting up multiple SharePoint Alerts
Another user (Charlie) is requesting to have alerts sent anytime a change is made on the "discussion board", "Batch Report" folder, "Reports" folder, and "Audits" folder within a single client site. ...
1
vote
1answer
54 views
PowerShell unable to open my Site Assets
Hi I have knocked up a quick powershell function that downloads all the files in my Site Assets dir so that I import these into Visual Studion ( and not the shortcuts if you just copy and paste)
Now ...
1
vote
1answer
34 views
give user full rights on a list via powershell
I have messed up my rights on a list, so I can still view it, but cannot edit it. I need full permissions on it again.
Is there a way to set my admin account back to full rights via powershell?
...
3
votes
1answer
96 views
Access denied after creating site collection by using Powershell
I am using SP2013 single server dev environment. I use following scripts for creating web application and site collection. but when I browse to it, it says this site has not been shared with you. I am ...
0
votes
0answers
88 views
New-SPSite gives ERROR: Failed to OpenThreadToken, LastError=1008 in Timer job
I have a timer job that is running some powershell.
The script creates a content database and then attempts to create a site collection. If run from powershell prompt the script works fine. If I ...
1
vote
1answer
107 views
Remote Powershell: New-SPUser : Access is denied. (Exception from HRESULT: 0x80070005)
I am running a remote powershell script which attempts to setup a web-application and site collection and then attempts to add a user to that site collection.
I receive the following error:
...
0
votes
1answer
60 views
Setting permissions
I am looking to set a site admins as the only people who can use a certain page via powershell, so far I have only been able to check permissions not set any
2
votes
2answers
65 views
SharePoint 2010 - List CanReceiveEmail Disable/Enable
After migration from SharePoint 2007 to 2010 the list feature to receive emails is not working on migrated sites.
The functionality is enabled in the UI and when I´m checking $list.CanReceiveEmail ...
0
votes
3answers
184 views
SharePoint 2010: What is the difference between backing up a Site Collection and exporting a Site Collection?
Lectori salutem,
I am reading into backup and restore operations in SharePoint 2010. I have noticed that in Central Administration > Backup and Restore > Granular Backup there is the possibility to ...
2
votes
1answer
377 views
Uploading a file using powershell and updating column values
I am trying to upload a file from a local drive to a sharepoint doc lib, this much I have been able to find, however, I also want to update a column relative to the file, foe example, I have a company ...
0
votes
3answers
78 views
How to hide quicklaunch
I am writing powershell scripts and have been trying to find a solution for this but haven't been able to. I just wanted to find out how to hide the quicklaunch using powershell. Is it a property of ...
2
votes
2answers
87 views
Powershell script to retrive all the customization done on sharepoint site
How to write a powershell script which will display the customization done on a sharepoint site - customizations like custom features, custom workflows, custom site def, infopath form etc...
0
votes
3answers
62 views
Error on recreating web application
I've written a powershell script to create a web application, add libraries and pages, etc. As I work through the script and fix bugs and issues, I delete the web application through central ...
1
vote
1answer
61 views
How to migrate existing choice columns (containing data) to Managed MetaData columns using PowerShell?
I have 5 choice columns on a SharePoint library, containing ~1000 rows. I would like to migrate these 5 columns into Managed Metadata fields and maintain the data. Any ideas?
0
votes
0answers
73 views
List View Webpart is not getting added while activating feature using powershell
I created a feature and on activation of it I am trying to add list view webpart.
Using powershell command activating feature and it gets activated but List View Web part it is not getting added on to ...
0
votes
1answer
166 views
CAML Query in Powershell Issues
I have a powershell script that I am running that executes a caml query to get some list items. The problem I am having is that whenever I execute this query in CAML Builder I am only getting 3 ...