SharePoint On Premise
5 TopicsMove Sharepoint on-premise from default installation location to non system drive
Hi, we've installed a on-premise Sharepoint 2016 on the default c:/ location. Because of IIS Hardening https://www.tenable.com/audits/items/CIS_v1.8_MS_IIS_7_Level_1.audit:e0984fa08d680fc59e6e4457d1fe961e we've to move the webcontent/iis configuration to a non system drive. 1. Is it at all possible to change the Sharepoint installation afterwards to another drive? 2. Is it possible to only change the IIS specific sites/configuration to another drive without touching or reinstalling the whole Sharepoint again? Here the Hardening scanner info: Found web content on system partition. Found: C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\16\WebServices\Root C:\inetpub\wwwroot\wss\VirtualDirectories\33030 C:\inetpub\wwwroot\wss\VirtualDirectories\xxx. ThanksSolved1.8KViews0likes4CommentsIIS Hardening issues
Hello, we need to fix these IIS hardening issues. Is it allowed to set these without break sharepoint functionality? and how should i set/fix these? 1. Ensure 'host headers' are on all sites You need to define a host on your binding: *:32843: *:32844: 32845:* * on site SharePoint Web Services. You need to define a host on your binding: :2016: on site SharePoint Central Administration v4. 2. Ensure Unlisted File Extensions are not allowed SharePoint Central Administration v4:In web config filter: 'system.webServer/security/requestFiltering/fileExtensions' the property: 'allowUnlisted' is set to 'True' but expected is: 'False'. 3. Ensure HSTS Header is set Server Default Setting:OK In web config filter: '/system.webServer/httpProtocol/customHeaders' of site 'Server Default Setting' a customHeader 'Strict-Transport-Security' should be defined. Thanks a lot Kind regards1.3KViews0likes2CommentsSharePoint (2016) subsite only visible in Internet Explorer and not in current browsers
Hello, I'm not sure what happened or where to begin troubleshooting but it seems like one of my subsites has been reverted to an older UI maybe? Lost its CSS? Because when I try to access the site in a current browser (Edge, Chrome), it looks like there's no styling applied to the page but when I access it in Internet Explorer, the page works and everything looks normal except it looks like an older version or something of that sort... I found an image online that someone else posted and seemed to have the same issue but there was nothing stated on how to really fix. Please help?! Thanks642Views0likes0CommentsMigrating SharePoint List items created between two dates
Hello Community, I have a SharePoint 2013 list containing items created between 2012 and 2022. I want to migrate only the ones created in 2015 to SharePoint Online. I am using SharePoint Migration Tool. Note: I cannot migrate all of the source list and then delete all the non 2015 records because it exceeds 50 000 items. The tool only offers migrating list items that are created/modified after a certain date. Is there a way to only migrate list items that are created between two dates? Maybe using JSON for bulk migration? Maybe something like the following: { "Tasks": [ { "SourcePath": "source path", "TargetPath": "target path", "Items": { "Lists": [ { "SourceList": "source", "TargetList": "target" } ], "SubSites": [] }, "Settings":{ "MigrateFilesCreatedAfter": "2014-12-31", "MigrateFilesCreatedBefore": "2016-01-01" } } ] }590Views0likes0CommentsGet all Active Directory groups check against SharePoint On Prem sites
We are planning to migrate all AD groups on Cloud. I have exported all AD groups in MS Excel file. I like to run script to check against any Sharepoint On-Prem site that those groups may have been used. Can I achieve this using PowerShell script? If yes, can someone share the script. Is it possible to get all AD groups with powershell and run across all SP on prem sites?1KViews1like0Comments