Questions tagged [microsoft]

148 questions
0
votes
0 answers

Configuring Second URL for Reporting Services to Respond on port 443

We have a web server hosting several websites. DNS is configured to point ..com to the web server. One of the sites acts a proxy and redirects https requests to a seperate SSRS server. We have a wildcard ssl certficate for *..com. Recently the…
RLBChrisBriant
  • 595
  • 1
  • 7
  • 22
0
votes
0 answers

how to have one mailbox with two users of different domain(in a forest)?

i'm setting new domain and exchange server, lets call it "test.com" and also i have and old domain "test.org". I want my clients login to new domain with the old account, and have mailbox. also i want if users login with new account, have access to…
0
votes
1 answer

Microsoft Exchange increase attachment size

I followed the instructions to increase the attachment size as shown here: https://www.microsoft.com/en-us/microsoft-365/blog/2015/04/15/office-365-now-supports-larger-email-messages-up-to-150-mb/ Its been a couple of days since I waited for the…
Coder
  • 101
  • 3
0
votes
1 answer

IIS - Detecting Brute Force Logins and Password Spraying

TLDR; What techniques are being used to detect brute force logins and/or password spraying on IIS hosted websites (including SharePoint, OWA, etc.)? ModSecurity There are many tools for other operating systems to address this with the primary being…
phbits
  • 216
  • 2
  • 8
0
votes
0 answers

Microsoft Azure Backup Agent -- (0x186D9)

After downloading Azure Backup Agent only one of our laptops has been able to successfully complete a full C:\ Drive backup. On the rest I keep getting the same error "C:\ The current backup operation failed because the number of data transfer…
0
votes
2 answers

How to create VHD file fixed size of window 2003 server

I am trying to create a VHD file fixed size of window 2003 R2 server. As Hyper V role and Azure CLI is not supported i am not able to create it. Though Disk2VD creates VHD file but it is dynamic. Can someone tell me how to create VHD file of window…
0
votes
1 answer

Change default calendar AccessRights in Microsoft Office365's Exchange

My goal is to change the Default mailbox Calendar AccessRights to be 'Reviewer' instead of 'AvailabilityOnly' for all newly created Office 365 users. After searching online and studying Microsoft's docs, I have arrived the following…
Anon Ymous
  • 101
  • 1
  • 1
0
votes
1 answer

On-premises mailboxes cannot receive emails from 365 Hybrid deployment

Starting an on-prem to Cloud migration with a hybrid configuration. On-prem users can e-mail anyone just fine. Cloud users can e-mail externally and other cloud users, but not on-prem users. E-mails from cloud to on-prem users do not error, but…
Brian Knoblauch
  • 2,196
  • 2
  • 32
  • 48
0
votes
1 answer

Trigger custom Outlook Add-on from External Email notification message

I have developed an outlook add-on, which gathers email information (Email header etc.) and report it to my custom application. I want to add a hyperlink in External Email Notification message, when a user click on that hyper link it should trigger…
0
votes
1 answer

Free Account Azure version HDInsight and cores issue

I am using an Free Azure account version and I am trying to create the resources needed to put in place HDInsight. I have done it twice, but in order to spare the time/money I have available, I have deleted the resource group. Unortunately now that…
Nicola
  • 1
0
votes
1 answer

Add @ record in Microsoft DNS

I am used to administering DNS on *NIX, where I can just specify A record for the root domain, e.g. @ A 10.11.12.13 However when I try to do this on a Microsoft DNS, I get an error message about invalid hostname. How can I set this…
Aleks G
  • 936
  • 2
  • 8
  • 18
0
votes
1 answer

Microsoft DNS behaving strangely

I'm having this peculiar issue with Microsoft DNS. Basically, we have domain.com that's a split horizon setup (external public DNS and internal DNS are both authoritative for separate zones), don't ask me why, it was like this when I got here. In…
Stuggi
  • 3,506
  • 4
  • 19
  • 36
0
votes
1 answer

Users and distribution groups not showing in GAL

I'm having issues with the GAL in Exchange 2016. I have multiple companies running on 1 Exchange server which all have their own GAL, ABP etc.. I create them with Exchange management shell using these commands: New-GlobalAddressList -Name…
C Kolkman
  • 46
  • 1
  • 4
0
votes
1 answer

How can I automatically enter cmd without activiate sconfig as default in Microsoft Hyper-V Server 2016?

When Login to Microsoft Hyper-V Server it will firstly execute sconfig.cmd . However it is a little bit unnecessary for me. I can just type sconfig to start it whenever I want. How can I set cmd as default when I log in the system? I have tried to…
pah8J
  • 101
  • 1
0
votes
0 answers

How to find pre-requisites for any KB article

I want to know in Config Manager database, if there is a way to know what are the prerequisites needed to install a KB article? Something like If I want to install a KB article - KB12345, there must be data in some table which tells me that before…