You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Notes: Combined script with in-script parameters. This script will remove any network drives that are not in the list of permitted drives. This script will also set a pending reboot flag if any drives are removed.
4
+
#>
5
+
6
+
param (
7
+
[Parameter(Position=0,HelpMessage='Enter drive letters in the format of `R:`, then hit add.')]
0 commit comments