Month: June 2024
Azure Migration without VM Shutdown
We’re in the process of shutting down the on-premises setup of our company environment running on VMware. We have a DC, SQL server, accounting server and a couple terminal servers used for remote access. I have created the necessary Azure migration assessment and ready to start the replication of the 1st batch of servers. Because we have a legacy custom SQL app, we must maintain standard Windows AD, so I’ll be moving our DC virtual machine. Azure AD will not work thus the need to migrate our on-prem DC.
My question is replicating and copying our on-prem domain controller from VMware up to Azure but keeping it running following the replication migration up to Azure. I know the normal process of replication is to shutdown the running on-prem VMs once the final delta replication has completed. However, I need to keep my on-prem AD environment running for about another month as I build the Azure environment in parallel. I understand that the two environments will not be in-sync if new domain users are created but this likely will not need to occur with the small size of the company. Basically, does the Azure migration process allow us to keep the migrated VMs running following the final replication sync? I’ll do this replication during non-production hours so network activity will be zero.
Thanks for any suggestions or input.
Ken
We’re in the process of shutting down the on-premises setup of our company environment running on VMware. We have a DC, SQL server, accounting server and a couple terminal servers used for remote access. I have created the necessary Azure migration assessment and ready to start the replication of the 1st batch of servers. Because we have a legacy custom SQL app, we must maintain standard Windows AD, so I’ll be moving our DC virtual machine. Azure AD will not work thus the need to migrate our on-prem DC. My question is replicating and copying our on-prem domain controller from VMware up to Azure but keeping it running following the replication migration up to Azure. I know the normal process of replication is to shutdown the running on-prem VMs once the final delta replication has completed. However, I need to keep my on-prem AD environment running for about another month as I build the Azure environment in parallel. I understand that the two environments will not be in-sync if new domain users are created but this likely will not need to occur with the small size of the company. Basically, does the Azure migration process allow us to keep the migrated VMs running following the final replication sync? I’ll do this replication during non-production hours so network activity will be zero. Thanks for any suggestions or input.Ken Read More
Link a MATLAB App with System Composer Architecture Model
Hi,
I was wondering that is there a way to link an Architectural Model developed using Systems Composer with an application developed using MATLAB App?Hi,
I was wondering that is there a way to link an Architectural Model developed using Systems Composer with an application developed using MATLAB App? Hi,
I was wondering that is there a way to link an Architectural Model developed using Systems Composer with an application developed using MATLAB App? systems engineering, systems composer, matlab app, mbse MATLAB Answers — New Questions
My datetimes do not give the right logical values
EventStartTimeEditField = "2023-07-20 09:00:02.798410112"
Event_start_time = datetime(EventStartTimeEditField,’InputFormat’,’yyyy-MM-dd HH:mm:ss.SSSSSSSSS’,’Format’,’yyyy-MM-dd HH:mm:ss.SSSSSSSSS’,’TimeZone’,’America/Halifax’)
find(acc_data.Time == Event_start_time)
The value of index 1793 of acc_data.Time is the following datetime: 2023-07-20 09:00:02.798410112
Despite these two values being identical, making a logical returns the wrong value for this index and the find function can not find the index at which the values are equal.
Does anyone have any ideas why this is and how to fix it?EventStartTimeEditField = "2023-07-20 09:00:02.798410112"
Event_start_time = datetime(EventStartTimeEditField,’InputFormat’,’yyyy-MM-dd HH:mm:ss.SSSSSSSSS’,’Format’,’yyyy-MM-dd HH:mm:ss.SSSSSSSSS’,’TimeZone’,’America/Halifax’)
find(acc_data.Time == Event_start_time)
The value of index 1793 of acc_data.Time is the following datetime: 2023-07-20 09:00:02.798410112
Despite these two values being identical, making a logical returns the wrong value for this index and the find function can not find the index at which the values are equal.
Does anyone have any ideas why this is and how to fix it? EventStartTimeEditField = "2023-07-20 09:00:02.798410112"
Event_start_time = datetime(EventStartTimeEditField,’InputFormat’,’yyyy-MM-dd HH:mm:ss.SSSSSSSSS’,’Format’,’yyyy-MM-dd HH:mm:ss.SSSSSSSSS’,’TimeZone’,’America/Halifax’)
find(acc_data.Time == Event_start_time)
The value of index 1793 of acc_data.Time is the following datetime: 2023-07-20 09:00:02.798410112
Despite these two values being identical, making a logical returns the wrong value for this index and the find function can not find the index at which the values are equal.
Does anyone have any ideas why this is and how to fix it? logical, datetime, find MATLAB Answers — New Questions
Bicubic Interpolation Algorithm of imrotate
Hello,
does anyone know the exact code for the bicubic interpolation algorithm used in imrotate()? I am currently rewriting a matlab script containing this function into a cuda mex file. My current implementation produces small differences between the matlab rotated images and the images I rotate. Is it the algorithm mentioned in this paper?
Thanks for your helpHello,
does anyone know the exact code for the bicubic interpolation algorithm used in imrotate()? I am currently rewriting a matlab script containing this function into a cuda mex file. My current implementation produces small differences between the matlab rotated images and the images I rotate. Is it the algorithm mentioned in this paper?
Thanks for your help Hello,
does anyone know the exact code for the bicubic interpolation algorithm used in imrotate()? I am currently rewriting a matlab script containing this function into a cuda mex file. My current implementation produces small differences between the matlab rotated images and the images I rotate. Is it the algorithm mentioned in this paper?
Thanks for your help bicubic interpolation, mex, cuda, imrotate, rotation algorithm MATLAB Answers — New Questions
Uniformly distributed random integers
The randi function in matlab generates uniformly distributed pseudo-random integers. If I want to generate uniformly distributed random values in the range of {0,0.05} and a step size of 0.01, how can I do it?The randi function in matlab generates uniformly distributed pseudo-random integers. If I want to generate uniformly distributed random values in the range of {0,0.05} and a step size of 0.01, how can I do it? The randi function in matlab generates uniformly distributed pseudo-random integers. If I want to generate uniformly distributed random values in the range of {0,0.05} and a step size of 0.01, how can I do it? rand MATLAB Answers — New Questions
Show hidden data in SharePoint list
I had a field containing xhtml data in rich text box in a SharePoint form.
I used a formula in Infopath to copy the xhtml data to text data by creating a new field, and after publishing that I am now able to see the data in text format.
But there is problem that it is showing only some of the row data in view, however all the data are there in new field in the form
Can anyone help me this issue,so that I will able to access all the data when extracted?
FYI- I have designed the for in Infopath
I had a field containing xhtml data in rich text box in a SharePoint form. I used a formula in Infopath to copy the xhtml data to text data by creating a new field, and after publishing that I am now able to see the data in text format. But there is problem that it is showing only some of the row data in view, however all the data are there in new field in the formCan anyone help me this issue,so that I will able to access all the data when extracted? FYI- I have designed the for in Infopath Read More
Create secondary dependent lookup field
I’ve been using the Graph API to automate some Sharepoint Online list creation and am stuck particularly with creating Sharepoint lookup columns that have dependent lookup fields as in this example where the `Iso2` and `Numeric_code` fields are selected as secondary dependent fields creating a column in the Sharepoint UI:
Based on the documentation for lookup columns I haven’t been able to piece together quite how to do this. I am assuming I first create the primary column then create a secondary column using `primaryLookupColumnId` to reference that column and `columnName` to reference another column in the target lookup list. But that doesn’t seem to work — I just get back a stand along lookup column that seems decoupled from the primary column I’ve created.
The documentation doesn’t seem to illustrate how to do this nor can I find a concrete working example online.
Can anyone point me in the right direction?
Thanks.
I’ve been using the Graph API to automate some Sharepoint Online list creation and am stuck particularly with creating Sharepoint lookup columns that have dependent lookup fields as in this example where the `Iso2` and `Numeric_code` fields are selected as secondary dependent fields creating a column in the Sharepoint UI: Based on the documentation for lookup columns I haven’t been able to piece together quite how to do this. I am assuming I first create the primary column then create a secondary column using `primaryLookupColumnId` to reference that column and `columnName` to reference another column in the target lookup list. But that doesn’t seem to work — I just get back a stand along lookup column that seems decoupled from the primary column I’ve created. The documentation doesn’t seem to illustrate how to do this nor can I find a concrete working example online. Can anyone point me in the right direction? Thanks. Read More
alwayssign gpo setting
Hi.
We would like to set a default policy for our users that enables e-mail signing.
softwarepoliciesmicrosoftoffice16.0outlooksecurity
I have enabled the “Sign all messages policy” which seems to work.
We would however like to allow users to remove the option for individual mails e.g. only setting t he value as default but now restricting users from changing the value.
Any idea how to accomplish that?
Thank you.
Kasper
Hi.We would like to set a default policy for our users that enables e-mail signing. softwarepoliciesmicrosoftoffice16.0outlooksecurity I have enabled the “Sign all messages policy” which seems to work.https://admx.help/?Category=Office2016&Policy=outlk16.Office.Microsoft.Policies.Windows::L_Signallemailmessages We would however like to allow users to remove the option for individual mails e.g. only setting t he value as default but now restricting users from changing the value. Any idea how to accomplish that? Thank you.Kasper Read More
Pre-Fill Responses not being recognised / applied
Hi All,
Not sure if this is the best forum but wanted to raise it so it doesn’t get overlooked. The issue was highlighted in the comments to the blog post Pre-fill Responses in Your Microsoft Forms. Prefilled URL parameters are ignored when used to access a Form that has already been accessed via a prefilled URL. The original parameters are continually applied and new parameters are ignored. This seems to be a caching issue as emptying the cache resolves the problem (although this is not a practical solution). This kind of negates the use of pre-filled parameters in many users situations.
It is also not possible to prefill branched questions – you can fill them, but their values are not preserved when the form is submitted if the question has not been viewed. I’m sure many Forms users have tried to pass session information in this manner, only to discover that it doesn’t work. I can’t believe that MS have still not provided any mechanism for passing session information – this would be so much more useful that prefilling answers that can easily be changed by users.
The obvious solution to all of this is to roll a power-app but this seems like a lot of work to overcome a simple limitation on MS Forms.
It would be good to know if either of these issues have been acknowledged and if there is a timeline for resolution.
Many thanks
Mike
Hi All, Not sure if this is the best forum but wanted to raise it so it doesn’t get overlooked. The issue was highlighted in the comments to the blog post Pre-fill Responses in Your Microsoft Forms. Prefilled URL parameters are ignored when used to access a Form that has already been accessed via a prefilled URL. The original parameters are continually applied and new parameters are ignored. This seems to be a caching issue as emptying the cache resolves the problem (although this is not a practical solution). This kind of negates the use of pre-filled parameters in many users situations. It is also not possible to prefill branched questions – you can fill them, but their values are not preserved when the form is submitted if the question has not been viewed. I’m sure many Forms users have tried to pass session information in this manner, only to discover that it doesn’t work. I can’t believe that MS have still not provided any mechanism for passing session information – this would be so much more useful that prefilling answers that can easily be changed by users. The obvious solution to all of this is to roll a power-app but this seems like a lot of work to overcome a simple limitation on MS Forms. It would be good to know if either of these issues have been acknowledged and if there is a timeline for resolution. Many thanks Mike Read More
Access to Channel Calendar Event Chat
I’ve created a Private Teams site and set up a Channel Calendar on the General Channel. I’ve invited both Channel Members and Non-Members to meetings set up on the Channel Calendar. I’m having a couple of issues relating to accessing the meeting chats:
The Meeting Chat for events created on the Channel Calendar do not appear in anyones chat historyAttendees who are not members of the Teams Channel are unable to view or participate in the chat during the meeting or access it after the event.
Do all attendees need to be a member of the Teams Channel or the Teams site to access the chat? and is the only way to view the chat history via the meeting post in the Post Tab on the Channel?
I’ve checked the Meeting options and all the engagement is unlocked so in theory all users should be able to access the chat.
Thanks
I’ve created a Private Teams site and set up a Channel Calendar on the General Channel. I’ve invited both Channel Members and Non-Members to meetings set up on the Channel Calendar. I’m having a couple of issues relating to accessing the meeting chats: The Meeting Chat for events created on the Channel Calendar do not appear in anyones chat historyAttendees who are not members of the Teams Channel are unable to view or participate in the chat during the meeting or access it after the event.Do all attendees need to be a member of the Teams Channel or the Teams site to access the chat? and is the only way to view the chat history via the meeting post in the Post Tab on the Channel? I’ve checked the Meeting options and all the engagement is unlocked so in theory all users should be able to access the chat. Thanks Read More
How to enable windows 10 dark mode file explorer 2024 – turn on/off dark theme
As you are searching for How to enable windows 10 dark mode file explorer and reading my article, maybe you are not familiar with dark mode.Don’t worry, you are reading this article means you will learn everything about this topic.
As you are searching for How to enable windows 10 dark mode file explorer and reading my article, maybe you are not familiar with dark mode.Don’t worry, you are reading this article means you will learn everything about this topic. Read More
how to obtain pathgains of winner2 channel
the channel is generated by the following code
BSAA = winner2.AntennaArray(‘UCA’, 1, 0.02); % UCA-8 array for BS
MSAA1 = winner2.AntennaArray(‘ULA’, 1, 0.01); % ULA-2 array for MS
MSIdx = [2];
BSIdx = {1};
numLinks = 2;
rndSeed = 5;
cfgLayout = winner2.layoutparset(MSIdx,BSIdx, numLinks,[BSAA,MSAA1],[],rndSeed);
cfgLayout.Pairing = [1 ; 2 ]; % Index in cfgLayout.Stations
cfgLayout.ScenarioVector = [6];
numBSSect = sum(cfgLayout.NofSect);
numMS = length(MSIdx);
cfgLayout.Stations(2).Velocity=[1.6;0;0];
cfgLayout.Stations(1).Pos(1:2) = [50, 150];
cfgLayout.Stations(2).Pos(1:2) = [10, 180]; % 8 meters away from BS
BSPos = cell2mat({cfgLayout.Stations(1:numBSSect).Pos});
MSPos = cell2mat({cfgLayout.Stations(numBSSect+1:end).Pos});
frameLen = 64; % Number of samples to be generated
cfgWim = winner2.wimparset;
cfgWim.NumTimeSamples = 80;
cfgWim.IntraClusterDsUsed = ‘yes’;
cfgWim.CenterFrequency = 2.76e9;
cfgWim.UniformTimeSampling = ‘yes’;
cfgWim.ShadowingModelUsed = ‘yes’;
cfgWim.PathLossModelUsed = ‘no’;
cfgWim.UseManualPropCondition = ‘yes’;
cfgWim.RandomSeed = 31415927;
cfgWim.NormalizeChannelOutputs=’false’;
downWINNERChan = comm.WINNER2Channel(cfgWim,cfgLayout);
and the input data is
sourceData = randi([0 1],(80,1);
then the pathgains and output are obainted
[ChanOut, pathGains] = downWINNERChan(sourceData);
pathGains1=squeeze(cell2mat(pathGains));
pathGains1=sum(pathGains)’;
rx_data=cell2mat(ChanOut);
tx_data_estimate=rx_data./pathGains;
I wonder why tx_data_estimate is different from sourceData?the channel is generated by the following code
BSAA = winner2.AntennaArray(‘UCA’, 1, 0.02); % UCA-8 array for BS
MSAA1 = winner2.AntennaArray(‘ULA’, 1, 0.01); % ULA-2 array for MS
MSIdx = [2];
BSIdx = {1};
numLinks = 2;
rndSeed = 5;
cfgLayout = winner2.layoutparset(MSIdx,BSIdx, numLinks,[BSAA,MSAA1],[],rndSeed);
cfgLayout.Pairing = [1 ; 2 ]; % Index in cfgLayout.Stations
cfgLayout.ScenarioVector = [6];
numBSSect = sum(cfgLayout.NofSect);
numMS = length(MSIdx);
cfgLayout.Stations(2).Velocity=[1.6;0;0];
cfgLayout.Stations(1).Pos(1:2) = [50, 150];
cfgLayout.Stations(2).Pos(1:2) = [10, 180]; % 8 meters away from BS
BSPos = cell2mat({cfgLayout.Stations(1:numBSSect).Pos});
MSPos = cell2mat({cfgLayout.Stations(numBSSect+1:end).Pos});
frameLen = 64; % Number of samples to be generated
cfgWim = winner2.wimparset;
cfgWim.NumTimeSamples = 80;
cfgWim.IntraClusterDsUsed = ‘yes’;
cfgWim.CenterFrequency = 2.76e9;
cfgWim.UniformTimeSampling = ‘yes’;
cfgWim.ShadowingModelUsed = ‘yes’;
cfgWim.PathLossModelUsed = ‘no’;
cfgWim.UseManualPropCondition = ‘yes’;
cfgWim.RandomSeed = 31415927;
cfgWim.NormalizeChannelOutputs=’false’;
downWINNERChan = comm.WINNER2Channel(cfgWim,cfgLayout);
and the input data is
sourceData = randi([0 1],(80,1);
then the pathgains and output are obainted
[ChanOut, pathGains] = downWINNERChan(sourceData);
pathGains1=squeeze(cell2mat(pathGains));
pathGains1=sum(pathGains)’;
rx_data=cell2mat(ChanOut);
tx_data_estimate=rx_data./pathGains;
I wonder why tx_data_estimate is different from sourceData? the channel is generated by the following code
BSAA = winner2.AntennaArray(‘UCA’, 1, 0.02); % UCA-8 array for BS
MSAA1 = winner2.AntennaArray(‘ULA’, 1, 0.01); % ULA-2 array for MS
MSIdx = [2];
BSIdx = {1};
numLinks = 2;
rndSeed = 5;
cfgLayout = winner2.layoutparset(MSIdx,BSIdx, numLinks,[BSAA,MSAA1],[],rndSeed);
cfgLayout.Pairing = [1 ; 2 ]; % Index in cfgLayout.Stations
cfgLayout.ScenarioVector = [6];
numBSSect = sum(cfgLayout.NofSect);
numMS = length(MSIdx);
cfgLayout.Stations(2).Velocity=[1.6;0;0];
cfgLayout.Stations(1).Pos(1:2) = [50, 150];
cfgLayout.Stations(2).Pos(1:2) = [10, 180]; % 8 meters away from BS
BSPos = cell2mat({cfgLayout.Stations(1:numBSSect).Pos});
MSPos = cell2mat({cfgLayout.Stations(numBSSect+1:end).Pos});
frameLen = 64; % Number of samples to be generated
cfgWim = winner2.wimparset;
cfgWim.NumTimeSamples = 80;
cfgWim.IntraClusterDsUsed = ‘yes’;
cfgWim.CenterFrequency = 2.76e9;
cfgWim.UniformTimeSampling = ‘yes’;
cfgWim.ShadowingModelUsed = ‘yes’;
cfgWim.PathLossModelUsed = ‘no’;
cfgWim.UseManualPropCondition = ‘yes’;
cfgWim.RandomSeed = 31415927;
cfgWim.NormalizeChannelOutputs=’false’;
downWINNERChan = comm.WINNER2Channel(cfgWim,cfgLayout);
and the input data is
sourceData = randi([0 1],(80,1);
then the pathgains and output are obainted
[ChanOut, pathGains] = downWINNERChan(sourceData);
pathGains1=squeeze(cell2mat(pathGains));
pathGains1=sum(pathGains)’;
rx_data=cell2mat(ChanOut);
tx_data_estimate=rx_data./pathGains;
I wonder why tx_data_estimate is different from sourceData? winner2channel, equalization MATLAB Answers — New Questions
How to convert class cell to vector?
wavelet = ‘db4’;
level = 6;
tt=0:(0.25*10^(-3)):(0.25*10^(-3))*ceil(N);
ref=cos(2*pi*50*tt);
[CR, LR] = wavedec(CurrentwindowR, level, wavelet);
[CY, LY] = wavedec(CurrentwindowY, level, wavelet);
[CB, LB] = wavedec(CurrentwindowB, level, wavelet);
[CRvolt, LRvolt] = wavedec(VoltagewindowR, level, wavelet);
[CYvolt, LYvolt] = wavedec(VoltagewindowY, level, wavelet);
[CBvolt, LBvolt] = wavedec(VoltagewindowB, level, wavelet);
[Cref, Lref] = wavedec(ref, level, wavelet);
coder.extrinsic(‘str2double’)
AppR=str2double(detcoef(CR,LR,level));
AppY=str2double(detcoef(CY,LY,level));
AppB=str2double(detcoef(CB,LB,level));
AppvoltR=str2double(detcoef(CRvolt,LRvolt,level));
AppvoltY=str2double(detcoef(CYvolt,LYvolt,level));
AppvoltB=str2double(detcoef(CBvolt,LBvolt,level));
Appref=str2double(detcoef(Cref,Lref,level));
thetaR= acosd((dot(Appref,AppR))/(norm(Appref)*norm(AppR)));
thetaY= acosd((dot(Appref,AppY))/(norm(Appref)*norm(AppY)));
thetaB= acosd((dot(Appref,AppB))/(norm(Appref)*norm(AppB)));
refR=cos(2*pi*50*tt+thetaR*pi/180);
refY=cos(2*pi*50*tt+thetaY*pi/180);
refB=cos(2*pi*50*tt+thetaB*pi/180);wavelet = ‘db4’;
level = 6;
tt=0:(0.25*10^(-3)):(0.25*10^(-3))*ceil(N);
ref=cos(2*pi*50*tt);
[CR, LR] = wavedec(CurrentwindowR, level, wavelet);
[CY, LY] = wavedec(CurrentwindowY, level, wavelet);
[CB, LB] = wavedec(CurrentwindowB, level, wavelet);
[CRvolt, LRvolt] = wavedec(VoltagewindowR, level, wavelet);
[CYvolt, LYvolt] = wavedec(VoltagewindowY, level, wavelet);
[CBvolt, LBvolt] = wavedec(VoltagewindowB, level, wavelet);
[Cref, Lref] = wavedec(ref, level, wavelet);
coder.extrinsic(‘str2double’)
AppR=str2double(detcoef(CR,LR,level));
AppY=str2double(detcoef(CY,LY,level));
AppB=str2double(detcoef(CB,LB,level));
AppvoltR=str2double(detcoef(CRvolt,LRvolt,level));
AppvoltY=str2double(detcoef(CYvolt,LYvolt,level));
AppvoltB=str2double(detcoef(CBvolt,LBvolt,level));
Appref=str2double(detcoef(Cref,Lref,level));
thetaR= acosd((dot(Appref,AppR))/(norm(Appref)*norm(AppR)));
thetaY= acosd((dot(Appref,AppY))/(norm(Appref)*norm(AppY)));
thetaB= acosd((dot(Appref,AppB))/(norm(Appref)*norm(AppB)));
refR=cos(2*pi*50*tt+thetaR*pi/180);
refY=cos(2*pi*50*tt+thetaY*pi/180);
refB=cos(2*pi*50*tt+thetaB*pi/180); wavelet = ‘db4’;
level = 6;
tt=0:(0.25*10^(-3)):(0.25*10^(-3))*ceil(N);
ref=cos(2*pi*50*tt);
[CR, LR] = wavedec(CurrentwindowR, level, wavelet);
[CY, LY] = wavedec(CurrentwindowY, level, wavelet);
[CB, LB] = wavedec(CurrentwindowB, level, wavelet);
[CRvolt, LRvolt] = wavedec(VoltagewindowR, level, wavelet);
[CYvolt, LYvolt] = wavedec(VoltagewindowY, level, wavelet);
[CBvolt, LBvolt] = wavedec(VoltagewindowB, level, wavelet);
[Cref, Lref] = wavedec(ref, level, wavelet);
coder.extrinsic(‘str2double’)
AppR=str2double(detcoef(CR,LR,level));
AppY=str2double(detcoef(CY,LY,level));
AppB=str2double(detcoef(CB,LB,level));
AppvoltR=str2double(detcoef(CRvolt,LRvolt,level));
AppvoltY=str2double(detcoef(CYvolt,LYvolt,level));
AppvoltB=str2double(detcoef(CBvolt,LBvolt,level));
Appref=str2double(detcoef(Cref,Lref,level));
thetaR= acosd((dot(Appref,AppR))/(norm(Appref)*norm(AppR)));
thetaY= acosd((dot(Appref,AppY))/(norm(Appref)*norm(AppY)));
thetaB= acosd((dot(Appref,AppB))/(norm(Appref)*norm(AppB)));
refR=cos(2*pi*50*tt+thetaR*pi/180);
refY=cos(2*pi*50*tt+thetaY*pi/180);
refB=cos(2*pi*50*tt+thetaB*pi/180); discrete wavelet, detcoef, cell to vector MATLAB Answers — New Questions
Microsoft 365 copilot data security
Hi Team,
Lets say if I am planning to implement Microsoft 365 copilot for an organization, what data security features needs to be in place as pre-requisite ?
– Is it mandatory to have AIP (MIP) labels with labelling and protection features . I have AIP with labelling features only. not protection. we already have 3rd party email encryption in place.
– Is it mandatory to have MS DLP policy in place. I have third party DLP solution place. Not MS DLP
– How to get list of SP and Teams sites with all users/groups having access to it.
Please assist. Thanks in advance.
Hi Team,Lets say if I am planning to implement Microsoft 365 copilot for an organization, what data security features needs to be in place as pre-requisite ?- Is it mandatory to have AIP (MIP) labels with labelling and protection features . I have AIP with labelling features only. not protection. we already have 3rd party email encryption in place.- Is it mandatory to have MS DLP policy in place. I have third party DLP solution place. Not MS DLP- How to get list of SP and Teams sites with all users/groups having access to it.Please assist. Thanks in advance. Read More
Bug at the beginning of the tab bar, there is an empty space in the DEV version of Edge.
Bug at the beginning of the tab bar, there is an empty space in the DEV version of Edge.
Bug at the beginning of the tab bar, there is an empty space in the DEV version of Edge. Read More
Copilot for Sales – tracking a Reply to already sent email
Dear all,
Saving emails with Copilot for Sales form Outlook works as intended except in once case.
When a sales person first sends an email to a CRM contact – it will be tracked in CRM.
If there is no response the Sales will reply to that same email (that is already saved in CRM) to the same CRM contact person – which should be the same thread, but that Replay email is not being saved in CRM. The Sales would have to go and save it manually again.
Is there a reason for this?
Thank you
Kind regards
Jasmina
Dear all, Saving emails with Copilot for Sales form Outlook works as intended except in once case. When a sales person first sends an email to a CRM contact – it will be tracked in CRM. If there is no response the Sales will reply to that same email (that is already saved in CRM) to the same CRM contact person – which should be the same thread, but that Replay email is not being saved in CRM. The Sales would have to go and save it manually again. Is there a reason for this? Thank youKind regardsJasmina Read More
NCE migration path for Nonprofit conferencing with dial-out US/CAN
We have a number of nonprofit clients with “Microsoft Teams Audio Conferencing with dial-out to USA/CAN (Nonprofit Staff Pricing)” under legacy CSP we need to migrate to MCE. While there is an NCE part, CFQ7TTC0JXCZ:000H, there does not appear to be a migration option in Partner Center. Is one coming or must we add the new NCE product and reassign all the users?
Thanks
Mark
We have a number of nonprofit clients with “Microsoft Teams Audio Conferencing with dial-out to USA/CAN (Nonprofit Staff Pricing)” under legacy CSP we need to migrate to MCE. While there is an NCE part, CFQ7TTC0JXCZ:000H, there does not appear to be a migration option in Partner Center. Is one coming or must we add the new NCE product and reassign all the users? ThanksMark Read More
Apresentações – AI for ChangeMakers
Olá, pessoal.
as apresentações em PowerPoint do evento serão disponibilizadas?
obrigada
Olá, pessoal.as apresentações em PowerPoint do evento serão disponibilizadas?obrigada Read More
Saved attachments from Outlook for MAC can’t be opened
We have the problem, that users save attachments from Outlook for MAC on the file server, and the saved files can’t be opened from anyone, because there is no NTFS security on the files. If I proof the properties og the saved files, the security tab is empty, also no owner of the files ist declared. I can go to folder above and replace the permission entries with inheritable permission entries from the folder, but this should be done by itself by the saving process? How could I force it?
We have the problem, that users save attachments from Outlook for MAC on the file server, and the saved files can’t be opened from anyone, because there is no NTFS security on the files. If I proof the properties og the saved files, the security tab is empty, also no owner of the files ist declared. I can go to folder above and replace the permission entries with inheritable permission entries from the folder, but this should be done by itself by the saving process? How could I force it? Read More