User Profile
Dongjie
MVP
Joined 9 years ago
User Widgets
Recent Discussions
Create hub site error
PS C:\Windows\system32> Register-SPOHubSite https://djcloud.sharepoint.com/sites/MS Register-SPOHubSite : 所请求的操作是实验性功能的一部分,当前环境不支持。 At line:1 char:1 + Register-SPOHubSite https://djcloud.sharepoint.com/sites/MS + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: (:) [Register-SPOHubSite], ServerException + FullyQualifiedErrorId : Microsoft.SharePoint.Client.ServerException,Microsoft.Online.SharePoint.PowerShell.Regis terSPOHubSite963Views0likes2CommentsCannot perform a differential backup for database ”myDb“
Execute query "BACKUP DATABASE [CreditSummary] TO DISK = N'R: \\ Ba ..." failed with the following error: "Can not perform differential backup of database" CreditSummary "because there is no current database backup. Please remove the WITH DIFFERENTIAL option And then issue BACKUP DATABASE to perform a full backup of the database. BACKUP DATABASE is aborting abnormally. The reason for the failure may be that the query itself has a problem, the ResultSet attribute is not set correctly, the parameter is not set correctly, or the connection is not established correctly2.9KViews0likes3CommentsCannot perform a differential backup for database ”myDb“
Execute query "BACKUP DATABASE [CreditSummary] TO DISK = N'R: \\ Ba ..." failed with the following error: "Can not perform differential backup of database" CreditSummary "because there is no current database backup. Please remove the WITH DIFFERENTIAL option And then issue BACKUP DATABASE to perform a full backup of the database. BACKUP DATABASE is aborting abnormally. The reason for the failure may be that the query itself has a problem, the ResultSet attribute is not set correctly, the parameter is not set correctly, or the connection is not established correctly1.2KViews0likes0CommentsRe: Searching for appointments in a shared calendar
Hi Maurits I'm not very sure about your problem ,Generally, when sharing a calendar to other people in OWA (Outlook Web App) (https://outlook.office365.com/owa/), you can choose corresponding permissions in order to control the user who was shared the calendar to have what kind of operation to the shared calendar.Availability only shows the time of items on your calendar and no other details. For more information, please refer to: support.office.com/.../Sharing-your-calendar-in-Outlook-Web-App-7ecef8ae-139c-40d9-bae2-a23977ee58d5 thanks!4.7KViews0likes1CommentRe: How can I make all users calendar shared with all other users?
Hi Edward Use the powershell loop statement to add each user's shared calendar permissions reference: foreach ($Mailbox in (Get-Mailbox -ResultSize Unlimited)) { Add-MailboxFolderPermission -identity "$($Mailbox.Name):\Kalender" -AccessRights LimitedDetails -User Default } http://blog.powershell.no/2010/09/20/managing-calendar-permissions-in-exchange-server-2010/ https://technet.microsoft.com/en-us/library/ff522363.aspx?f=255&MSPPError=-2147217396 Hope to help you! thanks!97KViews0likes3Comments
Recent Blog Articles
No content to show