Month: July 2024
how to give input automatically
i have found accuracy and error from nerual network,i have trained the data,i have to give input one by one for several combination as 1,2..1,3..1,4…..1,100..to find accuracy and error..i sholud not give input my myself,it should be done automatically.in train data i have values from of combination 1,2..2,3..1,4…………1,100
i need all datas to be dispalyed with accuracy and errori have found accuracy and error from nerual network,i have trained the data,i have to give input one by one for several combination as 1,2..1,3..1,4…..1,100..to find accuracy and error..i sholud not give input my myself,it should be done automatically.in train data i have values from of combination 1,2..2,3..1,4…………1,100
i need all datas to be dispalyed with accuracy and error i have found accuracy and error from nerual network,i have trained the data,i have to give input one by one for several combination as 1,2..1,3..1,4…..1,100..to find accuracy and error..i sholud not give input my myself,it should be done automatically.in train data i have values from of combination 1,2..2,3..1,4…………1,100
i need all datas to be dispalyed with accuracy and error datamining MATLAB Answers — New Questions
How to remove gaps in timeseries plot to have a continuous graph
Hello Everyone,
I have a timeseries data from a vehicle having gaps in it. FOr example, when the vehicle was running, there is data, but no data is available when the vehicle is turned off. When i plot now, the missig data is filled witha line connecting last measured data to the next measured data (see figure). How can i remove that line and instead have a continuous line.
I highly appreciate for any efforts.Hello Everyone,
I have a timeseries data from a vehicle having gaps in it. FOr example, when the vehicle was running, there is data, but no data is available when the vehicle is turned off. When i plot now, the missig data is filled witha line connecting last measured data to the next measured data (see figure). How can i remove that line and instead have a continuous line.
I highly appreciate for any efforts. Hello Everyone,
I have a timeseries data from a vehicle having gaps in it. FOr example, when the vehicle was running, there is data, but no data is available when the vehicle is turned off. When i plot now, the missig data is filled witha line connecting last measured data to the next measured data (see figure). How can i remove that line and instead have a continuous line.
I highly appreciate for any efforts. timeseries, data handling, matlab plots MATLAB Answers — New Questions
Plot values on a x-y plane from excel – with colorbar
I would like to plot a x-y values from the excel attached on a plane.
I need a colorbar and Latex font.
Thanks everyone!I would like to plot a x-y values from the excel attached on a plane.
I need a colorbar and Latex font.
Thanks everyone! I would like to plot a x-y values from the excel attached on a plane.
I need a colorbar and Latex font.
Thanks everyone! plot, plotting, excel MATLAB Answers — New Questions
Azure Openai Whipser REST endpoints
I wanted to use Whisper deployed through Azure OpenAI but I am having trouble finding the right resources for it.
I am trying to integrate a translator using Whisper in a flutter app that will take multilingual input and give out the output in english.
Right now the transcription is working using this endpoint:
https://<dep>.openai.azure.com/openai/deployments/<name>/audio/transcriptions?api-version=2024-02-01
and structuring the request like:
What is the endpoint for translation and other services?
I wanted to use Whisper deployed through Azure OpenAI but I am having trouble finding the right resources for it.I am trying to integrate a translator using Whisper in a flutter app that will take multilingual input and give out the output in english.Right now the transcription is working using this endpoint:https://<dep>.openai.azure.com/openai/deployments/<name>/audio/transcriptions?api-version=2024-02-01and structuring the request like:var uri = Uri.parse(whisperEndpoint); var request = http.MultipartRequest(‘POST’, uri) ..headers[‘api-key’] = whisperApiKey ..files.add(await http.MultipartFile.fromPath(‘file’, filePath));What is the endpoint for translation and other services? Read More
How do I Complain on Shopsy,,-)0816/753/4393_
How do I Complain on Shopsy,,-)0816/753/4393_
How do I Complain on Shopsy,,-)0816/753/4393_ Read More
Smart album with tag
Hi there,
is it possible to create a smart album which contains all pictures with a given tag (including new ones)?
Br
Hi there, is it possible to create a smart album which contains all pictures with a given tag (including new ones)? Br Read More
Azure Entra User OAuth with NextJS14
Hi all,
I am currently developing community web application using NextJs14 for an organization. I am hoping to integrate Azure Entra service as a user management service to secure the application. My current requirements are,
Onboard guest users and SSO with third party providers like Google
Manage organization member users
Role base access control for the web application (Ex: creating a user group for admins and only admins should be able to access to the application admin dashboard)
Is anyone has integrated Azure Entra with NextJs14 app router while achieving above requirements.
I have tried to find sample project or documentation which explain the integrating process, but I couldn’t found much, specially how to add custom roles to the users (admins) and implement authorization restrictions on the web pages like admin dashboards.
Also is NextAuth.js library supports for the RBAC with Microsoft Entra out of the box, or is there any alternatives.
Hi all, I am currently developing community web application using NextJs14 for an organization. I am hoping to integrate Azure Entra service as a user management service to secure the application. My current requirements are, Onboard guest users and SSO with third party providers like Google Manage organization member usersRole base access control for the web application (Ex: creating a user group for admins and only admins should be able to access to the application admin dashboard)Is anyone has integrated Azure Entra with NextJs14 app router while achieving above requirements. I have tried to find sample project or documentation which explain the integrating process, but I couldn’t found much, specially how to add custom roles to the users (admins) and implement authorization restrictions on the web pages like admin dashboards. Also is NextAuth.js library supports for the RBAC with Microsoft Entra out of the box, or is there any alternatives. Read More
Connect to Exchange Managment Shell using an account in a trusted domain
There are a couple of AD DS Domains relevant here, which I’ll call USER (users log into here on a day-to-day basis, workstations and the majority of servers in the estate are all joined here) and RESOURCE (Exchange is installed here). Exchange Mailboxes have an AD User object in RESOURCE Domain, which is disabled, and have the LinkedMasterAccount set as the user’s account in USER.
A Two-way External trust exists between USER and RESOURCE domains. IT Staff have admin accounts in both USER and RESOURCE domains.
We’ve recently audited the RBAC roles we have set up in Exchange, and they need a little care and attention. One of the issues is that admin accounts in the RESOURCE domain aren’t maintained anywhere near as well as those in the USER domain, so I’m trying to delegate all the necessary access to manage Exchange to the admin accounts in USER instead, so that we don’t have separate admin accounts in RESOURCE to maintain.
I’ve managed to set up Linked Role Groups in the USER Domain, mirroring the built-in ones as well as creating some more granular ones that we need, and these seem to work as expected in ECP. However, they don’t seem to be able to connect to any of the Exchange servers from Exchange Management Shell, instead giving the error:
New-PSSession : [exchangeserver1.resource.org] Connecting to remote server exchangeserver1.resource.org failed with the
following error message : WinRM cannot process the request. The following error occurred while using Kerberos
authentication: Cannot find the computer exchangeserver1.resource.org. Verify that the computer exists on the network
and that the name provided is spelled correctly. For more information, see the about_Remote_Troubleshooting Help topic.
It loops through all the Exchange servers in the environment, giving the same error.
This error occurs from a management box with the Exchange Tools installed, as well as from an Exchange server itself, when logged in as a USER admin account. Logging into the same servers with a RESOURCE admin account connects and works as expected.
Is there something else I need to set up or configure to allow USER accounts to authenticate? As far as I can tell, the permissions are all delegated correctly.
Many thanks
There are a couple of AD DS Domains relevant here, which I’ll call USER (users log into here on a day-to-day basis, workstations and the majority of servers in the estate are all joined here) and RESOURCE (Exchange is installed here). Exchange Mailboxes have an AD User object in RESOURCE Domain, which is disabled, and have the LinkedMasterAccount set as the user’s account in USER. A Two-way External trust exists between USER and RESOURCE domains. IT Staff have admin accounts in both USER and RESOURCE domains. We’ve recently audited the RBAC roles we have set up in Exchange, and they need a little care and attention. One of the issues is that admin accounts in the RESOURCE domain aren’t maintained anywhere near as well as those in the USER domain, so I’m trying to delegate all the necessary access to manage Exchange to the admin accounts in USER instead, so that we don’t have separate admin accounts in RESOURCE to maintain. I’ve managed to set up Linked Role Groups in the USER Domain, mirroring the built-in ones as well as creating some more granular ones that we need, and these seem to work as expected in ECP. However, they don’t seem to be able to connect to any of the Exchange servers from Exchange Management Shell, instead giving the error:New-PSSession : [exchangeserver1.resource.org] Connecting to remote server exchangeserver1.resource.org failed with the
following error message : WinRM cannot process the request. The following error occurred while using Kerberos
authentication: Cannot find the computer exchangeserver1.resource.org. Verify that the computer exists on the network
and that the name provided is spelled correctly. For more information, see the about_Remote_Troubleshooting Help topic. It loops through all the Exchange servers in the environment, giving the same error. This error occurs from a management box with the Exchange Tools installed, as well as from an Exchange server itself, when logged in as a USER admin account. Logging into the same servers with a RESOURCE admin account connects and works as expected. Is there something else I need to set up or configure to allow USER accounts to authenticate? As far as I can tell, the permissions are all delegated correctly. Many thanks Read More
Robocopy Command Line Interface (CLI)
“`bat
C:WindowsSystem32>robocopy D:Intel C:Robotest /E /L
Result: no errors
C:WindowsSystem32>robocopy D:Intel C:Robotest /E /L /COPYALL
Result: no errors
Exploring the content in the D drive:
C:WindowsSystem32>robocopy D:____________BackupHome C:Robotest /E /L /COPYALL
——————————————————————————-
ROBOCOPY :: Robust File Copy for Windows
——————————————————————————-
Started : Monday, August 7, 2023 12:13:08 PM
Source – D:____________Backup
Dest – C:WindowsSystem32ItemsHome
Files :
Options : /DCOPY:DA /COPY:DAT /R:1000000 /W:30
——————————————————————————
ERROR : Invalid Parameter #3 : “C:Robotest”
Usage Example: ROBOCOPY source destination /MIR
source :: Source Directory (drive:path or \serversharepath).
destination :: Destination Dir (drive:path or \serversharepath).
/MIR :: Mirrors an entire directory tree.
For more usage information, run ROBOCOPY /?
*Note: /MIR can DELETE files in addition to copying them!*
C:WindowsSystem32>
Q: Why is robocopy not accepting the destination directory, “C:Robotest”, as it did before? What could be the solution?
“`
“`batC:WindowsSystem32>robocopy D:Intel C:Robotest /E /LResult: no errorsC:WindowsSystem32>robocopy D:Intel C:Robotest /E /L /COPYALLResult: no errors Exploring the content in the D drive:C:WindowsSystem32>robocopy D:____________BackupHome C:Robotest /E /L /COPYALL ——————————————————————————-ROBOCOPY :: Robust File Copy for Windows——————————————————————————- Started : Monday, August 7, 2023 12:13:08 PMSource – D:____________BackupDest – C:WindowsSystem32ItemsHome Files :Options : /DCOPY:DA /COPY:DAT /R:1000000 /W:30 —————————————————————————— ERROR : Invalid Parameter #3 : “C:Robotest” Usage Example: ROBOCOPY source destination /MIR source :: Source Directory (drive:path or \serversharepath).destination :: Destination Dir (drive:path or \serversharepath)./MIR :: Mirrors an entire directory tree. For more usage information, run ROBOCOPY /? *Note: /MIR can DELETE files in addition to copying them!* C:WindowsSystem32> Q: Why is robocopy not accepting the destination directory, “C:Robotest”, as it did before? What could be the solution?“` Read More
Laptop automatically restarts when the lid is opened.
After closing my laptop lid and opening it later, instead of waking up from sleep mode, the laptop is unexpectedly performing a full restart. This issue persists even after adjusting the settings to disable automatic restart in Advanced System Settings. To troubleshoot this further, I re-enabled automatic restart but now encounter a different problem – the screen remains black upon opening the lid, with no response to input from the mouse or keyboard. I am forced to perform a manual shutdown each time this occurs. How can I address the unexpected restarts and the black screen issue that only arise when I close and reopen the laptop lid?
After closing my laptop lid and opening it later, instead of waking up from sleep mode, the laptop is unexpectedly performing a full restart. This issue persists even after adjusting the settings to disable automatic restart in Advanced System Settings. To troubleshoot this further, I re-enabled automatic restart but now encounter a different problem – the screen remains black upon opening the lid, with no response to input from the mouse or keyboard. I am forced to perform a manual shutdown each time this occurs. How can I address the unexpected restarts and the black screen issue that only arise when I close and reopen the laptop lid? Read More
Optimal Sleep and Wake Strategies for Windows 11 Desktop PCs
Hey all! After scouring the forum, all I could find were discussions about laptops – nothing on desktops.
I’m in the process of putting together a new setup for Win 11 (featuring Ryzen 7700, Asus TUF B650M motherboard, 32 GB Corsair Dominator DDR5 6000 MT/s, 2 TB Samsung 990 Pro NVMe SSD) to replace my current rig. I practically live on my PC, clocking in around 12-14 hours a day, and I prefer to pick up where I left off each day without having to start from scratch. The idea of cold booting daily doesn’t appeal to me unless absolutely necessary.
I’m conflicted about the best approach for my new setup and long-term performance during my downtime:
Option 1: Daily Sleep – Potential RAM performance slowdown to 5200 MT/s until the next reboot due to an old unresolved bug. Would the drop from 6000 to 5200 be a significant issue for my everyday usage? I’m unsure. It’s disappointing to not get the full 6000 MT/s I paid for, but if the difference isn’t noticeable…
Option 2: Daily Hibernate – Potentially a better alternative, but at the expense of excessive SSD write cycles. Opinions vary on whether this impacts longevity. I aim for my SSD to last at least a decade.
Option 3: Keeping PC “On” 24/7 – My current approach, despite higher power consumption, ensures instant availability and eliminates daily wear from On/Off cycles, particularly on HDD components.
Any other suggestions?
Another question: if Daily Sleep is the preferred option, which sleep mode is ideal?
Modern Standby (S0) – Known for bugs, prompting users to switch to Old Sleep.
Old Sleep (S3) – Requires manual activation through a registry tweak.
I’m at a crossroads here, seeking guidance tailored to my specific usage pattern. Appreciate any insights you can offer! 🙂
Hey all! After scouring the forum, all I could find were discussions about laptops – nothing on desktops. I’m in the process of putting together a new setup for Win 11 (featuring Ryzen 7700, Asus TUF B650M motherboard, 32 GB Corsair Dominator DDR5 6000 MT/s, 2 TB Samsung 990 Pro NVMe SSD) to replace my current rig. I practically live on my PC, clocking in around 12-14 hours a day, and I prefer to pick up where I left off each day without having to start from scratch. The idea of cold booting daily doesn’t appeal to me unless absolutely necessary. I’m conflicted about the best approach for my new setup and long-term performance during my downtime:Option 1: Daily Sleep – Potential RAM performance slowdown to 5200 MT/s until the next reboot due to an old unresolved bug. Would the drop from 6000 to 5200 be a significant issue for my everyday usage? I’m unsure. It’s disappointing to not get the full 6000 MT/s I paid for, but if the difference isn’t noticeable…Option 2: Daily Hibernate – Potentially a better alternative, but at the expense of excessive SSD write cycles. Opinions vary on whether this impacts longevity. I aim for my SSD to last at least a decade.Option 3: Keeping PC “On” 24/7 – My current approach, despite higher power consumption, ensures instant availability and eliminates daily wear from On/Off cycles, particularly on HDD components. Any other suggestions? Another question: if Daily Sleep is the preferred option, which sleep mode is ideal?Modern Standby (S0) – Known for bugs, prompting users to switch to Old Sleep.Old Sleep (S3) – Requires manual activation through a registry tweak. I’m at a crossroads here, seeking guidance tailored to my specific usage pattern. Appreciate any insights you can offer! 🙂 Read More
How to Calculate Higher-Order Derivatives
There exists a fifth-order implicit function (curve) such that f(x,y)=a (a is a constant)
For example, x^5+x^4*y^1+x^3*y^2+x^2*y^3+x^1*y^4+y^5=10
There exists a 3-dimensional surface such that g(x,y)=z.
For example, z=x^5+xy+y^5
Next, find the cubic curve g(x,y)=z along f(x,y)=a
Then, on the curve z, we want to find (x,y) where dz/dx=0 and dz/dy=0.There exists a fifth-order implicit function (curve) such that f(x,y)=a (a is a constant)
For example, x^5+x^4*y^1+x^3*y^2+x^2*y^3+x^1*y^4+y^5=10
There exists a 3-dimensional surface such that g(x,y)=z.
For example, z=x^5+xy+y^5
Next, find the cubic curve g(x,y)=z along f(x,y)=a
Then, on the curve z, we want to find (x,y) where dz/dx=0 and dz/dy=0. There exists a fifth-order implicit function (curve) such that f(x,y)=a (a is a constant)
For example, x^5+x^4*y^1+x^3*y^2+x^2*y^3+x^1*y^4+y^5=10
There exists a 3-dimensional surface such that g(x,y)=z.
For example, z=x^5+xy+y^5
Next, find the cubic curve g(x,y)=z along f(x,y)=a
Then, on the curve z, we want to find (x,y) where dz/dx=0 and dz/dy=0. implicit function, 3d surface, 2d curve, diff MATLAB Answers — New Questions
Entering Non-Linear System of Equations
Hi All. I am fairly new to Matlab and still learning. I am wondering if one may explain to me how I should enter a system of non-linear equations. For instance the equations I have are: 4*x(1)-x(2)+x(3)-x(1)*x(4) = 0; -x(1)+3*x(2)-2*x(3)-x(2)*x(4) = 0; and x(1)^2+x(2)^2+x(3)^2-1 = 0. Basically I want to enter the equations and use the Newton Method to solve using the Jacobian Matrix. This is how I enetered them in Matlab:
clear all
clc
syms x
f1 = 4*x(1)-x(2)+x(3)-x(1)*x(4);
f2 = -x(1)+3*x(2)-2*x(3)-x(2)*x(4);
f3 = x(1)^2+x(2)^2+x(3)^2-1;
F = [f1;f2;f3];
If I tell the program to run at this point, this is the error I happen to get:
??? Error using ==> mupadmex
Error in MuPAD command: Index exceeds matrix dimensions.
Error in ==> sym.sym>sym.subsref at 1366
B = mupadmex(‘mllib::subsref’,A.s,inds{:});
Error in ==> NewtonMethosNonLinear at 5
f1 = 4*x(1)-x(2)+x(3)-x(1)*x(4);
I would appreciate some explanation on this since I don’t know how to move next. Thank you.Hi All. I am fairly new to Matlab and still learning. I am wondering if one may explain to me how I should enter a system of non-linear equations. For instance the equations I have are: 4*x(1)-x(2)+x(3)-x(1)*x(4) = 0; -x(1)+3*x(2)-2*x(3)-x(2)*x(4) = 0; and x(1)^2+x(2)^2+x(3)^2-1 = 0. Basically I want to enter the equations and use the Newton Method to solve using the Jacobian Matrix. This is how I enetered them in Matlab:
clear all
clc
syms x
f1 = 4*x(1)-x(2)+x(3)-x(1)*x(4);
f2 = -x(1)+3*x(2)-2*x(3)-x(2)*x(4);
f3 = x(1)^2+x(2)^2+x(3)^2-1;
F = [f1;f2;f3];
If I tell the program to run at this point, this is the error I happen to get:
??? Error using ==> mupadmex
Error in MuPAD command: Index exceeds matrix dimensions.
Error in ==> sym.sym>sym.subsref at 1366
B = mupadmex(‘mllib::subsref’,A.s,inds{:});
Error in ==> NewtonMethosNonLinear at 5
f1 = 4*x(1)-x(2)+x(3)-x(1)*x(4);
I would appreciate some explanation on this since I don’t know how to move next. Thank you. Hi All. I am fairly new to Matlab and still learning. I am wondering if one may explain to me how I should enter a system of non-linear equations. For instance the equations I have are: 4*x(1)-x(2)+x(3)-x(1)*x(4) = 0; -x(1)+3*x(2)-2*x(3)-x(2)*x(4) = 0; and x(1)^2+x(2)^2+x(3)^2-1 = 0. Basically I want to enter the equations and use the Newton Method to solve using the Jacobian Matrix. This is how I enetered them in Matlab:
clear all
clc
syms x
f1 = 4*x(1)-x(2)+x(3)-x(1)*x(4);
f2 = -x(1)+3*x(2)-2*x(3)-x(2)*x(4);
f3 = x(1)^2+x(2)^2+x(3)^2-1;
F = [f1;f2;f3];
If I tell the program to run at this point, this is the error I happen to get:
??? Error using ==> mupadmex
Error in MuPAD command: Index exceeds matrix dimensions.
Error in ==> sym.sym>sym.subsref at 1366
B = mupadmex(‘mllib::subsref’,A.s,inds{:});
Error in ==> NewtonMethosNonLinear at 5
f1 = 4*x(1)-x(2)+x(3)-x(1)*x(4);
I would appreciate some explanation on this since I don’t know how to move next. Thank you. jacob shila MATLAB Answers — New Questions
Is it possible to change some parameters during a RL training?
Hello everyone,
For those who don’t know, I am currently working on a supervised learning/RL learning training session with a 3DOF model of a jet aircraft.
My idea is to change, during a training, some parameters such as the number of allowed interventions of the external controller as well as their duration. Another whish is to change accordingly these parametes as the agent makes progress, e.g. its episode reward will increase during training. Is it possible to do this during a training? That is, is it possible to implement some for loops that exploits the trainStats object while the training is runnig? Thank youHello everyone,
For those who don’t know, I am currently working on a supervised learning/RL learning training session with a 3DOF model of a jet aircraft.
My idea is to change, during a training, some parameters such as the number of allowed interventions of the external controller as well as their duration. Another whish is to change accordingly these parametes as the agent makes progress, e.g. its episode reward will increase during training. Is it possible to do this during a training? That is, is it possible to implement some for loops that exploits the trainStats object while the training is runnig? Thank you Hello everyone,
For those who don’t know, I am currently working on a supervised learning/RL learning training session with a 3DOF model of a jet aircraft.
My idea is to change, during a training, some parameters such as the number of allowed interventions of the external controller as well as their duration. Another whish is to change accordingly these parametes as the agent makes progress, e.g. its episode reward will increase during training. Is it possible to do this during a training? That is, is it possible to implement some for loops that exploits the trainStats object while the training is runnig? Thank you reinforcement learning, supervised learning, machine learning, rl, rl block, trainstats, matlab, simulink MATLAB Answers — New Questions
The input format when setting the prismatic joint input options to motion/provided by input
"I understand that when the prismatic joint input is set to motion/provided by input, the position, velocity, and acceleration values are required. However, I am unsure of the exact usage examples in this case. Could someone please provide some clarification?""I understand that when the prismatic joint input is set to motion/provided by input, the position, velocity, and acceleration values are required. However, I am unsure of the exact usage examples in this case. Could someone please provide some clarification?" "I understand that when the prismatic joint input is set to motion/provided by input, the position, velocity, and acceleration values are required. However, I am unsure of the exact usage examples in this case. Could someone please provide some clarification?" simulink, simscape MATLAB Answers — New Questions
simulink matlab function block
what function should I write in Simulink matlab function block so it generates square pulses as pulse generator , please helpwhat function should I write in Simulink matlab function block so it generates square pulses as pulse generator , please help what function should I write in Simulink matlab function block so it generates square pulses as pulse generator , please help simulink, matlab function MATLAB Answers — New Questions
Teams App-Centric Management (ACM)
Teams ACM replaces app permission policies with an easier method of defining who can use Teams apps. A wizard in the Teams admin center runs a one-time non-reversable switchover from app permission policies to ACM and makes sure that the permissions assigned through policy are present for each app. In other news, Teams is much better at presenting Graph permissions that apps need to run.
https://office365itpros.com/2024/07/31/teams-acm/
Teams ACM replaces app permission policies with an easier method of defining who can use Teams apps. A wizard in the Teams admin center runs a one-time non-reversable switchover from app permission policies to ACM and makes sure that the permissions assigned through policy are present for each app. In other news, Teams is much better at presenting Graph permissions that apps need to run.
https://office365itpros.com/2024/07/31/teams-acm/ Read More
Stop SharePoint document versioning
Hi, I am using the SharePoint library with
Some more columns.
On every edit in columns after uploading a document.
Some tasks are updated with Microsoft Power Automate.
Making the new version of my Document so it is causing a size issue.
How I can stop SharePoint from creating a new version of the document?
I found that SharePoint does not allow this.
I also can not delete all versions in bulk it is allowing one-by-one document.
Please guide and suggest.
Hi, I am using the SharePoint library withSome more columns.On every edit in columns after uploading a document.Some tasks are updated with Microsoft Power Automate.Making the new version of my Document so it is causing a size issue.How I can stop SharePoint from creating a new version of the document?I found that SharePoint does not allow this.I also can not delete all versions in bulk it is allowing one-by-one document.Please guide and suggest. Read More
Microsoft Teams Mobile iOS Notifications
Hello people,
I am experiencing some a really frustrating problem with Teams, where I do not receive any notification for messages to my iPhone, but do receive calls from Teams. I have tried every ‘fix’ possibly found on the internet and still having no luck!! I have even went through the trouble of factory resetting my phone, deleting all of the Teams data from my iCloud, reinstalling the app and allowing notifications from the start, checking notifications permissions, literally everything.
This is particularly frustrating because my company uses Teams as it’s number 1 communicator, and for instance when I’m on the road and even at home on call, I have to be able to use this app and be reachable almost 24/7.
I’m using an iPhone 13 Pro with the latest iOS and Teams updates. If anyone has any other miraculous solution, please share them with me..
Thanks, Brad.
Hello people,I am experiencing some a really frustrating problem with Teams, where I do not receive any notification for messages to my iPhone, but do receive calls from Teams. I have tried every ‘fix’ possibly found on the internet and still having no luck!! I have even went through the trouble of factory resetting my phone, deleting all of the Teams data from my iCloud, reinstalling the app and allowing notifications from the start, checking notifications permissions, literally everything.This is particularly frustrating because my company uses Teams as it’s number 1 communicator, and for instance when I’m on the road and even at home on call, I have to be able to use this app and be reachable almost 24/7.I’m using an iPhone 13 Pro with the latest iOS and Teams updates. If anyone has any other miraculous solution, please share them with me..Thanks, Brad. Read More
I want a quick way to select the crop tool. A macro?
I have a load of pictures in a Word table.
I need to selectively crop them. Every time I have to select the picture, select the picture formatting ribbon, select the crop tool.
If I use the keyboard it’s Alt JP V C. I want one keystroke – Ctrl Alt C for example.
Ive tried recording, but it doesn’t record anything.
I have a load of pictures in a Word table. I need to selectively crop them. Every time I have to select the picture, select the picture formatting ribbon, select the crop tool. If I use the keyboard it’s Alt JP V C. I want one keystroke – Ctrl Alt C for example. Ive tried recording, but it doesn’t record anything. Read More