User Profile
Saeid_Abdollahzadeh
Copper Contributor
Joined 7 years ago
User Widgets
Recent Discussions
Re: Copy/Export Navigation?
Hi again Darren_Smith I suggested that you use a specific folder instead of the drive path for the backup file! for example: Copy-PNPNavigation -SourceSite https://YourSourceSite.sharepoint.com -BackupDestination C:\Backup -DestinationSite https://YourDestinationSite.sharepoint.com/sites/TEST -NavigationLocation TopNavigationBar You will see the "SiteNavigationBackup.xlsx" in the Backup folder! It should be fixed by this command! Also, make sure that you use version 1.0.2 good luck 🙂 BR, Saeid.23KViews0likes5CommentsRe: Copy/Export Navigation?
Hi Darren_Smith Copy-PNPNavigation -SourceSite https://contoso.sharepoint.com/sites/SourceSite -BackupDestination C:\FolderOfBackupFile -DestinationSite https://contoso.sharepoint.com/sites/DestinationSite -NavigationLocation TopNavigationBar It's the full line of the command. You have to enter the source site address, which you want to copy the navigation from it, then you need to enter the destination folder where the backup file will save there. If you're going to add the navigation menu to the destination site, you have to use the -DestinationSite switch, otherwise the backup file doesn't copy to the destination site, and you have the backup file only! https://github.com/saeid-adz/Copy-PNPNavigation BR, Saeid.24KViews1like8CommentsRBAC for the PowerShell access
Hi all, I want to use RBAC to set access to a user that only needs to read the users' MFA information and change it(Disable/Enforced). I've set the Authentication Admin role to the user but still, the "StrongAuthenticationRequirements" shows empty! I'm using MSOL module. Do you have any idea in this case? BR, SaeidSolved1.4KViews0likes4CommentsRe: Copy/Export Navigation?
Ivan54 Hi Ivan, You can use the Copy-PNPNavigation module You can copy a SharePoint Navigation Menu with maximum 3-layer with this script. Also, you will have a export in excel type from the site navigation! https://www.powershellgallery.com/packages/Copy-PNPNavigation/1.0.225KViews1like10CommentsAlert me Account problem for migrated user from local AD to Azure AD
Hi all, I have two types of the Azure AD users, migrated users which are migrated from local AD to Azure AD and the other type is the users that created directly on the Azure AD. My core problem is for migrated users! this users getting locked and reset password not working. I mean the migrated users should be waiting for 15mins then the account could unlock! BR637Views0likes0Comments
Recent Blog Articles
No content to show